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:
authorLluis Sanchez <lluis@xamarin.com>2013-05-08 13:01:52 +0400
committerLluis Sanchez <lluis@xamarin.com>2013-05-08 13:01:52 +0400
commit55bee8d20b220f8c809e8c9211dd5c50da8c5768 (patch)
tree9a5202981ea32aed28bd7667782ffcc7eb116c94 /main/src/addins/NUnit/MonoDevelopNUnit.addin.xml
parente85259f2d8e67677085abaf9e72c676fab4a1767 (diff)
Store custom nunit properties in the main section of csproj files
Diffstat (limited to 'main/src/addins/NUnit/MonoDevelopNUnit.addin.xml')
-rw-r--r--main/src/addins/NUnit/MonoDevelopNUnit.addin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/addins/NUnit/MonoDevelopNUnit.addin.xml b/main/src/addins/NUnit/MonoDevelopNUnit.addin.xml
index 10264c9d9c..8d2e501982 100644
--- a/main/src/addins/NUnit/MonoDevelopNUnit.addin.xml
+++ b/main/src/addins/NUnit/MonoDevelopNUnit.addin.xml
@@ -214,9 +214,9 @@
<ItemProperty class = "MonoDevelop.Projects.SolutionItemConfiguration"
name = "UnitTestInformation" type = "MonoDevelop.NUnit.UnitTestOptionsSet" />
<ItemProperty class = "MonoDevelop.Projects.DotNetProject"
- name = "TestRunnerType" type = "System.String" />
+ name = "TestRunnerType" type = "System.String" external="false" />
<ItemProperty class = "MonoDevelop.Projects.DotNetProject"
- name = "TestRunnerAssembly" type = "MonoDevelop.Core.FilePath" />
+ name = "TestRunnerAssembly" type = "MonoDevelop.Core.FilePath" external="false" />
</Extension>
</Addin>