Files
codegen/Source/Source.csproj
T

12 lines
265 B
XML
Raw Normal View History

2025-10-03 01:38:26 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2025-10-03 19:37:52 +08:00
2025-10-03 01:38:26 +08:00
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
2025-10-03 19:37:52 +08:00
<ItemGroup>
<ProjectReference Include="..\Generator\Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
2025-10-03 01:38:26 +08:00
</Project>