Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincentDondain <vincent.dondain@xamarin.com>2015-07-31 16:37:43 +0300
committerVincentDondain <vincent.dondain@xamarin.com>2015-07-31 16:37:43 +0300
commit34b0826919530fcff2b60fe24b9e4330db53c9b2 (patch)
tree206f6439c54e84e99be40a1ea5c9c9085bf3d95a /main/src/core/MonoDevelop.Ide
parent7e894848ed2243567c3c26e5a2b5e7b413e9a98b (diff)
Moved PCL & Shared Project to cross plat category
Diffstat (limited to 'main/src/core/MonoDevelop.Ide')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/Templates.addin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/Templates.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/Templates.addin.xml
index 2c791534fe..31a626501e 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/Templates.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/Templates.addin.xml
@@ -94,6 +94,11 @@
</Extension>
<Extension path="/MonoDevelop/Ide/ProjectTemplateCategories">
+ <Category id="crossplat" name="Cross-platform" icon="md-platform-cross-platform">
+ <Category id="library" name="Library">
+ <Category id="general" name="General" />
+ </Category>
+ </Category>
<Category id="other" name="Other" icon="md-platform-other">
<Category id="net" name=".NET">
<Category id="general" name="General" mappedCategories="C#" />