mirror of
https://github.com/digital-jellyfish/Virtu.git
synced 2024-11-23 19:30:59 +00:00
2167383a00
Upgraded to FxCop 10.0. Dropped Silverlight Toolkit dependency (for now). Modified AudioService to avoid deadlocks by using timeouts. Refactored DebugService and implementations. Modified SilverlightVideoService to handle browser zoom. Split Wpf MainWindow into MainPage child control. --HG-- extra : convert_revision : svn%3Affd33b8c-2492-42e0-bdc5-587b920b7d6d/trunk%4048619
45 lines
2.5 KiB
XML
45 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FxCopProject Version="10.0" Name="Jellyfish.Library">
|
|
<ProjectOptions>
|
|
<SharedProject>True</SharedProject>
|
|
<Stylesheet Apply="False">$(FxCopDir)\Xml\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>10</AnalysisExceptionsThreshold>
|
|
<RuleExceptionsThreshold>1</RuleExceptionsThreshold>
|
|
<Spelling Locale="en-US" />
|
|
<OverrideRuleVisibilities>False</OverrideRuleVisibilities>
|
|
<CustomDictionaries SearchFxCopDir="True" SearchUserProfile="True" SearchProjectDir="True" />
|
|
<SearchGlobalAssemblyCache>True</SearchGlobalAssemblyCache>
|
|
<DeadlockDetectionTimeout>120</DeadlockDetectionTimeout>
|
|
<IgnoreGeneratedCode>True</IgnoreGeneratedCode>
|
|
</ProjectOptions>
|
|
<Targets>
|
|
<Target Name="$(ProjectDir)/Wpf/bin/Jellyfish.Library.dll" Analyze="True" AnalyzeAllChildren="True" />
|
|
<Target Name="$(ProjectDir)/Xna/bin/x86/Jellyfish.Library.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\MobilityRules.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\SecurityRules.dll" Enabled="True" AllRulesEnabled="True" />
|
|
<RuleFile Name="$(FxCopDir)\Rules\SecurityTransparencyRules.dll" Enabled="True" AllRulesEnabled="True" />
|
|
<RuleFile Name="$(FxCopDir)\Rules\UsageRules.dll" Enabled="True" AllRulesEnabled="True" />
|
|
</RuleFiles>
|
|
<Groups />
|
|
<Settings />
|
|
</Rules>
|
|
<FxCopReport Version="10.0" />
|
|
</FxCopProject>
|