summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop
diff options
context:
space:
mode:
authorsr55 <[email protected]>2020-11-11 20:16:15 +0000
committersr55 <[email protected]>2020-11-11 20:16:15 +0000
commit3b5dc0e57a64d2eed7fe05d9fa35e8de8b6a75f3 (patch)
treec2df041d73d78c1e9b41c3284351c8bbae2014c2 /win/CS/HandBrake.Interop
parentcc9a4fa40ac117a5cf44d8b826835773fa96bd77 (diff)
WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime to be installed on the machine)
Changed the configruation to make the UI platform agnostic. This will allow it to run on ARM64 natively (in theory) with if provided with an ARM64 native hb.dll
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r--win/CS/HandBrake.Interop/HandBrake.Interop.csproj10
1 files changed, 3 insertions, 7 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj
index b7cd952c9..439879efb 100644
--- a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj
+++ b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj
@@ -10,14 +10,10 @@
<RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Video Transcoder</PackageTags>
- <Platforms>x64</Platforms>
- <PlatformTarget>x64</PlatformTarget>
+ <Platforms>AnyCPU</Platforms>
+ <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
-
+
<ItemGroup>
<Compile Remove="Interop\HbLib\Wrappers\**" />
<EmbeddedResource Remove="Interop\HbLib\Wrappers\**" />