Files
SPT-Server-Build/Tools/ItemTplGenerator/ItemTplGenerator.csproj
T
2025-01-19 19:20:55 +00:00

17 lines
542 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\Core\Core.csproj" />
<ProjectReference Include="..\..\Libraries\SptDependencyInjection\SptDependencyInjection.csproj" />
<ProjectReference Include="..\..\SptCommon\SptCommon.csproj" />
</ItemGroup>
</Project>