moved other chrono-related stuff into the mod dll.

This commit is contained in:
Bob
2010-04-02 22:45:01 +12:00
committed by Chris Forbes
parent 9cbfd3914a
commit 8a3c1e137e
8 changed files with 21 additions and 8 deletions

View File

@@ -20,6 +20,8 @@
using System.Collections.Generic;
using OpenRA.Mods.Aftermath.Orders;
using OpenRA.Mods.RA.Activities;
using OpenRA.Mods.RA.SupportPowers;
using OpenRA.Traits;
using OpenRA.Traits.Activities;

View File

@@ -20,6 +20,7 @@
using OpenRA.Effects;
using OpenRA.Traits;
using OpenRA.Mods.RA;
namespace OpenRA.Mods.Aftermath
{

View File

@@ -60,6 +60,10 @@
<Project>{0DFB103F-2962-400F-8C6D-E2C28CCBA633}</Project>
<Name>OpenRA.Game</Name>
</ProjectReference>
<ProjectReference Include="..\OpenRA.Mods.RA\OpenRA.Mods.RA.csproj">
<Project>{4A8A43B5-A9EF-4ED0-99DD-4BAB10A0DB6E}</Project>
<Name>OpenRA.Mods.RA</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.