Start project pacserver

This commit is contained in:
2023-05-27 18:04:13 +02:00
parent 5bdcbdff4b
commit 00b50f0601
3 changed files with 15 additions and 0 deletions

10
pacserver.csproj Normal file
View File

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>