erste kommit

This commit is contained in:
2026-01-21 10:30:35 +01:00
parent ff04eb8e35
commit b11b5a0676
7 changed files with 105 additions and 0 deletions

11
SkyTeam/SkyTeam.csproj Normal file
View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>