mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
refactor: clean up Directory.Build.targets by removing unnecessary closing tag
This commit is contained in:
parent
f926db418d
commit
4360e7f992
1 changed files with 0 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
<Project>
|
||||
<Project>
|
||||
<ItemGroup>
|
||||
<!-- Include CPZ files from multiple possible locations -->
|
||||
|
|
@ -23,8 +22,6 @@
|
|||
<PackagePath>build;</PackagePath>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<!-- Rest of your targets remain the same -->
|
||||
</Project>
|
||||
<Target Name="Create CPLZ" AfterTargets="Build; AfterRebuild" Condition="$(ProjectType) == 'ProgramLibrary' And $(TargetDir) != ''">
|
||||
<Message Text="Creating CPLZ $(TargetDir)" Importance="high" />
|
||||
<Message Text="PackageOutputPath: $(PackageOutputPath)" Importance="high" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue