Tiberian Sun Loadscreen

we need at least one file to get the DLL built
This commit is contained in:
Matthias Mailänder
2013-08-07 14:05:11 +02:00
parent 79355bbb32
commit 1cd3a97772
3 changed files with 97 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -51,4 +52,7 @@
<Name>OpenRA.FileFormats</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="TSLoadScreen.cs" />
</ItemGroup>
</Project>