BoTW-Multiplayer/C#/BOTWM.ClientTesting/BOTWM.ClientTesting.csproj
2025-01-20 14:05:21 -06:00

16 lines
391 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>MBL.ClientTesting</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BOTWM.Server\BOTWM.Server.csproj" />
</ItemGroup>
</Project>