This commit is contained in:
Marcin Badurowicz
2025-10-16 10:47:24 +02:00
commit e332f48a21
3 changed files with 496 additions and 0 deletions

10
DemoApplication.csproj Normal file
View File

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