Updated a large amount of the code to C#

This commit is contained in:
2020-04-19 03:37:18 -06:00
parent 7b68de9526
commit b20710501f
30 changed files with 1046 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
@@ -15,7 +16,8 @@
</ItemGroup>
<ItemGroup>
<Folder Include="LegacyJava" />
<Folder Include="OLD" />
<Folder Include="src" />
</ItemGroup>
</Project>