Set Code Analysis to MS Managed Recommended

Previously was set to "All" which generates a lot of complier warnings.
This commit is contained in:
Sean Kaim
2016-05-07 16:26:55 -04:00
parent 9476ba6578
commit 15e297eef3

View File

@@ -88,7 +88,7 @@
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<DefineConstants>DEBUG;PORTABLE</DefineConstants>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />