Parser fix 1/2

This commit is contained in:
Daniel Herrmann
2014-06-05 11:56:34 +02:00
parent 5229f218da
commit d78bec4579
5 changed files with 13 additions and 7 deletions

View File

@@ -57,6 +57,7 @@
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="src\EnumGameType.cs" />
<Compile Include="src\GameStrategy.cs" />
<Compile Include="src\IGame.cs" />
<Compile Include="src\Receiver.cs" />