RustDedicated/Rust.Platform/Rust.Platform.csproj
2025-12-05 19:10:39 +10:30

20 lines
807 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Rust.Platform</AssemblyName>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup />
<ItemGroup />
<ItemGroup>
<ProjectReference Include="../Rust.Platform.Common/Rust.Platform.Common.csproj" />
<ProjectReference Include="../Facepunch.Steamworks.Posix/Facepunch.Steamworks.Posix.csproj" />
<ProjectReference Include="../Facepunch.System/Facepunch.System.csproj" />
<ProjectReference Include="../Rust.Platform.Steam/Rust.Platform.Steam.csproj" />
</ItemGroup>
</Project>