Files
SPT-Server-Build/Patches/Ceciler.Virtualizer/Ceciler.Virtualizer.csproj
T
2025-06-18 17:09:20 +00:00

18 lines
517 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="Ceciler.Interfaces">
<HintPath>..\..\Ceciler\Ceciler.Interfaces.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.6">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>