Files
codegen/Source/Source.csproj
T

9 lines
262 B
XML
Raw Normal View History

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