mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
refactor: clean up Directory.Build.targets by removing unnecessary closing tag
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
<Project>
|
|
||||||
<Project>
|
<Project>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- Include CPZ files from multiple possible locations -->
|
<!-- Include CPZ files from multiple possible locations -->
|
||||||
@@ -23,8 +22,6 @@
|
|||||||
<PackagePath>build;</PackagePath>
|
<PackagePath>build;</PackagePath>
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<!-- Rest of your targets remain the same -->
|
|
||||||
</Project>
|
|
||||||
<Target Name="Create CPLZ" AfterTargets="Build; AfterRebuild" Condition="$(ProjectType) == 'ProgramLibrary' And $(TargetDir) != ''">
|
<Target Name="Create CPLZ" AfterTargets="Build; AfterRebuild" Condition="$(ProjectType) == 'ProgramLibrary' And $(TargetDir) != ''">
|
||||||
<Message Text="Creating CPLZ $(TargetDir)" Importance="high" />
|
<Message Text="Creating CPLZ $(TargetDir)" Importance="high" />
|
||||||
<Message Text="PackageOutputPath: $(PackageOutputPath)" Importance="high" />
|
<Message Text="PackageOutputPath: $(PackageOutputPath)" Importance="high" />
|
||||||
|
|||||||
Reference in New Issue
Block a user