diff options
author | sr55 <[email protected]> | 2013-11-19 22:54:16 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-11-19 22:54:16 +0000 |
commit | c32a46c925608e51be9edcd6b5647c50124dd16a (patch) | |
tree | fcd2cb8c04f326d07145117bbc03f130d1170b60 /win/CS/HandBrake.ApplicationServices/Settings.StyleCop | |
parent | 5e4d8c7244a85fafa7ae477f8378a0c56e7ba365 (diff) |
WinGui: Fix a large number of stylecop warnings.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5900 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Settings.StyleCop')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Settings.StyleCop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Settings.StyleCop b/win/CS/HandBrake.ApplicationServices/Settings.StyleCop index 99c98c116..1cbff0cc9 100644 --- a/win/CS/HandBrake.ApplicationServices/Settings.StyleCop +++ b/win/CS/HandBrake.ApplicationServices/Settings.StyleCop @@ -1,4 +1,7 @@ <StyleCopSettings Version="105">
+ <GlobalSettings>
+ <BooleanProperty Name="AutoCheckForUpdate">False</BooleanProperty>
+ </GlobalSettings>
<Analyzers>
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
<Rules>
|