21 lines
811 B
XML
21 lines
811 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AssemblyName>Rust.World</AssemblyName>
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
|
<TargetFramework>net48</TargetFramework>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<LangVersion>12.0</LangVersion>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<ProjectReference Include="../Rust.Data/Rust.Data.csproj" />
|
|
<ProjectReference Include="../UnityEngine.CoreModule/UnityEngine.CoreModule.csproj" />
|
|
<ProjectReference Include="../LZ4/LZ4.csproj" />
|
|
<ProjectReference Include="../Facepunch.System/Facepunch.System.csproj" />
|
|
<ProjectReference Include="../System.Core/System.Core.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|