Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TextDef.fxcop « Def « Text « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 735a40bb45962a4870a41d0ca64f041c5a7af442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<FxCopProject Version="1.32" Name="My FxCop Project">
 <ProjectOptions>
  <SharedProject>True</SharedProject>
  <Stylesheet Apply="False">http://fxcop/xsl/1.32/FxCopReport.xsl</Stylesheet>
  <SaveMessages>
   <Project Status="Active, Excluded" NewOnly="False" />
   <Report Status="Active" NewOnly="False" />
  </SaveMessages>
  <ProjectFile Compress="True" DefaultTargetCheck="True" DefaultRuleCheck="True" SaveByRuleGroup="" Deterministic="True" />
  <EnableMultithreadedLoad>True</EnableMultithreadedLoad>
  <EnableMultithreadedAnalysis>True</EnableMultithreadedAnalysis>
  <SourceLookup>True</SourceLookup>
  <AnalysisExceptionsThreshold>100</AnalysisExceptionsThreshold>
  <RuleExceptionsThreshold>10</RuleExceptionsThreshold>
  <Spelling Locale="en-us" />
  <VersionAware>False</VersionAware>
  <OverrideRuleVisibilities>False</OverrideRuleVisibilities>
  <CustomDictionaries SearchFxCopDir="True" SearchUserProfile="True" SearchProjectDir="True" />
 </ProjectOptions>
 <Targets>
  <AssemblyReferenceDirectories>
   <Directory>%VSPATH%</Directory>
   <Directory>%programfiles%\Reference Assemblies\Microsoft\WinFX\v3.0\</Directory>
   <Directory>%windir%\WinFX\v3.0\WPF\</Directory>
  </AssemblyReferenceDirectories>
  <Target Name="%VSPATH%\Microsoft.VisualStudio.Data.Text.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.Data.Text.Projection.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.Logic.Text.Classification.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.Logic.Text.Navigation.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.Logic.Text.Undo.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.UI.Text.Adornment.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.UI.Text.AdornmentLibrary.Breakpoint.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%/Microsoft.VisualStudio.UI.Text.AdornmentLibrary.TextMarker.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.UI.Text.Wpf.AdornmentSurface.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.UI.Text.Wpf.AdornmentSurfaceManager.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.UI.Text.Wpf.Classification.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.UI.Text.Wpf.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="%VSPATH%\Microsoft.VisualStudio.UI.Text.Wpf.InputBinding.dll" Analyze="True" AnalyzeAllChildren="True" />
  <Target Name="$(ProjectDir)/../../../Output/debug/bin/Microsoft.VisualStudio.UI.Text.View.dll" Analyze="True" AnalyzeAllChildren="True" />
 </Targets>
 <Rules>
  <RuleFiles>
   <RuleFile Name="$(FxCopDir)\Rules\DesignRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\GlobalizationRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\InteroperabilityRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\MaintainabilityRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\MobilityRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\MSInternalRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\NamingRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\PerformanceRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\PortabilityRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\ReliabilityRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\SecurityRules.dll" Enabled="True" AllRulesEnabled="True" />
   <RuleFile Name="$(FxCopDir)\Rules\UsageRules.dll" Enabled="True" AllRulesEnabled="True" />
  </RuleFiles>
  <Groups />
  <Settings />
 </Rules>
 <FxCopReport Version="1.32" />
</FxCopProject>