diff options
author | sr55 <[email protected]> | 2018-12-08 15:28:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2018-12-08 15:28:38 +0000 |
commit | 14058f3ca4f1f31a65f96344426305a659eaa3eb (patch) | |
tree | c3ca42688e2d68d16997d85c5108a8b75990714f /win/CS/HandBrake.Interop/HandBrake.Interop.csproj | |
parent | 5ed3665f950aa4370b5dcf039aff75236070f9b3 (diff) |
WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few other warnings in the code.
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrake.Interop.csproj')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrake.Interop.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj index 6be0b8500..3571728ea 100644 --- a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj +++ b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj @@ -23,6 +23,7 @@ <UseVSHostingProcess>true</UseVSHostingProcess> <Prefer32Bit>false</Prefer32Bit> <CodeAnalysisRuleSet>..\HandBrake.ruleset</CodeAnalysisRuleSet> + <NoWarn>0649</NoWarn> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> <PlatformTarget>x64</PlatformTarget> @@ -182,6 +183,9 @@ </EmbeddedResource> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <PropertyGroup> + <TargetFrameworkSDKToolsDirectory Condition=" '$(Platform)' == 'x64'">$(TargetFrameworkSDKToolsDirectory)$(Platform)\</TargetFrameworkSDKToolsDirectory> + </PropertyGroup> <!-- 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"> |