SourceGenerators.props 445 B

12345678910
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <ItemGroup>
  3. <ProjectReference
  4. Include="$(MSBuildThisFileDirectory)/../src/tools/DevGenerators/DevGenerators.csproj"
  5. OutputItemType="Analyzer"
  6. ReferenceOutputAssembly="false"
  7. PrivateAssets="all" />
  8. <Compile Include="$(MSBuildThisFileDirectory)/../src/Shared/SourceGeneratorAttributes.cs" />
  9. </ItemGroup>
  10. </Project>