diff options
author | sr55 <[email protected]> | 2019-12-28 15:10:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-12-28 15:10:51 +0000 |
commit | cac9895b6e880c381ea9f851ea9e3dcf626656f3 (patch) | |
tree | 4aad2c8633faa30481afb3422da977366a29b441 /win/CS/HandBrake.Worker | |
parent | 741d9e082ba0f40c4571f48b54eb237048df8c2a (diff) |
WinGui: Build Fix
Diffstat (limited to 'win/CS/HandBrake.Worker')
-rw-r--r-- | win/CS/HandBrake.Worker/HandBrake.Worker.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Worker/HandBrake.Worker.csproj b/win/CS/HandBrake.Worker/HandBrake.Worker.csproj index 99e85a8fa..8ea258b44 100644 --- a/win/CS/HandBrake.Worker/HandBrake.Worker.csproj +++ b/win/CS/HandBrake.Worker/HandBrake.Worker.csproj @@ -3,7 +3,7 @@ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <Platform Condition=" '$(Platform)' == '' ">x64</Platform> <ProjectGuid>{F8370F37-B226-4830-AEE7-6D7AE403E3D2}</ProjectGuid> <OutputType>Exe</OutputType> <RootNamespace>HandBrake.Worker</RootNamespace> |