Files
SPT-Server-Build/Patches/Ceciler.Virtualizer/Ceciler.Virtualizer.csproj
T
2025-06-06 17:44:10 +01:00

22 lines
558 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>