From dab99f848cfef41387e1a4960e1bddce1fbdcd28 Mon Sep 17 00:00:00 2001 From: Matthew Bowra-Dean Date: Fri, 2 Oct 2009 23:27:51 +1300 Subject: [PATCH] .gitignore + reference paths --- .gitignore | 7 +++++++ OpenRa.Game/OpenRa.Game.csproj | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..0d8722721d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Visual Studio crap +Release +bin +obj +*.ncb +*.vcproj* +*.suo diff --git a/OpenRa.Game/OpenRa.Game.csproj b/OpenRa.Game/OpenRa.Game.csproj index 3fbbf97b08..d201237196 100644 --- a/OpenRa.Game/OpenRa.Game.csproj +++ b/OpenRa.Game/OpenRa.Game.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -55,11 +55,11 @@ False - ..\..\Ijw.DirectX\Release\Ijw.DirectX.dll + ..\Ijw.DirectX\Release\Ijw.DirectX.dll False - ..\..\IjwFramework\IjwFramework\bin\Debug\IjwFramework.dll + ..\Ijw.DirectX\Ijw.Framework\IjwFramework\bin\Debug\IjwFramework.dll @@ -162,4 +162,4 @@ --> - \ No newline at end of file +