Use wildcard solution mapping for ARM64

This commit is contained in:
ema
2026-04-14 18:31:16 +08:00
parent bce1f49d22
commit a3b246fcbc
5 changed files with 92 additions and 623 deletions
+2 -1
View File
@@ -4,7 +4,6 @@
<TargetFramework>net462</TargetFramework>
<RootNamespace>QuickLook.Common</RootNamespace>
<AssemblyName>QuickLook.Common</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
@@ -22,6 +21,8 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>app.png</PackageIcon>
<PlatformTarget>AnyCPU</PlatformTarget>
<Platforms>AnyCPU;x64;ARM64</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">