diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-09 08:29:36 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-09 08:29:36 -0800 |
commit | cd00f47e375106db6b04a32dff669e5b87c5affb (patch) | |
tree | ca2d8625561f2084250c3cebf6eae3813f71c8b2 /tools | |
parent | b6a394fdde0b5ba09d3836ea80dd201f79e90a3a (diff) | |
download | DotNetOpenAuth-cd00f47e375106db6b04a32dff669e5b87c5affb.zip DotNetOpenAuth-cd00f47e375106db6b04a32dff669e5b87c5affb.tar.gz DotNetOpenAuth-cd00f47e375106db6b04a32dff669e5b87c5affb.tar.bz2 |
Fixed FxCop messages in DNOA.Core #68
Diffstat (limited to 'tools')
-rw-r--r-- | tools/DotNetOpenAuth.Product.props | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/DotNetOpenAuth.Product.props b/tools/DotNetOpenAuth.Product.props index 2423e1a..0f9cd14 100644 --- a/tools/DotNetOpenAuth.Product.props +++ b/tools/DotNetOpenAuth.Product.props @@ -18,7 +18,7 @@ http://opensource.org/licenses/ms-pl.html <WarningLevel>4</WarningLevel> <CodeAnalysisRules /> - <CodeAnalysisRuleSet>Migrated rules for DotNetOpenAuth.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRuleSet>$(ProjectRoot)src\DotNetOpenAuth.ruleset</CodeAnalysisRuleSet> <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> @@ -86,6 +86,12 @@ http://opensource.org/licenses/ms-pl.html </ItemGroup> <ItemGroup> + <Compile Include="$(ProjectRoot)src\GlobalSuppressions.cs"> + <Link>GlobalSuppressions.cs</Link> + </Compile> + </ItemGroup> + + <ItemGroup> <Reference Include="System" /> <Reference Include="System.Security" /> <Reference Include="System.configuration" /> |