Commit 20b9ed06 authored by Brickner_cp's avatar Brickner_cp

--no commit message

--no commit message
parent 60966205
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RunCodeAnalysis>true</RunCodeAnalysis> <RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRules>-Microsoft.Design#CA1028</CodeAnalysisRules>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
......
...@@ -171,7 +171,9 @@ ...@@ -171,7 +171,9 @@
/> />
<Tool <Tool
Name="VCFxCopTool" Name="VCFxCopTool"
Rules="-Microsoft.Design#CA1021;-Microsoft.Design#CA1028;-Microsoft.Design#CA1027"
EnableFxCop="true" EnableFxCop="true"
Dictionaries="CodeAnalysisDictionary.xml"
/> />
<Tool <Tool
Name="VCAppVerifierTool" Name="VCAppVerifierTool"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment