move WithVoxelWalkerBody to Mods.TS

This commit is contained in:
Matthias Mailänder
2014-07-05 11:50:33 +02:00
parent 8743f39a79
commit 07c75b5e27
3 changed files with 2 additions and 2 deletions

View File

@@ -437,7 +437,6 @@
<Compile Include="Render\WithVoxelTurret.cs" /> <Compile Include="Render\WithVoxelTurret.cs" />
<Compile Include="Render\WithVoxelBody.cs" /> <Compile Include="Render\WithVoxelBody.cs" />
<Compile Include="Render\WithVoxelBarrel.cs" /> <Compile Include="Render\WithVoxelBarrel.cs" />
<Compile Include="Render\WithVoxelWalkerBody.cs" />
<Compile Include="Widgets\Logic\CreditsLogic.cs" /> <Compile Include="Widgets\Logic\CreditsLogic.cs" />
<Compile Include="Render\WithResources.cs" /> <Compile Include="Render\WithResources.cs" />
<Compile Include="Render\WithHarvestAnimation.cs" /> <Compile Include="Render\WithHarvestAnimation.cs" />

View File

@@ -51,6 +51,7 @@
<Compile Include="Activities\VoxelHarvesterDockSequence.cs" /> <Compile Include="Activities\VoxelHarvesterDockSequence.cs" />
<Compile Include="TiberianSunRefinery.cs" /> <Compile Include="TiberianSunRefinery.cs" />
<Compile Include="WithVoxelUnloadBody.cs" /> <Compile Include="WithVoxelUnloadBody.cs" />
<Compile Include="Render\WithVoxelWalkerBody.cs" />
</ItemGroup> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

View File

@@ -1,6 +1,6 @@
#region Copyright & License Information #region Copyright & License Information
/* /*
* Copyright 2007-2013 The OpenRA Developers (see AUTHORS) * Copyright 2007-2014 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made * This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License * available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation. For more information, * as published by the Free Software Foundation. For more information,