|
20 | 20 | <Configuration>Release</Configuration>
|
21 | 21 | <Platform>x64</Platform>
|
22 | 22 | </ProjectConfiguration>
|
23 |
| - <ProjectConfiguration Include="Debug|ARM"> |
| 23 | + <ProjectConfiguration Include="Debug|arm64"> |
24 | 24 | <Configuration>Debug</Configuration>
|
25 |
| - <Platform>ARM</Platform> |
| 25 | + <Platform>arm64</Platform> |
26 | 26 | </ProjectConfiguration>
|
27 |
| - <ProjectConfiguration Include="Release|ARM"> |
| 27 | + <ProjectConfiguration Include="Release|arm64"> |
28 | 28 | <Configuration>Release</Configuration>
|
29 |
| - <Platform>ARM</Platform> |
30 |
| - </ProjectConfiguration> |
31 |
| - <ProjectConfiguration Include="Debug|ARM64"> |
32 |
| - <Configuration>Debug</Configuration> |
33 |
| - <Platform>ARM64</Platform> |
34 |
| - </ProjectConfiguration> |
35 |
| - <ProjectConfiguration Include="Release|ARM64"> |
36 |
| - <Configuration>Release</Configuration> |
37 |
| - <Platform>ARM64</Platform> |
| 29 | + <Platform>arm64</Platform> |
38 | 30 | </ProjectConfiguration>
|
39 | 31 | <ProjectConfiguration Include="Debug|AnyCPU">
|
40 | 32 | <Configuration>Debug</Configuration>
|
|
51 | 43 | <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
|
52 | 44 | <PropertyGroup>
|
53 | 45 | <ProjectGuid>50c713c3-555e-491f-87ee-c806bec0579f</ProjectGuid>
|
54 |
| - <TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion> |
55 |
| - <TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion> |
| 46 | + <TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion> |
| 47 | + <TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion> |
56 | 48 | <DefaultLanguage>en-US</DefaultLanguage>
|
57 | 49 | <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
|
58 | 50 | <NoWarn>$(NoWarn);NU1701;NU1702</NoWarn>
|
59 | 51 | <EntryPointProjectUniqueName>..\Wpf.Ui.Gallery\Wpf.Ui.Gallery.csproj</EntryPointProjectUniqueName>
|
60 | 52 | <GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
|
61 | 53 | <GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
62 |
| - <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision> |
| 54 | + <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> |
63 | 55 | <GenerateTestArtifacts>True</GenerateTestArtifacts>
|
64 |
| - <AppxBundlePlatforms>x86</AppxBundlePlatforms> |
| 56 | + <AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms> |
65 | 57 | <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
|
| 58 | + <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm> |
| 59 | + </PropertyGroup> |
| 60 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> |
| 61 | + <AppxBundle>Always</AppxBundle> |
| 62 | + </PropertyGroup> |
| 63 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 64 | + <AppxBundle>Always</AppxBundle> |
| 65 | + </PropertyGroup> |
| 66 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 67 | + <AppxBundle>Always</AppxBundle> |
| 68 | + </PropertyGroup> |
| 69 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
| 70 | + <AppxBundle>Always</AppxBundle> |
| 71 | + </PropertyGroup> |
| 72 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'"> |
| 73 | + <AppxBundle>Always</AppxBundle> |
| 74 | + </PropertyGroup> |
| 75 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'"> |
| 76 | + <AppxBundle>Always</AppxBundle> |
66 | 77 | </PropertyGroup>
|
67 | 78 | <ItemGroup>
|
68 | 79 | <AppxManifest Include="Package.appxmanifest">
|
|
0 commit comments