From 484bea106b7d4e60c7a3c85a95876ab83623c080 Mon Sep 17 00:00:00 2001 From: alzeih Date: Sat, 24 Jul 2010 16:19:54 +1200 Subject: [PATCH] OpenRA works nicely with monodevelop --- .gitignore | 2 +- OpenRA.Editor/OpenRA.Editor.csproj | 1 + OpenRA.Gl/OpenRA.Gl.csproj | 6 +++--- OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj | 4 ++-- OpenRA.Mods.RA/OpenRA.Mods.RA.csproj | 4 ++-- OpenRA.TilesetBuilder/OpenRA.TilesetBuilder.csproj | 1 + OpenRA.sln | 6 +++--- RALint/RALint.csproj | 1 + 8 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 9a75d74260..ada31f32e0 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ log.txt /*.dll *.pdb *.mdb -/*.exe +*.exe OpenRA OpenRA.app diff --git a/OpenRA.Editor/OpenRA.Editor.csproj b/OpenRA.Editor/OpenRA.Editor.csproj index fb91c65217..3d129b264a 100644 --- a/OpenRA.Editor/OpenRA.Editor.csproj +++ b/OpenRA.Editor/OpenRA.Editor.csproj @@ -122,6 +122,7 @@ +