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:
authorMatt Ward <ward.matt@gmail.com>2014-11-12 15:56:34 +0300
committerMatt Ward <ward.matt@gmail.com>2014-11-12 15:56:34 +0300
commit22d873f8ff616226f1100c47c961dbb32736ec8b (patch)
tree8e67eb3c15703233d1679c009f4f61157c431109 /main/src/addins/ILAsmBinding
parentfe9b5d564e95fc958373f0083601dd9a5055af84 (diff)
[Ide] Move templates to .NET category in New Project dialog
The NUnit library project templates are not shown in the .NET category since the language name is currently always added to the category name.
Diffstat (limited to 'main/src/addins/ILAsmBinding')
-rw-r--r--main/src/addins/ILAsmBinding/ILAsmConsoleProject.xpt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/ILAsmBinding/ILAsmConsoleProject.xpt.xml b/main/src/addins/ILAsmBinding/ILAsmConsoleProject.xpt.xml
index aee25d7890..12e27c9b5f 100644
--- a/main/src/addins/ILAsmBinding/ILAsmConsoleProject.xpt.xml
+++ b/main/src/addins/ILAsmBinding/ILAsmConsoleProject.xpt.xml
@@ -6,7 +6,7 @@
<!-- Template Header -->
<TemplateConfiguration>
<_Name>Console Project</_Name>
- <_Category>other/misc/general</_Category>
+ <_Category>other/net/general</_Category>
<Icon>md-project-console</Icon>
<LanguageName>IL</LanguageName>
<_Description>IL Console Project</_Description>