removed Ijw.DirectX, Ijw.Framework deps

This commit is contained in:
Chris Forbes
2010-02-16 18:52:26 +13:00
parent 95ae493dc4
commit 4258e78049
38 changed files with 250 additions and 54 deletions

View File

@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using IjwFramework.Types;
using OpenRa.FileFormats;
using OpenRa.Graphics;
using OpenRa.Orders;

View File

@@ -1,12 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using IjwFramework.Collections;
using IjwFramework.Types;
using OpenRa.GameRules;
using OpenRa.Graphics;
using OpenRa.Orders;
using OpenRa.Traits;
using OpenRa.FileFormats;
namespace OpenRa
{

View File

@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using IjwFramework.Types;
using OpenRa.FileFormats;
using OpenRa.GameRules;
using OpenRa.Graphics;

View File

@@ -4,7 +4,6 @@ using System.Linq;
using OpenRa.FileFormats;
using OpenRa.Traits;
using System.Reflection;
using IjwFramework.Types;
using System.IO;
namespace OpenRa.GameRules

View File

@@ -4,7 +4,6 @@ using System.Linq;
using System.Text;
using OpenRa.FileFormats;
using OpenRa.Graphics;
using IjwFramework.Types;
using System.Collections;
namespace OpenRa.GameRules

View File

@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using IjwFramework.Types;
using OpenRa.FileFormats;
using OpenRa.GameRules;

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Linq;
using IjwFramework.Collections;
using OpenRa.Traits;
using OpenRa.FileFormats;
namespace OpenRa.GameRules
{

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using IjwFramework.Types;
using OpenRa.FileFormats;
namespace OpenRa.GameRules
{

View File

@@ -1,6 +1,5 @@
using System;
using System.Linq;
using IjwFramework.Collections;
using OpenRa.FileFormats;
namespace OpenRa.Graphics

View File

@@ -4,9 +4,7 @@ using System.Linq;
using OpenRa.Traits;
using OpenRa.FileFormats;
using System.Drawing.Imaging;
using IjwFramework.Collections;
using System.Collections.Generic;
using IjwFramework.Types;
namespace OpenRa.Graphics
{

View File

@@ -1,5 +1,4 @@
using System.Linq;
using IjwFramework.Collections;
using OpenRa.FileFormats;
namespace OpenRa.Graphics

View File

@@ -1,6 +1,5 @@
using System.Drawing;
using OpenRa.GlRenderer;
using IjwFramework.Collections;
using OpenRa.FileFormats;
namespace OpenRa.Graphics

View File

@@ -2,8 +2,7 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using IjwFramework.Types;
using OpenRa.FileFormats;
namespace OpenRa.Network
{

View File

@@ -55,10 +55,6 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="IjwFramework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Ijw.DirectX\Ijw.Framework\IjwFramework\bin\Debug\IjwFramework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>

View File

@@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using IjwFramework.Collections;
using OpenRa.Graphics;
using OpenRa.Traits;
using OpenRa.FileFormats;
namespace OpenRa
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using OpenRa.Traits;
using IjwFramework.Collections;
using OpenRa.FileFormats;
namespace OpenRa
{

View File

@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using IjwFramework.Types;
using OpenRa.Graphics;
using OpenRa.Traits;
using OpenRa.FileFormats;

View File

@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using IjwFramework.Collections;
using OpenRa.FileFormats;
using OpenRa.Support;
using OpenRa.Traits;

View File

@@ -2,8 +2,8 @@
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using IjwFramework.Collections;
using OpenRa.Graphics;
using OpenRa.FileFormats;
namespace OpenRa.Support
{

View File

@@ -2,7 +2,6 @@
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using IjwFramework.Collections;
using OpenRa.FileFormats;
namespace OpenRa

View File

@@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using IjwFramework.Types;
using OpenRa.Effects;
using System.Drawing;
using OpenRa.FileFormats;
namespace OpenRa.Traits
{

View File

@@ -4,7 +4,6 @@ using System.Linq;
using System.Text;
using OpenRa.Graphics;
using OpenRa.FileFormats;
using IjwFramework.Collections;
using System.Drawing;
namespace OpenRa.Traits

View File

@@ -2,7 +2,7 @@
using System.Linq;
using OpenRa.Effects;
using OpenRa.Traits;
using IjwFramework.Types;
using OpenRa.FileFormats;
/*
* Crates left to implement:

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using IjwFramework.Collections;
using OpenRa.FileFormats;
namespace OpenRa.Traits
{

View File

@@ -1,9 +1,9 @@
using System.Collections.Generic;
using System.Drawing;
using IjwFramework.Types;
using OpenRa.GameRules;
using OpenRa.Graphics;
using OpenRa.Traits.Activities;
using OpenRa.FileFormats;
namespace OpenRa.Traits
{