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 +