From 3f87ced98b06c062f0c47e6cac18129c957d2c8c Mon Sep 17 00:00:00 2001
From: Rose <83477269+AtariDreams@users.noreply.github.com>
Date: Thu, 13 Oct 2022 17:53:42 -0400
Subject: [PATCH] Update Calculator app to run on Windows 10 21H2 and up
Also update the SDK to Windows 11 build 22621
---
build/pipelines/templates/package-msixbundle.yaml | 2 +-
src/CalcManager/CalcManager.vcxproj | 4 ++--
src/CalcViewModel/CalcViewModel.vcxproj | 4 ++--
src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj | 4 ++--
src/Calculator/Calculator.csproj | 4 ++--
src/Calculator/Package.Release.appxmanifest | 2 +-
src/Calculator/Package.appxmanifest | 2 +-
src/CalculatorUnitTests/CalculatorUnitTests.vcxproj | 4 ++--
src/GraphControl/GraphControl.vcxproj | 4 ++--
src/GraphingImpl/GraphingImpl.vcxproj | 4 ++--
src/TraceLogging/TraceLogging.vcxproj | 4 ++--
11 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml
index 683c5b2d..acc25665 100644
--- a/build/pipelines/templates/package-msixbundle.yaml
+++ b/build/pipelines/templates/package-msixbundle.yaml
@@ -60,7 +60,7 @@ jobs:
- powershell: |
$buildVersion = [version]$Env:BUILDVERSION
$bundleVersion = "2021.$($buildVersion.Minor).$($buildVersion.Build).$($buildVersion.Revision)"
- & "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64\MakeAppx.exe" bundle /v /bv $bundleVersion /f $Env:MAPPINGFILEPATH /p $Env:OUTPUTPATH
+ & "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\MakeAppx.exe" bundle /v /bv $bundleVersion /f $Env:MAPPINGFILEPATH /p $Env:OUTPUTPATH
displayName: Make MsixBundle
env:
BUILDVERSION: $(Build.BuildNumber)
diff --git a/src/CalcManager/CalcManager.vcxproj b/src/CalcManager/CalcManager.vcxproj
index 7df97dba..bad0cf02 100644
--- a/src/CalcManager/CalcManager.vcxproj
+++ b/src/CalcManager/CalcManager.vcxproj
@@ -45,8 +45,8 @@
true
Windows Store
10.0
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
diff --git a/src/CalcViewModel/CalcViewModel.vcxproj b/src/CalcViewModel/CalcViewModel.vcxproj
index 1e5eb908..09de5b26 100644
--- a/src/CalcViewModel/CalcViewModel.vcxproj
+++ b/src/CalcViewModel/CalcViewModel.vcxproj
@@ -42,8 +42,8 @@
14.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
diff --git a/src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj b/src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj
index b77fd624..31b549a4 100644
--- a/src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj
+++ b/src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj
@@ -42,8 +42,8 @@
14.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
diff --git a/src/Calculator/Calculator.csproj b/src/Calculator/Calculator.csproj
index aa7e1f17..f95b78e6 100644
--- a/src/Calculator/Calculator.csproj
+++ b/src/Calculator/Calculator.csproj
@@ -13,8 +13,8 @@
true
en-US
UAP
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
false
false
diff --git a/src/Calculator/Package.Release.appxmanifest b/src/Calculator/Package.Release.appxmanifest
index 65a46315..e296f048 100644
--- a/src/Calculator/Package.Release.appxmanifest
+++ b/src/Calculator/Package.Release.appxmanifest
@@ -8,7 +8,7 @@
Assets\CalculatorStoreLogo.png
-
+
diff --git a/src/Calculator/Package.appxmanifest b/src/Calculator/Package.appxmanifest
index 515c8ee9..15bf7d9a 100644
--- a/src/Calculator/Package.appxmanifest
+++ b/src/Calculator/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\CalculatorStoreLogo.png
-
+
diff --git a/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj b/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj
index 265d9469..a0be5ce9 100644
--- a/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj
+++ b/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj
@@ -7,8 +7,8 @@
15.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
15.0
NativeUnitTestProject
diff --git a/src/GraphControl/GraphControl.vcxproj b/src/GraphControl/GraphControl.vcxproj
index 925735b6..da116bc3 100644
--- a/src/GraphControl/GraphControl.vcxproj
+++ b/src/GraphControl/GraphControl.vcxproj
@@ -42,8 +42,8 @@
14.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
diff --git a/src/GraphingImpl/GraphingImpl.vcxproj b/src/GraphingImpl/GraphingImpl.vcxproj
index 0642084c..2afcf099 100644
--- a/src/GraphingImpl/GraphingImpl.vcxproj
+++ b/src/GraphingImpl/GraphingImpl.vcxproj
@@ -42,8 +42,8 @@
14.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
diff --git a/src/TraceLogging/TraceLogging.vcxproj b/src/TraceLogging/TraceLogging.vcxproj
index a48e3ed7..c9dcbf62 100644
--- a/src/TraceLogging/TraceLogging.vcxproj
+++ b/src/TraceLogging/TraceLogging.vcxproj
@@ -42,8 +42,8 @@
14.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0