summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-11 17:16:16 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-11 17:16:16 -0700
commit6124a72da2a772be0740862f30e10a860ef9ec9e (patch)
treec8c45bb45d4839e0668cbed2a4b011773def551d /samples
parent15b4b6fbd7d9d3f4f09f95ba54d5389f46a58822 (diff)
downloadDotNetOpenAuth-6124a72da2a772be0740862f30e10a860ef9ec9e.zip
DotNetOpenAuth-6124a72da2a772be0740862f30e10a860ef9ec9e.tar.gz
DotNetOpenAuth-6124a72da2a772be0740862f30e10a860ef9ec9e.tar.bz2
Fixed StyleCop settings files by removing the deprecated "Microsoft." prefixes.
Diffstat (limited to 'samples')
-rw-r--r--samples/OpenIdOfflineProvider/Settings.StyleCop2
-rw-r--r--samples/Settings.StyleCop6
2 files changed, 4 insertions, 4 deletions
diff --git a/samples/OpenIdOfflineProvider/Settings.StyleCop b/samples/OpenIdOfflineProvider/Settings.StyleCop
index 0d69b34..5042032 100644
--- a/samples/OpenIdOfflineProvider/Settings.StyleCop
+++ b/samples/OpenIdOfflineProvider/Settings.StyleCop
@@ -1,6 +1,6 @@
<StyleCopSettings Version="4.3">
<Analyzers>
- <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.DocumentationRules">
+ <Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
<Rules>
<Rule Name="FileMustHaveHeader">
<RuleSettings>
diff --git a/samples/Settings.StyleCop b/samples/Settings.StyleCop
index f6b59ac..81a0c9b 100644
--- a/samples/Settings.StyleCop
+++ b/samples/Settings.StyleCop
@@ -1,6 +1,6 @@
<StyleCopSettings Version="4.3">
<Analyzers>
- <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.DocumentationRules">
+ <Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
<Rules>
<Rule Name="FileMustHaveHeader">
<RuleSettings>
@@ -20,7 +20,7 @@
</Rules>
<AnalyzerSettings />
</Analyzer>
- <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.MaintainabilityRules">
+ <Analyzer AnalyzerId="StyleCop.CSharp.MaintainabilityRules">
<Rules>
<Rule Name="FieldsMustBePrivate">
<RuleSettings>
@@ -30,7 +30,7 @@
</Rules>
<AnalyzerSettings />
</Analyzer>
- <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.NamingRules">
+ <Analyzer AnalyzerId="StyleCop.CSharp.NamingRules">
<Rules>
<Rule Name="ElementMustBeginWithUpperCaseLetter">
<RuleSettings>