Finished first C# Verison of the BeatMapLanguage Interpreter

This commit is contained in:
2018-11-25 18:09:02 +01:00
parent 94f36c63c7
commit 7c9ff819d5
3 changed files with 392 additions and 16 deletions

View File

@@ -42,7 +42,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="BeatMapLanguage.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>