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" />
|
2025-10-03 20:08:33 +08:00
|
|
|
<Compile Remove="*/*.template.cs" />
|
|
|
|
|
<AdditionalFiles Include="*/*.template.cs" />
|
2025-10-03 19:37:52 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-10-03 01:38:26 +08:00
|
|
|
</Project>
|