Merge pull request #6741 from Mailaender/tidy-cnc-dll

Tidied the Tiberian Dawn mod DLL
This commit is contained in:
reaperrr
2014-10-17 19:12:54 +02:00
6 changed files with 5 additions and 5 deletions

View File

@@ -73,15 +73,15 @@
<Compile Include="IonCannonPower.cs" /> <Compile Include="IonCannonPower.cs" />
<Compile Include="PoisonedByTiberium.cs" /> <Compile Include="PoisonedByTiberium.cs" />
<Compile Include="ProductionAirdrop.cs" /> <Compile Include="ProductionAirdrop.cs" />
<Compile Include="WithCargo.cs" />
<Compile Include="RenderGunboat.cs" />
<Compile Include="SpawnViceroid.cs" /> <Compile Include="SpawnViceroid.cs" />
<Compile Include="TiberiumRefinery.cs" /> <Compile Include="TiberiumRefinery.cs" />
<Compile Include="Widgets\Logic\CncMainMenuLogic.cs" /> <Compile Include="Widgets\Logic\CncMainMenuLogic.cs" />
<Compile Include="WithFire.cs" />
<Compile Include="WithRoof.cs" />
<Compile Include="Widgets\Logic\ProductionTabsLogic.cs" /> <Compile Include="Widgets\Logic\ProductionTabsLogic.cs" />
<Compile Include="WithDeliveryAnimation.cs" /> <Compile Include="Render\RenderGunboat.cs" />
<Compile Include="Render\WithCargo.cs" />
<Compile Include="Render\WithDeliveryAnimation.cs" />
<Compile Include="Render\WithFire.cs" />
<Compile Include="Render\WithRoof.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj"> <ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">