diff options
author | sr55 <[email protected]> | 2017-02-11 13:33:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-02-11 13:33:08 +0000 |
commit | 251a7752360e3366c9ff91f0e78c6e4e835c414e (patch) | |
tree | f3d79b8ed4427ee36a4c7b4f35ed9ed9e01b49ca /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 116c773a9f04557eaa12ed7fa32aeec401a08f88 (diff) |
WinGui: Remove Stylecop Classic. (As a side note, HandBrake.ApplicationServices now compiles cleanly under Mono)
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 3a16164e9..7aeb19296 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -202,7 +202,6 @@ </ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.*\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">
|