Initial commit

This commit is contained in:
Stone_Red
2022-01-26 15:25:34 +01:00
commit 81dd31b9f3
9 changed files with 517 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Commander.NET\Commander.NET.csproj" />
</ItemGroup>
</Project>