Initial commit

This commit is contained in:
KäseToatz
2024-09-25 19:55:58 +02:00
commit 7fcde4401f
7 changed files with 170 additions and 0 deletions

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