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

github.com/mono/NUnitLite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NUnitLite-1.0.0/src/tests/nunitlite.tests-4.0.csproj')
-rw-r--r--NUnitLite-1.0.0/src/tests/nunitlite.tests-4.0.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/NUnitLite-1.0.0/src/tests/nunitlite.tests-4.0.csproj b/NUnitLite-1.0.0/src/tests/nunitlite.tests-4.0.csproj
index 1443f59..ba6e2ae 100644
--- a/NUnitLite-1.0.0/src/tests/nunitlite.tests-4.0.csproj
+++ b/NUnitLite-1.0.0/src/tests/nunitlite.tests-4.0.csproj
@@ -42,7 +42,7 @@
<DefineConstants>TRACE;DEBUG;NET_4_0, CLR_4_0,NUNITLITE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ <CodeAnalysisRuleSet Condition="'$(RunCodeAnalysis)' != 'false'">AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -51,7 +51,7 @@
<DefineConstants>TRACE;NET_4_0, CLR_4_0,NUNITLITE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ <CodeAnalysisRuleSet Condition="'$(RunCodeAnalysis)' != 'false'">AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />