﻿<?xml version="1.0" encoding="utf-8"?>
<FxCopReport Version="10.0">
 <Targets>
  <Target Name="D:\SonarQube\sonar-examples-master\projects\languages\csharp\MyLibrary\bin\Debug\MyLibrary.dll">
   <Modules>
    <Module Name="mylibrary.dll">
     <Namespaces>
      <Namespace Name="MyLibrary">
       <Types>
        <Type Name="Calc" Kind="Class" Accessibility="Public" ExternallyVisible="True">
         <Members>
          <Member Name="#publicPointer1" Kind="Field" Static="False" Accessibility="Public" ExternallyVisible="True">
           <Messages>
            <Message TypeName="PointersShouldNotBeVisible" Category="Microsoft.Security" CheckId="CA2111" Status="Active" Created="2015-01-05 17:33:54Z" FixCategory="Breaking" BreaksBuild="True">
             <Issue Certainty="75" Level="CriticalError">Make 'Calc.publicPointer1' private.</Issue>
            </Message>
           </Messages>
          </Member>
         </Members>
        </Type>
       </Types>
      </Namespace>
     </Namespaces>
    </Module>
   </Modules>
  </Target>
 </Targets>
 <Rules>
  <Rule TypeName="PointersShouldNotBeVisible" Category="Microsoft.Security" CheckId="CA2111" BreaksBuild="True">
   <Name>Pointers should not be visible</Name>
   <Description>IntPtr and UIntPtr fields should be declared as private. Exposing non-private pointers can cause a security weakness.</Description>
   <Resolution Name="Default">Make {0} private.</Resolution>
   <Owner />
   <Url>http://msdn.microsoft.com/library/ms182306(VS.100).aspx</Url>
   <Email>[none]</Email>
   <MessageLevel Certainty="75">CriticalError</MessageLevel>
   <File Name="securityrules.dll" Version="10.0.0.0" />
  </Rule>
 </Rules>
 <Localized>
  <String Key="Category">Category</String>
  <String Key="Certainty">Certainty</String>
  <String Key="CollapseAll">Collapse All</String>
  <String Key="CheckId">Check Id</String>
  <String Key="Error">Error</String>
  <String Key="Errors">error(s)</String>
  <String Key="ExpandAll">Expand All</String>
  <String Key="Help">Help</String>
  <String Key="Line">Line</String>
  <String Key="Messages">message(s)</String>
  <String Key="LocationNotStoredInPdb">[Location not stored in Pdb]</String>
  <String Key="Project">Project</String>
  <String Key="Resolution">Resolution</String>
  <String Key="Rule">Rule</String>
  <String Key="RuleFile">Rule File</String>
  <String Key="RuleDescription">Rule Description</String>
  <String Key="Source">Source</String>
  <String Key="Status">Status</String>
  <String Key="Target">Target</String>
  <String Key="Warning">Warning</String>
  <String Key="Warnings">warning(s)</String>
  <String Key="ReportTitle">Code Analysis Report</String>
 </Localized>
 <Exceptions>
  <Exception Keyword="CA0062" Kind="Engine" TreatAsWarning="True">
   <Type>Microsoft.FxCop.Sdk.FxCopException</Type>
   <ExceptionMessage>The rule 'CA2002' referenced in rule set 'D:\SonarQube\sonar-examples-master\projects\languages\csharp\.\.sonar\com.tideworks.sim_MyLibrary\fxcop-sonarqube.ruleset' could not be found.</ExceptionMessage>
  </Exception>
  <Exception Keyword="CA0062" Kind="Engine" TreatAsWarning="True">
   <Type>Microsoft.FxCop.Sdk.FxCopException</Type>
   <ExceptionMessage>The rule 'CA2100' referenced in rule set 'D:\SonarQube\sonar-examples-master\projects\languages\csharp\.\.sonar\com.tideworks.sim_MyLibrary\fxcop-sonarqube.ruleset' could not be found.</ExceptionMessage>
  </Exception>
  <Exception Keyword="CA0062" Kind="Engine" TreatAsWarning="True">
   <Type>Microsoft.FxCop.Sdk.FxCopException</Type>
   <ExceptionMessage>The rule 'CA2202' referenced in rule set 'D:\SonarQube\sonar-examples-master\projects\languages\csharp\.\.sonar\com.tideworks.sim_MyLibrary\fxcop-sonarqube.ruleset' could not be found.</ExceptionMessage>
  </Exception>
  <Exception Keyword="CA0062" Kind="Engine" TreatAsWarning="True">
   <Type>Microsoft.FxCop.Sdk.FxCopException</Type>
   <ExceptionMessage>The rule 'CA2241' referenced in rule set 'D:\SonarQube\sonar-examples-master\projects\languages\csharp\.\.sonar\com.tideworks.sim_MyLibrary\fxcop-sonarqube.ruleset' could not be found.</ExceptionMessage>
  </Exception>
 </Exceptions>
</FxCopReport>
