Commit 3404ec45 authored by Brickner_cp's avatar Brickner_cp

Code Analysis

parent 320a54ec
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Migrated rules for PcapDotNet.Base.ruleset" Description="This rule set was created from the CodeAnalysisRules property for the &quot;Debug (Any CPU)&quot; configuration in project &quot;C:\Users\Boaz\TFS\tfs06.codeplex.com\PcapDotNet\PcapDotNet\src\PcapDotNet.Base\PcapDotNet.Base.csproj&quot;." ToolsVersion="10.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1004" Action="None" />
</Rules>
</RuleSet>
\ No newline at end of file
......@@ -97,7 +97,6 @@
</ItemGroup>
<ItemGroup>
<None Include="..\PcapDotNet.snk" />
<None Include="Migrated rules for PcapDotNet.Base.ruleset" />
</ItemGroup>
<ItemGroup>
<CodeAnalysisDictionary Include="CodeAnalysisDictionary.xml" />
......
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Migrated rules for PcapDotNet.Core.ruleset" Description="This rule set was created from the CodeAnalysisRules property for the &quot;Debug (Win32)&quot; configuration in project &quot;C:\Users\Boaz\TFS\tfs06.codeplex.com\PcapDotNet\PcapDotNet\src\PcapDotNet.Core\PcapDotNet.Core.vcxproj&quot;." ToolsVersion="10.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1021" Action="None" />
<Rule Id="CA1027" Action="None" />
<Rule Id="CA1028" Action="None" />
<Rule Id="CA2004" Action="None" />
</Rules>
</RuleSet>
\ No newline at end of file
......@@ -108,7 +108,6 @@
</ItemGroup>
<ItemGroup>
<None Include="CodeAnalysisDictionary.xml" />
<None Include="Migrated rules for PcapDotNet.Core.ruleset" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{89C63BE1-AF9A-472E-B256-A4F56B1655A7}</ProjectGuid>
......
......@@ -168,6 +168,5 @@
</ItemGroup>
<ItemGroup>
<None Include="CodeAnalysisDictionary.xml" />
<None Include="Migrated rules for PcapDotNet.Core.ruleset" />
</ItemGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Migrated rules for PcapDotNet.Packets.ruleset" Description="This rule set was created from the CodeAnalysisRules property for the &quot;Debug (Any CPU)&quot; configuration in project &quot;C:\Users\Boaz\TFS\tfs06.codeplex.com\PcapDotNet\PcapDotNet\src\PcapDotNet.Packets\PcapDotNet.Packets.csproj&quot;." ToolsVersion="10.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1021" Action="None" />
<Rule Id="CA1027" Action="None" />
<Rule Id="CA1028" Action="None" />
<Rule Id="CA1045" Action="None" />
<Rule Id="CA1501" Action="None" />
<Rule Id="CA1710" Action="None" />
</Rules>
</RuleSet>
\ No newline at end of file
......@@ -265,7 +265,6 @@
</ItemGroup>
<ItemGroup>
<None Include="..\PcapDotNet.snk" />
<None Include="Migrated rules for PcapDotNet.Packets.ruleset" />
</ItemGroup>
<ItemGroup>
<CodeAnalysisDictionary Include="CodeAnalysisDictionary.xml" />
......
......@@ -5,6 +5,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
PcapDotNet.4.5.resharper = PcapDotNet.4.5.resharper
PcapDotNet.ruleset = PcapDotNet.ruleset
PcapDotNet.vsmdi = PcapDotNet.vsmdi
EndProjectSection
EndProject
......
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