refactor: clean up Directory.Build.targets by removing unnecessary closing tag

This commit is contained in:
jtalborough
2025-02-27 18:51:39 -05:00
parent f926db418d
commit 4360e7f992

View File

@@ -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" />