diff options
author | sr55 <[email protected]> | 2011-04-16 15:21:42 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-04-16 15:21:42 +0000 |
commit | 680ed831fb94849f57565665ed4f467f2d3283e5 (patch) | |
tree | 784b72fd4521cf5fc21b097a406d56051f5cd5c5 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | a05f96f954d41c88f91b1a254f8fa6982cb0e86b (diff) |
WinGui:
- Moved DRC onto the advanced audio panel and tweaked the UI slightly.
- Updated to Stylecop 4.5
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3934 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 0937aea29..65b497534 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -287,6 +287,7 @@ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.5\StyleCop.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
|