Skip to content

Commit a4ced34

Browse files
committed
Simplify packed .targets files
1 parent cce95d3 commit a4ced34

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

components/DependencyPropertyGenerator/src/CommunityToolkit.WinUI.DependencyPropertyGenerator.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,8 @@
3838
<ItemGroup Label="Package">
3939

4040
<!-- Include the custom .targets file to check the source generator -->
41-
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="buildTransitive\net8.0-windows10.0.17763.0" Pack="true" />
42-
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="buildTransitive\net9.0-windows10.0.17763.0" Pack="true" />
43-
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="buildTransitive\uap10.0" Pack="true" />
44-
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="build\net8.0-windows10.0.17763.0" Pack="true" />
45-
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="build\net9.0-windows10.0.17763.0" Pack="true" />
46-
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="build\uap10.0" Pack="true" />
41+
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="buildTransitive" Pack="true" />
42+
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="build" Pack="true" />
4743

4844
<!-- Pack the source generators to the right package folder -->
4945
<None Include="..\CommunityToolkit.DependencyPropertyGenerator.SourceGenerators\bin\$(Configuration)\netstandard2.0\CommunityToolkit.DependencyPropertyGenerator.SourceGenerators.dll" PackagePath="analyzers\dotnet\roslyn4.12\cs" Pack="true" Visible="false" />

0 commit comments

Comments
 (0)