1
0
Fork 0

Initial commit with some basic stuff

This commit is contained in:
Booklordofthedings 2025-04-09 00:16:06 +02:00
commit ed4e813881
5 changed files with 551 additions and 0 deletions

11
Setup-Workspace.csproj Normal file
View file

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