17 lines
423 B
XML
17 lines
423 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NitroxModel\NitroxModel.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="protobuf-net">
|
|
<HintPath>..\Nitrox.Assets.Subnautica\protobuf-net.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project>
|