SmoOnlineServer/TestClient/TestClient.csproj

16 lines
407 B
XML
Raw Normal View History

2021-11-29 04:04:34 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2021-11-29 04:04:34 +00:00
</PropertyGroup>
<ItemGroup>
2022-02-10 01:44:50 +00:00
<ProjectReference Include="..\Shared\Shared.csproj"/>
2021-11-29 04:04:34 +00:00
</ItemGroup>
</Project>