aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/QtProjectLib.csproj
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2016-07-13 15:22:27 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2016-07-15 10:48:26 +0000
commit690df9b41fc78c93fc9258eac77c0ff4cde7dbc4 (patch)
treee89b0b21585b70e9e222058d0e790e48e820d1d8 /src/qtprojectlib/QtProjectLib.csproj
parentcc3e4cb8138b347b277276dfe72a99b1a9f97635 (diff)
Set the code analysis rule set to the maximum possible
Change-Id: Ie8f3b1d2433238cd0be0d0cea18f02de77abea0a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/qtprojectlib/QtProjectLib.csproj')
-rw-r--r--src/qtprojectlib/QtProjectLib.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtprojectlib/QtProjectLib.csproj b/src/qtprojectlib/QtProjectLib.csproj
index 3936fc32..ea1c4894 100644
--- a/src/qtprojectlib/QtProjectLib.csproj
+++ b/src/qtprojectlib/QtProjectLib.csproj
@@ -21,6 +21,7 @@
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>