online_security_project/server/server.csproj

15 lines
326 B
XML
Raw Normal View History

2024-12-01 15:09:56 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\lib\lib.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
2024-12-14 15:17:58 +00:00
<ImplicitUsings>disable</ImplicitUsings>
2024-12-01 15:09:56 +00:00
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>