File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
components/DependencyPropertyGenerator/src Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2525 </PolySharpIncludeGeneratedTypes >
2626 </PropertyGroup >
2727
28- <!-- Source generator project reference for packing -->
28+ <!-- Source generator project references for packing -->
2929 <ItemGroup >
3030 <ProjectReference Include =" ..\CommunityToolkit.DependencyPropertyGenerator.SourceGenerators\CommunityToolkit.DependencyPropertyGenerator.SourceGenerators.csproj" ReferenceOutputAssembly =" false" />
31+ <ProjectReference Include =" ..\CommunityToolkit.DependencyPropertyGenerator.CodeFixers\CommunityToolkit.DependencyPropertyGenerator.CodeFixers.csproj" ReferenceOutputAssembly =" false" />
3132 </ItemGroup >
3233
3334 <!-- Pack the source generator and the .targets file -->
3940 <None Include =" CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath =" build\net8.0-windows10.0.17763.0" Pack =" true" />
4041 <None Include =" CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath =" build\uap10.0" Pack =" true" />
4142
42- <!-- Pack the source generator to the right package folder -->
43+ <!-- Pack the source generators to the right package folder -->
4344 <None Include =" ..\CommunityToolkit.DependencyPropertyGenerator.SourceGenerators\bin\$(Configuration)\netstandard2.0\CommunityToolkit.DependencyPropertyGenerator.SourceGenerators.dll" PackagePath =" analyzers\dotnet\roslyn4.12\cs" Pack =" true" Visible =" false" />
45+ <None Include =" ..\CommunityToolkit.DependencyPropertyGenerator.CodeFixers\bin\$(Configuration)\netstandard2.0\CommunityToolkit.DependencyPropertyGenerator.CodeFixers.dll" PackagePath =" analyzers\dotnet\roslyn4.12\cs" Pack =" true" Visible =" false" />
4446 </ItemGroup >
4547</Project >
You can’t perform that action at this time.
0 commit comments