Skip to content

Commit

Permalink
Removed .targets file for WPF project support.
Browse files Browse the repository at this point in the history
Instead use IncludePackageReferencesDuringMarkupCompilation property.
  • Loading branch information
SWeini committed Nov 16, 2021
1 parent c5742a2 commit a8818fd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 66 deletions.
10 changes: 0 additions & 10 deletions src/IsExternalInit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ Please see https:/manuelroemer/IsExternalInit for additional informa
<file src="ExcludeFromCodeCoverage/IsExternalInit.cs.pp" target="contentFiles/cs/net5.0/IsExternalInit/IsExternalInit.cs.pp"/>
<file src="ExcludeFromCodeCoverage/IsExternalInit.cs.pp" target="content/net5.0/IsExternalInit/IsExternalInit.cs.pp"/>

<!--
Include an MSBuild .targets file fixing an issue with WPF projects.
For >= .NET 5 the netstandard 2.0 one can be used instead.
-->
<file src="../../src/IsExternalInit/IsExternalInit.netstandard1.0.targets" target="build/netstandard1.0/IsExternalInit.targets" />
<file src="../../src/IsExternalInit/IsExternalInit.netstandard2.0.targets" target="build/netstandard2.0/IsExternalInit.targets" />
<file src="../../src/IsExternalInit/IsExternalInit.net20.targets" target="build/net20/IsExternalInit.targets" />
<file src="../../src/IsExternalInit/IsExternalInit.net40.targets" target="build/net40/IsExternalInit.targets" />

<!-- Package icon. -->
<file src="../../assets/Icon128x128.png" target="icon.png" />
</files>
Expand Down
14 changes: 0 additions & 14 deletions src/IsExternalInit/IsExternalInit.net20.targets

This file was deleted.

14 changes: 0 additions & 14 deletions src/IsExternalInit/IsExternalInit.net40.targets

This file was deleted.

14 changes: 0 additions & 14 deletions src/IsExternalInit/IsExternalInit.netstandard1.0.targets

This file was deleted.

14 changes: 0 additions & 14 deletions src/IsExternalInit/IsExternalInit.netstandard2.0.targets

This file was deleted.

0 comments on commit a8818fd

Please sign in to comment.