Add project files.

This commit is contained in:
Myx
2023-10-16 20:24:49 +02:00
parent b457d1c5b3
commit bd99aab1e9
3 changed files with 43 additions and 0 deletions

10
LPaper.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>