Files
doom-dm/PresenterNative/PresenterNative.csproj
2025-01-07 00:48:37 +03:00

16 lines
436 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DoomDeathmatch\DoomDeathmatch.csproj"/>
<ProjectReference Include="..\Engine\Engine.csproj"/>
</ItemGroup>
</Project>