summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/StyleCop/Custom Rules/NerdBank.StyleCop.Rules.dllbin0 -> 21504 bytes
-rw-r--r--tools/StyleCop/Docs/StyleCop.chmbin214568 -> 219882 bytes
-rw-r--r--tools/StyleCop/Microsoft.SourceAnalysis.Targets5
-rw-r--r--tools/StyleCop/Microsoft.StyleCop.CSharp.Rules.dllbin187264 -> 0 bytes
-rw-r--r--tools/StyleCop/Microsoft.StyleCop.CSharp.dllbin231288 -> 0 bytes
-rw-r--r--tools/StyleCop/Microsoft.StyleCop.dllbin259944 -> 0 bytes
-rw-r--r--tools/StyleCop/NerdBank.StyleCop.Rules.dllbin20480 -> 0 bytes
-rw-r--r--tools/StyleCop/Settings.StyleCop4
-rw-r--r--tools/StyleCop/StyleCop.CSharp.Rules.dllbin0 -> 194560 bytes
-rw-r--r--tools/StyleCop/StyleCop.CSharp.dllbin0 -> 229376 bytes
-rw-r--r--tools/StyleCop/StyleCop.VSPackage.dllbin0 -> 177152 bytes
-rw-r--r--tools/StyleCop/StyleCop.dllbin0 -> 405504 bytes
-rw-r--r--tools/StyleCop/StyleCop.targets (renamed from tools/StyleCop/Microsoft.StyleCop.Targets)2
-rw-r--r--tools/StyleCop/StyleCopSettingsEditor.exebin20336 -> 126464 bytes
14 files changed, 3 insertions, 8 deletions
diff --git a/tools/StyleCop/Custom Rules/NerdBank.StyleCop.Rules.dll b/tools/StyleCop/Custom Rules/NerdBank.StyleCop.Rules.dll
new file mode 100644
index 0000000..b284989
--- /dev/null
+++ b/tools/StyleCop/Custom Rules/NerdBank.StyleCop.Rules.dll
Binary files differ
diff --git a/tools/StyleCop/Docs/StyleCop.chm b/tools/StyleCop/Docs/StyleCop.chm
index b309170..87f87a4 100644
--- a/tools/StyleCop/Docs/StyleCop.chm
+++ b/tools/StyleCop/Docs/StyleCop.chm
Binary files differ
diff --git a/tools/StyleCop/Microsoft.SourceAnalysis.Targets b/tools/StyleCop/Microsoft.SourceAnalysis.Targets
deleted file mode 100644
index 4b4a625..0000000
--- a/tools/StyleCop/Microsoft.SourceAnalysis.Targets
+++ /dev/null
@@ -1,5 +0,0 @@
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!-- This targets file is obsolete and will be removed in a future version of StyleCop. -->
- <!-- Redirect your imports to the Microsoft.StyleCop.Targets file. -->
- <Import Project="Microsoft.StyleCop.Targets" />
-</Project>
diff --git a/tools/StyleCop/Microsoft.StyleCop.CSharp.Rules.dll b/tools/StyleCop/Microsoft.StyleCop.CSharp.Rules.dll
deleted file mode 100644
index d6701cc..0000000
--- a/tools/StyleCop/Microsoft.StyleCop.CSharp.Rules.dll
+++ /dev/null
Binary files differ
diff --git a/tools/StyleCop/Microsoft.StyleCop.CSharp.dll b/tools/StyleCop/Microsoft.StyleCop.CSharp.dll
deleted file mode 100644
index 67dbe35..0000000
--- a/tools/StyleCop/Microsoft.StyleCop.CSharp.dll
+++ /dev/null
Binary files differ
diff --git a/tools/StyleCop/Microsoft.StyleCop.dll b/tools/StyleCop/Microsoft.StyleCop.dll
deleted file mode 100644
index 4b38e13..0000000
--- a/tools/StyleCop/Microsoft.StyleCop.dll
+++ /dev/null
Binary files differ
diff --git a/tools/StyleCop/NerdBank.StyleCop.Rules.dll b/tools/StyleCop/NerdBank.StyleCop.Rules.dll
deleted file mode 100644
index 262de0e..0000000
--- a/tools/StyleCop/NerdBank.StyleCop.Rules.dll
+++ /dev/null
Binary files differ
diff --git a/tools/StyleCop/Settings.StyleCop b/tools/StyleCop/Settings.StyleCop
index 058ee21..8182c6f 100644
--- a/tools/StyleCop/Settings.StyleCop
+++ b/tools/StyleCop/Settings.StyleCop
@@ -1,6 +1,6 @@
<StyleCopSettings Version="4.3">
<Parsers>
- <Parser ParserId="Microsoft.StyleCop.CSharp.CsParser">
+ <Parser ParserId="StyleCop.CSharp.CsParser">
<ParserSettings>
<CollectionProperty Name="GeneratedFileFilters">
<Value>\.g\.cs$</Value>
@@ -11,7 +11,7 @@
</Parser>
</Parsers>
<Analyzers>
- <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.NamingRules">
+ <Analyzer AnalyzerId="StyleCop.CSharp.NamingRules">
<AnalyzerSettings>
<CollectionProperty Name="Hungarian">
<Value>as</Value>
diff --git a/tools/StyleCop/StyleCop.CSharp.Rules.dll b/tools/StyleCop/StyleCop.CSharp.Rules.dll
new file mode 100644
index 0000000..614c108
--- /dev/null
+++ b/tools/StyleCop/StyleCop.CSharp.Rules.dll
Binary files differ
diff --git a/tools/StyleCop/StyleCop.CSharp.dll b/tools/StyleCop/StyleCop.CSharp.dll
new file mode 100644
index 0000000..682a6fc
--- /dev/null
+++ b/tools/StyleCop/StyleCop.CSharp.dll
Binary files differ
diff --git a/tools/StyleCop/StyleCop.VSPackage.dll b/tools/StyleCop/StyleCop.VSPackage.dll
new file mode 100644
index 0000000..7272fe5
--- /dev/null
+++ b/tools/StyleCop/StyleCop.VSPackage.dll
Binary files differ
diff --git a/tools/StyleCop/StyleCop.dll b/tools/StyleCop/StyleCop.dll
new file mode 100644
index 0000000..ccdcf8b
--- /dev/null
+++ b/tools/StyleCop/StyleCop.dll
Binary files differ
diff --git a/tools/StyleCop/Microsoft.StyleCop.Targets b/tools/StyleCop/StyleCop.targets
index 9220008..58ff328 100644
--- a/tools/StyleCop/Microsoft.StyleCop.Targets
+++ b/tools/StyleCop/StyleCop.targets
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Specify where tasks are implemented. -->
- <UsingTask AssemblyFile="Microsoft.StyleCop.dll" TaskName="StyleCopTask"/>
+ <UsingTask AssemblyFile="StyleCop.dll" TaskName="StyleCopTask"/>
<PropertyGroup>
<BuildDependsOn>$(BuildDependsOn);StyleCop</BuildDependsOn>
diff --git a/tools/StyleCop/StyleCopSettingsEditor.exe b/tools/StyleCop/StyleCopSettingsEditor.exe
index 1c1c610..a555e2e 100644
--- a/tools/StyleCop/StyleCopSettingsEditor.exe
+++ b/tools/StyleCop/StyleCopSettingsEditor.exe
Binary files differ