jezell / iserviceoriented
- Source
- Commits
- Network (8)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
51cb991
iserviceoriented / CodeReview.FxCop
| 18cbddcf » | jezell | 2008-08-29 | 1 | <?xml version="1.0" encoding="utf-8"?> | |
| 2 | <FxCopProject Version="1.36" Name="My FxCop Project"> | ||||
| 3 | <ProjectOptions> | ||||
| 4 | <SharedProject>True</SharedProject> | ||||
| 5 | <Stylesheet Apply="False">c:\program files\microsoft fxcop 1.36\Xml\FxCopReport.xsl</Stylesheet> | ||||
| 6 | <SaveMessages> | ||||
| d8830853 » | jezell | 2008-10-11 | 7 | <Project Status="None" NewOnly="False" /> | |
| 8 | <Report Status="None" NewOnly="False" /> | ||||
| 18cbddcf » | jezell | 2008-08-29 | 9 | </SaveMessages> | |
| 10 | <ProjectFile Compress="True" DefaultTargetCheck="True" DefaultRuleCheck="True" SaveByRuleGroup="" Deterministic="True" /> | ||||
| 11 | <EnableMultithreadedLoad>True</EnableMultithreadedLoad> | ||||
| 12 | <EnableMultithreadedAnalysis>True</EnableMultithreadedAnalysis> | ||||
| 13 | <SourceLookup>True</SourceLookup> | ||||
| 14 | <AnalysisExceptionsThreshold>10</AnalysisExceptionsThreshold> | ||||
| 15 | <RuleExceptionsThreshold>1</RuleExceptionsThreshold> | ||||
| 16 | <Spelling Locale="en-US" /> | ||||
| 17 | <OverrideRuleVisibilities>False</OverrideRuleVisibilities> | ||||
| 18 | <CustomDictionaries SearchFxCopDir="True" SearchUserProfile="True" SearchProjectDir="True" /> | ||||
| d8830853 » | jezell | 2008-10-11 | 19 | <SearchGlobalAssemblyCache>True</SearchGlobalAssemblyCache> | |
| 18cbddcf » | jezell | 2008-08-29 | 20 | <DeadlockDetectionTimeout>120</DeadlockDetectionTimeout> | |
| 21 | <IgnoreGeneratedCode>False</IgnoreGeneratedCode> | ||||
| 22 | </ProjectOptions> | ||||
| 23 | <Targets> | ||||
| 24 | <Target Name="$(ProjectDir)/IServiceOriented.ServiceBus/bin/Debug/IServiceOriented.ServiceBus.dll" Analyze="True" AnalyzeAllChildren="True" /> | ||||
| 25 | </Targets> | ||||
| 26 | <Rules> | ||||
| 27 | <RuleFiles> | ||||
| 28 | <RuleFile Name="$(FxCopDir)\Rules\DesignRules.dll" Enabled="True" AllRulesEnabled="True" /> | ||||
| 29 | <RuleFile Name="$(FxCopDir)\Rules\GlobalizationRules.dll" Enabled="True" AllRulesEnabled="True" /> | ||||
| 30 | <RuleFile Name="$(FxCopDir)\Rules\InteroperabilityRules.dll" Enabled="True" AllRulesEnabled="True" /> | ||||
| 31 | <RuleFile Name="$(FxCopDir)\Rules\MobilityRules.dll" Enabled="True" AllRulesEnabled="True" /> | ||||
| 32 | <RuleFile Name="$(FxCopDir)\Rules\NamingRules.dll" Enabled="True" AllRulesEnabled="True" /> | ||||
| 33 | <RuleFile Name="$(FxCopDir)\Rules\PerformanceRules.dll" Enabled="True" AllRulesEnabled="True" /> | ||||
| 34 | <RuleFile Name="$(FxCopDir)\Rules\PortabilityRules.dll" Enabled="True" AllRulesEnabled="True" /> | ||||
| 35 | <RuleFile Name="$(FxCopDir)\Rules\SecurityRules.dll" Enabled="True" AllRulesEnabled="True" /> | ||||
| 36 | <RuleFile Name="$(FxCopDir)\Rules\UsageRules.dll" Enabled="True" AllRulesEnabled="True" /> | ||||
| 37 | </RuleFiles> | ||||
| 38 | <Groups /> | ||||
| 39 | <Settings /> | ||||
| 40 | </Rules> | ||||
| d8830853 » | jezell | 2008-10-11 | 41 | <FxCopReport Version="1.36" /> | |
| 18cbddcf » | jezell | 2008-08-29 | 42 | </FxCopProject> | |
