diff options
author | sr55 <[email protected]> | 2017-02-11 15:47:50 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-02-11 15:47:50 +0000 |
commit | 4a6d016c43227517e34b59b052072c6d86289d6c (patch) | |
tree | 8ca0f6c4d25490ed9e9ad91032dcf1671ac3a762 /win/CS/HandBrake.ApplicationServices | |
parent | 7b0874740ec4b1dbf94bd83c50f6665444077835 (diff) |
WinGui: Setup the Stylecop rules to be a bit more relaxed.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 636663704..70c3a9d51 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -37,6 +37,7 @@ <DefineConstants>TRACE;DEBUG</DefineConstants>
<UseVSHostingProcess>true</UseVSHostingProcess>
<Prefer32Bit>false</Prefer32Bit>
+ <CodeAnalysisRuleSet>..\HandBrake.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>AnyCPU</PlatformTarget>
|