initial commit

This commit is contained in:
2022-04-27 08:37:00 +02:00
parent 1b18489570
commit b448dbf23a
6 changed files with 240 additions and 0 deletions

10
it-projekt.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<RootNamespace>it_projekt</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
</Project>