diff options
author | sr55 <[email protected]> | 2019-12-18 20:13:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-12-18 20:13:51 +0000 |
commit | 090d1abf4eaf4ac78c3e886fc07a63f89730cd53 (patch) | |
tree | 0c5ea1f31b31ef8e2627ed3eb5391f1c720b684d /win/CS/HandBrake.Interop | |
parent | 5cee86df42d2c9f0de2d90f2dfcc42a1b3e8d6e6 (diff) |
WinGui: Fix a few issues with the build system post format changes.
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrake.Interop.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj index 328be68a5..88a36dc7a 100644 --- a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj +++ b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj @@ -11,6 +11,7 @@ <RepositoryType>git</RepositoryType> <PackageTags>Video Transcoder</PackageTags> <Platforms>x64</Platforms> + <PlatformTarget>x64</PlatformTarget> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |