Removed MonoDevelop from core

The format output is no longer supported by the IDE, instead Visual Studio projects are utilized instead. See issue #604 for more information on deprecation.
This commit is contained in:
Sam Surtees 2016-10-29 12:25:47 +10:00
parent bf4bf55d11
commit e300d4c619
4 changed files with 1 additions and 6 deletions

3
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule "modules/xcode"]
path = modules/xcode
url = https://github.com/premake/premake-xcode.git
[submodule "modules/monodevelop"]
path = modules/monodevelop
url = https://github.com/premake/premake-monodevelop.git
[submodule "modules/codelite"]
path = modules/codelite
url = https://github.com/premake/premake-codelite.git

@ -1 +1 @@
Subproject commit fa856f1a937a997bdcec8abe59f0114f2a7e029d
Subproject commit 7bf45dd232583af3763d6cc2264d2c1aeccb6fe8

@ -1 +0,0 @@
Subproject commit dd5aa488966b901f6d72e7f4e8b3297d9171b941

View File

@ -6,7 +6,6 @@
return {
"xcode",
"monodevelop",
"codelite",
"d",
}