This commit is contained in:
Chris Forbes
2010-02-27 20:17:27 +13:00
parent ed55078e83
commit 11b926a422
290 changed files with 591 additions and 591 deletions

View File

@@ -19,11 +19,11 @@
#endregion
using System.Collections.Generic;
using OpenRa.Mods.Aftermath.Orders;
using OpenRa.Traits;
using OpenRa.Traits.Activities;
using OpenRA.Mods.Aftermath.Orders;
using OpenRA.Traits;
using OpenRA.Traits.Activities;
namespace OpenRa.Mods.Aftermath
namespace OpenRA.Mods.Aftermath
{
class ChronoshiftDeployInfo : ITraitInfo
{

View File

@@ -18,10 +18,10 @@
*/
#endregion
using OpenRa.Effects;
using OpenRa.Traits;
using OpenRA.Effects;
using OpenRA.Traits;
namespace OpenRa.Mods.Aftermath
namespace OpenRA.Mods.Aftermath
{
class DemoTruckInfo : ITraitInfo
{

View File

@@ -8,8 +8,8 @@
<ProjectGuid>{2E1F8D8B-AEF5-4BCE-A95C-50223A0C7331}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenRa.Mods.Aftermath</RootNamespace>
<AssemblyName>OpenRa.Mods.Aftermath</AssemblyName>
<RootNamespace>OpenRA.Mods.Aftermath</RootNamespace>
<AssemblyName>OpenRA.Mods.Aftermath</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
@@ -52,13 +52,13 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRa.FileFormats\OpenRa.FileFormats.csproj">
<ProjectReference Include="..\OpenRa.FileFormats\OpenRA.FileFormats.csproj">
<Project>{BDAEAB25-991E-46A7-AF1E-4F0E03358DAA}</Project>
<Name>OpenRa.FileFormats</Name>
<Name>OpenRA.FileFormats</Name>
</ProjectReference>
<ProjectReference Include="..\OpenRa.Game\OpenRa.Game.csproj">
<ProjectReference Include="..\OpenRa.Game\OpenRA.Game.csproj">
<Project>{0DFB103F-2962-400F-8C6D-E2C28CCBA633}</Project>
<Name>OpenRa.Game</Name>
<Name>OpenRA.Game</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

View File

@@ -20,9 +20,9 @@
using System.Collections.Generic;
using System.Drawing;
using OpenRa.Traits;
using OpenRA.Traits;
namespace OpenRa.Mods.Aftermath.Orders
namespace OpenRA.Mods.Aftermath.Orders
{
class SetChronoTankDestination : IOrderGenerator
{