continuity/Server/Server.csproj

15 lines
370 B
XML
Raw Normal View History

2022-12-26 09:34:31 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2022-12-26 09:48:46 +00:00
<TargetFramework>net7.0</TargetFramework>
2022-12-26 09:34:31 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2022-12-29 10:23:05 +00:00
<ItemGroup>
<ProjectReference Include="..\Server.Packets\Server.Packets.csproj" />
</ItemGroup>
2022-12-26 09:34:31 +00:00
</Project>