diff options
author | sr55 <[email protected]> | 2010-04-28 18:03:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-28 18:03:01 +0000 |
commit | 4c0d4df9984e520961b467fde1ab1c2ee7513a67 (patch) | |
tree | f3dd31bf7e398e85593ec4209ba20e787e38241c /win/C#/Settings.StyleCop | |
parent | 6223188aa629e3ea5bc183c9da8eca4f5b24b19d (diff) |
WinGui:
- Strip any illegal characters from the autoname path
- Display build number in program window title. Also added a hack to force this to display the correct number.
- Imported some settings for Stylecop for resharper 5
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3272 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Settings.StyleCop')
-rw-r--r-- | win/C#/Settings.StyleCop | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/C#/Settings.StyleCop b/win/C#/Settings.StyleCop index 25f6771ef..90f8bc063 100644 --- a/win/C#/Settings.StyleCop +++ b/win/C#/Settings.StyleCop @@ -130,11 +130,6 @@ <BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
- <Rule Name="PrefixLocalCallsWithThis">
- <RuleSettings>
- <BooleanProperty Name="Enabled">False</BooleanProperty>
- </RuleSettings>
- </Rule>
<Rule Name="ParametersMustBeOnSameLineOrSeparateLines">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
|