Files
codegen/Source/Source.csproj
T
2025-10-03 20:08:33 +08:00

14 lines
352 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Generator\Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<Compile Remove="*/*.template.cs" />
<AdditionalFiles Include="*/*.template.cs" />
</ItemGroup>
</Project>