Move ContentInstaller to OpenRA.Game from Mods.Common

This commit is contained in:
Pavel Penev
2015-08-30 17:05:10 +03:00
parent 82bf66a9be
commit 4314fae77a
3 changed files with 41 additions and 25 deletions

View File

@@ -95,6 +95,7 @@
<Compile Include="FileFormats\IdxReader.cs" />
<Compile Include="FileSystem\BagFile.cs" />
<Compile Include="Map\MapPlayers.cs" />
<Compile Include="ContentInstaller.cs" />
<Compile Include="MPos.cs" />
<Compile Include="Graphics\QuadRenderer.cs" />
<Compile Include="Download.cs" />