Add .NET app files

This commit is contained in:
Mateusz Kozieł
2025-11-20 16:16:20 +02:00
parent e1d5478951
commit b168c31f20
3 changed files with 12 additions and 7 deletions

10
Lab7.csproj Normal file
View File

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