diff --git a/README.md b/README.md
index 375ab59e6a..590b9927dd 100644
--- a/README.md
+++ b/README.md
@@ -298,52 +298,55 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
Barcode scanner
+ Barcode scanner provider
Barometer
- Bluetooth advertisement
+ Bluetooth advertisement
Bluetooth Low Energy
Cash drawer
- Compass
+ Compass
Custom HID device
Custom sensors
- Custom serial device
+ Custom serial device
Custom USB device
Device enumeration and pairing
- General Purpose Input/Output (GPIO)
+ General Purpose Input/Output (GPIO)
Gyrometer
Inclinometer
- Inter-Integrated Circuit (I2C)
+ Inter-Integrated Circuit (I2C)
Lamp device
Light sensor
- Magnetometer
+ Magnetometer
Magnetic stripe reader
Near field communication (NFC)
- NFC enterprise provisioner
+ NFC enterprise provisioner
Orientation sensor
Pedometer
- POS printer
+ POS printer
Proximity sensor
Radial controller
- Relative inclinometer
+ Relative inclinometer
Serial Arduino
Serial Peripheral Interface (SPI)
+
+
Simple orientation sensor
@@ -429,18 +432,19 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
diff --git a/Samples/360VideoPlayback/360-video-playback.yaml b/Samples/360VideoPlayback/360-video-playback.yml
similarity index 100%
rename from Samples/360VideoPlayback/360-video-playback.yaml
rename to Samples/360VideoPlayback/360-video-playback.yml
diff --git a/Samples/360VideoPlayback/cpp/360VideoPlayback.sln b/Samples/360VideoPlayback/cpp/360VideoPlayback.sln
index d7c1e4075e..8c21ca091d 100644
--- a/Samples/360VideoPlayback/cpp/360VideoPlayback.sln
+++ b/Samples/360VideoPlayback/cpp/360VideoPlayback.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "360VideoPlayback", "360VideoPlayback.vcxproj", "{CA984D05-8E90-525D-A158-37B85761267F}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "360VideoPlayback", "360VideoPlayback.vcxproj", "{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,18 +13,18 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {CA984D05-8E90-525D-A158-37B85761267F}.Debug|x64.ActiveCfg = Debug|x64
- {CA984D05-8E90-525D-A158-37B85761267F}.Debug|x64.Build.0 = Debug|x64
- {CA984D05-8E90-525D-A158-37B85761267F}.Debug|x64.Deploy.0 = Debug|x64
- {CA984D05-8E90-525D-A158-37B85761267F}.Debug|x86.ActiveCfg = Debug|Win32
- {CA984D05-8E90-525D-A158-37B85761267F}.Debug|x86.Build.0 = Debug|Win32
- {CA984D05-8E90-525D-A158-37B85761267F}.Debug|x86.Deploy.0 = Debug|Win32
- {CA984D05-8E90-525D-A158-37B85761267F}.Release|x64.ActiveCfg = Release|x64
- {CA984D05-8E90-525D-A158-37B85761267F}.Release|x64.Build.0 = Release|x64
- {CA984D05-8E90-525D-A158-37B85761267F}.Release|x64.Deploy.0 = Release|x64
- {CA984D05-8E90-525D-A158-37B85761267F}.Release|x86.ActiveCfg = Release|Win32
- {CA984D05-8E90-525D-A158-37B85761267F}.Release|x86.Build.0 = Release|Win32
- {CA984D05-8E90-525D-A158-37B85761267F}.Release|x86.Deploy.0 = Release|Win32
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x64.ActiveCfg = Debug|x64
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x64.Build.0 = Debug|x64
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x64.Deploy.0 = Debug|x64
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x86.ActiveCfg = Debug|Win32
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x86.Build.0 = Debug|Win32
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x86.Deploy.0 = Debug|Win32
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x64.ActiveCfg = Release|x64
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x64.Build.0 = Release|x64
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x64.Deploy.0 = Release|x64
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x86.ActiveCfg = Release|Win32
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x86.Build.0 = Release|Win32
+ {A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/360VideoPlayback/cpp/360VideoPlayback.vcxproj b/Samples/360VideoPlayback/cpp/360VideoPlayback.vcxproj
index 25bc8c705f..30518cbeb2 100644
--- a/Samples/360VideoPlayback/cpp/360VideoPlayback.vcxproj
+++ b/Samples/360VideoPlayback/cpp/360VideoPlayback.vcxproj
@@ -1,15 +1,15 @@
- {ca984d05-8e90-525d-a158-37b85761267f}
+ {a23cdfae-d784-55f2-b9e8-7d46f44eaa95}
HolographicApp
_360VideoPlayback
en-US
15.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
10.0
true
diff --git a/Samples/360VideoPlayback/cpp/Package.appxmanifest b/Samples/360VideoPlayback/cpp/Package.appxmanifest
index 38477d4bdb..55475acb4e 100644
--- a/Samples/360VideoPlayback/cpp/Package.appxmanifest
+++ b/Samples/360VideoPlayback/cpp/Package.appxmanifest
@@ -14,7 +14,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/360VideoPlayback/cs/360VideoPlayback.csproj b/Samples/360VideoPlayback/cs/360VideoPlayback.csproj
index e0965533ff..62655162fe 100644
--- a/Samples/360VideoPlayback/cs/360VideoPlayback.csproj
+++ b/Samples/360VideoPlayback/cs/360VideoPlayback.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}
AppContainerExe
Properties
_360VideoPlayback
360VideoPlayback
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
15
512
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/Samples/360VideoPlayback/cs/360VideoPlayback.sln b/Samples/360VideoPlayback/cs/360VideoPlayback.sln
index 4accc0bc61..627fbf3995 100644
--- a/Samples/360VideoPlayback/cs/360VideoPlayback.sln
+++ b/Samples/360VideoPlayback/cs/360VideoPlayback.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "360VideoPlayback", "360VideoPlayback.csproj", "{B4A393EF-A19A-5743-ACA2-C8822DA43A41}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "360VideoPlayback", "360VideoPlayback.csproj", "{F7AEF638-675F-50BF-8D43-58E47B2569BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,18 +13,18 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x64.ActiveCfg = Debug|x64
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x64.Build.0 = Debug|x64
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x64.Deploy.0 = Debug|x64
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x86.ActiveCfg = Debug|x86
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x86.Build.0 = Debug|x86
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x86.Deploy.0 = Debug|x86
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x64.ActiveCfg = Release|x64
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x64.Build.0 = Release|x64
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x64.Deploy.0 = Release|x64
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x86.ActiveCfg = Release|x86
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x86.Build.0 = Release|x86
- {B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x86.Deploy.0 = Release|x86
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x64.ActiveCfg = Debug|x64
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x64.Build.0 = Debug|x64
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x64.Deploy.0 = Debug|x64
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x86.ActiveCfg = Debug|x86
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x86.Build.0 = Debug|x86
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x86.Deploy.0 = Debug|x86
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x64.ActiveCfg = Release|x64
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x64.Build.0 = Release|x64
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x64.Deploy.0 = Release|x64
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x86.ActiveCfg = Release|x86
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x86.Build.0 = Release|x86
+ {F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/360VideoPlayback/cs/Package.appxmanifest b/Samples/360VideoPlayback/cs/Package.appxmanifest
index fd214f3a90..4f6ac7587e 100644
--- a/Samples/360VideoPlayback/cs/Package.appxmanifest
+++ b/Samples/360VideoPlayback/cs/Package.appxmanifest
@@ -14,7 +14,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/3DPrinting/3d-printing.yaml b/Samples/3DPrinting/3d-printing.yml
similarity index 100%
rename from Samples/3DPrinting/3d-printing.yaml
rename to Samples/3DPrinting/3d-printing.yml
diff --git a/Samples/3DPrinting/cs/3DPrinting.csproj b/Samples/3DPrinting/cs/3DPrinting.csproj
index d4300a2533..ba22729e8b 100644
--- a/Samples/3DPrinting/cs/3DPrinting.csproj
+++ b/Samples/3DPrinting/cs/3DPrinting.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}
AppContainerExe
Properties
SDKTemplate
SDKTemplate
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
512
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/Samples/3DPrinting/cs/3DPrinting.sln b/Samples/3DPrinting/cs/3DPrinting.sln
index 0eb764509b..96a08382ec 100644
--- a/Samples/3DPrinting/cs/3DPrinting.sln
+++ b/Samples/3DPrinting/cs/3DPrinting.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{9DAFAF9D-253C-5910-9905-267732F2B0DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|ARM.ActiveCfg = Debug|ARM
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|ARM.Build.0 = Debug|ARM
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|ARM.Deploy.0 = Debug|ARM
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x64.ActiveCfg = Debug|x64
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x64.Build.0 = Debug|x64
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x64.Deploy.0 = Debug|x64
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x86.ActiveCfg = Debug|x86
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x86.Build.0 = Debug|x86
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x86.Deploy.0 = Debug|x86
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|ARM.ActiveCfg = Release|ARM
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|ARM.Build.0 = Release|ARM
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|ARM.Deploy.0 = Release|ARM
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x64.ActiveCfg = Release|x64
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x64.Build.0 = Release|x64
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x64.Deploy.0 = Release|x64
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x86.ActiveCfg = Release|x86
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x86.Build.0 = Release|x86
- {9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x86.Deploy.0 = Release|x86
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|ARM.Build.0 = Debug|ARM
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|ARM.Deploy.0 = Debug|ARM
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x64.ActiveCfg = Debug|x64
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x64.Build.0 = Debug|x64
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x64.Deploy.0 = Debug|x64
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x86.ActiveCfg = Debug|x86
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x86.Build.0 = Debug|x86
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x86.Deploy.0 = Debug|x86
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|ARM.ActiveCfg = Release|ARM
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|ARM.Build.0 = Release|ARM
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|ARM.Deploy.0 = Release|ARM
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x64.ActiveCfg = Release|x64
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x64.Build.0 = Release|x64
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x64.Deploy.0 = Release|x64
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x86.ActiveCfg = Release|x86
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x86.Build.0 = Release|x86
+ {9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/3DPrinting/cs/Package.appxmanifest b/Samples/3DPrinting/cs/Package.appxmanifest
index a3806ce138..8fdc625865 100644
--- a/Samples/3DPrinting/cs/Package.appxmanifest
+++ b/Samples/3DPrinting/cs/Package.appxmanifest
@@ -13,7 +13,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/3DPrintingFromUnity/3d-printing-from-unity.yaml b/Samples/3DPrintingFromUnity/3d-printing-from-unity.yml
similarity index 100%
rename from Samples/3DPrintingFromUnity/3d-printing-from-unity.yaml
rename to Samples/3DPrintingFromUnity/3d-printing-from-unity.yml
diff --git a/Samples/Accelerometer/accelerometer.yaml b/Samples/Accelerometer/accelerometer.yml
similarity index 100%
rename from Samples/Accelerometer/accelerometer.yaml
rename to Samples/Accelerometer/accelerometer.yml
diff --git a/Samples/Accelerometer/cpp/Accelerometer.sln b/Samples/Accelerometer/cpp/Accelerometer.sln
index cd15a28345..cb508bc57c 100644
--- a/Samples/Accelerometer/cpp/Accelerometer.sln
+++ b/Samples/Accelerometer/cpp/Accelerometer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Accelerometer", "Accelerometer.vcxproj", "{F53F4C0F-F413-58D1-8A81-554280C660A3}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Accelerometer", "Accelerometer.vcxproj", "{1554F760-807A-56D9-970D-5F7FBDC2B08A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Debug|ARM.ActiveCfg = Debug|ARM
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Debug|ARM.Build.0 = Debug|ARM
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Debug|ARM.Deploy.0 = Debug|ARM
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Debug|Win32.ActiveCfg = Debug|Win32
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Debug|Win32.Build.0 = Debug|Win32
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Debug|Win32.Deploy.0 = Debug|Win32
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Debug|x64.ActiveCfg = Debug|x64
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Debug|x64.Build.0 = Debug|x64
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Debug|x64.Deploy.0 = Debug|x64
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Release|ARM.ActiveCfg = Release|ARM
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Release|ARM.Build.0 = Release|ARM
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Release|ARM.Deploy.0 = Release|ARM
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Release|Win32.ActiveCfg = Release|Win32
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Release|Win32.Build.0 = Release|Win32
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Release|Win32.Deploy.0 = Release|Win32
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Release|x64.ActiveCfg = Release|x64
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Release|x64.Build.0 = Release|x64
- {F53F4C0F-F413-58D1-8A81-554280C660A3}.Release|x64.Deploy.0 = Release|x64
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|ARM.Build.0 = Debug|ARM
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|ARM.Deploy.0 = Debug|ARM
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|Win32.Build.0 = Debug|Win32
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|Win32.Deploy.0 = Debug|Win32
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|x64.ActiveCfg = Debug|x64
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|x64.Build.0 = Debug|x64
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|x64.Deploy.0 = Debug|x64
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|ARM.ActiveCfg = Release|ARM
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|ARM.Build.0 = Release|ARM
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|ARM.Deploy.0 = Release|ARM
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|Win32.ActiveCfg = Release|Win32
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|Win32.Build.0 = Release|Win32
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|Win32.Deploy.0 = Release|Win32
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|x64.ActiveCfg = Release|x64
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|x64.Build.0 = Release|x64
+ {1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Accelerometer/cpp/Accelerometer.vcxproj b/Samples/Accelerometer/cpp/Accelerometer.vcxproj
index 3a24ae5441..61daa80816 100644
--- a/Samples/Accelerometer/cpp/Accelerometer.vcxproj
+++ b/Samples/Accelerometer/cpp/Accelerometer.vcxproj
@@ -1,15 +1,15 @@
- {f53f4c0f-f413-58d1-8a81-554280c660a3}
+ {1554f760-807a-56d9-970d-5f7fbdc2b08a}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/Accelerometer/cpp/Package.appxmanifest b/Samples/Accelerometer/cpp/Package.appxmanifest
index d5b10cb94a..46bc2357a3 100644
--- a/Samples/Accelerometer/cpp/Package.appxmanifest
+++ b/Samples/Accelerometer/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/Accelerometer/cs/Accelerometer.csproj b/Samples/Accelerometer/cs/Accelerometer.csproj
index bb7eca6aad..2e44f4eb36 100644
--- a/Samples/Accelerometer/cs/Accelerometer.csproj
+++ b/Samples/Accelerometer/cs/Accelerometer.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}
AppContainerExe
Properties
SDKTemplate
Accelerometer
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Accelerometer/cs/Accelerometer.sln b/Samples/Accelerometer/cs/Accelerometer.sln
index d47ce335f4..52d1489765 100644
--- a/Samples/Accelerometer/cs/Accelerometer.sln
+++ b/Samples/Accelerometer/cs/Accelerometer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accelerometer", "Accelerometer.csproj", "{44E7D60A-0B32-52A0-92E8-5A55AD3F2561}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accelerometer", "Accelerometer.csproj", "{31134AC2-E9C8-5ACA-A1FB-89C53736047E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Debug|ARM.ActiveCfg = Debug|ARM
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Debug|ARM.Build.0 = Debug|ARM
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Debug|ARM.Deploy.0 = Debug|ARM
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Debug|x64.ActiveCfg = Debug|x64
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Debug|x64.Build.0 = Debug|x64
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Debug|x64.Deploy.0 = Debug|x64
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Debug|x86.ActiveCfg = Debug|x86
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Debug|x86.Build.0 = Debug|x86
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Debug|x86.Deploy.0 = Debug|x86
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Release|ARM.ActiveCfg = Release|ARM
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Release|ARM.Build.0 = Release|ARM
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Release|ARM.Deploy.0 = Release|ARM
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Release|x64.ActiveCfg = Release|x64
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Release|x64.Build.0 = Release|x64
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Release|x64.Deploy.0 = Release|x64
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Release|x86.ActiveCfg = Release|x86
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Release|x86.Build.0 = Release|x86
- {44E7D60A-0B32-52A0-92E8-5A55AD3F2561}.Release|x86.Deploy.0 = Release|x86
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Debug|ARM.Build.0 = Debug|ARM
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Debug|ARM.Deploy.0 = Debug|ARM
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Debug|x64.ActiveCfg = Debug|x64
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Debug|x64.Build.0 = Debug|x64
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Debug|x64.Deploy.0 = Debug|x64
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Debug|x86.ActiveCfg = Debug|x86
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Debug|x86.Build.0 = Debug|x86
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Debug|x86.Deploy.0 = Debug|x86
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Release|ARM.ActiveCfg = Release|ARM
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Release|ARM.Build.0 = Release|ARM
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Release|ARM.Deploy.0 = Release|ARM
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Release|x64.ActiveCfg = Release|x64
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Release|x64.Build.0 = Release|x64
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Release|x64.Deploy.0 = Release|x64
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Release|x86.ActiveCfg = Release|x86
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Release|x86.Build.0 = Release|x86
+ {31134AC2-E9C8-5ACA-A1FB-89C53736047E}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Accelerometer/cs/Package.appxmanifest b/Samples/Accelerometer/cs/Package.appxmanifest
index dc6b1d8535..ccbeefb284 100644
--- a/Samples/Accelerometer/cs/Package.appxmanifest
+++ b/Samples/Accelerometer/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/Accelerometer/js/Accelerometer.jsproj b/Samples/Accelerometer/js/Accelerometer.jsproj
index d43c9c7fec..c512475f90 100644
--- a/Samples/Accelerometer/js/Accelerometer.jsproj
+++ b/Samples/Accelerometer/js/Accelerometer.jsproj
@@ -35,7 +35,7 @@
- d110dcfa-b5e2-534e-b7f1-ca7304bdc393
+ d3273ff4-75c6-5962-a09f-565f53b01df0
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/Accelerometer/js/Accelerometer.sln b/Samples/Accelerometer/js/Accelerometer.sln
index c217fdcfac..73958f10c9 100644
--- a/Samples/Accelerometer/js/Accelerometer.sln
+++ b/Samples/Accelerometer/js/Accelerometer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Accelerometer", "Accelerometer.jsproj", "{D110DCFA-B5E2-534E-B7F1-CA7304BDC393}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Accelerometer", "Accelerometer.jsproj", "{D3273FF4-75C6-5962-A09F-565F53B01DF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|ARM.ActiveCfg = Debug|ARM
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|ARM.Build.0 = Debug|ARM
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|ARM.Deploy.0 = Debug|ARM
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|x64.ActiveCfg = Debug|x64
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|x64.Build.0 = Debug|x64
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|x64.Deploy.0 = Debug|x64
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|x86.ActiveCfg = Debug|x86
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|x86.Build.0 = Debug|x86
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Debug|x86.Deploy.0 = Debug|x86
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|Any CPU.Build.0 = Release|Any CPU
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|ARM.ActiveCfg = Release|ARM
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|ARM.Build.0 = Release|ARM
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|ARM.Deploy.0 = Release|ARM
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|x64.ActiveCfg = Release|x64
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|x64.Build.0 = Release|x64
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|x64.Deploy.0 = Release|x64
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|x86.ActiveCfg = Release|x86
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|x86.Build.0 = Release|x86
- {D110DCFA-B5E2-534E-B7F1-CA7304BDC393}.Release|x86.Deploy.0 = Release|x86
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|ARM.Build.0 = Debug|ARM
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|x64.ActiveCfg = Debug|x64
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|x64.Build.0 = Debug|x64
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|x64.Deploy.0 = Debug|x64
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|x86.ActiveCfg = Debug|x86
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|x86.Build.0 = Debug|x86
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Debug|x86.Deploy.0 = Debug|x86
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|ARM.ActiveCfg = Release|ARM
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|ARM.Build.0 = Release|ARM
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|ARM.Deploy.0 = Release|ARM
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|x64.ActiveCfg = Release|x64
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|x64.Build.0 = Release|x64
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|x64.Deploy.0 = Release|x64
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|x86.ActiveCfg = Release|x86
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|x86.Build.0 = Release|x86
+ {D3273FF4-75C6-5962-A09F-565F53B01DF0}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Accelerometer/js/Package.appxmanifest b/Samples/Accelerometer/js/Package.appxmanifest
index b14d728eff..f6918bbb53 100644
--- a/Samples/Accelerometer/js/Package.appxmanifest
+++ b/Samples/Accelerometer/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/Accelerometer/vb/Accelerometer.sln b/Samples/Accelerometer/vb/Accelerometer.sln
index d6d10a7ab4..66d91efd89 100644
--- a/Samples/Accelerometer/vb/Accelerometer.sln
+++ b/Samples/Accelerometer/vb/Accelerometer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Accelerometer", "Accelerometer.vbproj", "{9940B591-5017-56DC-8F49-67A6B514EA4B}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Accelerometer", "Accelerometer.vbproj", "{596C16FF-1BA0-5C61-BD24-6470D5D87E98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Debug|ARM.ActiveCfg = Debug|ARM
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Debug|ARM.Build.0 = Debug|ARM
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Debug|ARM.Deploy.0 = Debug|ARM
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Debug|x64.ActiveCfg = Debug|x64
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Debug|x64.Build.0 = Debug|x64
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Debug|x64.Deploy.0 = Debug|x64
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Debug|x86.ActiveCfg = Debug|x86
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Debug|x86.Build.0 = Debug|x86
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Debug|x86.Deploy.0 = Debug|x86
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Release|ARM.ActiveCfg = Release|ARM
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Release|ARM.Build.0 = Release|ARM
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Release|ARM.Deploy.0 = Release|ARM
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Release|x64.ActiveCfg = Release|x64
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Release|x64.Build.0 = Release|x64
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Release|x64.Deploy.0 = Release|x64
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Release|x86.ActiveCfg = Release|x86
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Release|x86.Build.0 = Release|x86
- {9940B591-5017-56DC-8F49-67A6B514EA4B}.Release|x86.Deploy.0 = Release|x86
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Debug|ARM.ActiveCfg = Debug|ARM
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Debug|ARM.Build.0 = Debug|ARM
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Debug|ARM.Deploy.0 = Debug|ARM
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Debug|x64.ActiveCfg = Debug|x64
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Debug|x64.Build.0 = Debug|x64
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Debug|x64.Deploy.0 = Debug|x64
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Debug|x86.ActiveCfg = Debug|x86
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Debug|x86.Build.0 = Debug|x86
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Debug|x86.Deploy.0 = Debug|x86
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Release|ARM.ActiveCfg = Release|ARM
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Release|ARM.Build.0 = Release|ARM
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Release|ARM.Deploy.0 = Release|ARM
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Release|x64.ActiveCfg = Release|x64
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Release|x64.Build.0 = Release|x64
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Release|x64.Deploy.0 = Release|x64
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Release|x86.ActiveCfg = Release|x86
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Release|x86.Build.0 = Release|x86
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Accelerometer/vb/Accelerometer.vbproj b/Samples/Accelerometer/vb/Accelerometer.vbproj
index 3307aa98c8..28043fe9e4 100644
--- a/Samples/Accelerometer/vb/Accelerometer.vbproj
+++ b/Samples/Accelerometer/vb/Accelerometer.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {9940B591-5017-56DC-8F49-67A6B514EA4B}
+ {596C16FF-1BA0-5C61-BD24-6470D5D87E98}
AppContainerExe
SDKTemplate
Accelerometer
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Accelerometer/vb/Package.appxmanifest b/Samples/Accelerometer/vb/Package.appxmanifest
index 3b678700dc..2f52d958a8 100644
--- a/Samples/Accelerometer/vb/Package.appxmanifest
+++ b/Samples/Accelerometer/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/ActivitySensor/activity-sensor.yaml b/Samples/ActivitySensor/activity-sensor.yml
similarity index 100%
rename from Samples/ActivitySensor/activity-sensor.yaml
rename to Samples/ActivitySensor/activity-sensor.yml
diff --git a/Samples/ActivitySensor/cpp/ActivitySensor.sln b/Samples/ActivitySensor/cpp/ActivitySensor.sln
index 3a551ace4d..ce20455468 100644
--- a/Samples/ActivitySensor/cpp/ActivitySensor.sln
+++ b/Samples/ActivitySensor/cpp/ActivitySensor.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ActivitySensor", "ActivitySensor.vcxproj", "{1BF60BDA-9578-5B43-AB55-32DE12E35F8F}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ActivitySensor", "ActivitySensor.vcxproj", "{820D6A51-E209-5E89-B062-BFDFC6D95413}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.vcxproj", "{9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.vcxproj", "{6A15ACF1-FCFF-5F6E-AC09-D26A41095645}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,39 +17,39 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Debug|ARM.ActiveCfg = Debug|ARM
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Debug|ARM.Build.0 = Debug|ARM
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Debug|ARM.Deploy.0 = Debug|ARM
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Debug|Win32.ActiveCfg = Debug|Win32
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Debug|Win32.Build.0 = Debug|Win32
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Debug|Win32.Deploy.0 = Debug|Win32
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Debug|x64.ActiveCfg = Debug|x64
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Debug|x64.Build.0 = Debug|x64
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Debug|x64.Deploy.0 = Debug|x64
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Release|ARM.ActiveCfg = Release|ARM
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Release|ARM.Build.0 = Release|ARM
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Release|ARM.Deploy.0 = Release|ARM
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Release|Win32.ActiveCfg = Release|Win32
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Release|Win32.Build.0 = Release|Win32
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Release|Win32.Deploy.0 = Release|Win32
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Release|x64.ActiveCfg = Release|x64
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Release|x64.Build.0 = Release|x64
- {1BF60BDA-9578-5B43-AB55-32DE12E35F8F}.Release|x64.Deploy.0 = Release|x64
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Debug|ARM.ActiveCfg = Debug|ARM
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Debug|ARM.Build.0 = Debug|ARM
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Debug|Win32.ActiveCfg = Debug|Win32
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Debug|Win32.Build.0 = Debug|Win32
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Debug|x64.ActiveCfg = Debug|x64
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Debug|x64.Build.0 = Debug|x64
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Release|ARM.ActiveCfg = Release|ARM
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Release|ARM.Build.0 = Release|ARM
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Release|ARM.Deploy.0 = Release|ARM
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Release|Win32.ActiveCfg = Release|Win32
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Release|Win32.Build.0 = Release|Win32
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Release|Win32.Deploy.0 = Release|Win32
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Release|x64.ActiveCfg = Release|x64
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Release|x64.Build.0 = Release|x64
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}.Release|x64.Deploy.0 = Release|x64
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Debug|ARM.ActiveCfg = Debug|ARM
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Debug|ARM.Build.0 = Debug|ARM
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Debug|ARM.Deploy.0 = Debug|ARM
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Debug|Win32.ActiveCfg = Debug|Win32
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Debug|Win32.Build.0 = Debug|Win32
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Debug|Win32.Deploy.0 = Debug|Win32
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Debug|x64.ActiveCfg = Debug|x64
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Debug|x64.Build.0 = Debug|x64
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Debug|x64.Deploy.0 = Debug|x64
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Release|ARM.ActiveCfg = Release|ARM
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Release|ARM.Build.0 = Release|ARM
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Release|ARM.Deploy.0 = Release|ARM
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Release|Win32.ActiveCfg = Release|Win32
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Release|Win32.Build.0 = Release|Win32
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Release|Win32.Deploy.0 = Release|Win32
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Release|x64.ActiveCfg = Release|x64
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Release|x64.Build.0 = Release|x64
+ {820D6A51-E209-5E89-B062-BFDFC6D95413}.Release|x64.Deploy.0 = Release|x64
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Debug|ARM.ActiveCfg = Debug|ARM
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Debug|ARM.Build.0 = Debug|ARM
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Debug|Win32.Build.0 = Debug|Win32
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Debug|x64.ActiveCfg = Debug|x64
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Debug|x64.Build.0 = Debug|x64
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Release|ARM.ActiveCfg = Release|ARM
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Release|ARM.Build.0 = Release|ARM
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Release|ARM.Deploy.0 = Release|ARM
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Release|Win32.ActiveCfg = Release|Win32
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Release|Win32.Build.0 = Release|Win32
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Release|Win32.Deploy.0 = Release|Win32
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Release|x64.ActiveCfg = Release|x64
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Release|x64.Build.0 = Release|x64
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ActivitySensor/cpp/ActivitySensor.vcxproj b/Samples/ActivitySensor/cpp/ActivitySensor.vcxproj
index 6785ae03d1..2b18c33bbc 100644
--- a/Samples/ActivitySensor/cpp/ActivitySensor.vcxproj
+++ b/Samples/ActivitySensor/cpp/ActivitySensor.vcxproj
@@ -1,15 +1,15 @@
- {1bf60bda-9578-5b43-ab55-32de12e35f8f}
+ {820d6a51-e209-5e89-b062-bfdfc6d95413}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/ActivitySensor/cpp/Package.appxmanifest b/Samples/ActivitySensor/cpp/Package.appxmanifest
index 555a1b0c2e..b7a9e2781e 100644
--- a/Samples/ActivitySensor/cpp/Package.appxmanifest
+++ b/Samples/ActivitySensor/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ActivitySensor/cpp/Tasks/ActivitySensorTasks.vcxproj b/Samples/ActivitySensor/cpp/Tasks/ActivitySensorTasks.vcxproj
index 6f41890959..e063986a34 100644
--- a/Samples/ActivitySensor/cpp/Tasks/ActivitySensorTasks.vcxproj
+++ b/Samples/ActivitySensor/cpp/Tasks/ActivitySensorTasks.vcxproj
@@ -1,17 +1,17 @@
- {9E29B56F-6500-58DB-BC8A-C7BC7FD60C7B}
+ {6A15ACF1-FCFF-5F6E-AC09-D26A41095645}
Tasks
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
- 10.0.17134.0
+ 10.0.17763.0
diff --git a/Samples/ActivitySensor/cs/ActivitySensor.csproj b/Samples/ActivitySensor/cs/ActivitySensor.csproj
index fddffb2a6e..99d12fd413 100644
--- a/Samples/ActivitySensor/cs/ActivitySensor.csproj
+++ b/Samples/ActivitySensor/cs/ActivitySensor.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {134671E3-9514-5708-BAC9-C8BA081DDF84}
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}
AppContainerExe
Properties
SDKTemplate
ActivitySensor
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ActivitySensor/cs/ActivitySensor.sln b/Samples/ActivitySensor/cs/ActivitySensor.sln
index 0e3e2b48fc..69c9284c27 100644
--- a/Samples/ActivitySensor/cs/ActivitySensor.sln
+++ b/Samples/ActivitySensor/cs/ActivitySensor.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivitySensor", "ActivitySensor.csproj", "{134671E3-9514-5708-BAC9-C8BA081DDF84}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivitySensor", "ActivitySensor.csproj", "{03272ACE-50CB-5132-A0DE-6A03592655EF}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.csproj", "{914F0F8C-0BB2-5463-B20E-89D836DC47D3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.csproj", "{2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,42 +17,42 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Debug|ARM.ActiveCfg = Debug|ARM
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Debug|ARM.Build.0 = Debug|ARM
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Debug|ARM.Deploy.0 = Debug|ARM
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Debug|x64.ActiveCfg = Debug|x64
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Debug|x64.Build.0 = Debug|x64
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Debug|x64.Deploy.0 = Debug|x64
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Debug|x86.ActiveCfg = Debug|x86
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Debug|x86.Build.0 = Debug|x86
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Debug|x86.Deploy.0 = Debug|x86
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Release|ARM.ActiveCfg = Release|ARM
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Release|ARM.Build.0 = Release|ARM
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Release|ARM.Deploy.0 = Release|ARM
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Release|x64.ActiveCfg = Release|x64
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Release|x64.Build.0 = Release|x64
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Release|x64.Deploy.0 = Release|x64
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Release|x86.ActiveCfg = Release|x86
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Release|x86.Build.0 = Release|x86
- {134671E3-9514-5708-BAC9-C8BA081DDF84}.Release|x86.Deploy.0 = Release|x86
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Debug|ARM.ActiveCfg = Debug|ARM
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Debug|ARM.Build.0 = Debug|ARM
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Debug|ARM.Deploy.0 = Debug|ARM
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Debug|x64.ActiveCfg = Debug|x64
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Debug|x64.Build.0 = Debug|x64
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Debug|x64.Deploy.0 = Debug|x64
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Debug|x86.ActiveCfg = Debug|x86
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Debug|x86.Build.0 = Debug|x86
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Debug|x86.Deploy.0 = Debug|x86
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Release|ARM.ActiveCfg = Release|ARM
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Release|ARM.Build.0 = Release|ARM
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Release|ARM.Deploy.0 = Release|ARM
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Release|x64.ActiveCfg = Release|x64
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Release|x64.Build.0 = Release|x64
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Release|x64.Deploy.0 = Release|x64
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Release|x86.ActiveCfg = Release|x86
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Release|x86.Build.0 = Release|x86
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}.Release|x86.Deploy.0 = Release|x86
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Debug|ARM.ActiveCfg = Debug|ARM
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Debug|ARM.Build.0 = Debug|ARM
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Debug|ARM.Deploy.0 = Debug|ARM
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Debug|x64.ActiveCfg = Debug|x64
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Debug|x64.Build.0 = Debug|x64
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Debug|x64.Deploy.0 = Debug|x64
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Debug|x86.ActiveCfg = Debug|x86
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Debug|x86.Build.0 = Debug|x86
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Debug|x86.Deploy.0 = Debug|x86
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Release|ARM.ActiveCfg = Release|ARM
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Release|ARM.Build.0 = Release|ARM
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Release|ARM.Deploy.0 = Release|ARM
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Release|x64.ActiveCfg = Release|x64
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Release|x64.Build.0 = Release|x64
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Release|x64.Deploy.0 = Release|x64
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Release|x86.ActiveCfg = Release|x86
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Release|x86.Build.0 = Release|x86
+ {03272ACE-50CB-5132-A0DE-6A03592655EF}.Release|x86.Deploy.0 = Release|x86
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Debug|ARM.Build.0 = Debug|ARM
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Debug|ARM.Deploy.0 = Debug|ARM
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Debug|x64.ActiveCfg = Debug|x64
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Debug|x64.Build.0 = Debug|x64
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Debug|x64.Deploy.0 = Debug|x64
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Debug|x86.ActiveCfg = Debug|x86
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Debug|x86.Build.0 = Debug|x86
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Debug|x86.Deploy.0 = Debug|x86
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Release|ARM.ActiveCfg = Release|ARM
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Release|ARM.Build.0 = Release|ARM
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Release|ARM.Deploy.0 = Release|ARM
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Release|x64.ActiveCfg = Release|x64
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Release|x64.Build.0 = Release|x64
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Release|x64.Deploy.0 = Release|x64
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Release|x86.ActiveCfg = Release|x86
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Release|x86.Build.0 = Release|x86
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ActivitySensor/cs/Package.appxmanifest b/Samples/ActivitySensor/cs/Package.appxmanifest
index 2591a7a26e..9008b72c94 100644
--- a/Samples/ActivitySensor/cs/Package.appxmanifest
+++ b/Samples/ActivitySensor/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ActivitySensor/cs/Tasks/ActivitySensorTasks.csproj b/Samples/ActivitySensor/cs/Tasks/ActivitySensorTasks.csproj
index 87b51fc6cd..f7d7110e45 100644
--- a/Samples/ActivitySensor/cs/Tasks/ActivitySensorTasks.csproj
+++ b/Samples/ActivitySensor/cs/Tasks/ActivitySensorTasks.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {914F0F8C-0BB2-5463-B20E-89D836DC47D3}
+ {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}
winmdobj
Properties
Tasks
ActivitySensorTasksCS
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ActivitySensor/js/ActivitySensor.jsproj b/Samples/ActivitySensor/js/ActivitySensor.jsproj
index 4f2ce9651e..0356a3a955 100644
--- a/Samples/ActivitySensor/js/ActivitySensor.jsproj
+++ b/Samples/ActivitySensor/js/ActivitySensor.jsproj
@@ -27,7 +27,7 @@
- 1b50e518-e22e-5a72-b07f-3ef95520ced9
+ 4e6fbefe-03a8-5bdf-bcba-5350ebc8d69e
@@ -37,8 +37,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/ActivitySensor/js/ActivitySensor.sln b/Samples/ActivitySensor/js/ActivitySensor.sln
index 1deb91d08a..8f01ea184f 100644
--- a/Samples/ActivitySensor/js/ActivitySensor.sln
+++ b/Samples/ActivitySensor/js/ActivitySensor.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ActivitySensor", "ActivitySensor.jsproj", "{1B50E518-E22E-5A72-B07F-3EF95520CED9}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ActivitySensor", "ActivitySensor.jsproj", "{4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Debug|ARM.ActiveCfg = Debug|ARM
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Debug|ARM.Build.0 = Debug|ARM
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Debug|ARM.Deploy.0 = Debug|ARM
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Debug|x64.ActiveCfg = Debug|x64
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Debug|x64.Build.0 = Debug|x64
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Debug|x64.Deploy.0 = Debug|x64
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Debug|x86.ActiveCfg = Debug|x86
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Debug|x86.Build.0 = Debug|x86
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Debug|x86.Deploy.0 = Debug|x86
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Release|ARM.ActiveCfg = Release|ARM
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Release|ARM.Build.0 = Release|ARM
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Release|ARM.Deploy.0 = Release|ARM
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Release|x64.ActiveCfg = Release|x64
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Release|x64.Build.0 = Release|x64
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Release|x64.Deploy.0 = Release|x64
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Release|x86.ActiveCfg = Release|x86
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Release|x86.Build.0 = Release|x86
- {1B50E518-E22E-5A72-B07F-3EF95520CED9}.Release|x86.Deploy.0 = Release|x86
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Debug|ARM.Build.0 = Debug|ARM
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Debug|ARM.Deploy.0 = Debug|ARM
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Debug|x64.ActiveCfg = Debug|x64
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Debug|x64.Build.0 = Debug|x64
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Debug|x64.Deploy.0 = Debug|x64
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Debug|x86.ActiveCfg = Debug|x86
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Debug|x86.Build.0 = Debug|x86
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Debug|x86.Deploy.0 = Debug|x86
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Release|ARM.ActiveCfg = Release|ARM
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Release|ARM.Build.0 = Release|ARM
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Release|ARM.Deploy.0 = Release|ARM
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Release|x64.ActiveCfg = Release|x64
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Release|x64.Build.0 = Release|x64
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Release|x64.Deploy.0 = Release|x64
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Release|x86.ActiveCfg = Release|x86
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Release|x86.Build.0 = Release|x86
+ {4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ActivitySensor/js/Package.appxmanifest b/Samples/ActivitySensor/js/Package.appxmanifest
index b187361040..6e2f590ad3 100644
--- a/Samples/ActivitySensor/js/Package.appxmanifest
+++ b/Samples/ActivitySensor/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/ActivitySensor/vb/ActivitySensor.sln b/Samples/ActivitySensor/vb/ActivitySensor.sln
index 1f5ae72423..72a176963a 100644
--- a/Samples/ActivitySensor/vb/ActivitySensor.sln
+++ b/Samples/ActivitySensor/vb/ActivitySensor.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ActivitySensor", "ActivitySensor.vbproj", "{A59B41B2-394E-5FAB-BBB9-5294C93BC418}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ActivitySensor", "ActivitySensor.vbproj", "{7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}"
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.vbproj", "{F872A22C-5382-5A63-B589-9F9BB2CD0E02}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.vbproj", "{F404FE87-F30D-59BB-8894-64D20076CB38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,42 +17,42 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Debug|ARM.ActiveCfg = Debug|ARM
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Debug|ARM.Build.0 = Debug|ARM
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Debug|ARM.Deploy.0 = Debug|ARM
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Debug|x64.ActiveCfg = Debug|x64
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Debug|x64.Build.0 = Debug|x64
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Debug|x64.Deploy.0 = Debug|x64
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Debug|x86.ActiveCfg = Debug|x86
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Debug|x86.Build.0 = Debug|x86
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Debug|x86.Deploy.0 = Debug|x86
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Release|ARM.ActiveCfg = Release|ARM
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Release|ARM.Build.0 = Release|ARM
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Release|ARM.Deploy.0 = Release|ARM
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Release|x64.ActiveCfg = Release|x64
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Release|x64.Build.0 = Release|x64
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Release|x64.Deploy.0 = Release|x64
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Release|x86.ActiveCfg = Release|x86
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Release|x86.Build.0 = Release|x86
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}.Release|x86.Deploy.0 = Release|x86
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Debug|ARM.ActiveCfg = Debug|ARM
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Debug|ARM.Build.0 = Debug|ARM
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Debug|ARM.Deploy.0 = Debug|ARM
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Debug|x64.ActiveCfg = Debug|x64
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Debug|x64.Build.0 = Debug|x64
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Debug|x64.Deploy.0 = Debug|x64
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Debug|x86.ActiveCfg = Debug|x86
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Debug|x86.Build.0 = Debug|x86
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Debug|x86.Deploy.0 = Debug|x86
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Release|ARM.ActiveCfg = Release|ARM
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Release|ARM.Build.0 = Release|ARM
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Release|ARM.Deploy.0 = Release|ARM
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Release|x64.ActiveCfg = Release|x64
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Release|x64.Build.0 = Release|x64
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Release|x64.Deploy.0 = Release|x64
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Release|x86.ActiveCfg = Release|x86
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Release|x86.Build.0 = Release|x86
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}.Release|x86.Deploy.0 = Release|x86
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Debug|ARM.Build.0 = Debug|ARM
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Debug|ARM.Deploy.0 = Debug|ARM
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Debug|x64.ActiveCfg = Debug|x64
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Debug|x64.Build.0 = Debug|x64
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Debug|x64.Deploy.0 = Debug|x64
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Debug|x86.ActiveCfg = Debug|x86
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Debug|x86.Build.0 = Debug|x86
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Debug|x86.Deploy.0 = Debug|x86
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Release|ARM.ActiveCfg = Release|ARM
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Release|ARM.Build.0 = Release|ARM
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Release|ARM.Deploy.0 = Release|ARM
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Release|x64.ActiveCfg = Release|x64
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Release|x64.Build.0 = Release|x64
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Release|x64.Deploy.0 = Release|x64
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Release|x86.ActiveCfg = Release|x86
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Release|x86.Build.0 = Release|x86
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}.Release|x86.Deploy.0 = Release|x86
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Debug|ARM.Build.0 = Debug|ARM
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Debug|x64.ActiveCfg = Debug|x64
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Debug|x64.Build.0 = Debug|x64
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Debug|x64.Deploy.0 = Debug|x64
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Debug|x86.ActiveCfg = Debug|x86
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Debug|x86.Build.0 = Debug|x86
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Debug|x86.Deploy.0 = Debug|x86
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Release|ARM.ActiveCfg = Release|ARM
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Release|ARM.Build.0 = Release|ARM
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Release|ARM.Deploy.0 = Release|ARM
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Release|x64.ActiveCfg = Release|x64
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Release|x64.Build.0 = Release|x64
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Release|x64.Deploy.0 = Release|x64
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Release|x86.ActiveCfg = Release|x86
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Release|x86.Build.0 = Release|x86
+ {F404FE87-F30D-59BB-8894-64D20076CB38}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ActivitySensor/vb/ActivitySensor.vbproj b/Samples/ActivitySensor/vb/ActivitySensor.vbproj
index 2ed4f6f75e..07b0a46bc6 100644
--- a/Samples/ActivitySensor/vb/ActivitySensor.vbproj
+++ b/Samples/ActivitySensor/vb/ActivitySensor.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {A59B41B2-394E-5FAB-BBB9-5294C93BC418}
+ {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}
AppContainerExe
SDKTemplate
ActivitySensor
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ActivitySensor/vb/Package.appxmanifest b/Samples/ActivitySensor/vb/Package.appxmanifest
index f931f8e337..f0493bf6cf 100644
--- a/Samples/ActivitySensor/vb/Package.appxmanifest
+++ b/Samples/ActivitySensor/vb/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ActivitySensor/vb/Tasks/ActivitySensorTasks.vbproj b/Samples/ActivitySensor/vb/Tasks/ActivitySensorTasks.vbproj
index 9de4ef58c8..9f8869ded5 100644
--- a/Samples/ActivitySensor/vb/Tasks/ActivitySensorTasks.vbproj
+++ b/Samples/ActivitySensor/vb/Tasks/ActivitySensorTasks.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {F872A22C-5382-5A63-B589-9F9BB2CD0E02}
+ {F404FE87-F30D-59BB-8894-64D20076CB38}
winmdobj
Tasks
ActivitySensorTasksCS
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AdaptiveStreaming/adaptive-streaming.yaml b/Samples/AdaptiveStreaming/adaptive-streaming.yml
similarity index 100%
rename from Samples/AdaptiveStreaming/adaptive-streaming.yaml
rename to Samples/AdaptiveStreaming/adaptive-streaming.yml
diff --git a/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.csproj b/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.csproj
index 174a36135f..13e32ae468 100644
--- a/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.csproj
+++ b/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}
AppContainerExe
Properties
SDKTemplate
AdaptiveStreaming
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.sln b/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.sln
index eeba8a6d15..6426dc1c66 100644
--- a/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.sln
+++ b/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdaptiveStreaming", "AdaptiveStreaming.csproj", "{7B61D20C-459B-55B0-94D9-3400DC6CA7DD}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdaptiveStreaming", "AdaptiveStreaming.csproj", "{0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Debug|ARM.ActiveCfg = Debug|ARM
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Debug|ARM.Build.0 = Debug|ARM
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Debug|ARM.Deploy.0 = Debug|ARM
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Debug|x64.ActiveCfg = Debug|x64
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Debug|x64.Build.0 = Debug|x64
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Debug|x64.Deploy.0 = Debug|x64
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Debug|x86.ActiveCfg = Debug|x86
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Debug|x86.Build.0 = Debug|x86
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Debug|x86.Deploy.0 = Debug|x86
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Release|ARM.ActiveCfg = Release|ARM
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Release|ARM.Build.0 = Release|ARM
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Release|ARM.Deploy.0 = Release|ARM
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Release|x64.ActiveCfg = Release|x64
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Release|x64.Build.0 = Release|x64
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Release|x64.Deploy.0 = Release|x64
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Release|x86.ActiveCfg = Release|x86
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Release|x86.Build.0 = Release|x86
- {7B61D20C-459B-55B0-94D9-3400DC6CA7DD}.Release|x86.Deploy.0 = Release|x86
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Debug|ARM.ActiveCfg = Debug|ARM
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Debug|ARM.Build.0 = Debug|ARM
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Debug|ARM.Deploy.0 = Debug|ARM
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Debug|x64.ActiveCfg = Debug|x64
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Debug|x64.Build.0 = Debug|x64
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Debug|x64.Deploy.0 = Debug|x64
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Debug|x86.ActiveCfg = Debug|x86
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Debug|x86.Build.0 = Debug|x86
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Debug|x86.Deploy.0 = Debug|x86
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Release|ARM.ActiveCfg = Release|ARM
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Release|ARM.Build.0 = Release|ARM
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Release|ARM.Deploy.0 = Release|ARM
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Release|x64.ActiveCfg = Release|x64
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Release|x64.Build.0 = Release|x64
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Release|x64.Deploy.0 = Release|x64
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Release|x86.ActiveCfg = Release|x86
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Release|x86.Build.0 = Release|x86
+ {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AdaptiveStreaming/cs/Package.appxmanifest b/Samples/AdaptiveStreaming/cs/Package.appxmanifest
index bf904b6c07..48b202d5d3 100644
--- a/Samples/AdaptiveStreaming/cs/Package.appxmanifest
+++ b/Samples/AdaptiveStreaming/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/AdvancedCasting/advanced-casting.yaml b/Samples/AdvancedCasting/advanced-casting.yml
similarity index 100%
rename from Samples/AdvancedCasting/advanced-casting.yaml
rename to Samples/AdvancedCasting/advanced-casting.yml
diff --git a/Samples/AdvancedCasting/cs/AdvancedCasting.csproj b/Samples/AdvancedCasting/cs/AdvancedCasting.csproj
index 32dedda6ca..ef4efdbf45 100644
--- a/Samples/AdvancedCasting/cs/AdvancedCasting.csproj
+++ b/Samples/AdvancedCasting/cs/AdvancedCasting.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}
AppContainerExe
Properties
ScreenCasting
ScreenCasting
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AdvancedCasting/cs/AdvancedCasting.sln b/Samples/AdvancedCasting/cs/AdvancedCasting.sln
index c4904e496e..18a1d3a588 100644
--- a/Samples/AdvancedCasting/cs/AdvancedCasting.sln
+++ b/Samples/AdvancedCasting/cs/AdvancedCasting.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedCasting", "AdvancedCasting.csproj", "{DC0D61CF-62F9-5A59-BC96-940642FD98DE}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedCasting", "AdvancedCasting.csproj", "{C5FE9B51-A482-5A5C-8578-954D5284B186}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Debug|ARM.ActiveCfg = Debug|ARM
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Debug|ARM.Build.0 = Debug|ARM
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Debug|ARM.Deploy.0 = Debug|ARM
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Debug|x64.ActiveCfg = Debug|x64
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Debug|x64.Build.0 = Debug|x64
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Debug|x64.Deploy.0 = Debug|x64
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Debug|x86.ActiveCfg = Debug|x86
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Debug|x86.Build.0 = Debug|x86
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Debug|x86.Deploy.0 = Debug|x86
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Release|ARM.ActiveCfg = Release|ARM
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Release|ARM.Build.0 = Release|ARM
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Release|ARM.Deploy.0 = Release|ARM
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Release|x64.ActiveCfg = Release|x64
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Release|x64.Build.0 = Release|x64
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Release|x64.Deploy.0 = Release|x64
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Release|x86.ActiveCfg = Release|x86
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Release|x86.Build.0 = Release|x86
- {DC0D61CF-62F9-5A59-BC96-940642FD98DE}.Release|x86.Deploy.0 = Release|x86
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Debug|ARM.ActiveCfg = Debug|ARM
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Debug|ARM.Build.0 = Debug|ARM
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Debug|ARM.Deploy.0 = Debug|ARM
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Debug|x64.ActiveCfg = Debug|x64
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Debug|x64.Build.0 = Debug|x64
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Debug|x64.Deploy.0 = Debug|x64
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Debug|x86.ActiveCfg = Debug|x86
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Debug|x86.Build.0 = Debug|x86
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Debug|x86.Deploy.0 = Debug|x86
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Release|ARM.ActiveCfg = Release|ARM
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Release|ARM.Build.0 = Release|ARM
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Release|ARM.Deploy.0 = Release|ARM
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Release|x64.ActiveCfg = Release|x64
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Release|x64.Build.0 = Release|x64
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Release|x64.Deploy.0 = Release|x64
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Release|x86.ActiveCfg = Release|x86
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Release|x86.Build.0 = Release|x86
+ {C5FE9B51-A482-5A5C-8578-954D5284B186}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AdvancedCasting/cs/Package.appxmanifest b/Samples/AdvancedCasting/cs/Package.appxmanifest
index fa6e61ec70..2213c7d66a 100644
--- a/Samples/AdvancedCasting/cs/Package.appxmanifest
+++ b/Samples/AdvancedCasting/cs/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/AdvancedCasting/vb/AdvancedCasting.sln b/Samples/AdvancedCasting/vb/AdvancedCasting.sln
index eca6c3b73e..35f683a08b 100644
--- a/Samples/AdvancedCasting/vb/AdvancedCasting.sln
+++ b/Samples/AdvancedCasting/vb/AdvancedCasting.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AdvancedCasting", "AdvancedCasting.vbproj", "{116F4105-C274-530C-BAE6-F3C6AE811A50}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AdvancedCasting", "AdvancedCasting.vbproj", "{A1A117F2-0DC2-5406-9E9C-6270BF5616D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Debug|ARM.ActiveCfg = Debug|ARM
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Debug|ARM.Build.0 = Debug|ARM
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Debug|ARM.Deploy.0 = Debug|ARM
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Debug|x64.ActiveCfg = Debug|x64
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Debug|x64.Build.0 = Debug|x64
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Debug|x64.Deploy.0 = Debug|x64
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Debug|x86.ActiveCfg = Debug|x86
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Debug|x86.Build.0 = Debug|x86
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Debug|x86.Deploy.0 = Debug|x86
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Release|ARM.ActiveCfg = Release|ARM
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Release|ARM.Build.0 = Release|ARM
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Release|ARM.Deploy.0 = Release|ARM
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Release|x64.ActiveCfg = Release|x64
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Release|x64.Build.0 = Release|x64
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Release|x64.Deploy.0 = Release|x64
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Release|x86.ActiveCfg = Release|x86
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Release|x86.Build.0 = Release|x86
- {116F4105-C274-530C-BAE6-F3C6AE811A50}.Release|x86.Deploy.0 = Release|x86
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Debug|ARM.Build.0 = Debug|ARM
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Debug|x64.ActiveCfg = Debug|x64
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Debug|x64.Build.0 = Debug|x64
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Debug|x64.Deploy.0 = Debug|x64
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Debug|x86.ActiveCfg = Debug|x86
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Debug|x86.Build.0 = Debug|x86
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Debug|x86.Deploy.0 = Debug|x86
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Release|ARM.ActiveCfg = Release|ARM
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Release|ARM.Build.0 = Release|ARM
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Release|ARM.Deploy.0 = Release|ARM
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Release|x64.ActiveCfg = Release|x64
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Release|x64.Build.0 = Release|x64
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Release|x64.Deploy.0 = Release|x64
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Release|x86.ActiveCfg = Release|x86
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Release|x86.Build.0 = Release|x86
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AdvancedCasting/vb/AdvancedCasting.vbproj b/Samples/AdvancedCasting/vb/AdvancedCasting.vbproj
index 24f1976254..637b9e3564 100644
--- a/Samples/AdvancedCasting/vb/AdvancedCasting.vbproj
+++ b/Samples/AdvancedCasting/vb/AdvancedCasting.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {116F4105-C274-530C-BAE6-F3C6AE811A50}
+ {A1A117F2-0DC2-5406-9E9C-6270BF5616D4}
AppContainerExe
ScreenCasting
ScreenCasting
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AdvancedCasting/vb/Package.appxmanifest b/Samples/AdvancedCasting/vb/Package.appxmanifest
index de5b7e8de3..5b8c99f35e 100644
--- a/Samples/AdvancedCasting/vb/Package.appxmanifest
+++ b/Samples/AdvancedCasting/vb/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/Advertising/advertising.yaml b/Samples/Advertising/advertising.yml
similarity index 100%
rename from Samples/Advertising/advertising.yaml
rename to Samples/Advertising/advertising.yml
diff --git a/Samples/Advertising/cpp/Advertising.sln b/Samples/Advertising/cpp/Advertising.sln
index d9161f25a5..7704e495bf 100644
--- a/Samples/Advertising/cpp/Advertising.sln
+++ b/Samples/Advertising/cpp/Advertising.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Advertising", "Advertising.vcxproj", "{F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Advertising", "Advertising.vcxproj", "{528CE818-5852-5226-84A7-93969F6FF705}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Debug|ARM.ActiveCfg = Debug|ARM
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Debug|ARM.Build.0 = Debug|ARM
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Debug|ARM.Deploy.0 = Debug|ARM
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Debug|x64.ActiveCfg = Debug|x64
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Debug|x64.Build.0 = Debug|x64
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Debug|x64.Deploy.0 = Debug|x64
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Debug|x86.ActiveCfg = Debug|Win32
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Debug|x86.Build.0 = Debug|Win32
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Debug|x86.Deploy.0 = Debug|Win32
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Release|ARM.ActiveCfg = Release|ARM
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Release|ARM.Build.0 = Release|ARM
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Release|ARM.Deploy.0 = Release|ARM
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Release|x64.ActiveCfg = Release|x64
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Release|x64.Build.0 = Release|x64
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Release|x64.Deploy.0 = Release|x64
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Release|x86.ActiveCfg = Release|Win32
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Release|x86.Build.0 = Release|Win32
- {F0723EC4-4B01-58C3-B06F-CAE9EC6AC46C}.Release|x86.Deploy.0 = Release|Win32
+ {528CE818-5852-5226-84A7-93969F6FF705}.Debug|ARM.ActiveCfg = Debug|ARM
+ {528CE818-5852-5226-84A7-93969F6FF705}.Debug|ARM.Build.0 = Debug|ARM
+ {528CE818-5852-5226-84A7-93969F6FF705}.Debug|ARM.Deploy.0 = Debug|ARM
+ {528CE818-5852-5226-84A7-93969F6FF705}.Debug|x64.ActiveCfg = Debug|x64
+ {528CE818-5852-5226-84A7-93969F6FF705}.Debug|x64.Build.0 = Debug|x64
+ {528CE818-5852-5226-84A7-93969F6FF705}.Debug|x64.Deploy.0 = Debug|x64
+ {528CE818-5852-5226-84A7-93969F6FF705}.Debug|x86.ActiveCfg = Debug|Win32
+ {528CE818-5852-5226-84A7-93969F6FF705}.Debug|x86.Build.0 = Debug|Win32
+ {528CE818-5852-5226-84A7-93969F6FF705}.Debug|x86.Deploy.0 = Debug|Win32
+ {528CE818-5852-5226-84A7-93969F6FF705}.Release|ARM.ActiveCfg = Release|ARM
+ {528CE818-5852-5226-84A7-93969F6FF705}.Release|ARM.Build.0 = Release|ARM
+ {528CE818-5852-5226-84A7-93969F6FF705}.Release|ARM.Deploy.0 = Release|ARM
+ {528CE818-5852-5226-84A7-93969F6FF705}.Release|x64.ActiveCfg = Release|x64
+ {528CE818-5852-5226-84A7-93969F6FF705}.Release|x64.Build.0 = Release|x64
+ {528CE818-5852-5226-84A7-93969F6FF705}.Release|x64.Deploy.0 = Release|x64
+ {528CE818-5852-5226-84A7-93969F6FF705}.Release|x86.ActiveCfg = Release|Win32
+ {528CE818-5852-5226-84A7-93969F6FF705}.Release|x86.Build.0 = Release|Win32
+ {528CE818-5852-5226-84A7-93969F6FF705}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Advertising/cpp/Advertising.vcxproj b/Samples/Advertising/cpp/Advertising.vcxproj
index 99fe5e6ede..a4f8872843 100644
--- a/Samples/Advertising/cpp/Advertising.vcxproj
+++ b/Samples/Advertising/cpp/Advertising.vcxproj
@@ -1,15 +1,15 @@
- {f0723ec4-4b01-58c3-b06f-cae9ec6ac46c}
+ {528ce818-5852-5226-84a7-93969f6ff705}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/Advertising/cpp/Package.appxmanifest b/Samples/Advertising/cpp/Package.appxmanifest
index da9580e97a..c728614d59 100644
--- a/Samples/Advertising/cpp/Package.appxmanifest
+++ b/Samples/Advertising/cpp/Package.appxmanifest
@@ -13,7 +13,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/Advertising/cs/Advertising.csproj b/Samples/Advertising/cs/Advertising.csproj
index 879ca18203..c9f0571677 100644
--- a/Samples/Advertising/cs/Advertising.csproj
+++ b/Samples/Advertising/cs/Advertising.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}
AppContainerExe
Properties
SDKTemplate
Advertising
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Advertising/cs/Advertising.sln b/Samples/Advertising/cs/Advertising.sln
index e0bc0187b9..9c176ac2b6 100644
--- a/Samples/Advertising/cs/Advertising.sln
+++ b/Samples/Advertising/cs/Advertising.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advertising", "Advertising.csproj", "{3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advertising", "Advertising.csproj", "{93F62B44-93EB-5E89-9B68-D93FCA36C984}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Debug|ARM.ActiveCfg = Debug|ARM
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Debug|ARM.Build.0 = Debug|ARM
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Debug|ARM.Deploy.0 = Debug|ARM
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Debug|x64.ActiveCfg = Debug|x64
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Debug|x64.Build.0 = Debug|x64
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Debug|x64.Deploy.0 = Debug|x64
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Debug|x86.ActiveCfg = Debug|x86
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Debug|x86.Build.0 = Debug|x86
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Debug|x86.Deploy.0 = Debug|x86
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Release|ARM.ActiveCfg = Release|ARM
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Release|ARM.Build.0 = Release|ARM
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Release|ARM.Deploy.0 = Release|ARM
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Release|x64.ActiveCfg = Release|x64
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Release|x64.Build.0 = Release|x64
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Release|x64.Deploy.0 = Release|x64
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Release|x86.ActiveCfg = Release|x86
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Release|x86.Build.0 = Release|x86
- {3E685FBD-69DB-56C7-A5D9-7153FAE2D3CD}.Release|x86.Deploy.0 = Release|x86
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Debug|ARM.ActiveCfg = Debug|ARM
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Debug|ARM.Build.0 = Debug|ARM
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Debug|ARM.Deploy.0 = Debug|ARM
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Debug|x64.ActiveCfg = Debug|x64
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Debug|x64.Build.0 = Debug|x64
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Debug|x64.Deploy.0 = Debug|x64
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Debug|x86.ActiveCfg = Debug|x86
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Debug|x86.Build.0 = Debug|x86
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Debug|x86.Deploy.0 = Debug|x86
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Release|ARM.ActiveCfg = Release|ARM
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Release|ARM.Build.0 = Release|ARM
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Release|ARM.Deploy.0 = Release|ARM
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Release|x64.ActiveCfg = Release|x64
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Release|x64.Build.0 = Release|x64
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Release|x64.Deploy.0 = Release|x64
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Release|x86.ActiveCfg = Release|x86
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Release|x86.Build.0 = Release|x86
+ {93F62B44-93EB-5E89-9B68-D93FCA36C984}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Advertising/cs/Package.appxmanifest b/Samples/Advertising/cs/Package.appxmanifest
index 6a877392c0..bb02f5ca3c 100644
--- a/Samples/Advertising/cs/Package.appxmanifest
+++ b/Samples/Advertising/cs/Package.appxmanifest
@@ -13,7 +13,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/Advertising/js/Advertising.jsproj b/Samples/Advertising/js/Advertising.jsproj
index 960e4fc251..98121d2b32 100644
--- a/Samples/Advertising/js/Advertising.jsproj
+++ b/Samples/Advertising/js/Advertising.jsproj
@@ -27,7 +27,7 @@
- 32508508-14ac-5d48-84b2-01259f9d5de9
+ 39fe33da-a253-5b81-8cab-444f5a8944c1
@@ -37,8 +37,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/Advertising/js/Advertising.sln b/Samples/Advertising/js/Advertising.sln
index 52443c01c0..6f2c38b2df 100644
--- a/Samples/Advertising/js/Advertising.sln
+++ b/Samples/Advertising/js/Advertising.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Advertising", "Advertising.jsproj", "{32508508-14AC-5D48-84B2-01259F9D5DE9}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Advertising", "Advertising.jsproj", "{39FE33DA-A253-5B81-8CAB-444F5A8944C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Debug|ARM.ActiveCfg = Debug|ARM
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Debug|ARM.Build.0 = Debug|ARM
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Debug|ARM.Deploy.0 = Debug|ARM
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Debug|x64.ActiveCfg = Debug|x64
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Debug|x64.Build.0 = Debug|x64
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Debug|x64.Deploy.0 = Debug|x64
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Debug|x86.ActiveCfg = Debug|x86
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Debug|x86.Build.0 = Debug|x86
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Debug|x86.Deploy.0 = Debug|x86
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Release|ARM.ActiveCfg = Release|ARM
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Release|ARM.Build.0 = Release|ARM
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Release|ARM.Deploy.0 = Release|ARM
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Release|x64.ActiveCfg = Release|x64
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Release|x64.Build.0 = Release|x64
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Release|x64.Deploy.0 = Release|x64
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Release|x86.ActiveCfg = Release|x86
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Release|x86.Build.0 = Release|x86
- {32508508-14AC-5D48-84B2-01259F9D5DE9}.Release|x86.Deploy.0 = Release|x86
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Debug|ARM.ActiveCfg = Debug|ARM
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Debug|ARM.Build.0 = Debug|ARM
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Debug|ARM.Deploy.0 = Debug|ARM
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Debug|x64.ActiveCfg = Debug|x64
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Debug|x64.Build.0 = Debug|x64
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Debug|x64.Deploy.0 = Debug|x64
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Debug|x86.ActiveCfg = Debug|x86
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Debug|x86.Build.0 = Debug|x86
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Debug|x86.Deploy.0 = Debug|x86
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Release|ARM.ActiveCfg = Release|ARM
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Release|ARM.Build.0 = Release|ARM
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Release|ARM.Deploy.0 = Release|ARM
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Release|x64.ActiveCfg = Release|x64
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Release|x64.Build.0 = Release|x64
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Release|x64.Deploy.0 = Release|x64
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Release|x86.ActiveCfg = Release|x86
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Release|x86.Build.0 = Release|x86
+ {39FE33DA-A253-5B81-8CAB-444F5A8944C1}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Advertising/js/package.appxmanifest b/Samples/Advertising/js/package.appxmanifest
index 5bd7d5992c..c549374770 100644
--- a/Samples/Advertising/js/package.appxmanifest
+++ b/Samples/Advertising/js/package.appxmanifest
@@ -13,7 +13,7 @@
images\storelogo-sdk.png
-
+
diff --git a/Samples/AllJoyn/Common/Scenario1WinRTComponent/Scenario1WinRTComponent.vcxproj b/Samples/AllJoyn/Common/Scenario1WinRTComponent/Scenario1WinRTComponent.vcxproj
index 611b84f68f..1d5390fd73 100644
--- a/Samples/AllJoyn/Common/Scenario1WinRTComponent/Scenario1WinRTComponent.vcxproj
+++ b/Samples/AllJoyn/Common/Scenario1WinRTComponent/Scenario1WinRTComponent.vcxproj
@@ -27,7 +27,7 @@
- {69658c2e-ac27-53b1-95b4-8afb2dbb7c23}
+ {f4146620-a9b2-5e89-9d67-a1c00b2f645c}
WindowsRuntimeComponent
Scenario1WinRTComponent
com.microsoft.Samples.SecureInterface
@@ -35,8 +35,8 @@
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
10.0
true
diff --git a/Samples/AllJoyn/Common/Scenario2WinRTComponent/Scenario2WinRTComponent.vcxproj b/Samples/AllJoyn/Common/Scenario2WinRTComponent/Scenario2WinRTComponent.vcxproj
index 6bfe3c6e1b..0a85c4553a 100644
--- a/Samples/AllJoyn/Common/Scenario2WinRTComponent/Scenario2WinRTComponent.vcxproj
+++ b/Samples/AllJoyn/Common/Scenario2WinRTComponent/Scenario2WinRTComponent.vcxproj
@@ -27,7 +27,7 @@
- {cc75bc63-7c54-52c0-b706-261b5c6e08ff}
+ {cb647a9b-6f71-5ed1-9a9c-9c542fd2686f}
WindowsRuntimeComponent
Scenario2WinRTComponent
org.alljoyn.Onboarding
@@ -35,8 +35,8 @@
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
10.0
true
diff --git a/Samples/AllJoyn/ConsumerExperiences/alljoyn-consumer-experiences.yaml b/Samples/AllJoyn/ConsumerExperiences/alljoyn-consumer-experiences.yml
similarity index 100%
rename from Samples/AllJoyn/ConsumerExperiences/alljoyn-consumer-experiences.yaml
rename to Samples/AllJoyn/ConsumerExperiences/alljoyn-consumer-experiences.yml
diff --git a/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.csproj b/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.csproj
index f483f6ce45..45261389e9 100644
--- a/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.csproj
+++ b/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.csproj
@@ -3,15 +3,15 @@
Debug
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}
AppContainerExe
Properties
AllJoynConsumerExperiences
AllJoynConsumerExperiences
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.sln b/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.sln
index 6482ef6f83..fb998c27b1 100644
--- a/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.sln
+++ b/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.sln
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AllJoynConsumerExperiences", "AllJoynConsumerExperiences.csproj", "{43111758-A0ED-5EA4-8AD9-CFD22DE4947E}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AllJoynConsumerExperiences", "AllJoynConsumerExperiences.csproj", "{AB780583-6F3E-5EB3-98B3-2A02F8BB916C}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{2E34B059-96A8-562E-9629-AB71AC4F1D75}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{8F5D5864-CC2F-5A32-8818-6E01C9002E98}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{F951104E-8F05-5D45-9C97-1C95644C242F}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{446CFDBB-50E1-5DA7-B2F3-5F96D0696016}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,48 +19,48 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Debug|ARM.ActiveCfg = Debug|ARM
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Debug|ARM.Build.0 = Debug|ARM
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Debug|ARM.Deploy.0 = Debug|ARM
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Debug|x64.ActiveCfg = Debug|x64
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Debug|x64.Build.0 = Debug|x64
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Debug|x64.Deploy.0 = Debug|x64
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Debug|x86.ActiveCfg = Debug|x86
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Debug|x86.Build.0 = Debug|x86
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Debug|x86.Deploy.0 = Debug|x86
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Release|ARM.ActiveCfg = Release|ARM
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Release|ARM.Build.0 = Release|ARM
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Release|ARM.Deploy.0 = Release|ARM
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Release|x64.ActiveCfg = Release|x64
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Release|x64.Build.0 = Release|x64
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Release|x64.Deploy.0 = Release|x64
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Release|x86.ActiveCfg = Release|x86
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Release|x86.Build.0 = Release|x86
- {43111758-A0ED-5EA4-8AD9-CFD22DE4947E}.Release|x86.Deploy.0 = Release|x86
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Debug|ARM.ActiveCfg = Debug|ARM
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Debug|ARM.Build.0 = Debug|ARM
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Debug|x64.ActiveCfg = Debug|x64
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Debug|x64.Build.0 = Debug|x64
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Debug|x86.ActiveCfg = Debug|Win32
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Debug|x86.Build.0 = Debug|Win32
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Release|ARM.ActiveCfg = Release|ARM
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Release|ARM.Build.0 = Release|ARM
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Release|x64.ActiveCfg = Release|x64
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Release|x64.Build.0 = Release|x64
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Release|x86.ActiveCfg = Release|Win32
- {2E34B059-96A8-562E-9629-AB71AC4F1D75}.Release|x86.Build.0 = Release|Win32
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Debug|ARM.ActiveCfg = Debug|ARM
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Debug|ARM.Build.0 = Debug|ARM
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Debug|x64.ActiveCfg = Debug|x64
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Debug|x64.Build.0 = Debug|x64
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Debug|x86.ActiveCfg = Debug|Win32
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Debug|x86.Build.0 = Debug|Win32
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Release|ARM.ActiveCfg = Release|ARM
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Release|ARM.Build.0 = Release|ARM
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Release|x64.ActiveCfg = Release|x64
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Release|x64.Build.0 = Release|x64
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Release|x86.ActiveCfg = Release|Win32
- {F951104E-8F05-5D45-9C97-1C95644C242F}.Release|x86.Build.0 = Release|Win32
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Debug|ARM.Build.0 = Debug|ARM
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Debug|x64.ActiveCfg = Debug|x64
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Debug|x64.Build.0 = Debug|x64
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Debug|x64.Deploy.0 = Debug|x64
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Debug|x86.ActiveCfg = Debug|x86
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Debug|x86.Build.0 = Debug|x86
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Debug|x86.Deploy.0 = Debug|x86
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Release|ARM.ActiveCfg = Release|ARM
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Release|ARM.Build.0 = Release|ARM
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Release|ARM.Deploy.0 = Release|ARM
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Release|x64.ActiveCfg = Release|x64
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Release|x64.Build.0 = Release|x64
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Release|x64.Deploy.0 = Release|x64
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Release|x86.ActiveCfg = Release|x86
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Release|x86.Build.0 = Release|x86
+ {AB780583-6F3E-5EB3-98B3-2A02F8BB916C}.Release|x86.Deploy.0 = Release|x86
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Debug|ARM.Build.0 = Debug|ARM
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Debug|x64.ActiveCfg = Debug|x64
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Debug|x64.Build.0 = Debug|x64
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Debug|x86.ActiveCfg = Debug|Win32
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Debug|x86.Build.0 = Debug|Win32
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Release|ARM.ActiveCfg = Release|ARM
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Release|ARM.Build.0 = Release|ARM
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Release|x64.ActiveCfg = Release|x64
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Release|x64.Build.0 = Release|x64
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Release|x86.ActiveCfg = Release|Win32
+ {8F5D5864-CC2F-5A32-8818-6E01C9002E98}.Release|x86.Build.0 = Release|Win32
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Debug|ARM.ActiveCfg = Debug|ARM
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Debug|ARM.Build.0 = Debug|ARM
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Debug|x64.ActiveCfg = Debug|x64
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Debug|x64.Build.0 = Debug|x64
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Debug|x86.ActiveCfg = Debug|Win32
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Debug|x86.Build.0 = Debug|Win32
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Release|ARM.ActiveCfg = Release|ARM
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Release|ARM.Build.0 = Release|ARM
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Release|x64.ActiveCfg = Release|x64
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Release|x64.Build.0 = Release|x64
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Release|x86.ActiveCfg = Release|Win32
+ {446CFDBB-50E1-5DA7-B2F3-5F96D0696016}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AllJoyn/ConsumerExperiences/cs/Package.appxmanifest b/Samples/AllJoyn/ConsumerExperiences/cs/Package.appxmanifest
index e9a7a2f690..cee37755d8 100644
--- a/Samples/AllJoyn/ConsumerExperiences/cs/Package.appxmanifest
+++ b/Samples/AllJoyn/ConsumerExperiences/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.jsproj b/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.jsproj
index e277e13c52..852168f03e 100644
--- a/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.jsproj
+++ b/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.jsproj
@@ -27,7 +27,7 @@
- 299de05a-8f20-5499-a280-b23488a4d9ce
+ b9d5a2d1-cae3-59f1-b736-f02c11543698
@@ -37,8 +37,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.sln b/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.sln
index 42438c2a51..7fa82ff3c5 100644
--- a/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.sln
+++ b/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.sln
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AllJoynConsumerExperiences", "AllJoynConsumerExperiences.jsproj", "{299DE05A-8F20-5499-A280-B23488A4D9CE}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AllJoynConsumerExperiences", "AllJoynConsumerExperiences.jsproj", "{B9D5A2D1-CAE3-59F1-B736-F02C11543698}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{C229770E-4ACF-5C4C-BA5D-F9E304E31138}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{8E177421-BAB9-5428-A82F-D9647FA0B642}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{5743D47A-595A-528B-9B2E-8BA54A5B0EB2}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{07FC38F7-72E0-56AE-8A18-51884605299A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,48 +19,48 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Debug|ARM.ActiveCfg = Debug|ARM
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Debug|ARM.Build.0 = Debug|ARM
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Debug|ARM.Deploy.0 = Debug|ARM
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Debug|x64.ActiveCfg = Debug|x64
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Debug|x64.Build.0 = Debug|x64
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Debug|x64.Deploy.0 = Debug|x64
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Debug|x86.ActiveCfg = Debug|x86
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Debug|x86.Build.0 = Debug|x86
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Debug|x86.Deploy.0 = Debug|x86
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Release|ARM.ActiveCfg = Release|ARM
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Release|ARM.Build.0 = Release|ARM
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Release|ARM.Deploy.0 = Release|ARM
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Release|x64.ActiveCfg = Release|x64
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Release|x64.Build.0 = Release|x64
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Release|x64.Deploy.0 = Release|x64
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Release|x86.ActiveCfg = Release|x86
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Release|x86.Build.0 = Release|x86
- {299DE05A-8F20-5499-A280-B23488A4D9CE}.Release|x86.Deploy.0 = Release|x86
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Debug|ARM.ActiveCfg = Debug|ARM
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Debug|ARM.Build.0 = Debug|ARM
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Debug|x64.ActiveCfg = Debug|x64
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Debug|x64.Build.0 = Debug|x64
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Debug|x86.ActiveCfg = Debug|Win32
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Debug|x86.Build.0 = Debug|Win32
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Release|ARM.ActiveCfg = Release|ARM
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Release|ARM.Build.0 = Release|ARM
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Release|x64.ActiveCfg = Release|x64
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Release|x64.Build.0 = Release|x64
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Release|x86.ActiveCfg = Release|Win32
- {C229770E-4ACF-5C4C-BA5D-F9E304E31138}.Release|x86.Build.0 = Release|Win32
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Debug|ARM.ActiveCfg = Debug|ARM
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Debug|ARM.Build.0 = Debug|ARM
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Debug|x64.ActiveCfg = Debug|x64
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Debug|x64.Build.0 = Debug|x64
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Debug|x86.ActiveCfg = Debug|Win32
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Debug|x86.Build.0 = Debug|Win32
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Release|ARM.ActiveCfg = Release|ARM
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Release|ARM.Build.0 = Release|ARM
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Release|x64.ActiveCfg = Release|x64
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Release|x64.Build.0 = Release|x64
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Release|x86.ActiveCfg = Release|Win32
- {5743D47A-595A-528B-9B2E-8BA54A5B0EB2}.Release|x86.Build.0 = Release|Win32
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Debug|ARM.ActiveCfg = Debug|ARM
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Debug|ARM.Build.0 = Debug|ARM
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Debug|ARM.Deploy.0 = Debug|ARM
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Debug|x64.ActiveCfg = Debug|x64
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Debug|x64.Build.0 = Debug|x64
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Debug|x64.Deploy.0 = Debug|x64
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Debug|x86.ActiveCfg = Debug|x86
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Debug|x86.Build.0 = Debug|x86
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Debug|x86.Deploy.0 = Debug|x86
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Release|ARM.ActiveCfg = Release|ARM
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Release|ARM.Build.0 = Release|ARM
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Release|ARM.Deploy.0 = Release|ARM
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Release|x64.ActiveCfg = Release|x64
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Release|x64.Build.0 = Release|x64
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Release|x64.Deploy.0 = Release|x64
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Release|x86.ActiveCfg = Release|x86
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Release|x86.Build.0 = Release|x86
+ {B9D5A2D1-CAE3-59F1-B736-F02C11543698}.Release|x86.Deploy.0 = Release|x86
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Debug|ARM.Build.0 = Debug|ARM
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Debug|x64.ActiveCfg = Debug|x64
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Debug|x64.Build.0 = Debug|x64
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Debug|x86.ActiveCfg = Debug|Win32
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Debug|x86.Build.0 = Debug|Win32
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Release|ARM.ActiveCfg = Release|ARM
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Release|ARM.Build.0 = Release|ARM
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Release|x64.ActiveCfg = Release|x64
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Release|x64.Build.0 = Release|x64
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Release|x86.ActiveCfg = Release|Win32
+ {8E177421-BAB9-5428-A82F-D9647FA0B642}.Release|x86.Build.0 = Release|Win32
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Debug|ARM.Build.0 = Debug|ARM
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Debug|x64.ActiveCfg = Debug|x64
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Debug|x64.Build.0 = Debug|x64
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Debug|x86.ActiveCfg = Debug|Win32
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Debug|x86.Build.0 = Debug|Win32
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Release|ARM.ActiveCfg = Release|ARM
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Release|ARM.Build.0 = Release|ARM
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Release|x64.ActiveCfg = Release|x64
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Release|x64.Build.0 = Release|x64
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Release|x86.ActiveCfg = Release|Win32
+ {07FC38F7-72E0-56AE-8A18-51884605299A}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AllJoyn/ConsumerExperiences/js/package.appxmanifest b/Samples/AllJoyn/ConsumerExperiences/js/package.appxmanifest
index eccc8c56cf..f9dee39b3c 100644
--- a/Samples/AllJoyn/ConsumerExperiences/js/package.appxmanifest
+++ b/Samples/AllJoyn/ConsumerExperiences/js/package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/AllJoyn/ProducerExperiences/alljoyn-producer-experiences.yaml b/Samples/AllJoyn/ProducerExperiences/alljoyn-producer-experiences.yml
similarity index 100%
rename from Samples/AllJoyn/ProducerExperiences/alljoyn-producer-experiences.yaml
rename to Samples/AllJoyn/ProducerExperiences/alljoyn-producer-experiences.yml
diff --git a/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.csproj b/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.csproj
index a84e563ec0..425292c5f4 100644
--- a/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.csproj
+++ b/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.csproj
@@ -3,15 +3,15 @@
Debug
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}
AppContainerExe
Properties
AllJoynProducerExperiences
AllJoynProducerExperiences
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.sln b/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.sln
index f264558b0a..ee25727137 100644
--- a/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.sln
+++ b/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.sln
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AllJoynProducerExperiences", "AllJoynProducerExperiences.csproj", "{8BA13656-1BEC-5F9D-BC02-002827E826C5}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AllJoynProducerExperiences", "AllJoynProducerExperiences.csproj", "{DD9013B1-0D37-598C-8E56-5BA92D706217}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{477862CC-2438-5A0A-A1EA-26D3F94DAB59}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{705A44D1-7A95-5B46-8080-204F80C1F8A9}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,48 +19,48 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Debug|ARM.ActiveCfg = Debug|ARM
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Debug|ARM.Build.0 = Debug|ARM
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Debug|ARM.Deploy.0 = Debug|ARM
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Debug|x64.ActiveCfg = Debug|x64
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Debug|x64.Build.0 = Debug|x64
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Debug|x64.Deploy.0 = Debug|x64
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Debug|x86.ActiveCfg = Debug|x86
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Debug|x86.Build.0 = Debug|x86
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Debug|x86.Deploy.0 = Debug|x86
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Release|ARM.ActiveCfg = Release|ARM
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Release|ARM.Build.0 = Release|ARM
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Release|ARM.Deploy.0 = Release|ARM
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Release|x64.ActiveCfg = Release|x64
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Release|x64.Build.0 = Release|x64
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Release|x64.Deploy.0 = Release|x64
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Release|x86.ActiveCfg = Release|x86
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Release|x86.Build.0 = Release|x86
- {8BA13656-1BEC-5F9D-BC02-002827E826C5}.Release|x86.Deploy.0 = Release|x86
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Debug|ARM.ActiveCfg = Debug|ARM
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Debug|ARM.Build.0 = Debug|ARM
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Debug|x64.ActiveCfg = Debug|x64
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Debug|x64.Build.0 = Debug|x64
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Debug|x86.ActiveCfg = Debug|Win32
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Debug|x86.Build.0 = Debug|Win32
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Release|ARM.ActiveCfg = Release|ARM
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Release|ARM.Build.0 = Release|ARM
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Release|x64.ActiveCfg = Release|x64
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Release|x64.Build.0 = Release|x64
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Release|x86.ActiveCfg = Release|Win32
- {A1B5667C-7575-5FD4-9BAD-CF5D4F3FDDE6}.Release|x86.Build.0 = Release|Win32
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Debug|ARM.ActiveCfg = Debug|ARM
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Debug|ARM.Build.0 = Debug|ARM
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Debug|x64.ActiveCfg = Debug|x64
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Debug|x64.Build.0 = Debug|x64
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Debug|x86.ActiveCfg = Debug|Win32
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Debug|x86.Build.0 = Debug|Win32
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Release|ARM.ActiveCfg = Release|ARM
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Release|ARM.Build.0 = Release|ARM
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Release|x64.ActiveCfg = Release|x64
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Release|x64.Build.0 = Release|x64
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Release|x86.ActiveCfg = Release|Win32
- {705A44D1-7A95-5B46-8080-204F80C1F8A9}.Release|x86.Build.0 = Release|Win32
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Debug|ARM.ActiveCfg = Debug|ARM
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Debug|ARM.Build.0 = Debug|ARM
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Debug|ARM.Deploy.0 = Debug|ARM
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Debug|x64.ActiveCfg = Debug|x64
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Debug|x64.Build.0 = Debug|x64
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Debug|x64.Deploy.0 = Debug|x64
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Debug|x86.ActiveCfg = Debug|x86
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Debug|x86.Build.0 = Debug|x86
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Debug|x86.Deploy.0 = Debug|x86
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Release|ARM.ActiveCfg = Release|ARM
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Release|ARM.Build.0 = Release|ARM
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Release|ARM.Deploy.0 = Release|ARM
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Release|x64.ActiveCfg = Release|x64
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Release|x64.Build.0 = Release|x64
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Release|x64.Deploy.0 = Release|x64
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Release|x86.ActiveCfg = Release|x86
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Release|x86.Build.0 = Release|x86
+ {DD9013B1-0D37-598C-8E56-5BA92D706217}.Release|x86.Deploy.0 = Release|x86
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Debug|ARM.ActiveCfg = Debug|ARM
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Debug|ARM.Build.0 = Debug|ARM
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Debug|x64.ActiveCfg = Debug|x64
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Debug|x64.Build.0 = Debug|x64
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Debug|x86.ActiveCfg = Debug|Win32
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Debug|x86.Build.0 = Debug|Win32
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Release|ARM.ActiveCfg = Release|ARM
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Release|ARM.Build.0 = Release|ARM
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Release|x64.ActiveCfg = Release|x64
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Release|x64.Build.0 = Release|x64
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Release|x86.ActiveCfg = Release|Win32
+ {477862CC-2438-5A0A-A1EA-26D3F94DAB59}.Release|x86.Build.0 = Release|Win32
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Debug|ARM.ActiveCfg = Debug|ARM
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Debug|ARM.Build.0 = Debug|ARM
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Debug|x64.ActiveCfg = Debug|x64
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Debug|x64.Build.0 = Debug|x64
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Debug|x86.ActiveCfg = Debug|Win32
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Debug|x86.Build.0 = Debug|Win32
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Release|ARM.ActiveCfg = Release|ARM
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Release|ARM.Build.0 = Release|ARM
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Release|x64.ActiveCfg = Release|x64
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Release|x64.Build.0 = Release|x64
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Release|x86.ActiveCfg = Release|Win32
+ {AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AllJoyn/ProducerExperiences/cs/Package.appxmanifest b/Samples/AllJoyn/ProducerExperiences/cs/Package.appxmanifest
index 75c805b84e..525c26fcd3 100644
--- a/Samples/AllJoyn/ProducerExperiences/cs/Package.appxmanifest
+++ b/Samples/AllJoyn/ProducerExperiences/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.jsproj b/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.jsproj
index 32069724cb..f92a8c98cd 100644
--- a/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.jsproj
+++ b/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.jsproj
@@ -27,7 +27,7 @@
- 185ef953-4c24-57fe-a433-eba7e4c5cefd
+ e98731b0-4cb4-5308-8a13-c3fcb768a199
@@ -37,8 +37,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.sln b/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.sln
index 7aeebffa11..ede395fea2 100644
--- a/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.sln
+++ b/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.sln
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AllJoynProducerExperiences", "AllJoynProducerExperiences.jsproj", "{185EF953-4C24-57FE-A433-EBA7E4C5CEFD}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AllJoynProducerExperiences", "AllJoynProducerExperiences.jsproj", "{E98731B0-4CB4-5308-8A13-C3FCB768A199}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{87585720-1D86-5FB7-BA8C-30513D1762D0}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{918AD46A-9416-549F-B5D7-580BFD64008C}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{2D6E8918-545D-56B9-948F-C463CDE3BC4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,48 +19,48 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Debug|ARM.ActiveCfg = Debug|ARM
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Debug|ARM.Build.0 = Debug|ARM
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Debug|ARM.Deploy.0 = Debug|ARM
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Debug|x64.ActiveCfg = Debug|x64
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Debug|x64.Build.0 = Debug|x64
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Debug|x64.Deploy.0 = Debug|x64
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Debug|x86.ActiveCfg = Debug|x86
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Debug|x86.Build.0 = Debug|x86
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Debug|x86.Deploy.0 = Debug|x86
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Release|ARM.ActiveCfg = Release|ARM
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Release|ARM.Build.0 = Release|ARM
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Release|ARM.Deploy.0 = Release|ARM
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Release|x64.ActiveCfg = Release|x64
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Release|x64.Build.0 = Release|x64
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Release|x64.Deploy.0 = Release|x64
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Release|x86.ActiveCfg = Release|x86
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Release|x86.Build.0 = Release|x86
- {185EF953-4C24-57FE-A433-EBA7E4C5CEFD}.Release|x86.Deploy.0 = Release|x86
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Debug|ARM.ActiveCfg = Debug|ARM
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Debug|ARM.Build.0 = Debug|ARM
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Debug|x64.ActiveCfg = Debug|x64
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Debug|x64.Build.0 = Debug|x64
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Debug|x86.ActiveCfg = Debug|Win32
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Debug|x86.Build.0 = Debug|Win32
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Release|ARM.ActiveCfg = Release|ARM
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Release|ARM.Build.0 = Release|ARM
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Release|x64.ActiveCfg = Release|x64
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Release|x64.Build.0 = Release|x64
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Release|x86.ActiveCfg = Release|Win32
- {87585720-1D86-5FB7-BA8C-30513D1762D0}.Release|x86.Build.0 = Release|Win32
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Debug|ARM.ActiveCfg = Debug|ARM
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Debug|ARM.Build.0 = Debug|ARM
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Debug|x64.ActiveCfg = Debug|x64
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Debug|x64.Build.0 = Debug|x64
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Debug|x86.ActiveCfg = Debug|Win32
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Debug|x86.Build.0 = Debug|Win32
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Release|ARM.ActiveCfg = Release|ARM
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Release|ARM.Build.0 = Release|ARM
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Release|x64.ActiveCfg = Release|x64
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Release|x64.Build.0 = Release|x64
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Release|x86.ActiveCfg = Release|Win32
- {918AD46A-9416-549F-B5D7-580BFD64008C}.Release|x86.Build.0 = Release|Win32
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Debug|ARM.ActiveCfg = Debug|ARM
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Debug|ARM.Build.0 = Debug|ARM
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Debug|ARM.Deploy.0 = Debug|ARM
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Debug|x64.ActiveCfg = Debug|x64
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Debug|x64.Build.0 = Debug|x64
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Debug|x64.Deploy.0 = Debug|x64
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Debug|x86.ActiveCfg = Debug|x86
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Debug|x86.Build.0 = Debug|x86
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Debug|x86.Deploy.0 = Debug|x86
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Release|ARM.ActiveCfg = Release|ARM
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Release|ARM.Build.0 = Release|ARM
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Release|ARM.Deploy.0 = Release|ARM
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Release|x64.ActiveCfg = Release|x64
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Release|x64.Build.0 = Release|x64
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Release|x64.Deploy.0 = Release|x64
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Release|x86.ActiveCfg = Release|x86
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Release|x86.Build.0 = Release|x86
+ {E98731B0-4CB4-5308-8A13-C3FCB768A199}.Release|x86.Deploy.0 = Release|x86
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Debug|ARM.ActiveCfg = Debug|ARM
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Debug|ARM.Build.0 = Debug|ARM
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Debug|x64.ActiveCfg = Debug|x64
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Debug|x64.Build.0 = Debug|x64
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Debug|x86.ActiveCfg = Debug|Win32
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Debug|x86.Build.0 = Debug|Win32
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Release|ARM.ActiveCfg = Release|ARM
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Release|ARM.Build.0 = Release|ARM
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Release|x64.ActiveCfg = Release|x64
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Release|x64.Build.0 = Release|x64
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Release|x86.ActiveCfg = Release|Win32
+ {BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}.Release|x86.Build.0 = Release|Win32
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Debug|ARM.Build.0 = Debug|ARM
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Debug|x64.ActiveCfg = Debug|x64
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Debug|x64.Build.0 = Debug|x64
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Debug|x86.ActiveCfg = Debug|Win32
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Debug|x86.Build.0 = Debug|Win32
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Release|ARM.ActiveCfg = Release|ARM
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Release|ARM.Build.0 = Release|ARM
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Release|x64.ActiveCfg = Release|x64
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Release|x64.Build.0 = Release|x64
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Release|x86.ActiveCfg = Release|Win32
+ {2D6E8918-545D-56B9-948F-C463CDE3BC4E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AllJoyn/ProducerExperiences/js/package.appxmanifest b/Samples/AllJoyn/ProducerExperiences/js/package.appxmanifest
index 2c9a788e2d..18e606178f 100644
--- a/Samples/AllJoyn/ProducerExperiences/js/package.appxmanifest
+++ b/Samples/AllJoyn/ProducerExperiences/js/package.appxmanifest
@@ -8,7 +8,7 @@
images\storelogo-sdk.png
-
+
diff --git a/Samples/Altimeter/altimeter.yaml b/Samples/Altimeter/altimeter.yml
similarity index 100%
rename from Samples/Altimeter/altimeter.yaml
rename to Samples/Altimeter/altimeter.yml
diff --git a/Samples/Altimeter/cpp/Altimeter.sln b/Samples/Altimeter/cpp/Altimeter.sln
index 334caab22e..eccd91805b 100644
--- a/Samples/Altimeter/cpp/Altimeter.sln
+++ b/Samples/Altimeter/cpp/Altimeter.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Altimeter", "Altimeter.vcxproj", "{A2788CA1-1480-5B95-ACEE-926830533103}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Altimeter", "Altimeter.vcxproj", "{68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A2788CA1-1480-5B95-ACEE-926830533103}.Debug|ARM.ActiveCfg = Debug|ARM
- {A2788CA1-1480-5B95-ACEE-926830533103}.Debug|ARM.Build.0 = Debug|ARM
- {A2788CA1-1480-5B95-ACEE-926830533103}.Debug|ARM.Deploy.0 = Debug|ARM
- {A2788CA1-1480-5B95-ACEE-926830533103}.Debug|Win32.ActiveCfg = Debug|Win32
- {A2788CA1-1480-5B95-ACEE-926830533103}.Debug|Win32.Build.0 = Debug|Win32
- {A2788CA1-1480-5B95-ACEE-926830533103}.Debug|Win32.Deploy.0 = Debug|Win32
- {A2788CA1-1480-5B95-ACEE-926830533103}.Debug|x64.ActiveCfg = Debug|x64
- {A2788CA1-1480-5B95-ACEE-926830533103}.Debug|x64.Build.0 = Debug|x64
- {A2788CA1-1480-5B95-ACEE-926830533103}.Debug|x64.Deploy.0 = Debug|x64
- {A2788CA1-1480-5B95-ACEE-926830533103}.Release|ARM.ActiveCfg = Release|ARM
- {A2788CA1-1480-5B95-ACEE-926830533103}.Release|ARM.Build.0 = Release|ARM
- {A2788CA1-1480-5B95-ACEE-926830533103}.Release|ARM.Deploy.0 = Release|ARM
- {A2788CA1-1480-5B95-ACEE-926830533103}.Release|Win32.ActiveCfg = Release|Win32
- {A2788CA1-1480-5B95-ACEE-926830533103}.Release|Win32.Build.0 = Release|Win32
- {A2788CA1-1480-5B95-ACEE-926830533103}.Release|Win32.Deploy.0 = Release|Win32
- {A2788CA1-1480-5B95-ACEE-926830533103}.Release|x64.ActiveCfg = Release|x64
- {A2788CA1-1480-5B95-ACEE-926830533103}.Release|x64.Build.0 = Release|x64
- {A2788CA1-1480-5B95-ACEE-926830533103}.Release|x64.Deploy.0 = Release|x64
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Debug|ARM.ActiveCfg = Debug|ARM
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Debug|ARM.Build.0 = Debug|ARM
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Debug|ARM.Deploy.0 = Debug|ARM
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Debug|Win32.ActiveCfg = Debug|Win32
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Debug|Win32.Build.0 = Debug|Win32
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Debug|Win32.Deploy.0 = Debug|Win32
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Debug|x64.ActiveCfg = Debug|x64
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Debug|x64.Build.0 = Debug|x64
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Debug|x64.Deploy.0 = Debug|x64
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Release|ARM.ActiveCfg = Release|ARM
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Release|ARM.Build.0 = Release|ARM
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Release|ARM.Deploy.0 = Release|ARM
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Release|Win32.ActiveCfg = Release|Win32
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Release|Win32.Build.0 = Release|Win32
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Release|Win32.Deploy.0 = Release|Win32
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Release|x64.ActiveCfg = Release|x64
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Release|x64.Build.0 = Release|x64
+ {68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Altimeter/cpp/Altimeter.vcxproj b/Samples/Altimeter/cpp/Altimeter.vcxproj
index 0e65c53a59..144ade70b0 100644
--- a/Samples/Altimeter/cpp/Altimeter.vcxproj
+++ b/Samples/Altimeter/cpp/Altimeter.vcxproj
@@ -1,15 +1,15 @@
- {a2788ca1-1480-5b95-acee-926830533103}
+ {68c9de5c-b5d3-53d4-9290-9cf6a974ce46}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/Altimeter/cpp/Package.appxmanifest b/Samples/Altimeter/cpp/Package.appxmanifest
index cea979b9bd..baf6567d31 100644
--- a/Samples/Altimeter/cpp/Package.appxmanifest
+++ b/Samples/Altimeter/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/Altimeter/cs/Altimeter.csproj b/Samples/Altimeter/cs/Altimeter.csproj
index 60c4864a9b..a5f80ec1e7 100644
--- a/Samples/Altimeter/cs/Altimeter.csproj
+++ b/Samples/Altimeter/cs/Altimeter.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {70299DF7-025E-579D-8715-68D743B538C6}
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}
AppContainerExe
Properties
SDKTemplate
Altimeter
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Altimeter/cs/Altimeter.sln b/Samples/Altimeter/cs/Altimeter.sln
index 86d8d45b87..3672cf33c8 100644
--- a/Samples/Altimeter/cs/Altimeter.sln
+++ b/Samples/Altimeter/cs/Altimeter.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altimeter", "Altimeter.csproj", "{70299DF7-025E-579D-8715-68D743B538C6}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altimeter", "Altimeter.csproj", "{B888F6E6-6BE3-5312-97AE-909E032ABA31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {70299DF7-025E-579D-8715-68D743B538C6}.Debug|ARM.ActiveCfg = Debug|ARM
- {70299DF7-025E-579D-8715-68D743B538C6}.Debug|ARM.Build.0 = Debug|ARM
- {70299DF7-025E-579D-8715-68D743B538C6}.Debug|ARM.Deploy.0 = Debug|ARM
- {70299DF7-025E-579D-8715-68D743B538C6}.Debug|x64.ActiveCfg = Debug|x64
- {70299DF7-025E-579D-8715-68D743B538C6}.Debug|x64.Build.0 = Debug|x64
- {70299DF7-025E-579D-8715-68D743B538C6}.Debug|x64.Deploy.0 = Debug|x64
- {70299DF7-025E-579D-8715-68D743B538C6}.Debug|x86.ActiveCfg = Debug|x86
- {70299DF7-025E-579D-8715-68D743B538C6}.Debug|x86.Build.0 = Debug|x86
- {70299DF7-025E-579D-8715-68D743B538C6}.Debug|x86.Deploy.0 = Debug|x86
- {70299DF7-025E-579D-8715-68D743B538C6}.Release|ARM.ActiveCfg = Release|ARM
- {70299DF7-025E-579D-8715-68D743B538C6}.Release|ARM.Build.0 = Release|ARM
- {70299DF7-025E-579D-8715-68D743B538C6}.Release|ARM.Deploy.0 = Release|ARM
- {70299DF7-025E-579D-8715-68D743B538C6}.Release|x64.ActiveCfg = Release|x64
- {70299DF7-025E-579D-8715-68D743B538C6}.Release|x64.Build.0 = Release|x64
- {70299DF7-025E-579D-8715-68D743B538C6}.Release|x64.Deploy.0 = Release|x64
- {70299DF7-025E-579D-8715-68D743B538C6}.Release|x86.ActiveCfg = Release|x86
- {70299DF7-025E-579D-8715-68D743B538C6}.Release|x86.Build.0 = Release|x86
- {70299DF7-025E-579D-8715-68D743B538C6}.Release|x86.Deploy.0 = Release|x86
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Debug|ARM.ActiveCfg = Debug|ARM
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Debug|ARM.Build.0 = Debug|ARM
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Debug|ARM.Deploy.0 = Debug|ARM
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Debug|x64.ActiveCfg = Debug|x64
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Debug|x64.Build.0 = Debug|x64
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Debug|x64.Deploy.0 = Debug|x64
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Debug|x86.ActiveCfg = Debug|x86
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Debug|x86.Build.0 = Debug|x86
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Debug|x86.Deploy.0 = Debug|x86
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Release|ARM.ActiveCfg = Release|ARM
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Release|ARM.Build.0 = Release|ARM
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Release|ARM.Deploy.0 = Release|ARM
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Release|x64.ActiveCfg = Release|x64
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Release|x64.Build.0 = Release|x64
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Release|x64.Deploy.0 = Release|x64
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Release|x86.ActiveCfg = Release|x86
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Release|x86.Build.0 = Release|x86
+ {B888F6E6-6BE3-5312-97AE-909E032ABA31}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Altimeter/cs/Package.appxmanifest b/Samples/Altimeter/cs/Package.appxmanifest
index f68676d93d..ff40fc7550 100644
--- a/Samples/Altimeter/cs/Package.appxmanifest
+++ b/Samples/Altimeter/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/Altimeter/js/Altimeter.jsproj b/Samples/Altimeter/js/Altimeter.jsproj
index 7b90b99869..f969e00ef2 100644
--- a/Samples/Altimeter/js/Altimeter.jsproj
+++ b/Samples/Altimeter/js/Altimeter.jsproj
@@ -35,7 +35,7 @@
- 3ba3c97d-c42e-553a-82c1-97669a4a6fba
+ d65b8094-d774-58c9-80fc-11aa01906c30
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/Altimeter/js/Altimeter.sln b/Samples/Altimeter/js/Altimeter.sln
index a537020868..930c877b94 100644
--- a/Samples/Altimeter/js/Altimeter.sln
+++ b/Samples/Altimeter/js/Altimeter.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Altimeter", "Altimeter.jsproj", "{3BA3C97D-C42E-553A-82C1-97669A4A6FBA}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Altimeter", "Altimeter.jsproj", "{D65B8094-D774-58C9-80FC-11AA01906C30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|ARM.ActiveCfg = Debug|ARM
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|ARM.Build.0 = Debug|ARM
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|ARM.Deploy.0 = Debug|ARM
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|x64.ActiveCfg = Debug|x64
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|x64.Build.0 = Debug|x64
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|x64.Deploy.0 = Debug|x64
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|x86.ActiveCfg = Debug|x86
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|x86.Build.0 = Debug|x86
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Debug|x86.Deploy.0 = Debug|x86
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|Any CPU.Build.0 = Release|Any CPU
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|ARM.ActiveCfg = Release|ARM
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|ARM.Build.0 = Release|ARM
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|ARM.Deploy.0 = Release|ARM
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|x64.ActiveCfg = Release|x64
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|x64.Build.0 = Release|x64
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|x64.Deploy.0 = Release|x64
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|x86.ActiveCfg = Release|x86
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|x86.Build.0 = Release|x86
- {3BA3C97D-C42E-553A-82C1-97669A4A6FBA}.Release|x86.Deploy.0 = Release|x86
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|ARM.Build.0 = Debug|ARM
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|x64.ActiveCfg = Debug|x64
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|x64.Build.0 = Debug|x64
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|x64.Deploy.0 = Debug|x64
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|x86.ActiveCfg = Debug|x86
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|x86.Build.0 = Debug|x86
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Debug|x86.Deploy.0 = Debug|x86
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|Any CPU.Build.0 = Release|Any CPU
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|ARM.ActiveCfg = Release|ARM
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|ARM.Build.0 = Release|ARM
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|ARM.Deploy.0 = Release|ARM
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|x64.ActiveCfg = Release|x64
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|x64.Build.0 = Release|x64
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|x64.Deploy.0 = Release|x64
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|x86.ActiveCfg = Release|x86
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|x86.Build.0 = Release|x86
+ {D65B8094-D774-58C9-80FC-11AA01906C30}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Altimeter/js/Package.appxmanifest b/Samples/Altimeter/js/Package.appxmanifest
index f2c92f9245..78f632c46c 100644
--- a/Samples/Altimeter/js/Package.appxmanifest
+++ b/Samples/Altimeter/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/Altimeter/vb/Altimeter.sln b/Samples/Altimeter/vb/Altimeter.sln
index dbaa7890f4..a14e5ec2c8 100644
--- a/Samples/Altimeter/vb/Altimeter.sln
+++ b/Samples/Altimeter/vb/Altimeter.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Altimeter", "Altimeter.vbproj", "{56642F37-E4B6-5E42-A415-7444770E6C48}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Altimeter", "Altimeter.vbproj", "{FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Debug|ARM.ActiveCfg = Debug|ARM
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Debug|ARM.Build.0 = Debug|ARM
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Debug|ARM.Deploy.0 = Debug|ARM
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Debug|x64.ActiveCfg = Debug|x64
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Debug|x64.Build.0 = Debug|x64
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Debug|x64.Deploy.0 = Debug|x64
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Debug|x86.ActiveCfg = Debug|x86
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Debug|x86.Build.0 = Debug|x86
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Debug|x86.Deploy.0 = Debug|x86
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Release|ARM.ActiveCfg = Release|ARM
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Release|ARM.Build.0 = Release|ARM
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Release|ARM.Deploy.0 = Release|ARM
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Release|x64.ActiveCfg = Release|x64
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Release|x64.Build.0 = Release|x64
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Release|x64.Deploy.0 = Release|x64
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Release|x86.ActiveCfg = Release|x86
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Release|x86.Build.0 = Release|x86
- {56642F37-E4B6-5E42-A415-7444770E6C48}.Release|x86.Deploy.0 = Release|x86
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Debug|ARM.ActiveCfg = Debug|ARM
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Debug|ARM.Build.0 = Debug|ARM
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Debug|ARM.Deploy.0 = Debug|ARM
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Debug|x64.ActiveCfg = Debug|x64
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Debug|x64.Build.0 = Debug|x64
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Debug|x64.Deploy.0 = Debug|x64
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Debug|x86.ActiveCfg = Debug|x86
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Debug|x86.Build.0 = Debug|x86
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Debug|x86.Deploy.0 = Debug|x86
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Release|ARM.ActiveCfg = Release|ARM
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Release|ARM.Build.0 = Release|ARM
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Release|ARM.Deploy.0 = Release|ARM
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Release|x64.ActiveCfg = Release|x64
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Release|x64.Build.0 = Release|x64
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Release|x64.Deploy.0 = Release|x64
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Release|x86.ActiveCfg = Release|x86
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Release|x86.Build.0 = Release|x86
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Altimeter/vb/Altimeter.vbproj b/Samples/Altimeter/vb/Altimeter.vbproj
index 75cfe71be0..10fbe1bc86 100644
--- a/Samples/Altimeter/vb/Altimeter.vbproj
+++ b/Samples/Altimeter/vb/Altimeter.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {56642F37-E4B6-5E42-A415-7444770E6C48}
+ {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}
AppContainerExe
SDKTemplate
Altimeter
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Altimeter/vb/Package.appxmanifest b/Samples/Altimeter/vb/Package.appxmanifest
index 18c840ae00..8cbe12a2bd 100644
--- a/Samples/Altimeter/vb/Package.appxmanifest
+++ b/Samples/Altimeter/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AnimationLibrary/animation-library.yaml b/Samples/AnimationLibrary/animation-library.yml
similarity index 100%
rename from Samples/AnimationLibrary/animation-library.yaml
rename to Samples/AnimationLibrary/animation-library.yml
diff --git a/Samples/AnimationLibrary/js/AnimationLibrary.jsproj b/Samples/AnimationLibrary/js/AnimationLibrary.jsproj
index d13b88ed9e..20d30041b9 100644
--- a/Samples/AnimationLibrary/js/AnimationLibrary.jsproj
+++ b/Samples/AnimationLibrary/js/AnimationLibrary.jsproj
@@ -35,7 +35,7 @@
- {a13869b8-dcb0-5f28-86fb-6590f1f95007}
+ {8010acb0-cc88-561b-9f0c-3c21e2792cbb}
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/AnimationLibrary/js/AnimationLibrary.sln b/Samples/AnimationLibrary/js/AnimationLibrary.sln
index 500bc4cbfe..e6de66eeaf 100644
--- a/Samples/AnimationLibrary/js/AnimationLibrary.sln
+++ b/Samples/AnimationLibrary/js/AnimationLibrary.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AnimationLibrary", "AnimationLibrary.jsproj", "{A13869B8-DCB0-5F28-86FB-6590F1F95007}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AnimationLibrary", "AnimationLibrary.jsproj", "{8010ACB0-CC88-561B-9F0C-3C21E2792CBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|ARM.ActiveCfg = Debug|ARM
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|ARM.Build.0 = Debug|ARM
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|ARM.Deploy.0 = Debug|ARM
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|x64.ActiveCfg = Debug|x64
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|x64.Build.0 = Debug|x64
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|x64.Deploy.0 = Debug|x64
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|x86.ActiveCfg = Debug|x86
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|x86.Build.0 = Debug|x86
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Debug|x86.Deploy.0 = Debug|x86
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|Any CPU.Build.0 = Release|Any CPU
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|ARM.ActiveCfg = Release|ARM
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|ARM.Build.0 = Release|ARM
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|ARM.Deploy.0 = Release|ARM
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|x64.ActiveCfg = Release|x64
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|x64.Build.0 = Release|x64
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|x64.Deploy.0 = Release|x64
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|x86.ActiveCfg = Release|x86
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|x86.Build.0 = Release|x86
- {A13869B8-DCB0-5F28-86FB-6590F1F95007}.Release|x86.Deploy.0 = Release|x86
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|ARM.Build.0 = Debug|ARM
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|ARM.Deploy.0 = Debug|ARM
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|x64.ActiveCfg = Debug|x64
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|x64.Build.0 = Debug|x64
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|x64.Deploy.0 = Debug|x64
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|x86.ActiveCfg = Debug|x86
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|x86.Build.0 = Debug|x86
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Debug|x86.Deploy.0 = Debug|x86
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|ARM.ActiveCfg = Release|ARM
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|ARM.Build.0 = Release|ARM
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|ARM.Deploy.0 = Release|ARM
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|x64.ActiveCfg = Release|x64
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|x64.Build.0 = Release|x64
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|x64.Deploy.0 = Release|x64
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|x86.ActiveCfg = Release|x86
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|x86.Build.0 = Release|x86
+ {8010ACB0-CC88-561B-9F0C-3C21E2792CBB}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AnimationLibrary/js/Package.appxmanifest b/Samples/AnimationLibrary/js/Package.appxmanifest
index 7056b1aea6..1a578f1bed 100644
--- a/Samples/AnimationLibrary/js/Package.appxmanifest
+++ b/Samples/AnimationLibrary/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/AnimationMetrics/animation-metrics.yaml b/Samples/AnimationMetrics/animation-metrics.yml
similarity index 100%
rename from Samples/AnimationMetrics/animation-metrics.yaml
rename to Samples/AnimationMetrics/animation-metrics.yml
diff --git a/Samples/AnimationMetrics/cpp/AnimationMetrics.sln b/Samples/AnimationMetrics/cpp/AnimationMetrics.sln
index 81909548f6..05af87dd67 100644
--- a/Samples/AnimationMetrics/cpp/AnimationMetrics.sln
+++ b/Samples/AnimationMetrics/cpp/AnimationMetrics.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AnimationMetrics", "AnimationMetrics.vcxproj", "{D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AnimationMetrics", "AnimationMetrics.vcxproj", "{C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Debug|ARM.ActiveCfg = Debug|ARM
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Debug|ARM.Build.0 = Debug|ARM
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Debug|ARM.Deploy.0 = Debug|ARM
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Debug|x64.ActiveCfg = Debug|x64
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Debug|x64.Build.0 = Debug|x64
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Debug|x64.Deploy.0 = Debug|x64
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Debug|x86.ActiveCfg = Debug|Win32
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Debug|x86.Build.0 = Debug|Win32
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Debug|x86.Deploy.0 = Debug|Win32
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Release|ARM.ActiveCfg = Release|ARM
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Release|ARM.Build.0 = Release|ARM
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Release|ARM.Deploy.0 = Release|ARM
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Release|x64.ActiveCfg = Release|x64
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Release|x64.Build.0 = Release|x64
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Release|x64.Deploy.0 = Release|x64
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Release|x86.ActiveCfg = Release|Win32
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Release|x86.Build.0 = Release|Win32
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}.Release|x86.Deploy.0 = Release|Win32
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Debug|ARM.ActiveCfg = Debug|ARM
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Debug|ARM.Build.0 = Debug|ARM
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Debug|ARM.Deploy.0 = Debug|ARM
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Debug|x64.ActiveCfg = Debug|x64
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Debug|x64.Build.0 = Debug|x64
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Debug|x64.Deploy.0 = Debug|x64
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Debug|x86.ActiveCfg = Debug|Win32
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Debug|x86.Build.0 = Debug|Win32
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Debug|x86.Deploy.0 = Debug|Win32
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Release|ARM.ActiveCfg = Release|ARM
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Release|ARM.Build.0 = Release|ARM
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Release|ARM.Deploy.0 = Release|ARM
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Release|x64.ActiveCfg = Release|x64
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Release|x64.Build.0 = Release|x64
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Release|x64.Deploy.0 = Release|x64
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Release|x86.ActiveCfg = Release|Win32
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Release|x86.Build.0 = Release|Win32
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AnimationMetrics/cpp/AnimationMetrics.vcxproj b/Samples/AnimationMetrics/cpp/AnimationMetrics.vcxproj
index 338c18f245..39a03eba64 100644
--- a/Samples/AnimationMetrics/cpp/AnimationMetrics.vcxproj
+++ b/Samples/AnimationMetrics/cpp/AnimationMetrics.vcxproj
@@ -1,15 +1,15 @@
- {D0D90C2B-EA3C-50AF-A360-0A0D48CEEC43}
+ {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
@@ -80,27 +80,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -216,7 +216,7 @@
-
+
diff --git a/Samples/AnimationMetrics/cpp/Package.appxmanifest b/Samples/AnimationMetrics/cpp/Package.appxmanifest
index fb63ae1a7f..2560c01095 100644
--- a/Samples/AnimationMetrics/cpp/Package.appxmanifest
+++ b/Samples/AnimationMetrics/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/AnimationMetrics/cs/AnimationMetrics.csproj b/Samples/AnimationMetrics/cs/AnimationMetrics.csproj
index 5319629b0c..7b16b73c9d 100644
--- a/Samples/AnimationMetrics/cs/AnimationMetrics.csproj
+++ b/Samples/AnimationMetrics/cs/AnimationMetrics.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}
AppContainerExe
Properties
SDKTemplate
AnimationMetrics
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -161,7 +161,7 @@
-
+
Microsoft Desktop Extension SDK for Universal App Platform
diff --git a/Samples/AnimationMetrics/cs/AnimationMetrics.sln b/Samples/AnimationMetrics/cs/AnimationMetrics.sln
index 47d58b9cfc..e96df1fd28 100644
--- a/Samples/AnimationMetrics/cs/AnimationMetrics.sln
+++ b/Samples/AnimationMetrics/cs/AnimationMetrics.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnimationMetrics", "AnimationMetrics.csproj", "{E9637D89-0722-5E80-87B9-8C20BFB641E3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnimationMetrics", "AnimationMetrics.csproj", "{3275916C-9FD1-55E8-9BA8-15E3EC821265}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Debug|ARM.ActiveCfg = Debug|ARM
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Debug|ARM.Build.0 = Debug|ARM
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Debug|ARM.Deploy.0 = Debug|ARM
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Debug|x64.ActiveCfg = Debug|x64
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Debug|x64.Build.0 = Debug|x64
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Debug|x64.Deploy.0 = Debug|x64
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Debug|x86.ActiveCfg = Debug|x86
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Debug|x86.Build.0 = Debug|x86
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Debug|x86.Deploy.0 = Debug|x86
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Release|ARM.ActiveCfg = Release|ARM
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Release|ARM.Build.0 = Release|ARM
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Release|ARM.Deploy.0 = Release|ARM
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Release|x64.ActiveCfg = Release|x64
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Release|x64.Build.0 = Release|x64
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Release|x64.Deploy.0 = Release|x64
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Release|x86.ActiveCfg = Release|x86
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Release|x86.Build.0 = Release|x86
- {E9637D89-0722-5E80-87B9-8C20BFB641E3}.Release|x86.Deploy.0 = Release|x86
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Debug|ARM.ActiveCfg = Debug|ARM
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Debug|ARM.Build.0 = Debug|ARM
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Debug|ARM.Deploy.0 = Debug|ARM
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Debug|x64.ActiveCfg = Debug|x64
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Debug|x64.Build.0 = Debug|x64
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Debug|x64.Deploy.0 = Debug|x64
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Debug|x86.ActiveCfg = Debug|x86
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Debug|x86.Build.0 = Debug|x86
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Debug|x86.Deploy.0 = Debug|x86
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Release|ARM.ActiveCfg = Release|ARM
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Release|ARM.Build.0 = Release|ARM
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Release|ARM.Deploy.0 = Release|ARM
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Release|x64.ActiveCfg = Release|x64
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Release|x64.Build.0 = Release|x64
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Release|x64.Deploy.0 = Release|x64
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Release|x86.ActiveCfg = Release|x86
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Release|x86.Build.0 = Release|x86
+ {3275916C-9FD1-55E8-9BA8-15E3EC821265}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AnimationMetrics/cs/Package.appxmanifest b/Samples/AnimationMetrics/cs/Package.appxmanifest
index c5520a67b7..d6335ee7a6 100644
--- a/Samples/AnimationMetrics/cs/Package.appxmanifest
+++ b/Samples/AnimationMetrics/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AnimationMetrics/js/AnimationMetrics.jsproj b/Samples/AnimationMetrics/js/AnimationMetrics.jsproj
index 295032b2ba..1b9121e0d3 100644
--- a/Samples/AnimationMetrics/js/AnimationMetrics.jsproj
+++ b/Samples/AnimationMetrics/js/AnimationMetrics.jsproj
@@ -35,7 +35,7 @@
- {f7e1c0de-2c48-598f-ac5c-269068c1601d}
+ {d841647f-c0d8-5994-8406-3ce215101e16}
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/AnimationMetrics/js/AnimationMetrics.sln b/Samples/AnimationMetrics/js/AnimationMetrics.sln
index 8a89f8477e..c1265ec488 100644
--- a/Samples/AnimationMetrics/js/AnimationMetrics.sln
+++ b/Samples/AnimationMetrics/js/AnimationMetrics.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AnimationMetrics", "AnimationMetrics.jsproj", "{F7E1C0DE-2C48-598F-AC5C-269068C1601D}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AnimationMetrics", "AnimationMetrics.jsproj", "{D841647F-C0D8-5994-8406-3CE215101E16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|ARM.ActiveCfg = Debug|ARM
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|ARM.Build.0 = Debug|ARM
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|ARM.Deploy.0 = Debug|ARM
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|x64.ActiveCfg = Debug|x64
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|x64.Build.0 = Debug|x64
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|x64.Deploy.0 = Debug|x64
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|x86.ActiveCfg = Debug|x86
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|x86.Build.0 = Debug|x86
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Debug|x86.Deploy.0 = Debug|x86
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|Any CPU.Build.0 = Release|Any CPU
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|ARM.ActiveCfg = Release|ARM
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|ARM.Build.0 = Release|ARM
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|ARM.Deploy.0 = Release|ARM
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|x64.ActiveCfg = Release|x64
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|x64.Build.0 = Release|x64
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|x64.Deploy.0 = Release|x64
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|x86.ActiveCfg = Release|x86
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|x86.Build.0 = Release|x86
- {F7E1C0DE-2C48-598F-AC5C-269068C1601D}.Release|x86.Deploy.0 = Release|x86
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|ARM.Build.0 = Debug|ARM
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|x64.ActiveCfg = Debug|x64
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|x64.Build.0 = Debug|x64
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|x64.Deploy.0 = Debug|x64
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|x86.ActiveCfg = Debug|x86
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|x86.Build.0 = Debug|x86
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Debug|x86.Deploy.0 = Debug|x86
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|Any CPU.Build.0 = Release|Any CPU
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|ARM.ActiveCfg = Release|ARM
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|ARM.Build.0 = Release|ARM
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|ARM.Deploy.0 = Release|ARM
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|x64.ActiveCfg = Release|x64
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|x64.Build.0 = Release|x64
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|x64.Deploy.0 = Release|x64
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|x86.ActiveCfg = Release|x86
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|x86.Build.0 = Release|x86
+ {D841647F-C0D8-5994-8406-3CE215101E16}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AnimationMetrics/js/Package.appxmanifest b/Samples/AnimationMetrics/js/Package.appxmanifest
index 3c24b11dac..6094bbae7e 100644
--- a/Samples/AnimationMetrics/js/Package.appxmanifest
+++ b/Samples/AnimationMetrics/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/AnimationMetrics/vb/AnimationMetrics.sln b/Samples/AnimationMetrics/vb/AnimationMetrics.sln
index 67bcf749cf..cd15a07538 100644
--- a/Samples/AnimationMetrics/vb/AnimationMetrics.sln
+++ b/Samples/AnimationMetrics/vb/AnimationMetrics.sln
@@ -2,7 +2,7 @@
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AnimationMetrics", "AnimationMetrics.vbproj", "{8C309087-DD9F-5E1E-BF23-D299315D7EF2}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AnimationMetrics", "AnimationMetrics.vbproj", "{B8C7551C-D791-5A03-A0C9-FBA9E097759C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -14,24 +14,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Debug|ARM.ActiveCfg = Debug|ARM
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Debug|ARM.Build.0 = Debug|ARM
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Debug|ARM.Deploy.0 = Debug|ARM
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Debug|x64.ActiveCfg = Debug|x64
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Debug|x64.Build.0 = Debug|x64
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Debug|x64.Deploy.0 = Debug|x64
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Debug|x86.ActiveCfg = Debug|x86
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Debug|x86.Build.0 = Debug|x86
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Debug|x86.Deploy.0 = Debug|x86
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Release|ARM.ActiveCfg = Release|ARM
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Release|ARM.Build.0 = Release|ARM
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Release|ARM.Deploy.0 = Release|ARM
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Release|x64.ActiveCfg = Release|x64
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Release|x64.Build.0 = Release|x64
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Release|x64.Deploy.0 = Release|x64
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Release|x86.ActiveCfg = Release|x86
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Release|x86.Build.0 = Release|x86
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}.Release|x86.Deploy.0 = Release|x86
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Debug|ARM.Build.0 = Debug|ARM
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Debug|x64.ActiveCfg = Debug|x64
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Debug|x64.Build.0 = Debug|x64
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Debug|x64.Deploy.0 = Debug|x64
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Debug|x86.ActiveCfg = Debug|x86
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Debug|x86.Build.0 = Debug|x86
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Debug|x86.Deploy.0 = Debug|x86
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Release|ARM.ActiveCfg = Release|ARM
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Release|ARM.Build.0 = Release|ARM
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Release|ARM.Deploy.0 = Release|ARM
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Release|x64.ActiveCfg = Release|x64
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Release|x64.Build.0 = Release|x64
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Release|x64.Deploy.0 = Release|x64
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Release|x86.ActiveCfg = Release|x86
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Release|x86.Build.0 = Release|x86
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AnimationMetrics/vb/AnimationMetrics.vbproj b/Samples/AnimationMetrics/vb/AnimationMetrics.vbproj
index 6540694062..922d1dcfb4 100644
--- a/Samples/AnimationMetrics/vb/AnimationMetrics.vbproj
+++ b/Samples/AnimationMetrics/vb/AnimationMetrics.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {8C309087-DD9F-5E1E-BF23-D299315D7EF2}
+ {B8C7551C-D791-5A03-A0C9-FBA9E097759C}
AppContainerExe
SDKTemplate
AnimationMetrics
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -165,7 +165,7 @@
-
+
Microsoft Desktop Extension SDK for Universal App Platform
diff --git a/Samples/AnimationMetrics/vb/Package.appxmanifest b/Samples/AnimationMetrics/vb/Package.appxmanifest
index 6d2c90bd5a..c5f279be92 100644
--- a/Samples/AnimationMetrics/vb/Package.appxmanifest
+++ b/Samples/AnimationMetrics/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AppServices/app-services.yaml b/Samples/AppServices/app-services.yml
similarity index 100%
rename from Samples/AppServices/app-services.yaml
rename to Samples/AppServices/app-services.yml
diff --git a/Samples/AppServices/cpp/AppServices.sln b/Samples/AppServices/cpp/AppServices.sln
index 9826f6e277..d4260ff0d7 100644
--- a/Samples/AppServices/cpp/AppServices.sln
+++ b/Samples/AppServices/cpp/AppServices.sln
@@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesClient", "AppServicesClient\AppServicesClient.vcxproj", "{06517647-9CC8-5D3D-A981-3CEED2EEEBEC}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesClient", "AppServicesClient\AppServicesClient.vcxproj", "{010B2C31-BBFB-5BDA-BB56-DD82E2BED582}"
ProjectSection(ProjectDependencies) = postProject
- {597EA71D-561B-5DC9-B221-EC6B62E03F12} = {597EA71D-561B-5DC9-B221-EC6B62E03F12}
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738} = {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.vcxproj", "{597EA71D-561B-5DC9-B221-EC6B62E03F12}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.vcxproj", "{E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}"
ProjectSection(ProjectDependencies) = postProject
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1} = {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC} = {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RandomNumberService", "RandomNumberService\RandomNumberService.vcxproj", "{C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RandomNumberService", "RandomNumberService\RandomNumberService.vcxproj", "{8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -25,54 +25,54 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Debug|ARM.ActiveCfg = Debug|ARM
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Debug|ARM.Build.0 = Debug|ARM
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Debug|ARM.Deploy.0 = Debug|ARM
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Debug|x64.ActiveCfg = Debug|x64
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Debug|x64.Build.0 = Debug|x64
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Debug|x64.Deploy.0 = Debug|x64
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Debug|x86.ActiveCfg = Debug|Win32
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Debug|x86.Build.0 = Debug|Win32
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Debug|x86.Deploy.0 = Debug|Win32
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Release|ARM.ActiveCfg = Release|ARM
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Release|ARM.Build.0 = Release|ARM
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Release|ARM.Deploy.0 = Release|ARM
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Release|x64.ActiveCfg = Release|x64
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Release|x64.Build.0 = Release|x64
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Release|x64.Deploy.0 = Release|x64
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Release|x86.ActiveCfg = Release|Win32
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Release|x86.Build.0 = Release|Win32
- {06517647-9CC8-5D3D-A981-3CEED2EEEBEC}.Release|x86.Deploy.0 = Release|Win32
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Debug|ARM.ActiveCfg = Debug|ARM
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Debug|ARM.Build.0 = Debug|ARM
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Debug|ARM.Deploy.0 = Debug|ARM
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Debug|x64.ActiveCfg = Debug|x64
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Debug|x64.Build.0 = Debug|x64
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Debug|x64.Deploy.0 = Debug|x64
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Debug|x86.ActiveCfg = Debug|Win32
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Debug|x86.Build.0 = Debug|Win32
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Debug|x86.Deploy.0 = Debug|Win32
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Release|ARM.ActiveCfg = Release|ARM
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Release|ARM.Build.0 = Release|ARM
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Release|ARM.Deploy.0 = Release|ARM
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Release|x64.ActiveCfg = Release|x64
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Release|x64.Build.0 = Release|x64
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Release|x64.Deploy.0 = Release|x64
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Release|x86.ActiveCfg = Release|Win32
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Release|x86.Build.0 = Release|Win32
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}.Release|x86.Deploy.0 = Release|Win32
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Debug|ARM.ActiveCfg = Debug|ARM
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Debug|ARM.Build.0 = Debug|ARM
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Debug|x64.ActiveCfg = Debug|x64
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Debug|x64.Build.0 = Debug|x64
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Debug|x86.ActiveCfg = Debug|Win32
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Debug|x86.Build.0 = Debug|Win32
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Release|ARM.ActiveCfg = Release|ARM
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Release|ARM.Build.0 = Release|ARM
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Release|x64.ActiveCfg = Release|x64
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Release|x64.Build.0 = Release|x64
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Release|x86.ActiveCfg = Release|Win32
- {C0A4FA20-0C3D-5655-B6C3-ECD72A9098D1}.Release|x86.Build.0 = Release|Win32
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Debug|ARM.ActiveCfg = Debug|ARM
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Debug|ARM.Build.0 = Debug|ARM
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Debug|ARM.Deploy.0 = Debug|ARM
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Debug|x64.ActiveCfg = Debug|x64
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Debug|x64.Build.0 = Debug|x64
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Debug|x64.Deploy.0 = Debug|x64
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Debug|x86.ActiveCfg = Debug|Win32
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Debug|x86.Build.0 = Debug|Win32
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Debug|x86.Deploy.0 = Debug|Win32
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Release|ARM.ActiveCfg = Release|ARM
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Release|ARM.Build.0 = Release|ARM
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Release|ARM.Deploy.0 = Release|ARM
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Release|x64.ActiveCfg = Release|x64
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Release|x64.Build.0 = Release|x64
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Release|x64.Deploy.0 = Release|x64
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Release|x86.ActiveCfg = Release|Win32
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Release|x86.Build.0 = Release|Win32
+ {010B2C31-BBFB-5BDA-BB56-DD82E2BED582}.Release|x86.Deploy.0 = Release|Win32
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Debug|ARM.ActiveCfg = Debug|ARM
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Debug|ARM.Build.0 = Debug|ARM
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Debug|ARM.Deploy.0 = Debug|ARM
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Debug|x64.ActiveCfg = Debug|x64
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Debug|x64.Build.0 = Debug|x64
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Debug|x64.Deploy.0 = Debug|x64
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Debug|x86.ActiveCfg = Debug|Win32
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Debug|x86.Build.0 = Debug|Win32
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Debug|x86.Deploy.0 = Debug|Win32
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Release|ARM.ActiveCfg = Release|ARM
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Release|ARM.Build.0 = Release|ARM
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Release|ARM.Deploy.0 = Release|ARM
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Release|x64.ActiveCfg = Release|x64
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Release|x64.Build.0 = Release|x64
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Release|x64.Deploy.0 = Release|x64
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Release|x86.ActiveCfg = Release|Win32
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Release|x86.Build.0 = Release|Win32
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}.Release|x86.Deploy.0 = Release|Win32
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Debug|ARM.Build.0 = Debug|ARM
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Debug|x64.ActiveCfg = Debug|x64
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Debug|x64.Build.0 = Debug|x64
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Debug|x86.ActiveCfg = Debug|Win32
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Debug|x86.Build.0 = Debug|Win32
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Release|ARM.ActiveCfg = Release|ARM
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Release|ARM.Build.0 = Release|ARM
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Release|x64.ActiveCfg = Release|x64
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Release|x64.Build.0 = Release|x64
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Release|x86.ActiveCfg = Release|Win32
+ {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AppServices/cpp/AppServicesClient/AppServicesClient.vcxproj b/Samples/AppServices/cpp/AppServicesClient/AppServicesClient.vcxproj
index 65a03e1eca..e43b0c319f 100644
--- a/Samples/AppServices/cpp/AppServicesClient/AppServicesClient.vcxproj
+++ b/Samples/AppServices/cpp/AppServicesClient/AppServicesClient.vcxproj
@@ -1,15 +1,15 @@
- {06517647-9cc8-5d3d-a981-3ceed2eeebec}
+ {010b2c31-bbfb-5bda-bb56-dd82e2bed582}
SDKTemplate
en-US
15.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/AppServices/cpp/AppServicesClient/Package.appxmanifest b/Samples/AppServices/cpp/AppServicesClient/Package.appxmanifest
index c14ae0ab6c..7bbfba4e14 100644
--- a/Samples/AppServices/cpp/AppServicesClient/Package.appxmanifest
+++ b/Samples/AppServices/cpp/AppServicesClient/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/AppServices/cpp/AppServicesProvider/AppServicesProvider.vcxproj b/Samples/AppServices/cpp/AppServicesProvider/AppServicesProvider.vcxproj
index 777af774dc..0f9ea36312 100644
--- a/Samples/AppServices/cpp/AppServicesProvider/AppServicesProvider.vcxproj
+++ b/Samples/AppServices/cpp/AppServicesProvider/AppServicesProvider.vcxproj
@@ -1,15 +1,15 @@
- {597EA71D-561B-5DC9-B221-EC6B62E03F12}
+ {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}
SDKTemplate
en-US
15.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/AppServices/cpp/AppServicesProvider/Package.appxmanifest b/Samples/AppServices/cpp/AppServicesProvider/Package.appxmanifest
index dfd01eef07..8aef708c2a 100644
--- a/Samples/AppServices/cpp/AppServicesProvider/Package.appxmanifest
+++ b/Samples/AppServices/cpp/AppServicesProvider/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AppServices/cpp/RandomNumberService/RandomNumberService.vcxproj b/Samples/AppServices/cpp/RandomNumberService/RandomNumberService.vcxproj
index ea81b5fe20..4aa2792ea0 100644
--- a/Samples/AppServices/cpp/RandomNumberService/RandomNumberService.vcxproj
+++ b/Samples/AppServices/cpp/RandomNumberService/RandomNumberService.vcxproj
@@ -27,15 +27,15 @@
- {c0a4fa20-0c3d-5655-b6c3-ecd72a9098d1}
+ {8699de21-6786-55e1-9ed3-59ecd1b8d9fc}
WindowsRuntimeComponent
RandomNumberService
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
10.0
diff --git a/Samples/AppServices/cs/AppServices.sln b/Samples/AppServices/cs/AppServices.sln
index a135bef879..8acef7ae63 100644
--- a/Samples/AppServices/cs/AppServices.sln
+++ b/Samples/AppServices/cs/AppServices.sln
@@ -3,14 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppServicesClient", "AppServicesClient\AppServicesClient.csproj", "{8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppServicesClient", "AppServicesClient\AppServicesClient.csproj", "{16B409BA-E63F-5016-A09C-0F7299DF3FEC}"
ProjectSection(ProjectDependencies) = postProject
- {B9DE86A3-2586-585C-9599-B536E60F18F3} = {B9DE86A3-2586-585C-9599-B536E60F18F3}
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575} = {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.csproj", "{B9DE86A3-2586-585C-9599-B536E60F18F3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.csproj", "{CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomNumberService", "RandomNumberService\RandomNumberService.csproj", "{53662A92-0B96-5001-BA92-032AB8CD99E4}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomNumberService", "RandomNumberService\RandomNumberService.csproj", "{7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -24,62 +24,62 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Debug|Any CPU.ActiveCfg = Debug|x86
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Debug|ARM.ActiveCfg = Debug|ARM
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Debug|ARM.Build.0 = Debug|ARM
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Debug|ARM.Deploy.0 = Debug|ARM
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Debug|x64.ActiveCfg = Debug|x64
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Debug|x64.Build.0 = Debug|x64
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Debug|x64.Deploy.0 = Debug|x64
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Debug|x86.ActiveCfg = Debug|x86
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Debug|x86.Build.0 = Debug|x86
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Debug|x86.Deploy.0 = Debug|x86
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Release|Any CPU.ActiveCfg = Release|x86
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Release|ARM.ActiveCfg = Release|ARM
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Release|ARM.Build.0 = Release|ARM
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Release|ARM.Deploy.0 = Release|ARM
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Release|x64.ActiveCfg = Release|x64
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Release|x64.Build.0 = Release|x64
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Release|x64.Deploy.0 = Release|x64
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Release|x86.ActiveCfg = Release|x86
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Release|x86.Build.0 = Release|x86
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}.Release|x86.Deploy.0 = Release|x86
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Debug|Any CPU.ActiveCfg = Debug|x86
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Debug|ARM.ActiveCfg = Debug|ARM
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Debug|ARM.Build.0 = Debug|ARM
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Debug|ARM.Deploy.0 = Debug|ARM
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Debug|x64.ActiveCfg = Debug|x64
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Debug|x64.Build.0 = Debug|x64
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Debug|x64.Deploy.0 = Debug|x64
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Debug|x86.ActiveCfg = Debug|x86
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Debug|x86.Build.0 = Debug|x86
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Debug|x86.Deploy.0 = Debug|x86
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Release|Any CPU.ActiveCfg = Release|x86
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Release|ARM.ActiveCfg = Release|ARM
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Release|ARM.Build.0 = Release|ARM
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Release|ARM.Deploy.0 = Release|ARM
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Release|x64.ActiveCfg = Release|x64
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Release|x64.Build.0 = Release|x64
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Release|x64.Deploy.0 = Release|x64
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Release|x86.ActiveCfg = Release|x86
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Release|x86.Build.0 = Release|x86
- {B9DE86A3-2586-585C-9599-B536E60F18F3}.Release|x86.Deploy.0 = Release|x86
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Debug|ARM.ActiveCfg = Debug|ARM
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Debug|ARM.Build.0 = Debug|ARM
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Debug|x64.ActiveCfg = Debug|x64
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Debug|x64.Build.0 = Debug|x64
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Debug|x86.ActiveCfg = Debug|x86
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Debug|x86.Build.0 = Debug|x86
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Release|Any CPU.Build.0 = Release|Any CPU
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Release|ARM.ActiveCfg = Release|ARM
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Release|ARM.Build.0 = Release|ARM
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Release|x64.ActiveCfg = Release|x64
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Release|x64.Build.0 = Release|x64
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Release|x86.ActiveCfg = Release|x86
- {53662A92-0B96-5001-BA92-032AB8CD99E4}.Release|x86.Build.0 = Release|x86
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Debug|ARM.Build.0 = Debug|ARM
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Debug|ARM.Deploy.0 = Debug|ARM
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Debug|x64.ActiveCfg = Debug|x64
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Debug|x64.Build.0 = Debug|x64
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Debug|x64.Deploy.0 = Debug|x64
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Debug|x86.ActiveCfg = Debug|x86
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Debug|x86.Build.0 = Debug|x86
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Debug|x86.Deploy.0 = Debug|x86
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Release|Any CPU.ActiveCfg = Release|x86
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Release|ARM.ActiveCfg = Release|ARM
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Release|ARM.Build.0 = Release|ARM
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Release|ARM.Deploy.0 = Release|ARM
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Release|x64.ActiveCfg = Release|x64
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Release|x64.Build.0 = Release|x64
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Release|x64.Deploy.0 = Release|x64
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Release|x86.ActiveCfg = Release|x86
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Release|x86.Build.0 = Release|x86
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}.Release|x86.Deploy.0 = Release|x86
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Debug|ARM.ActiveCfg = Debug|ARM
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Debug|ARM.Build.0 = Debug|ARM
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Debug|ARM.Deploy.0 = Debug|ARM
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Debug|x64.ActiveCfg = Debug|x64
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Debug|x64.Build.0 = Debug|x64
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Debug|x64.Deploy.0 = Debug|x64
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Debug|x86.ActiveCfg = Debug|x86
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Debug|x86.Build.0 = Debug|x86
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Debug|x86.Deploy.0 = Debug|x86
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Release|Any CPU.ActiveCfg = Release|x86
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Release|ARM.ActiveCfg = Release|ARM
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Release|ARM.Build.0 = Release|ARM
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Release|ARM.Deploy.0 = Release|ARM
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Release|x64.ActiveCfg = Release|x64
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Release|x64.Build.0 = Release|x64
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Release|x64.Deploy.0 = Release|x64
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Release|x86.ActiveCfg = Release|x86
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Release|x86.Build.0 = Release|x86
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}.Release|x86.Deploy.0 = Release|x86
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Debug|ARM.ActiveCfg = Debug|ARM
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Debug|ARM.Build.0 = Debug|ARM
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Debug|x64.ActiveCfg = Debug|x64
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Debug|x64.Build.0 = Debug|x64
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Debug|x86.ActiveCfg = Debug|x86
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Debug|x86.Build.0 = Debug|x86
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Release|ARM.ActiveCfg = Release|ARM
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Release|ARM.Build.0 = Release|ARM
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Release|x64.ActiveCfg = Release|x64
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Release|x64.Build.0 = Release|x64
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Release|x86.ActiveCfg = Release|x86
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AppServices/cs/AppServicesClient/AppServicesClient.csproj b/Samples/AppServices/cs/AppServicesClient/AppServicesClient.csproj
index b92da5d05e..d25ead712d 100644
--- a/Samples/AppServices/cs/AppServicesClient/AppServicesClient.csproj
+++ b/Samples/AppServices/cs/AppServicesClient/AppServicesClient.csproj
@@ -3,15 +3,15 @@
Debug
- {8115F5EE-E3B8-5A86-B2D8-A5BEB174666F}
+ {16B409BA-E63F-5016-A09C-0F7299DF3FEC}
AppContainerExe
Properties
SDKTemplate
AppServicesClient
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AppServices/cs/AppServicesClient/Package.appxmanifest b/Samples/AppServices/cs/AppServicesClient/Package.appxmanifest
index db468ea0c5..0d94f26128 100644
--- a/Samples/AppServices/cs/AppServicesClient/Package.appxmanifest
+++ b/Samples/AppServices/cs/AppServicesClient/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AppServices/cs/AppServicesProvider/AppServicesProvider.csproj b/Samples/AppServices/cs/AppServicesProvider/AppServicesProvider.csproj
index c65b64cbba..ff67b609be 100644
--- a/Samples/AppServices/cs/AppServicesProvider/AppServicesProvider.csproj
+++ b/Samples/AppServices/cs/AppServicesProvider/AppServicesProvider.csproj
@@ -3,15 +3,15 @@
Debug
- {B9DE86A3-2586-585C-9599-B536E60F18F3}
+ {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}
AppContainerExe
Properties
SDKTemplate
AppServicesProvider
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AppServices/cs/AppServicesProvider/Package.appxmanifest b/Samples/AppServices/cs/AppServicesProvider/Package.appxmanifest
index a4a058b492..e8416b2c16 100644
--- a/Samples/AppServices/cs/AppServicesProvider/Package.appxmanifest
+++ b/Samples/AppServices/cs/AppServicesProvider/Package.appxmanifest
@@ -22,7 +22,7 @@
-
+
diff --git a/Samples/AppServices/cs/RandomNumberService/RandomNumberService.csproj b/Samples/AppServices/cs/RandomNumberService/RandomNumberService.csproj
index 1b7349abd6..e3d376d89c 100644
--- a/Samples/AppServices/cs/RandomNumberService/RandomNumberService.csproj
+++ b/Samples/AppServices/cs/RandomNumberService/RandomNumberService.csproj
@@ -4,15 +4,15 @@
Debug
AnyCPU
- {53662A92-0B96-5001-BA92-032AB8CD99E4}
+ {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}
winmdobj
Properties
RandomNumberService
RandomNumberService
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AppServices/vb/AppServices.sln b/Samples/AppServices/vb/AppServices.sln
index 7fd668f8e4..92356cce58 100644
--- a/Samples/AppServices/vb/AppServices.sln
+++ b/Samples/AppServices/vb/AppServices.sln
@@ -2,11 +2,11 @@
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppServicesClient", "AppServicesClient\AppServicesClient.vbproj", "{D2E559CE-A87B-569E-BD3E-07AE7683E31C}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppServicesClient", "AppServicesClient\AppServicesClient.vbproj", "{66BC9198-123A-5912-97EE-79825C092ADC}"
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.vbproj", "{057F6F1D-90B9-546F-87B8-6403B38AEF74}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.vbproj", "{18FFB362-D262-59C8-A7DA-C8E4163930DB}"
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RandomNumberService", "RandomNumberService\RandomNumberService.vbproj", "{D683E93E-D3E2-5E82-8756-66742869EA21}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RandomNumberService", "RandomNumberService\RandomNumberService.vbproj", "{259AD746-A135-5FD8-A1CE-B27B720B8FB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,60 +20,60 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Debug|Any CPU.ActiveCfg = Debug|x86
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Debug|ARM.ActiveCfg = Debug|ARM
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Debug|ARM.Build.0 = Debug|ARM
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Debug|ARM.Deploy.0 = Debug|ARM
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Debug|x64.ActiveCfg = Debug|x64
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Debug|x64.Build.0 = Debug|x64
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Debug|x64.Deploy.0 = Debug|x64
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Debug|x86.ActiveCfg = Debug|x86
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Debug|x86.Build.0 = Debug|x86
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Debug|x86.Deploy.0 = Debug|x86
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Release|Any CPU.ActiveCfg = Release|x86
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Release|ARM.ActiveCfg = Release|ARM
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Release|ARM.Build.0 = Release|ARM
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Release|ARM.Deploy.0 = Release|ARM
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Release|x64.ActiveCfg = Release|x64
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Release|x64.Build.0 = Release|x64
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Release|x64.Deploy.0 = Release|x64
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Release|x86.ActiveCfg = Release|x86
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Release|x86.Build.0 = Release|x86
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}.Release|x86.Deploy.0 = Release|x86
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Debug|Any CPU.ActiveCfg = Debug|x86
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Debug|ARM.ActiveCfg = Debug|ARM
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Debug|ARM.Build.0 = Debug|ARM
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Debug|ARM.Deploy.0 = Debug|ARM
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Debug|x64.ActiveCfg = Debug|x64
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Debug|x64.Build.0 = Debug|x64
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Debug|x64.Deploy.0 = Debug|x64
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Debug|x86.ActiveCfg = Debug|x86
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Debug|x86.Build.0 = Debug|x86
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Debug|x86.Deploy.0 = Debug|x86
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Release|Any CPU.ActiveCfg = Release|x86
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Release|ARM.ActiveCfg = Release|ARM
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Release|ARM.Build.0 = Release|ARM
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Release|ARM.Deploy.0 = Release|ARM
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Release|x64.ActiveCfg = Release|x64
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Release|x64.Build.0 = Release|x64
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Release|x64.Deploy.0 = Release|x64
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Release|x86.ActiveCfg = Release|x86
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Release|x86.Build.0 = Release|x86
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}.Release|x86.Deploy.0 = Release|x86
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Debug|Any CPU.ActiveCfg = Debug|x86
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Debug|ARM.ActiveCfg = Debug|ARM
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Debug|ARM.Build.0 = Debug|ARM
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Debug|x64.ActiveCfg = Debug|x64
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Debug|x64.Build.0 = Debug|x64
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Debug|x86.ActiveCfg = Debug|x86
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Debug|x86.Build.0 = Debug|x86
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Release|Any CPU.ActiveCfg = Release|x86
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Release|ARM.ActiveCfg = Release|ARM
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Release|ARM.Build.0 = Release|ARM
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Release|x64.ActiveCfg = Release|x64
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Release|x64.Build.0 = Release|x64
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Release|x86.ActiveCfg = Release|x86
- {D683E93E-D3E2-5E82-8756-66742869EA21}.Release|x86.Build.0 = Release|x86
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Debug|ARM.Build.0 = Debug|ARM
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Debug|ARM.Deploy.0 = Debug|ARM
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Debug|x64.ActiveCfg = Debug|x64
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Debug|x64.Build.0 = Debug|x64
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Debug|x64.Deploy.0 = Debug|x64
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Debug|x86.ActiveCfg = Debug|x86
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Debug|x86.Build.0 = Debug|x86
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Debug|x86.Deploy.0 = Debug|x86
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Release|Any CPU.ActiveCfg = Release|x86
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Release|ARM.ActiveCfg = Release|ARM
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Release|ARM.Build.0 = Release|ARM
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Release|ARM.Deploy.0 = Release|ARM
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Release|x64.ActiveCfg = Release|x64
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Release|x64.Build.0 = Release|x64
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Release|x64.Deploy.0 = Release|x64
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Release|x86.ActiveCfg = Release|x86
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Release|x86.Build.0 = Release|x86
+ {66BC9198-123A-5912-97EE-79825C092ADC}.Release|x86.Deploy.0 = Release|x86
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Debug|ARM.ActiveCfg = Debug|ARM
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Debug|ARM.Build.0 = Debug|ARM
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Debug|ARM.Deploy.0 = Debug|ARM
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Debug|x64.ActiveCfg = Debug|x64
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Debug|x64.Build.0 = Debug|x64
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Debug|x64.Deploy.0 = Debug|x64
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Debug|x86.ActiveCfg = Debug|x86
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Debug|x86.Build.0 = Debug|x86
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Debug|x86.Deploy.0 = Debug|x86
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Release|Any CPU.ActiveCfg = Release|x86
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Release|ARM.ActiveCfg = Release|ARM
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Release|ARM.Build.0 = Release|ARM
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Release|ARM.Deploy.0 = Release|ARM
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Release|x64.ActiveCfg = Release|x64
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Release|x64.Build.0 = Release|x64
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Release|x64.Deploy.0 = Release|x64
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Release|x86.ActiveCfg = Release|x86
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Release|x86.Build.0 = Release|x86
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}.Release|x86.Deploy.0 = Release|x86
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Debug|ARM.ActiveCfg = Debug|ARM
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Debug|ARM.Build.0 = Debug|ARM
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Debug|x64.ActiveCfg = Debug|x64
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Debug|x64.Build.0 = Debug|x64
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Debug|x86.ActiveCfg = Debug|x86
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Debug|x86.Build.0 = Debug|x86
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Release|Any CPU.ActiveCfg = Release|x86
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Release|ARM.ActiveCfg = Release|ARM
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Release|ARM.Build.0 = Release|ARM
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Release|x64.ActiveCfg = Release|x64
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Release|x64.Build.0 = Release|x64
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Release|x86.ActiveCfg = Release|x86
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AppServices/vb/AppServicesClient/AppServicesClient.vbproj b/Samples/AppServices/vb/AppServicesClient/AppServicesClient.vbproj
index 686c68889e..57ee954057 100644
--- a/Samples/AppServices/vb/AppServicesClient/AppServicesClient.vbproj
+++ b/Samples/AppServices/vb/AppServicesClient/AppServicesClient.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {D2E559CE-A87B-569E-BD3E-07AE7683E31C}
+ {66BC9198-123A-5912-97EE-79825C092ADC}
AppContainerExe
AppServicesClient
AppServicesClient
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AppServices/vb/AppServicesClient/Package.appxmanifest b/Samples/AppServices/vb/AppServicesClient/Package.appxmanifest
index b579f6575f..fe540ef80d 100644
--- a/Samples/AppServices/vb/AppServicesClient/Package.appxmanifest
+++ b/Samples/AppServices/vb/AppServicesClient/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AppServices/vb/AppServicesProvider/AppServicesProvider.vbproj b/Samples/AppServices/vb/AppServicesProvider/AppServicesProvider.vbproj
index 36f5931157..d877ec52cb 100644
--- a/Samples/AppServices/vb/AppServicesProvider/AppServicesProvider.vbproj
+++ b/Samples/AppServices/vb/AppServicesProvider/AppServicesProvider.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {057F6F1D-90B9-546F-87B8-6403B38AEF74}
+ {18FFB362-D262-59C8-A7DA-C8E4163930DB}
AppContainerExe
AppServicesProvider
AppServicesProvider
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AppServices/vb/AppServicesProvider/Package.appxmanifest b/Samples/AppServices/vb/AppServicesProvider/Package.appxmanifest
index 8ad95f5d1d..0dab463051 100644
--- a/Samples/AppServices/vb/AppServicesProvider/Package.appxmanifest
+++ b/Samples/AppServices/vb/AppServicesProvider/Package.appxmanifest
@@ -22,7 +22,7 @@
-
+
diff --git a/Samples/AppServices/vb/RandomNumberService/RandomNumberService.vbproj b/Samples/AppServices/vb/RandomNumberService/RandomNumberService.vbproj
index 3d604c28c9..690c6b677c 100644
--- a/Samples/AppServices/vb/RandomNumberService/RandomNumberService.vbproj
+++ b/Samples/AppServices/vb/RandomNumberService/RandomNumberService.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {D683E93E-D3E2-5E82-8756-66742869EA21}
+ {259AD746-A135-5FD8-A1CE-B27B720B8FB3}
winmdobj
RandomNumberService
RandomNumberService
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ApplicationData/application-data.yaml b/Samples/ApplicationData/application-data.yml
similarity index 100%
rename from Samples/ApplicationData/application-data.yaml
rename to Samples/ApplicationData/application-data.yml
diff --git a/Samples/ApplicationData/cs/ApplicationData.csproj b/Samples/ApplicationData/cs/ApplicationData.csproj
index a2a6195e43..f06791a5b5 100644
--- a/Samples/ApplicationData/cs/ApplicationData.csproj
+++ b/Samples/ApplicationData/cs/ApplicationData.csproj
@@ -4,15 +4,15 @@
Debug
AnyCPU
- {270944D9-6B2E-57EB-83FC-F96969B2D649}
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}
AppContainerExe
Properties
ApplicationDataSample
ApplicationDataSample
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ApplicationData/cs/ApplicationData.sln b/Samples/ApplicationData/cs/ApplicationData.sln
index a1da0c1201..36a40ee658 100644
--- a/Samples/ApplicationData/cs/ApplicationData.sln
+++ b/Samples/ApplicationData/cs/ApplicationData.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationData", "ApplicationData.csproj", "{270944D9-6B2E-57EB-83FC-F96969B2D649}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationData", "ApplicationData.csproj", "{FF5BBAD0-F25E-5C99-9AE8-352676D00A65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|ARM.ActiveCfg = Debug|ARM
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|ARM.Build.0 = Debug|ARM
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|ARM.Deploy.0 = Debug|ARM
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|x64.ActiveCfg = Debug|x64
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|x64.Build.0 = Debug|x64
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|x64.Deploy.0 = Debug|x64
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|x86.ActiveCfg = Debug|x86
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|x86.Build.0 = Debug|x86
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Debug|x86.Deploy.0 = Debug|x86
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|Any CPU.Build.0 = Release|Any CPU
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|ARM.ActiveCfg = Release|ARM
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|ARM.Build.0 = Release|ARM
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|ARM.Deploy.0 = Release|ARM
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|x64.ActiveCfg = Release|x64
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|x64.Build.0 = Release|x64
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|x64.Deploy.0 = Release|x64
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|x86.ActiveCfg = Release|x86
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|x86.Build.0 = Release|x86
- {270944D9-6B2E-57EB-83FC-F96969B2D649}.Release|x86.Deploy.0 = Release|x86
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|ARM.ActiveCfg = Debug|ARM
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|ARM.Build.0 = Debug|ARM
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|ARM.Deploy.0 = Debug|ARM
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|x64.ActiveCfg = Debug|x64
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|x64.Build.0 = Debug|x64
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|x64.Deploy.0 = Debug|x64
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|x86.ActiveCfg = Debug|x86
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|x86.Build.0 = Debug|x86
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Debug|x86.Deploy.0 = Debug|x86
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|Any CPU.Build.0 = Release|Any CPU
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|ARM.ActiveCfg = Release|ARM
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|ARM.Build.0 = Release|ARM
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|ARM.Deploy.0 = Release|ARM
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|x64.ActiveCfg = Release|x64
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|x64.Build.0 = Release|x64
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|x64.Deploy.0 = Release|x64
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|x86.ActiveCfg = Release|x86
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|x86.Build.0 = Release|x86
+ {FF5BBAD0-F25E-5C99-9AE8-352676D00A65}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ApplicationData/cs/Package.appxmanifest b/Samples/ApplicationData/cs/Package.appxmanifest
index 8784d77935..aef34bb98a 100644
--- a/Samples/ApplicationData/cs/Package.appxmanifest
+++ b/Samples/ApplicationData/cs/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/ApplicationData/vb/ApplicationData.sln b/Samples/ApplicationData/vb/ApplicationData.sln
index 2a4280fc32..fc82b9df28 100644
--- a/Samples/ApplicationData/vb/ApplicationData.sln
+++ b/Samples/ApplicationData/vb/ApplicationData.sln
@@ -2,7 +2,7 @@
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ApplicationData", "ApplicationData.vbproj", "{A8AA0370-E612-5749-A1C3-E7F1E71FB835}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ApplicationData", "ApplicationData.vbproj", "{FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -16,26 +16,26 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Debug|Any CPU.ActiveCfg = Debug|x86
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Debug|ARM.ActiveCfg = Debug|ARM
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Debug|ARM.Build.0 = Debug|ARM
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Debug|ARM.Deploy.0 = Debug|ARM
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Debug|x64.ActiveCfg = Debug|x64
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Debug|x64.Build.0 = Debug|x64
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Debug|x64.Deploy.0 = Debug|x64
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Debug|x86.ActiveCfg = Debug|x86
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Debug|x86.Build.0 = Debug|x86
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Debug|x86.Deploy.0 = Debug|x86
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Release|Any CPU.ActiveCfg = Release|x86
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Release|ARM.ActiveCfg = Release|ARM
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Release|ARM.Build.0 = Release|ARM
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Release|ARM.Deploy.0 = Release|ARM
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Release|x64.ActiveCfg = Release|x64
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Release|x64.Build.0 = Release|x64
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Release|x64.Deploy.0 = Release|x64
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Release|x86.ActiveCfg = Release|x86
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Release|x86.Build.0 = Release|x86
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}.Release|x86.Deploy.0 = Release|x86
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Debug|ARM.ActiveCfg = Debug|ARM
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Debug|ARM.Build.0 = Debug|ARM
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Debug|ARM.Deploy.0 = Debug|ARM
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Debug|x64.ActiveCfg = Debug|x64
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Debug|x64.Build.0 = Debug|x64
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Debug|x64.Deploy.0 = Debug|x64
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Debug|x86.ActiveCfg = Debug|x86
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Debug|x86.Build.0 = Debug|x86
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Debug|x86.Deploy.0 = Debug|x86
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Release|Any CPU.ActiveCfg = Release|x86
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Release|ARM.ActiveCfg = Release|ARM
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Release|ARM.Build.0 = Release|ARM
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Release|ARM.Deploy.0 = Release|ARM
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Release|x64.ActiveCfg = Release|x64
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Release|x64.Build.0 = Release|x64
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Release|x64.Deploy.0 = Release|x64
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Release|x86.ActiveCfg = Release|x86
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Release|x86.Build.0 = Release|x86
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ApplicationData/vb/ApplicationData.vbproj b/Samples/ApplicationData/vb/ApplicationData.vbproj
index e450fa6a22..9f080806ee 100644
--- a/Samples/ApplicationData/vb/ApplicationData.vbproj
+++ b/Samples/ApplicationData/vb/ApplicationData.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {A8AA0370-E612-5749-A1C3-E7F1E71FB835}
+ {FAB10B25-7A5F-5F74-91BC-F3F9E0C1297D}
AppContainerExe
ApplicationDataSample
ApplicationDataSample
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ApplicationData/vb/Package.appxmanifest b/Samples/ApplicationData/vb/Package.appxmanifest
index a30a297a6e..fd4d2e7360 100644
--- a/Samples/ApplicationData/vb/Package.appxmanifest
+++ b/Samples/ApplicationData/vb/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/ApplicationResources/application-resources.yaml b/Samples/ApplicationResources/application-resources.yml
similarity index 100%
rename from Samples/ApplicationResources/application-resources.yaml
rename to Samples/ApplicationResources/application-resources.yml
diff --git a/Samples/ApplicationResources/cpp/ApplicationResources.sln b/Samples/ApplicationResources/cpp/ApplicationResources.sln
index 48d89a33ee..03a02977f1 100644
--- a/Samples/ApplicationResources/cpp/ApplicationResources.sln
+++ b/Samples/ApplicationResources/cpp/ApplicationResources.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ApplicationResources", "ApplicationResources.vcxproj", "{87D76FD0-EDA6-5364-944D-E62A9F11CCFF}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ApplicationResources", "ApplicationResources.vcxproj", "{DF66F2F9-0655-5D94-91A1-49072FD6BCAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Debug|ARM.ActiveCfg = Debug|ARM
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Debug|ARM.Build.0 = Debug|ARM
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Debug|ARM.Deploy.0 = Debug|ARM
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Debug|x64.ActiveCfg = Debug|x64
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Debug|x64.Build.0 = Debug|x64
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Debug|x64.Deploy.0 = Debug|x64
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Debug|x86.ActiveCfg = Debug|Win32
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Debug|x86.Build.0 = Debug|Win32
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Debug|x86.Deploy.0 = Debug|Win32
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Release|ARM.ActiveCfg = Release|ARM
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Release|ARM.Build.0 = Release|ARM
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Release|ARM.Deploy.0 = Release|ARM
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Release|x64.ActiveCfg = Release|x64
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Release|x64.Build.0 = Release|x64
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Release|x64.Deploy.0 = Release|x64
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Release|x86.ActiveCfg = Release|Win32
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Release|x86.Build.0 = Release|Win32
- {87D76FD0-EDA6-5364-944D-E62A9F11CCFF}.Release|x86.Deploy.0 = Release|Win32
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Debug|ARM.Build.0 = Debug|ARM
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Debug|ARM.Deploy.0 = Debug|ARM
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Debug|x64.ActiveCfg = Debug|x64
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Debug|x64.Build.0 = Debug|x64
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Debug|x64.Deploy.0 = Debug|x64
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Debug|x86.ActiveCfg = Debug|Win32
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Debug|x86.Build.0 = Debug|Win32
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Debug|x86.Deploy.0 = Debug|Win32
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Release|ARM.ActiveCfg = Release|ARM
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Release|ARM.Build.0 = Release|ARM
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Release|ARM.Deploy.0 = Release|ARM
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Release|x64.ActiveCfg = Release|x64
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Release|x64.Build.0 = Release|x64
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Release|x64.Deploy.0 = Release|x64
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Release|x86.ActiveCfg = Release|Win32
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Release|x86.Build.0 = Release|Win32
+ {DF66F2F9-0655-5D94-91A1-49072FD6BCAC}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ApplicationResources/cpp/ApplicationResources.vcxproj b/Samples/ApplicationResources/cpp/ApplicationResources.vcxproj
index 3cfd826090..9e504517b4 100644
--- a/Samples/ApplicationResources/cpp/ApplicationResources.vcxproj
+++ b/Samples/ApplicationResources/cpp/ApplicationResources.vcxproj
@@ -1,15 +1,15 @@
- {87d76fd0-eda6-5364-944d-e62a9f11ccff}
+ {df66f2f9-0655-5d94-91a1-49072fd6bcac}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/ApplicationResources/cpp/Package.appxmanifest b/Samples/ApplicationResources/cpp/Package.appxmanifest
index 1ee21342e2..d96c69b8c1 100644
--- a/Samples/ApplicationResources/cpp/Package.appxmanifest
+++ b/Samples/ApplicationResources/cpp/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/ApplicationResources/cs/AppResourceClassLibrary/AppResourceClassLibrary.csproj b/Samples/ApplicationResources/cs/AppResourceClassLibrary/AppResourceClassLibrary.csproj
index 0741817384..5b22b6df74 100644
--- a/Samples/ApplicationResources/cs/AppResourceClassLibrary/AppResourceClassLibrary.csproj
+++ b/Samples/ApplicationResources/cs/AppResourceClassLibrary/AppResourceClassLibrary.csproj
@@ -4,15 +4,15 @@
Debug
AnyCPU
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}
Library
Properties
AppResourceClassLibrary
AppResourceClassLibrary
en
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ApplicationResources/cs/ApplicationResources.csproj b/Samples/ApplicationResources/cs/ApplicationResources.csproj
index eb1362ca31..533c4e8bf7 100644
--- a/Samples/ApplicationResources/cs/ApplicationResources.csproj
+++ b/Samples/ApplicationResources/cs/ApplicationResources.csproj
@@ -3,15 +3,15 @@
Debug
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}
AppContainerExe
Properties
SDKTemplate
ApplicationResources
en
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ApplicationResources/cs/ApplicationResources.sln b/Samples/ApplicationResources/cs/ApplicationResources.sln
index faa44a8f7b..307f30067b 100644
--- a/Samples/ApplicationResources/cs/ApplicationResources.sln
+++ b/Samples/ApplicationResources/cs/ApplicationResources.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationResources", "ApplicationResources.csproj", "{7895FEF0-6C92-59F9-A5B7-E878DED77EDE}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationResources", "ApplicationResources.csproj", "{98C00AA9-6A03-5CB4-B014-863DE010D097}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppResourceClassLibrary", "AppResourceClassLibrary\AppResourceClassLibrary.csproj", "{2E363BCD-EFFF-50E4-90B7-FC30ED52117F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppResourceClassLibrary", "AppResourceClassLibrary\AppResourceClassLibrary.csproj", "{EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,42 +19,42 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Debug|Any CPU.ActiveCfg = Debug|x86
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Debug|ARM.ActiveCfg = Debug|ARM
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Debug|ARM.Build.0 = Debug|ARM
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Debug|ARM.Deploy.0 = Debug|ARM
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Debug|x64.ActiveCfg = Debug|x64
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Debug|x64.Build.0 = Debug|x64
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Debug|x64.Deploy.0 = Debug|x64
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Debug|x86.ActiveCfg = Debug|x86
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Debug|x86.Build.0 = Debug|x86
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Debug|x86.Deploy.0 = Debug|x86
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Release|Any CPU.ActiveCfg = Release|x86
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Release|ARM.ActiveCfg = Release|ARM
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Release|ARM.Build.0 = Release|ARM
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Release|ARM.Deploy.0 = Release|ARM
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Release|x64.ActiveCfg = Release|x64
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Release|x64.Build.0 = Release|x64
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Release|x64.Deploy.0 = Release|x64
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Release|x86.ActiveCfg = Release|x86
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Release|x86.Build.0 = Release|x86
- {7895FEF0-6C92-59F9-A5B7-E878DED77EDE}.Release|x86.Deploy.0 = Release|x86
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Debug|ARM.ActiveCfg = Debug|ARM
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Debug|ARM.Build.0 = Debug|ARM
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Debug|x64.ActiveCfg = Debug|x64
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Debug|x64.Build.0 = Debug|x64
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Debug|x86.ActiveCfg = Debug|x86
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Debug|x86.Build.0 = Debug|x86
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Release|Any CPU.Build.0 = Release|Any CPU
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Release|ARM.ActiveCfg = Release|ARM
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Release|ARM.Build.0 = Release|ARM
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Release|x64.ActiveCfg = Release|x64
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Release|x64.Build.0 = Release|x64
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Release|x86.ActiveCfg = Release|x86
- {2E363BCD-EFFF-50E4-90B7-FC30ED52117F}.Release|x86.Build.0 = Release|x86
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Debug|ARM.ActiveCfg = Debug|ARM
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Debug|ARM.Build.0 = Debug|ARM
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Debug|ARM.Deploy.0 = Debug|ARM
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Debug|x64.ActiveCfg = Debug|x64
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Debug|x64.Build.0 = Debug|x64
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Debug|x64.Deploy.0 = Debug|x64
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Debug|x86.ActiveCfg = Debug|x86
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Debug|x86.Build.0 = Debug|x86
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Debug|x86.Deploy.0 = Debug|x86
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Release|Any CPU.ActiveCfg = Release|x86
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Release|ARM.ActiveCfg = Release|ARM
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Release|ARM.Build.0 = Release|ARM
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Release|ARM.Deploy.0 = Release|ARM
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Release|x64.ActiveCfg = Release|x64
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Release|x64.Build.0 = Release|x64
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Release|x64.Deploy.0 = Release|x64
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Release|x86.ActiveCfg = Release|x86
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Release|x86.Build.0 = Release|x86
+ {98C00AA9-6A03-5CB4-B014-863DE010D097}.Release|x86.Deploy.0 = Release|x86
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Debug|ARM.Build.0 = Debug|ARM
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Debug|x64.ActiveCfg = Debug|x64
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Debug|x64.Build.0 = Debug|x64
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Debug|x86.ActiveCfg = Debug|x86
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Debug|x86.Build.0 = Debug|x86
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Release|Any CPU.Build.0 = Release|Any CPU
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Release|ARM.ActiveCfg = Release|ARM
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Release|ARM.Build.0 = Release|ARM
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Release|x64.ActiveCfg = Release|x64
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Release|x64.Build.0 = Release|x64
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Release|x86.ActiveCfg = Release|x86
+ {EA2EACA7-3411-56A0-9D0E-ECD8771D53EC}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ApplicationResources/cs/Package.appxmanifest b/Samples/ApplicationResources/cs/Package.appxmanifest
index d5712a8ae8..7c8c436312 100644
--- a/Samples/ApplicationResources/cs/Package.appxmanifest
+++ b/Samples/ApplicationResources/cs/Package.appxmanifest
@@ -8,7 +8,7 @@
images\packagelogo.png
-
+
diff --git a/Samples/ApplicationResources/js/ApplicationResources.jsproj b/Samples/ApplicationResources/js/ApplicationResources.jsproj
index dcd6d59c4e..a7bfd6c823 100644
--- a/Samples/ApplicationResources/js/ApplicationResources.jsproj
+++ b/Samples/ApplicationResources/js/ApplicationResources.jsproj
@@ -35,7 +35,7 @@
- 02017e6c-d403-54ac-9237-b117259b2dca
+ 5c924368-e23e-5f2d-946f-5fbc0e5fbdc8
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/ApplicationResources/js/ApplicationResources.sln b/Samples/ApplicationResources/js/ApplicationResources.sln
index 1acea3ad0d..ebaa629e4f 100644
--- a/Samples/ApplicationResources/js/ApplicationResources.sln
+++ b/Samples/ApplicationResources/js/ApplicationResources.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ApplicationResources", "ApplicationResources.jsproj", "{02017E6C-D403-54AC-9237-B117259B2DCA}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ApplicationResources", "ApplicationResources.jsproj", "{5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|ARM.ActiveCfg = Debug|ARM
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|ARM.Build.0 = Debug|ARM
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|ARM.Deploy.0 = Debug|ARM
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|x64.ActiveCfg = Debug|x64
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|x64.Build.0 = Debug|x64
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|x64.Deploy.0 = Debug|x64
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|x86.ActiveCfg = Debug|x86
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|x86.Build.0 = Debug|x86
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Debug|x86.Deploy.0 = Debug|x86
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|Any CPU.Build.0 = Release|Any CPU
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|ARM.ActiveCfg = Release|ARM
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|ARM.Build.0 = Release|ARM
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|ARM.Deploy.0 = Release|ARM
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|x64.ActiveCfg = Release|x64
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|x64.Build.0 = Release|x64
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|x64.Deploy.0 = Release|x64
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|x86.ActiveCfg = Release|x86
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|x86.Build.0 = Release|x86
- {02017E6C-D403-54AC-9237-B117259B2DCA}.Release|x86.Deploy.0 = Release|x86
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|ARM.Build.0 = Debug|ARM
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|ARM.Deploy.0 = Debug|ARM
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|x64.ActiveCfg = Debug|x64
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|x64.Build.0 = Debug|x64
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|x64.Deploy.0 = Debug|x64
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|x86.ActiveCfg = Debug|x86
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|x86.Build.0 = Debug|x86
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Debug|x86.Deploy.0 = Debug|x86
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|Any CPU.Build.0 = Release|Any CPU
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|ARM.ActiveCfg = Release|ARM
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|ARM.Build.0 = Release|ARM
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|ARM.Deploy.0 = Release|ARM
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|x64.ActiveCfg = Release|x64
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|x64.Build.0 = Release|x64
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|x64.Deploy.0 = Release|x64
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|x86.ActiveCfg = Release|x86
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|x86.Build.0 = Release|x86
+ {5C924368-E23E-5F2D-946F-5FBC0E5FBDC8}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ApplicationResources/js/package.appxmanifest b/Samples/ApplicationResources/js/package.appxmanifest
index c32695bbb4..720d1998f9 100644
--- a/Samples/ApplicationResources/js/package.appxmanifest
+++ b/Samples/ApplicationResources/js/package.appxmanifest
@@ -8,7 +8,7 @@
images\storelogo-sdk.png
-
+
diff --git a/Samples/ApplicationResources/vb/AppResourceClassLibrary/AppResourceClassLibrary.vbproj b/Samples/ApplicationResources/vb/AppResourceClassLibrary/AppResourceClassLibrary.vbproj
index edc4e60262..cc4d079ee7 100644
--- a/Samples/ApplicationResources/vb/AppResourceClassLibrary/AppResourceClassLibrary.vbproj
+++ b/Samples/ApplicationResources/vb/AppResourceClassLibrary/AppResourceClassLibrary.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}
Library
AppResourceClassLibrary
AppResourceClassLibrary
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ApplicationResources/vb/ApplicationResources.sln b/Samples/ApplicationResources/vb/ApplicationResources.sln
index 316ec1a1c4..4326a14ee7 100644
--- a/Samples/ApplicationResources/vb/ApplicationResources.sln
+++ b/Samples/ApplicationResources/vb/ApplicationResources.sln
@@ -2,9 +2,9 @@
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ApplicationResources", "ApplicationResources.vbproj", "{6EA361AC-FCA9-5046-87EE-B8FA34AE4553}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ApplicationResources", "ApplicationResources.vbproj", "{3CB5A642-BE27-571D-8601-17DD942CC595}"
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppResourceClassLibrary", "AppResourceClassLibrary\AppResourceClassLibrary.vbproj", "{750DF670-F9E8-566E-BACF-5C57B28DBD78}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppResourceClassLibrary", "AppResourceClassLibrary\AppResourceClassLibrary.vbproj", "{3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -18,40 +18,40 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Debug|Any CPU.ActiveCfg = Debug|x86
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Debug|ARM.ActiveCfg = Debug|ARM
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Debug|ARM.Build.0 = Debug|ARM
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Debug|ARM.Deploy.0 = Debug|ARM
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Debug|x64.ActiveCfg = Debug|x64
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Debug|x64.Build.0 = Debug|x64
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Debug|x64.Deploy.0 = Debug|x64
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Debug|x86.ActiveCfg = Debug|x86
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Debug|x86.Build.0 = Debug|x86
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Debug|x86.Deploy.0 = Debug|x86
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Release|Any CPU.ActiveCfg = Release|x86
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Release|ARM.ActiveCfg = Release|ARM
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Release|ARM.Build.0 = Release|ARM
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Release|ARM.Deploy.0 = Release|ARM
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Release|x64.ActiveCfg = Release|x64
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Release|x64.Build.0 = Release|x64
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Release|x64.Deploy.0 = Release|x64
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Release|x86.ActiveCfg = Release|x86
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Release|x86.Build.0 = Release|x86
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}.Release|x86.Deploy.0 = Release|x86
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Debug|Any CPU.ActiveCfg = Debug|x86
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Debug|ARM.ActiveCfg = Debug|ARM
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Debug|ARM.Build.0 = Debug|ARM
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Debug|x64.ActiveCfg = Debug|x64
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Debug|x64.Build.0 = Debug|x64
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Debug|x86.ActiveCfg = Debug|x86
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Debug|x86.Build.0 = Debug|x86
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Release|Any CPU.ActiveCfg = Release|x86
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Release|ARM.ActiveCfg = Release|ARM
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Release|ARM.Build.0 = Release|ARM
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Release|x64.ActiveCfg = Release|x64
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Release|x64.Build.0 = Release|x64
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Release|x86.ActiveCfg = Release|x86
- {750DF670-F9E8-566E-BACF-5C57B28DBD78}.Release|x86.Build.0 = Release|x86
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Debug|ARM.ActiveCfg = Debug|ARM
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Debug|ARM.Build.0 = Debug|ARM
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Debug|ARM.Deploy.0 = Debug|ARM
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Debug|x64.ActiveCfg = Debug|x64
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Debug|x64.Build.0 = Debug|x64
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Debug|x64.Deploy.0 = Debug|x64
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Debug|x86.ActiveCfg = Debug|x86
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Debug|x86.Build.0 = Debug|x86
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Debug|x86.Deploy.0 = Debug|x86
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Release|Any CPU.ActiveCfg = Release|x86
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Release|ARM.ActiveCfg = Release|ARM
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Release|ARM.Build.0 = Release|ARM
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Release|ARM.Deploy.0 = Release|ARM
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Release|x64.ActiveCfg = Release|x64
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Release|x64.Build.0 = Release|x64
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Release|x64.Deploy.0 = Release|x64
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Release|x86.ActiveCfg = Release|x86
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Release|x86.Build.0 = Release|x86
+ {3CB5A642-BE27-571D-8601-17DD942CC595}.Release|x86.Deploy.0 = Release|x86
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Debug|ARM.ActiveCfg = Debug|ARM
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Debug|ARM.Build.0 = Debug|ARM
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Debug|x64.ActiveCfg = Debug|x64
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Debug|x64.Build.0 = Debug|x64
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Debug|x86.ActiveCfg = Debug|x86
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Debug|x86.Build.0 = Debug|x86
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Release|Any CPU.ActiveCfg = Release|x86
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Release|ARM.ActiveCfg = Release|ARM
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Release|ARM.Build.0 = Release|ARM
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Release|x64.ActiveCfg = Release|x64
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Release|x64.Build.0 = Release|x64
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Release|x86.ActiveCfg = Release|x86
+ {3E690F7F-CA01-5A55-AB8A-7F2C2E93B132}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ApplicationResources/vb/ApplicationResources.vbproj b/Samples/ApplicationResources/vb/ApplicationResources.vbproj
index d601a16ae8..578d20ca86 100644
--- a/Samples/ApplicationResources/vb/ApplicationResources.vbproj
+++ b/Samples/ApplicationResources/vb/ApplicationResources.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {6EA361AC-FCA9-5046-87EE-B8FA34AE4553}
+ {3CB5A642-BE27-571D-8601-17DD942CC595}
AppContainerExe
SDKTemplate
ApplicationResources
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ApplicationResources/vb/Package.appxmanifest b/Samples/ApplicationResources/vb/Package.appxmanifest
index c18c66fc7c..ec93affe0e 100644
--- a/Samples/ApplicationResources/vb/Package.appxmanifest
+++ b/Samples/ApplicationResources/vb/Package.appxmanifest
@@ -8,7 +8,7 @@
images\packagelogo.png
-
+
diff --git a/Samples/Appointments/appointments.yaml b/Samples/Appointments/appointments.yml
similarity index 100%
rename from Samples/Appointments/appointments.yaml
rename to Samples/Appointments/appointments.yml
diff --git a/Samples/Appointments/cs/Appointments.csproj b/Samples/Appointments/cs/Appointments.csproj
index 23366e730f..05ff7019d2 100644
--- a/Samples/Appointments/cs/Appointments.csproj
+++ b/Samples/Appointments/cs/Appointments.csproj
@@ -3,15 +3,15 @@
Debug
- {3688881A-899B-5471-A242-83621716D2E5}
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}
AppContainerExe
Properties
SDKTemplate
Appointments
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Appointments/cs/Appointments.sln b/Samples/Appointments/cs/Appointments.sln
index 9aba558605..9dd9db50c6 100644
--- a/Samples/Appointments/cs/Appointments.sln
+++ b/Samples/Appointments/cs/Appointments.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Appointments", "Appointments.csproj", "{3688881A-899B-5471-A242-83621716D2E5}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Appointments", "Appointments.csproj", "{3E90D8B8-76F6-510E-A6F1-698BCAB158DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3688881A-899B-5471-A242-83621716D2E5}.Debug|ARM.ActiveCfg = Debug|ARM
- {3688881A-899B-5471-A242-83621716D2E5}.Debug|ARM.Build.0 = Debug|ARM
- {3688881A-899B-5471-A242-83621716D2E5}.Debug|ARM.Deploy.0 = Debug|ARM
- {3688881A-899B-5471-A242-83621716D2E5}.Debug|x64.ActiveCfg = Debug|x64
- {3688881A-899B-5471-A242-83621716D2E5}.Debug|x64.Build.0 = Debug|x64
- {3688881A-899B-5471-A242-83621716D2E5}.Debug|x64.Deploy.0 = Debug|x64
- {3688881A-899B-5471-A242-83621716D2E5}.Debug|x86.ActiveCfg = Debug|x86
- {3688881A-899B-5471-A242-83621716D2E5}.Debug|x86.Build.0 = Debug|x86
- {3688881A-899B-5471-A242-83621716D2E5}.Debug|x86.Deploy.0 = Debug|x86
- {3688881A-899B-5471-A242-83621716D2E5}.Release|ARM.ActiveCfg = Release|ARM
- {3688881A-899B-5471-A242-83621716D2E5}.Release|ARM.Build.0 = Release|ARM
- {3688881A-899B-5471-A242-83621716D2E5}.Release|ARM.Deploy.0 = Release|ARM
- {3688881A-899B-5471-A242-83621716D2E5}.Release|x64.ActiveCfg = Release|x64
- {3688881A-899B-5471-A242-83621716D2E5}.Release|x64.Build.0 = Release|x64
- {3688881A-899B-5471-A242-83621716D2E5}.Release|x64.Deploy.0 = Release|x64
- {3688881A-899B-5471-A242-83621716D2E5}.Release|x86.ActiveCfg = Release|x86
- {3688881A-899B-5471-A242-83621716D2E5}.Release|x86.Build.0 = Release|x86
- {3688881A-899B-5471-A242-83621716D2E5}.Release|x86.Deploy.0 = Release|x86
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Debug|ARM.ActiveCfg = Debug|ARM
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Debug|ARM.Build.0 = Debug|ARM
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Debug|ARM.Deploy.0 = Debug|ARM
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Debug|x64.ActiveCfg = Debug|x64
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Debug|x64.Build.0 = Debug|x64
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Debug|x64.Deploy.0 = Debug|x64
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Debug|x86.ActiveCfg = Debug|x86
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Debug|x86.Build.0 = Debug|x86
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Debug|x86.Deploy.0 = Debug|x86
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Release|ARM.ActiveCfg = Release|ARM
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Release|ARM.Build.0 = Release|ARM
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Release|ARM.Deploy.0 = Release|ARM
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Release|x64.ActiveCfg = Release|x64
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Release|x64.Build.0 = Release|x64
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Release|x64.Deploy.0 = Release|x64
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Release|x86.ActiveCfg = Release|x86
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Release|x86.Build.0 = Release|x86
+ {3E90D8B8-76F6-510E-A6F1-698BCAB158DF}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Appointments/cs/Package.appxmanifest b/Samples/Appointments/cs/Package.appxmanifest
index 1f4fe14cbc..2b949dd354 100644
--- a/Samples/Appointments/cs/Package.appxmanifest
+++ b/Samples/Appointments/cs/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/Appointments/vb/Appointments.sln b/Samples/Appointments/vb/Appointments.sln
index 710d9dcaf8..bed63b13f5 100644
--- a/Samples/Appointments/vb/Appointments.sln
+++ b/Samples/Appointments/vb/Appointments.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Appointments", "Appointments.vbproj", "{78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Appointments", "Appointments.vbproj", "{3AA52861-5503-5B74-971D-4A403D3C0CB2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Debug|ARM.ActiveCfg = Debug|ARM
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Debug|ARM.Build.0 = Debug|ARM
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Debug|ARM.Deploy.0 = Debug|ARM
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Debug|x64.ActiveCfg = Debug|x64
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Debug|x64.Build.0 = Debug|x64
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Debug|x64.Deploy.0 = Debug|x64
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Debug|x86.ActiveCfg = Debug|x86
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Debug|x86.Build.0 = Debug|x86
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Debug|x86.Deploy.0 = Debug|x86
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Release|ARM.ActiveCfg = Release|ARM
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Release|ARM.Build.0 = Release|ARM
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Release|ARM.Deploy.0 = Release|ARM
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Release|x64.ActiveCfg = Release|x64
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Release|x64.Build.0 = Release|x64
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Release|x64.Deploy.0 = Release|x64
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Release|x86.ActiveCfg = Release|x86
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Release|x86.Build.0 = Release|x86
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}.Release|x86.Deploy.0 = Release|x86
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Debug|ARM.ActiveCfg = Debug|ARM
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Debug|ARM.Build.0 = Debug|ARM
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Debug|ARM.Deploy.0 = Debug|ARM
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Debug|x64.ActiveCfg = Debug|x64
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Debug|x64.Build.0 = Debug|x64
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Debug|x64.Deploy.0 = Debug|x64
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Debug|x86.ActiveCfg = Debug|x86
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Debug|x86.Build.0 = Debug|x86
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Debug|x86.Deploy.0 = Debug|x86
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Release|ARM.ActiveCfg = Release|ARM
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Release|ARM.Build.0 = Release|ARM
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Release|ARM.Deploy.0 = Release|ARM
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Release|x64.ActiveCfg = Release|x64
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Release|x64.Build.0 = Release|x64
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Release|x64.Deploy.0 = Release|x64
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Release|x86.ActiveCfg = Release|x86
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Release|x86.Build.0 = Release|x86
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Appointments/vb/Appointments.vbproj b/Samples/Appointments/vb/Appointments.vbproj
index dbf4ec1a23..83b9bf450a 100644
--- a/Samples/Appointments/vb/Appointments.vbproj
+++ b/Samples/Appointments/vb/Appointments.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {78BA91DC-D499-5AEC-B2D0-6FC109C7ED8A}
+ {3AA52861-5503-5B74-971D-4A403D3C0CB2}
AppContainerExe
SDKTemplate
Appointments
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Appointments/vb/Package.appxmanifest b/Samples/Appointments/vb/Package.appxmanifest
index e3a55c116c..a5ca3530db 100644
--- a/Samples/Appointments/vb/Package.appxmanifest
+++ b/Samples/Appointments/vb/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/AssociationLaunching/association-launching.yaml b/Samples/AssociationLaunching/association-launching.yml
similarity index 100%
rename from Samples/AssociationLaunching/association-launching.yaml
rename to Samples/AssociationLaunching/association-launching.yml
diff --git a/Samples/AssociationLaunching/cs/AssociationLaunching.csproj b/Samples/AssociationLaunching/cs/AssociationLaunching.csproj
index 617e41b8a5..bc91f6c7ce 100644
--- a/Samples/AssociationLaunching/cs/AssociationLaunching.csproj
+++ b/Samples/AssociationLaunching/cs/AssociationLaunching.csproj
@@ -3,15 +3,15 @@
Debug
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}
+ {A1171D11-2228-5572-BC77-C9303146CA2B}
AppContainerExe
Properties
SDKTemplate
AssociationLaunching
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AssociationLaunching/cs/AssociationLaunching.sln b/Samples/AssociationLaunching/cs/AssociationLaunching.sln
index 258d899e00..4aca115e99 100644
--- a/Samples/AssociationLaunching/cs/AssociationLaunching.sln
+++ b/Samples/AssociationLaunching/cs/AssociationLaunching.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssociationLaunching", "AssociationLaunching.csproj", "{6FD4AE92-D51C-5650-8E0A-AFB867876387}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssociationLaunching", "AssociationLaunching.csproj", "{A1171D11-2228-5572-BC77-C9303146CA2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Debug|ARM.ActiveCfg = Debug|ARM
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Debug|ARM.Build.0 = Debug|ARM
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Debug|ARM.Deploy.0 = Debug|ARM
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Debug|x64.ActiveCfg = Debug|x64
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Debug|x64.Build.0 = Debug|x64
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Debug|x64.Deploy.0 = Debug|x64
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Debug|x86.ActiveCfg = Debug|x86
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Debug|x86.Build.0 = Debug|x86
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Debug|x86.Deploy.0 = Debug|x86
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Release|ARM.ActiveCfg = Release|ARM
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Release|ARM.Build.0 = Release|ARM
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Release|ARM.Deploy.0 = Release|ARM
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Release|x64.ActiveCfg = Release|x64
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Release|x64.Build.0 = Release|x64
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Release|x64.Deploy.0 = Release|x64
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Release|x86.ActiveCfg = Release|x86
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Release|x86.Build.0 = Release|x86
- {6FD4AE92-D51C-5650-8E0A-AFB867876387}.Release|x86.Deploy.0 = Release|x86
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Debug|ARM.Build.0 = Debug|ARM
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Debug|x64.ActiveCfg = Debug|x64
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Debug|x64.Build.0 = Debug|x64
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Debug|x64.Deploy.0 = Debug|x64
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Debug|x86.ActiveCfg = Debug|x86
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Debug|x86.Build.0 = Debug|x86
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Debug|x86.Deploy.0 = Debug|x86
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Release|ARM.ActiveCfg = Release|ARM
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Release|ARM.Build.0 = Release|ARM
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Release|ARM.Deploy.0 = Release|ARM
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Release|x64.ActiveCfg = Release|x64
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Release|x64.Build.0 = Release|x64
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Release|x64.Deploy.0 = Release|x64
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Release|x86.ActiveCfg = Release|x86
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Release|x86.Build.0 = Release|x86
+ {A1171D11-2228-5572-BC77-C9303146CA2B}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AssociationLaunching/cs/Package.appxmanifest b/Samples/AssociationLaunching/cs/Package.appxmanifest
index 0c04baa6b5..a089f30559 100644
--- a/Samples/AssociationLaunching/cs/Package.appxmanifest
+++ b/Samples/AssociationLaunching/cs/Package.appxmanifest
@@ -15,7 +15,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/AssociationLaunching/vb/AssociationLaunching.sln b/Samples/AssociationLaunching/vb/AssociationLaunching.sln
index 0585552685..a9310684ab 100644
--- a/Samples/AssociationLaunching/vb/AssociationLaunching.sln
+++ b/Samples/AssociationLaunching/vb/AssociationLaunching.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AssociationLaunching", "AssociationLaunching.vbproj", "{74FB18E2-4CE3-54A0-8069-35A2590C8E78}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AssociationLaunching", "AssociationLaunching.vbproj", "{DD3973B5-93C1-5FD4-BACA-510B264F4C15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Debug|ARM.ActiveCfg = Debug|ARM
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Debug|ARM.Build.0 = Debug|ARM
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Debug|ARM.Deploy.0 = Debug|ARM
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Debug|x64.ActiveCfg = Debug|x64
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Debug|x64.Build.0 = Debug|x64
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Debug|x64.Deploy.0 = Debug|x64
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Debug|x86.ActiveCfg = Debug|x86
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Debug|x86.Build.0 = Debug|x86
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Debug|x86.Deploy.0 = Debug|x86
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Release|ARM.ActiveCfg = Release|ARM
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Release|ARM.Build.0 = Release|ARM
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Release|ARM.Deploy.0 = Release|ARM
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Release|x64.ActiveCfg = Release|x64
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Release|x64.Build.0 = Release|x64
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Release|x64.Deploy.0 = Release|x64
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Release|x86.ActiveCfg = Release|x86
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Release|x86.Build.0 = Release|x86
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}.Release|x86.Deploy.0 = Release|x86
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Debug|ARM.ActiveCfg = Debug|ARM
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Debug|ARM.Build.0 = Debug|ARM
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Debug|ARM.Deploy.0 = Debug|ARM
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Debug|x64.ActiveCfg = Debug|x64
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Debug|x64.Build.0 = Debug|x64
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Debug|x64.Deploy.0 = Debug|x64
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Debug|x86.ActiveCfg = Debug|x86
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Debug|x86.Build.0 = Debug|x86
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Debug|x86.Deploy.0 = Debug|x86
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Release|ARM.ActiveCfg = Release|ARM
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Release|ARM.Build.0 = Release|ARM
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Release|ARM.Deploy.0 = Release|ARM
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Release|x64.ActiveCfg = Release|x64
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Release|x64.Build.0 = Release|x64
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Release|x64.Deploy.0 = Release|x64
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Release|x86.ActiveCfg = Release|x86
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Release|x86.Build.0 = Release|x86
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AssociationLaunching/vb/AssociationLaunching.vbproj b/Samples/AssociationLaunching/vb/AssociationLaunching.vbproj
index c9eaed215b..30c2997732 100644
--- a/Samples/AssociationLaunching/vb/AssociationLaunching.vbproj
+++ b/Samples/AssociationLaunching/vb/AssociationLaunching.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {74FB18E2-4CE3-54A0-8069-35A2590C8E78}
+ {DD3973B5-93C1-5FD4-BACA-510B264F4C15}
AppContainerExe
SDKTemplate
AssociationLaunching
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AssociationLaunching/vb/Package.appxmanifest b/Samples/AssociationLaunching/vb/Package.appxmanifest
index 2aecfe0867..06a07c901a 100644
--- a/Samples/AssociationLaunching/vb/Package.appxmanifest
+++ b/Samples/AssociationLaunching/vb/Package.appxmanifest
@@ -15,7 +15,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/AudioCategory/audio-category.yaml b/Samples/AudioCategory/audio-category.yml
similarity index 100%
rename from Samples/AudioCategory/audio-category.yaml
rename to Samples/AudioCategory/audio-category.yml
diff --git a/Samples/AudioCategory/cs/AudioCategory/AudioCategory.csproj b/Samples/AudioCategory/cs/AudioCategory/AudioCategory.csproj
index ca76fd21f6..138e8605b6 100644
--- a/Samples/AudioCategory/cs/AudioCategory/AudioCategory.csproj
+++ b/Samples/AudioCategory/cs/AudioCategory/AudioCategory.csproj
@@ -3,15 +3,15 @@
Debug
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}
AppContainerExe
Properties
SDKSample
AudioCategory
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AudioCategory/cs/AudioCategory/AudioCategory.sln b/Samples/AudioCategory/cs/AudioCategory/AudioCategory.sln
index 992f1bbb8e..37aca3f8e4 100644
--- a/Samples/AudioCategory/cs/AudioCategory/AudioCategory.sln
+++ b/Samples/AudioCategory/cs/AudioCategory/AudioCategory.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioCategory", "AudioCategory.csproj", "{B76870B9-5767-5FAE-A597-75BB5DAC8111}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioCategory", "AudioCategory.csproj", "{92058AB4-48E4-51D2-AEA0-D426A01BB06E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Debug|ARM.ActiveCfg = Debug|ARM
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Debug|ARM.Build.0 = Debug|ARM
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Debug|ARM.Deploy.0 = Debug|ARM
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Debug|x64.ActiveCfg = Debug|x64
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Debug|x64.Build.0 = Debug|x64
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Debug|x64.Deploy.0 = Debug|x64
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Debug|x86.ActiveCfg = Debug|x86
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Debug|x86.Build.0 = Debug|x86
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Debug|x86.Deploy.0 = Debug|x86
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Release|ARM.ActiveCfg = Release|ARM
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Release|ARM.Build.0 = Release|ARM
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Release|ARM.Deploy.0 = Release|ARM
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Release|x64.ActiveCfg = Release|x64
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Release|x64.Build.0 = Release|x64
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Release|x64.Deploy.0 = Release|x64
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Release|x86.ActiveCfg = Release|x86
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Release|x86.Build.0 = Release|x86
- {B76870B9-5767-5FAE-A597-75BB5DAC8111}.Release|x86.Deploy.0 = Release|x86
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Debug|ARM.Build.0 = Debug|ARM
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Debug|ARM.Deploy.0 = Debug|ARM
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Debug|x64.ActiveCfg = Debug|x64
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Debug|x64.Build.0 = Debug|x64
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Debug|x64.Deploy.0 = Debug|x64
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Debug|x86.ActiveCfg = Debug|x86
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Debug|x86.Build.0 = Debug|x86
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Debug|x86.Deploy.0 = Debug|x86
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Release|ARM.ActiveCfg = Release|ARM
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Release|ARM.Build.0 = Release|ARM
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Release|ARM.Deploy.0 = Release|ARM
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Release|x64.ActiveCfg = Release|x64
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Release|x64.Build.0 = Release|x64
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Release|x64.Deploy.0 = Release|x64
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Release|x86.ActiveCfg = Release|x86
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Release|x86.Build.0 = Release|x86
+ {92058AB4-48E4-51D2-AEA0-D426A01BB06E}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AudioCategory/cs/AudioCategory/Package.appxmanifest b/Samples/AudioCategory/cs/AudioCategory/Package.appxmanifest
index 7ac4ebbe32..11e8e49ab0 100644
--- a/Samples/AudioCategory/cs/AudioCategory/Package.appxmanifest
+++ b/Samples/AudioCategory/cs/AudioCategory/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AudioCategory/cs/AudioCategoryCompanion/AudioCategoryCompanion.csproj b/Samples/AudioCategory/cs/AudioCategoryCompanion/AudioCategoryCompanion.csproj
index 255e0bd965..f3e6ca2e13 100644
--- a/Samples/AudioCategory/cs/AudioCategoryCompanion/AudioCategoryCompanion.csproj
+++ b/Samples/AudioCategory/cs/AudioCategoryCompanion/AudioCategoryCompanion.csproj
@@ -3,15 +3,15 @@
Debug
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}
+ {290E3630-E847-5BFF-8D0C-A51F12747055}
AppContainerExe
Properties
AudioCategoryCompanion
AudioCategoryCompanion
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AudioCategory/cs/AudioCategoryCompanion/AudioCategoryCompanion.sln b/Samples/AudioCategory/cs/AudioCategoryCompanion/AudioCategoryCompanion.sln
index 59340ebe7a..46a4c72ad9 100644
--- a/Samples/AudioCategory/cs/AudioCategoryCompanion/AudioCategoryCompanion.sln
+++ b/Samples/AudioCategory/cs/AudioCategoryCompanion/AudioCategoryCompanion.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioCategoryCompanion", "AudioCategoryCompanion.csproj", "{092BC2AD-C0BE-5043-A67E-E35C50B55B59}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioCategoryCompanion", "AudioCategoryCompanion.csproj", "{290E3630-E847-5BFF-8D0C-A51F12747055}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Debug|ARM.ActiveCfg = Debug|ARM
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Debug|ARM.Build.0 = Debug|ARM
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Debug|ARM.Deploy.0 = Debug|ARM
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Debug|x64.ActiveCfg = Debug|x64
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Debug|x64.Build.0 = Debug|x64
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Debug|x64.Deploy.0 = Debug|x64
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Debug|x86.ActiveCfg = Debug|x86
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Debug|x86.Build.0 = Debug|x86
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Debug|x86.Deploy.0 = Debug|x86
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Release|ARM.ActiveCfg = Release|ARM
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Release|ARM.Build.0 = Release|ARM
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Release|ARM.Deploy.0 = Release|ARM
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Release|x64.ActiveCfg = Release|x64
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Release|x64.Build.0 = Release|x64
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Release|x64.Deploy.0 = Release|x64
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Release|x86.ActiveCfg = Release|x86
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Release|x86.Build.0 = Release|x86
- {092BC2AD-C0BE-5043-A67E-E35C50B55B59}.Release|x86.Deploy.0 = Release|x86
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Debug|ARM.ActiveCfg = Debug|ARM
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Debug|ARM.Build.0 = Debug|ARM
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Debug|ARM.Deploy.0 = Debug|ARM
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Debug|x64.ActiveCfg = Debug|x64
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Debug|x64.Build.0 = Debug|x64
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Debug|x64.Deploy.0 = Debug|x64
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Debug|x86.ActiveCfg = Debug|x86
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Debug|x86.Build.0 = Debug|x86
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Debug|x86.Deploy.0 = Debug|x86
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Release|ARM.ActiveCfg = Release|ARM
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Release|ARM.Build.0 = Release|ARM
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Release|ARM.Deploy.0 = Release|ARM
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Release|x64.ActiveCfg = Release|x64
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Release|x64.Build.0 = Release|x64
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Release|x64.Deploy.0 = Release|x64
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Release|x86.ActiveCfg = Release|x86
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Release|x86.Build.0 = Release|x86
+ {290E3630-E847-5BFF-8D0C-A51F12747055}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AudioCategory/cs/AudioCategoryCompanion/Package.appxmanifest b/Samples/AudioCategory/cs/AudioCategoryCompanion/Package.appxmanifest
index a8eebae76b..847e93c6db 100644
--- a/Samples/AudioCategory/cs/AudioCategoryCompanion/Package.appxmanifest
+++ b/Samples/AudioCategory/cs/AudioCategoryCompanion/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AudioCategory/js/AudioCategory/AudioCategory.jsproj b/Samples/AudioCategory/js/AudioCategory/AudioCategory.jsproj
index b51ee361f5..efc563ee85 100644
--- a/Samples/AudioCategory/js/AudioCategory/AudioCategory.jsproj
+++ b/Samples/AudioCategory/js/AudioCategory/AudioCategory.jsproj
@@ -35,7 +35,7 @@
- ea7186c4-f263-5765-a00b-91b8e32c0948
+ 5b6203d9-fb3d-5d11-9a9a-d19d934a1c02
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/AudioCategory/js/AudioCategory/AudioCategory.sln b/Samples/AudioCategory/js/AudioCategory/AudioCategory.sln
index 5bd099e2fa..e44c885e91 100644
--- a/Samples/AudioCategory/js/AudioCategory/AudioCategory.sln
+++ b/Samples/AudioCategory/js/AudioCategory/AudioCategory.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AudioCategory", "AudioCategory.jsproj", "{EA7186C4-F263-5765-A00B-91B8E32C0948}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AudioCategory", "AudioCategory.jsproj", "{5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|ARM.ActiveCfg = Debug|ARM
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|ARM.Build.0 = Debug|ARM
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|ARM.Deploy.0 = Debug|ARM
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|x64.ActiveCfg = Debug|x64
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|x64.Build.0 = Debug|x64
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|x64.Deploy.0 = Debug|x64
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|x86.ActiveCfg = Debug|x86
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|x86.Build.0 = Debug|x86
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Debug|x86.Deploy.0 = Debug|x86
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|Any CPU.Build.0 = Release|Any CPU
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|ARM.ActiveCfg = Release|ARM
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|ARM.Build.0 = Release|ARM
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|ARM.Deploy.0 = Release|ARM
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|x64.ActiveCfg = Release|x64
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|x64.Build.0 = Release|x64
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|x64.Deploy.0 = Release|x64
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|x86.ActiveCfg = Release|x86
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|x86.Build.0 = Release|x86
- {EA7186C4-F263-5765-A00B-91B8E32C0948}.Release|x86.Deploy.0 = Release|x86
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|ARM.ActiveCfg = Debug|ARM
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|ARM.Build.0 = Debug|ARM
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|ARM.Deploy.0 = Debug|ARM
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|x64.ActiveCfg = Debug|x64
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|x64.Build.0 = Debug|x64
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|x64.Deploy.0 = Debug|x64
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|x86.ActiveCfg = Debug|x86
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|x86.Build.0 = Debug|x86
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Debug|x86.Deploy.0 = Debug|x86
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|Any CPU.Build.0 = Release|Any CPU
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|ARM.ActiveCfg = Release|ARM
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|ARM.Build.0 = Release|ARM
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|ARM.Deploy.0 = Release|ARM
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|x64.ActiveCfg = Release|x64
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|x64.Build.0 = Release|x64
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|x64.Deploy.0 = Release|x64
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|x86.ActiveCfg = Release|x86
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|x86.Build.0 = Release|x86
+ {5B6203D9-FB3D-5D11-9A9A-D19D934A1C02}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AudioCategory/js/AudioCategory/package.appxmanifest b/Samples/AudioCategory/js/AudioCategory/package.appxmanifest
index 66a31b6120..343177df2c 100644
--- a/Samples/AudioCategory/js/AudioCategory/package.appxmanifest
+++ b/Samples/AudioCategory/js/AudioCategory/package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/AudioCategory/js/AudioCategoryCompanion/AudioCategoryCompanion.jsproj b/Samples/AudioCategory/js/AudioCategoryCompanion/AudioCategoryCompanion.jsproj
index beddff4f16..1fdf67e4f2 100644
--- a/Samples/AudioCategory/js/AudioCategoryCompanion/AudioCategoryCompanion.jsproj
+++ b/Samples/AudioCategory/js/AudioCategoryCompanion/AudioCategoryCompanion.jsproj
@@ -35,7 +35,7 @@
- a3605ac9-0bca-5220-a90b-7d732ed9ac6b
+ 3792a24b-2b7d-507b-b763-a5f4c260ec35
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/AudioCategory/js/AudioCategoryCompanion/AudioCategoryCompanion.sln b/Samples/AudioCategory/js/AudioCategoryCompanion/AudioCategoryCompanion.sln
index 66a602f114..391938a010 100644
--- a/Samples/AudioCategory/js/AudioCategoryCompanion/AudioCategoryCompanion.sln
+++ b/Samples/AudioCategory/js/AudioCategoryCompanion/AudioCategoryCompanion.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AudioCategoryCompanion", "AudioCategoryCompanion.jsproj", "{A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AudioCategoryCompanion", "AudioCategoryCompanion.jsproj", "{3792A24B-2B7D-507B-B763-A5F4C260EC35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|ARM.ActiveCfg = Debug|ARM
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|ARM.Build.0 = Debug|ARM
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|ARM.Deploy.0 = Debug|ARM
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|x64.ActiveCfg = Debug|x64
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|x64.Build.0 = Debug|x64
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|x64.Deploy.0 = Debug|x64
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|x86.ActiveCfg = Debug|x86
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|x86.Build.0 = Debug|x86
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Debug|x86.Deploy.0 = Debug|x86
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|Any CPU.Build.0 = Release|Any CPU
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|ARM.ActiveCfg = Release|ARM
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|ARM.Build.0 = Release|ARM
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|ARM.Deploy.0 = Release|ARM
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|x64.ActiveCfg = Release|x64
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|x64.Build.0 = Release|x64
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|x64.Deploy.0 = Release|x64
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|x86.ActiveCfg = Release|x86
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|x86.Build.0 = Release|x86
- {A3605AC9-0BCA-5220-A90B-7D732ED9AC6B}.Release|x86.Deploy.0 = Release|x86
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|ARM.ActiveCfg = Debug|ARM
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|ARM.Build.0 = Debug|ARM
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|ARM.Deploy.0 = Debug|ARM
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|x64.ActiveCfg = Debug|x64
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|x64.Build.0 = Debug|x64
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|x64.Deploy.0 = Debug|x64
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|x86.ActiveCfg = Debug|x86
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|x86.Build.0 = Debug|x86
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Debug|x86.Deploy.0 = Debug|x86
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|Any CPU.Build.0 = Release|Any CPU
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|ARM.ActiveCfg = Release|ARM
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|ARM.Build.0 = Release|ARM
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|ARM.Deploy.0 = Release|ARM
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|x64.ActiveCfg = Release|x64
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|x64.Build.0 = Release|x64
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|x64.Deploy.0 = Release|x64
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|x86.ActiveCfg = Release|x86
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|x86.Build.0 = Release|x86
+ {3792A24B-2B7D-507B-B763-A5F4C260EC35}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AudioCategory/js/AudioCategoryCompanion/package.appxmanifest b/Samples/AudioCategory/js/AudioCategoryCompanion/package.appxmanifest
index 81283387bc..af3ea6fdd1 100644
--- a/Samples/AudioCategory/js/AudioCategoryCompanion/package.appxmanifest
+++ b/Samples/AudioCategory/js/AudioCategoryCompanion/package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/AudioCategory/vb/AudioCategory/AudioCategory.sln b/Samples/AudioCategory/vb/AudioCategory/AudioCategory.sln
index 69c9f11491..9991adf39a 100644
--- a/Samples/AudioCategory/vb/AudioCategory/AudioCategory.sln
+++ b/Samples/AudioCategory/vb/AudioCategory/AudioCategory.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AudioCategory", "AudioCategory.vbproj", "{8C6AC9D6-4765-50A7-A916-AE1D0E84C628}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AudioCategory", "AudioCategory.vbproj", "{00EE3856-015E-5DA8-A69A-F02CD8B8E27F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Debug|ARM.ActiveCfg = Debug|ARM
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Debug|ARM.Build.0 = Debug|ARM
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Debug|ARM.Deploy.0 = Debug|ARM
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Debug|x64.ActiveCfg = Debug|x64
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Debug|x64.Build.0 = Debug|x64
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Debug|x64.Deploy.0 = Debug|x64
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Debug|x86.ActiveCfg = Debug|x86
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Debug|x86.Build.0 = Debug|x86
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Debug|x86.Deploy.0 = Debug|x86
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Release|ARM.ActiveCfg = Release|ARM
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Release|ARM.Build.0 = Release|ARM
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Release|ARM.Deploy.0 = Release|ARM
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Release|x64.ActiveCfg = Release|x64
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Release|x64.Build.0 = Release|x64
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Release|x64.Deploy.0 = Release|x64
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Release|x86.ActiveCfg = Release|x86
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Release|x86.Build.0 = Release|x86
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}.Release|x86.Deploy.0 = Release|x86
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Debug|ARM.ActiveCfg = Debug|ARM
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Debug|ARM.Build.0 = Debug|ARM
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Debug|ARM.Deploy.0 = Debug|ARM
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Debug|x64.ActiveCfg = Debug|x64
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Debug|x64.Build.0 = Debug|x64
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Debug|x64.Deploy.0 = Debug|x64
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Debug|x86.ActiveCfg = Debug|x86
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Debug|x86.Build.0 = Debug|x86
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Debug|x86.Deploy.0 = Debug|x86
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Release|ARM.ActiveCfg = Release|ARM
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Release|ARM.Build.0 = Release|ARM
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Release|ARM.Deploy.0 = Release|ARM
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Release|x64.ActiveCfg = Release|x64
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Release|x64.Build.0 = Release|x64
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Release|x64.Deploy.0 = Release|x64
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Release|x86.ActiveCfg = Release|x86
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Release|x86.Build.0 = Release|x86
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AudioCategory/vb/AudioCategory/AudioCategory.vbproj b/Samples/AudioCategory/vb/AudioCategory/AudioCategory.vbproj
index 17e54a24b4..cbe025d55f 100644
--- a/Samples/AudioCategory/vb/AudioCategory/AudioCategory.vbproj
+++ b/Samples/AudioCategory/vb/AudioCategory/AudioCategory.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {8C6AC9D6-4765-50A7-A916-AE1D0E84C628}
+ {00EE3856-015E-5DA8-A69A-F02CD8B8E27F}
AppContainerExe
SDKSample
AudioCategory
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AudioCategory/vb/AudioCategory/Package.appxmanifest b/Samples/AudioCategory/vb/AudioCategory/Package.appxmanifest
index bf9eafe8bc..573e490ff4 100644
--- a/Samples/AudioCategory/vb/AudioCategory/Package.appxmanifest
+++ b/Samples/AudioCategory/vb/AudioCategory/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AudioCategory/vb/AudioCategoryCompanion/AudioCategoryCompanion.sln b/Samples/AudioCategory/vb/AudioCategoryCompanion/AudioCategoryCompanion.sln
index 92698c571e..34ca714f99 100644
--- a/Samples/AudioCategory/vb/AudioCategoryCompanion/AudioCategoryCompanion.sln
+++ b/Samples/AudioCategory/vb/AudioCategoryCompanion/AudioCategoryCompanion.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AudioCategoryCompanion", "AudioCategoryCompanion.vbproj", "{DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AudioCategoryCompanion", "AudioCategoryCompanion.vbproj", "{38BA87A0-6BE8-554A-A578-AEBAA82E14F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Debug|ARM.ActiveCfg = Debug|ARM
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Debug|ARM.Build.0 = Debug|ARM
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Debug|ARM.Deploy.0 = Debug|ARM
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Debug|x64.ActiveCfg = Debug|x64
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Debug|x64.Build.0 = Debug|x64
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Debug|x64.Deploy.0 = Debug|x64
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Debug|x86.ActiveCfg = Debug|x86
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Debug|x86.Build.0 = Debug|x86
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Debug|x86.Deploy.0 = Debug|x86
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Release|ARM.ActiveCfg = Release|ARM
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Release|ARM.Build.0 = Release|ARM
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Release|ARM.Deploy.0 = Release|ARM
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Release|x64.ActiveCfg = Release|x64
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Release|x64.Build.0 = Release|x64
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Release|x64.Deploy.0 = Release|x64
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Release|x86.ActiveCfg = Release|x86
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Release|x86.Build.0 = Release|x86
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}.Release|x86.Deploy.0 = Release|x86
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Debug|ARM.Build.0 = Debug|ARM
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Debug|ARM.Deploy.0 = Debug|ARM
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Debug|x64.ActiveCfg = Debug|x64
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Debug|x64.Build.0 = Debug|x64
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Debug|x64.Deploy.0 = Debug|x64
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Debug|x86.ActiveCfg = Debug|x86
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Debug|x86.Build.0 = Debug|x86
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Debug|x86.Deploy.0 = Debug|x86
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Release|ARM.ActiveCfg = Release|ARM
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Release|ARM.Build.0 = Release|ARM
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Release|ARM.Deploy.0 = Release|ARM
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Release|x64.ActiveCfg = Release|x64
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Release|x64.Build.0 = Release|x64
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Release|x64.Deploy.0 = Release|x64
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Release|x86.ActiveCfg = Release|x86
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Release|x86.Build.0 = Release|x86
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AudioCategory/vb/AudioCategoryCompanion/AudioCategoryCompanion.vbproj b/Samples/AudioCategory/vb/AudioCategoryCompanion/AudioCategoryCompanion.vbproj
index d22fcc76be..d0de5a100f 100644
--- a/Samples/AudioCategory/vb/AudioCategoryCompanion/AudioCategoryCompanion.vbproj
+++ b/Samples/AudioCategory/vb/AudioCategoryCompanion/AudioCategoryCompanion.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {DFF8E2D8-45A1-5C75-AF09-5DFEF4AE2445}
+ {38BA87A0-6BE8-554A-A578-AEBAA82E14F8}
AppContainerExe
AudioCategoryCompanion
AudioCategoryCompanion
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AudioCategory/vb/AudioCategoryCompanion/Package.appxmanifest b/Samples/AudioCategory/vb/AudioCategoryCompanion/Package.appxmanifest
index c1a3e0a15c..a5faeeaaf9 100644
--- a/Samples/AudioCategory/vb/AudioCategoryCompanion/Package.appxmanifest
+++ b/Samples/AudioCategory/vb/AudioCategoryCompanion/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/AudioCreation/audio-creation.yaml b/Samples/AudioCreation/audio-creation.yml
similarity index 100%
rename from Samples/AudioCreation/audio-creation.yaml
rename to Samples/AudioCreation/audio-creation.yml
diff --git a/Samples/AudioCreation/cs/AudioCreation.sln b/Samples/AudioCreation/cs/AudioCreation.sln
index 51ffeb514c..8eba691284 100644
--- a/Samples/AudioCreation/cs/AudioCreation.sln
+++ b/Samples/AudioCreation/cs/AudioCreation.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioCreation", "AudioCreation\AudioCreation.csproj", "{0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioCreation", "AudioCreation\AudioCreation.csproj", "{A349955C-7693-5A1B-BA03-0AD7DC74B327}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomEffect", "CustomEffect\CustomEffect.csproj", "{0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomEffect", "CustomEffect\CustomEffect.csproj", "{1ABA5600-B64B-599A-A4E2-B142DAC0E369}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Debug|ARM.ActiveCfg = Debug|ARM
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Debug|ARM.Build.0 = Debug|ARM
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Debug|ARM.Deploy.0 = Debug|ARM
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Debug|x64.ActiveCfg = Debug|x64
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Debug|x64.Build.0 = Debug|x64
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Debug|x64.Deploy.0 = Debug|x64
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Debug|x86.ActiveCfg = Debug|x86
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Debug|x86.Build.0 = Debug|x86
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Debug|x86.Deploy.0 = Debug|x86
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Release|ARM.ActiveCfg = Release|ARM
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Release|ARM.Build.0 = Release|ARM
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Release|ARM.Deploy.0 = Release|ARM
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Release|x64.ActiveCfg = Release|x64
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Release|x64.Build.0 = Release|x64
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Release|x64.Deploy.0 = Release|x64
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Release|x86.ActiveCfg = Release|x86
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Release|x86.Build.0 = Release|x86
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}.Release|x86.Deploy.0 = Release|x86
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Debug|ARM.ActiveCfg = Debug|ARM
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Debug|ARM.Build.0 = Debug|ARM
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Debug|x64.ActiveCfg = Debug|x64
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Debug|x64.Build.0 = Debug|x64
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Debug|x86.ActiveCfg = Debug|x86
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Debug|x86.Build.0 = Debug|x86
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Release|ARM.ActiveCfg = Release|ARM
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Release|ARM.Build.0 = Release|ARM
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Release|x64.ActiveCfg = Release|x64
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Release|x64.Build.0 = Release|x64
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Release|x86.ActiveCfg = Release|x86
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}.Release|x86.Build.0 = Release|x86
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Debug|ARM.Build.0 = Debug|ARM
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Debug|x64.ActiveCfg = Debug|x64
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Debug|x64.Build.0 = Debug|x64
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Debug|x64.Deploy.0 = Debug|x64
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Debug|x86.ActiveCfg = Debug|x86
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Debug|x86.Build.0 = Debug|x86
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Debug|x86.Deploy.0 = Debug|x86
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Release|ARM.ActiveCfg = Release|ARM
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Release|ARM.Build.0 = Release|ARM
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Release|ARM.Deploy.0 = Release|ARM
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Release|x64.ActiveCfg = Release|x64
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Release|x64.Build.0 = Release|x64
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Release|x64.Deploy.0 = Release|x64
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Release|x86.ActiveCfg = Release|x86
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Release|x86.Build.0 = Release|x86
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}.Release|x86.Deploy.0 = Release|x86
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Debug|ARM.ActiveCfg = Debug|ARM
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Debug|ARM.Build.0 = Debug|ARM
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Debug|x64.ActiveCfg = Debug|x64
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Debug|x64.Build.0 = Debug|x64
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Debug|x86.ActiveCfg = Debug|x86
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Debug|x86.Build.0 = Debug|x86
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Release|ARM.ActiveCfg = Release|ARM
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Release|ARM.Build.0 = Release|ARM
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Release|x64.ActiveCfg = Release|x64
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Release|x64.Build.0 = Release|x64
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Release|x86.ActiveCfg = Release|x86
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/AudioCreation/cs/AudioCreation/AudioCreation.csproj b/Samples/AudioCreation/cs/AudioCreation/AudioCreation.csproj
index 3a652d3c60..4de72d57c1 100644
--- a/Samples/AudioCreation/cs/AudioCreation/AudioCreation.csproj
+++ b/Samples/AudioCreation/cs/AudioCreation/AudioCreation.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {0417172F-E8BD-5CD0-BE47-88F68CBA6DC0}
+ {A349955C-7693-5A1B-BA03-0AD7DC74B327}
AppContainerExe
Properties
AudioCreation
AudioCreation
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/AudioCreation/cs/AudioCreation/Package.appxmanifest b/Samples/AudioCreation/cs/AudioCreation/Package.appxmanifest
index 28bd86241d..cbe35e8483 100644
--- a/Samples/AudioCreation/cs/AudioCreation/Package.appxmanifest
+++ b/Samples/AudioCreation/cs/AudioCreation/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/AudioCreation/cs/CustomEffect/CustomEffect.csproj b/Samples/AudioCreation/cs/CustomEffect/CustomEffect.csproj
index 24a5058e1c..004b2f3fa2 100644
--- a/Samples/AudioCreation/cs/CustomEffect/CustomEffect.csproj
+++ b/Samples/AudioCreation/cs/CustomEffect/CustomEffect.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {0AF6FBA5-11DE-5E94-B4A0-B47AF80F47FF}
+ {1ABA5600-B64B-599A-A4E2-B142DAC0E369}
winmdobj
Properties
CustomEffect
CustomEffect
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackButton/back-button.yaml b/Samples/BackButton/back-button.yml
similarity index 100%
rename from Samples/BackButton/back-button.yaml
rename to Samples/BackButton/back-button.yml
diff --git a/Samples/BackButton/cpp/Package.appxmanifest b/Samples/BackButton/cpp/Package.appxmanifest
index 3009970ceb..bec14bd3d7 100644
--- a/Samples/BackButton/cpp/Package.appxmanifest
+++ b/Samples/BackButton/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BackButton/cpp/SystemBack.sln b/Samples/BackButton/cpp/SystemBack.sln
index d5c3c70595..9e32047deb 100644
--- a/Samples/BackButton/cpp/SystemBack.sln
+++ b/Samples/BackButton/cpp/SystemBack.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SystemBack", "SystemBack.vcxproj", "{87BC24D8-BC70-52F3-9648-1F6702D93102}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SystemBack", "SystemBack.vcxproj", "{254BCE99-7F78-525A-A3B8-202F2301A509}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Debug|ARM.ActiveCfg = Debug|ARM
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Debug|ARM.Build.0 = Debug|ARM
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Debug|ARM.Deploy.0 = Debug|ARM
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Debug|x64.ActiveCfg = Debug|x64
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Debug|x64.Build.0 = Debug|x64
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Debug|x64.Deploy.0 = Debug|x64
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Debug|x86.ActiveCfg = Debug|Win32
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Debug|x86.Build.0 = Debug|Win32
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Debug|x86.Deploy.0 = Debug|Win32
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Release|ARM.ActiveCfg = Release|ARM
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Release|ARM.Build.0 = Release|ARM
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Release|ARM.Deploy.0 = Release|ARM
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Release|x64.ActiveCfg = Release|x64
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Release|x64.Build.0 = Release|x64
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Release|x64.Deploy.0 = Release|x64
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Release|x86.ActiveCfg = Release|Win32
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Release|x86.Build.0 = Release|Win32
- {87BC24D8-BC70-52F3-9648-1F6702D93102}.Release|x86.Deploy.0 = Release|Win32
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Debug|ARM.ActiveCfg = Debug|ARM
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Debug|ARM.Build.0 = Debug|ARM
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Debug|ARM.Deploy.0 = Debug|ARM
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Debug|x64.ActiveCfg = Debug|x64
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Debug|x64.Build.0 = Debug|x64
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Debug|x64.Deploy.0 = Debug|x64
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Debug|x86.ActiveCfg = Debug|Win32
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Debug|x86.Build.0 = Debug|Win32
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Debug|x86.Deploy.0 = Debug|Win32
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Release|ARM.ActiveCfg = Release|ARM
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Release|ARM.Build.0 = Release|ARM
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Release|ARM.Deploy.0 = Release|ARM
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Release|x64.ActiveCfg = Release|x64
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Release|x64.Build.0 = Release|x64
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Release|x64.Deploy.0 = Release|x64
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Release|x86.ActiveCfg = Release|Win32
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Release|x86.Build.0 = Release|Win32
+ {254BCE99-7F78-525A-A3B8-202F2301A509}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackButton/cpp/SystemBack.vcxproj b/Samples/BackButton/cpp/SystemBack.vcxproj
index 2fa78b77cd..d850b003c4 100644
--- a/Samples/BackButton/cpp/SystemBack.vcxproj
+++ b/Samples/BackButton/cpp/SystemBack.vcxproj
@@ -1,14 +1,14 @@
- {87bc24d8-bc70-52f3-9648-1f6702d93102}
+ {254bce99-7f78-525a-a3b8-202f2301a509}
SDKTemplate
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
10.0
diff --git a/Samples/BackButton/cs/Package.appxmanifest b/Samples/BackButton/cs/Package.appxmanifest
index dd189f3f9b..587dcee0a7 100644
--- a/Samples/BackButton/cs/Package.appxmanifest
+++ b/Samples/BackButton/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BackButton/cs/SystemBack.csproj b/Samples/BackButton/cs/SystemBack.csproj
index b9b231e0ec..277f58615f 100644
--- a/Samples/BackButton/cs/SystemBack.csproj
+++ b/Samples/BackButton/cs/SystemBack.csproj
@@ -3,15 +3,15 @@
Debug
- {91EBC476-3B1E-5B05-9378-FABD5787E882}
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}
AppContainerExe
Properties
SystemBack
SystemBack
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackButton/cs/SystemBack.sln b/Samples/BackButton/cs/SystemBack.sln
index 1e6a65861b..c68f54fbad 100644
--- a/Samples/BackButton/cs/SystemBack.sln
+++ b/Samples/BackButton/cs/SystemBack.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemBack", "SystemBack.csproj", "{91EBC476-3B1E-5B05-9378-FABD5787E882}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemBack", "SystemBack.csproj", "{F6091D4D-4D29-5616-AE7B-E117F6699BE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Debug|ARM.ActiveCfg = Debug|ARM
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Debug|ARM.Build.0 = Debug|ARM
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Debug|ARM.Deploy.0 = Debug|ARM
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Debug|x64.ActiveCfg = Debug|x64
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Debug|x64.Build.0 = Debug|x64
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Debug|x64.Deploy.0 = Debug|x64
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Debug|x86.ActiveCfg = Debug|x86
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Debug|x86.Build.0 = Debug|x86
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Debug|x86.Deploy.0 = Debug|x86
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Release|ARM.ActiveCfg = Release|ARM
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Release|ARM.Build.0 = Release|ARM
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Release|ARM.Deploy.0 = Release|ARM
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Release|x64.ActiveCfg = Release|x64
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Release|x64.Build.0 = Release|x64
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Release|x64.Deploy.0 = Release|x64
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Release|x86.ActiveCfg = Release|x86
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Release|x86.Build.0 = Release|x86
- {91EBC476-3B1E-5B05-9378-FABD5787E882}.Release|x86.Deploy.0 = Release|x86
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Debug|ARM.Build.0 = Debug|ARM
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Debug|x64.ActiveCfg = Debug|x64
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Debug|x64.Build.0 = Debug|x64
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Debug|x64.Deploy.0 = Debug|x64
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Debug|x86.ActiveCfg = Debug|x86
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Debug|x86.Build.0 = Debug|x86
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Debug|x86.Deploy.0 = Debug|x86
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Release|ARM.ActiveCfg = Release|ARM
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Release|ARM.Build.0 = Release|ARM
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Release|ARM.Deploy.0 = Release|ARM
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Release|x64.ActiveCfg = Release|x64
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Release|x64.Build.0 = Release|x64
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Release|x64.Deploy.0 = Release|x64
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Release|x86.ActiveCfg = Release|x86
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Release|x86.Build.0 = Release|x86
+ {F6091D4D-4D29-5616-AE7B-E117F6699BE7}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackButton/vb/Package.appxmanifest b/Samples/BackButton/vb/Package.appxmanifest
index cc326faa04..55258d5c04 100644
--- a/Samples/BackButton/vb/Package.appxmanifest
+++ b/Samples/BackButton/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BackButton/vb/SystemBack.sln b/Samples/BackButton/vb/SystemBack.sln
index 9113b5251f..6c9f989beb 100644
--- a/Samples/BackButton/vb/SystemBack.sln
+++ b/Samples/BackButton/vb/SystemBack.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SystemBack", "SystemBack.vbproj", "{7D94A303-5844-5BFB-9BD8-DF52C015EAE2}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SystemBack", "SystemBack.vbproj", "{8403927B-C1ED-5283-8D00-768DEEBE080C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Debug|ARM.ActiveCfg = Debug|ARM
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Debug|ARM.Build.0 = Debug|ARM
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Debug|ARM.Deploy.0 = Debug|ARM
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Debug|x64.ActiveCfg = Debug|x64
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Debug|x64.Build.0 = Debug|x64
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Debug|x64.Deploy.0 = Debug|x64
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Debug|x86.ActiveCfg = Debug|x86
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Debug|x86.Build.0 = Debug|x86
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Debug|x86.Deploy.0 = Debug|x86
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Release|ARM.ActiveCfg = Release|ARM
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Release|ARM.Build.0 = Release|ARM
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Release|ARM.Deploy.0 = Release|ARM
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Release|x64.ActiveCfg = Release|x64
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Release|x64.Build.0 = Release|x64
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Release|x64.Deploy.0 = Release|x64
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Release|x86.ActiveCfg = Release|x86
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Release|x86.Build.0 = Release|x86
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}.Release|x86.Deploy.0 = Release|x86
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Debug|ARM.Build.0 = Debug|ARM
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Debug|x64.ActiveCfg = Debug|x64
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Debug|x64.Build.0 = Debug|x64
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Debug|x64.Deploy.0 = Debug|x64
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Debug|x86.ActiveCfg = Debug|x86
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Debug|x86.Build.0 = Debug|x86
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Debug|x86.Deploy.0 = Debug|x86
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Release|ARM.ActiveCfg = Release|ARM
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Release|ARM.Build.0 = Release|ARM
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Release|ARM.Deploy.0 = Release|ARM
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Release|x64.ActiveCfg = Release|x64
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Release|x64.Build.0 = Release|x64
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Release|x64.Deploy.0 = Release|x64
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Release|x86.ActiveCfg = Release|x86
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Release|x86.Build.0 = Release|x86
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackButton/vb/SystemBack.vbproj b/Samples/BackButton/vb/SystemBack.vbproj
index 74b872397c..2d14be71b7 100644
--- a/Samples/BackButton/vb/SystemBack.vbproj
+++ b/Samples/BackButton/vb/SystemBack.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {7D94A303-5844-5BFB-9BD8-DF52C015EAE2}
+ {8403927B-C1ED-5283-8D00-768DEEBE080C}
AppContainerExe
SystemBack
SystemBack
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundActivation/background-activation.yaml b/Samples/BackgroundActivation/background-activation.yml
similarity index 100%
rename from Samples/BackgroundActivation/background-activation.yaml
rename to Samples/BackgroundActivation/background-activation.yml
diff --git a/Samples/BackgroundActivation/cpp/BackgroundActivation.sln b/Samples/BackgroundActivation/cpp/BackgroundActivation.sln
index 7b69eba46d..5c2aa2c1a8 100644
--- a/Samples/BackgroundActivation/cpp/BackgroundActivation.sln
+++ b/Samples/BackgroundActivation/cpp/BackgroundActivation.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BackgroundActivation", "BackgroundActivation.vcxproj", "{5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BackgroundActivation", "BackgroundActivation.vcxproj", "{2F76351E-B8F6-5948-BC44-39CFF876D98A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Debug|ARM.ActiveCfg = Debug|ARM
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Debug|ARM.Build.0 = Debug|ARM
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Debug|ARM.Deploy.0 = Debug|ARM
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Debug|x64.ActiveCfg = Debug|x64
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Debug|x64.Build.0 = Debug|x64
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Debug|x64.Deploy.0 = Debug|x64
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Debug|x86.ActiveCfg = Debug|Win32
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Debug|x86.Build.0 = Debug|Win32
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Debug|x86.Deploy.0 = Debug|Win32
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Release|ARM.ActiveCfg = Release|ARM
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Release|ARM.Build.0 = Release|ARM
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Release|ARM.Deploy.0 = Release|ARM
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Release|x64.ActiveCfg = Release|x64
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Release|x64.Build.0 = Release|x64
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Release|x64.Deploy.0 = Release|x64
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Release|x86.ActiveCfg = Release|Win32
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Release|x86.Build.0 = Release|Win32
- {5128E6CC-3DF2-538D-AE04-39B14DBD3AF6}.Release|x86.Deploy.0 = Release|Win32
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Debug|ARM.Build.0 = Debug|ARM
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Debug|ARM.Deploy.0 = Debug|ARM
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Debug|x64.ActiveCfg = Debug|x64
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Debug|x64.Build.0 = Debug|x64
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Debug|x64.Deploy.0 = Debug|x64
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Debug|x86.ActiveCfg = Debug|Win32
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Debug|x86.Build.0 = Debug|Win32
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Debug|x86.Deploy.0 = Debug|Win32
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Release|ARM.ActiveCfg = Release|ARM
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Release|ARM.Build.0 = Release|ARM
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Release|ARM.Deploy.0 = Release|ARM
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Release|x64.ActiveCfg = Release|x64
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Release|x64.Build.0 = Release|x64
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Release|x64.Deploy.0 = Release|x64
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Release|x86.ActiveCfg = Release|Win32
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Release|x86.Build.0 = Release|Win32
+ {2F76351E-B8F6-5948-BC44-39CFF876D98A}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundActivation/cpp/BackgroundActivation.vcxproj b/Samples/BackgroundActivation/cpp/BackgroundActivation.vcxproj
index 0932e4a79d..305ac39e68 100644
--- a/Samples/BackgroundActivation/cpp/BackgroundActivation.vcxproj
+++ b/Samples/BackgroundActivation/cpp/BackgroundActivation.vcxproj
@@ -1,15 +1,15 @@
- {5128e6cc-3df2-538d-ae04-39b14dbd3af6}
+ {2f76351e-b8f6-5948-bc44-39cff876d98a}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
BackgroundActivation
diff --git a/Samples/BackgroundActivation/cpp/Package.appxmanifest b/Samples/BackgroundActivation/cpp/Package.appxmanifest
index 8c773368cc..56bf7298bf 100644
--- a/Samples/BackgroundActivation/cpp/Package.appxmanifest
+++ b/Samples/BackgroundActivation/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BackgroundActivation/cs/BackgroundActivation.csproj b/Samples/BackgroundActivation/cs/BackgroundActivation.csproj
index 80353200b0..b555870ea9 100644
--- a/Samples/BackgroundActivation/cs/BackgroundActivation.csproj
+++ b/Samples/BackgroundActivation/cs/BackgroundActivation.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}
AppContainerExe
Properties
SDKTemplate
BackgroundActivation
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundActivation/cs/BackgroundActivation.sln b/Samples/BackgroundActivation/cs/BackgroundActivation.sln
index 63f5d50623..67d1f43d53 100644
--- a/Samples/BackgroundActivation/cs/BackgroundActivation.sln
+++ b/Samples/BackgroundActivation/cs/BackgroundActivation.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundActivation", "BackgroundActivation.csproj", "{885C3D2D-9271-5086-AC90-90DF775B8DE2}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundActivation", "BackgroundActivation.csproj", "{61EBDE48-48E8-55A9-9E23-B4412D379100}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Debug|ARM.ActiveCfg = Debug|ARM
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Debug|ARM.Build.0 = Debug|ARM
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Debug|ARM.Deploy.0 = Debug|ARM
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Debug|x64.ActiveCfg = Debug|x64
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Debug|x64.Build.0 = Debug|x64
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Debug|x64.Deploy.0 = Debug|x64
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Debug|x86.ActiveCfg = Debug|x86
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Debug|x86.Build.0 = Debug|x86
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Debug|x86.Deploy.0 = Debug|x86
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Release|ARM.ActiveCfg = Release|ARM
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Release|ARM.Build.0 = Release|ARM
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Release|ARM.Deploy.0 = Release|ARM
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Release|x64.ActiveCfg = Release|x64
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Release|x64.Build.0 = Release|x64
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Release|x64.Deploy.0 = Release|x64
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Release|x86.ActiveCfg = Release|x86
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Release|x86.Build.0 = Release|x86
- {885C3D2D-9271-5086-AC90-90DF775B8DE2}.Release|x86.Deploy.0 = Release|x86
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Debug|ARM.ActiveCfg = Debug|ARM
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Debug|ARM.Build.0 = Debug|ARM
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Debug|ARM.Deploy.0 = Debug|ARM
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Debug|x64.ActiveCfg = Debug|x64
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Debug|x64.Build.0 = Debug|x64
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Debug|x64.Deploy.0 = Debug|x64
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Debug|x86.ActiveCfg = Debug|x86
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Debug|x86.Build.0 = Debug|x86
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Debug|x86.Deploy.0 = Debug|x86
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Release|ARM.ActiveCfg = Release|ARM
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Release|ARM.Build.0 = Release|ARM
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Release|ARM.Deploy.0 = Release|ARM
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Release|x64.ActiveCfg = Release|x64
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Release|x64.Build.0 = Release|x64
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Release|x64.Deploy.0 = Release|x64
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Release|x86.ActiveCfg = Release|x86
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Release|x86.Build.0 = Release|x86
+ {61EBDE48-48E8-55A9-9E23-B4412D379100}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundActivation/cs/Package.appxmanifest b/Samples/BackgroundActivation/cs/Package.appxmanifest
index 6444c68eb1..88e9e4c870 100644
--- a/Samples/BackgroundActivation/cs/Package.appxmanifest
+++ b/Samples/BackgroundActivation/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BackgroundActivation/vb/BackgroundActivation.sln b/Samples/BackgroundActivation/vb/BackgroundActivation.sln
index 127fa597d5..a43164d718 100644
--- a/Samples/BackgroundActivation/vb/BackgroundActivation.sln
+++ b/Samples/BackgroundActivation/vb/BackgroundActivation.sln
@@ -2,7 +2,7 @@
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BackgroundActivation", "BackgroundActivation.vbproj", "{2EC2D842-1046-5626-9457-8F12610B92B7}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BackgroundActivation", "BackgroundActivation.vbproj", "{54112FE9-B71C-546C-9288-8424F61D0D95}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -14,24 +14,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Debug|ARM.ActiveCfg = Debug|ARM
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Debug|ARM.Build.0 = Debug|ARM
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Debug|ARM.Deploy.0 = Debug|ARM
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Debug|x64.ActiveCfg = Debug|x64
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Debug|x64.Build.0 = Debug|x64
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Debug|x64.Deploy.0 = Debug|x64
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Debug|x86.ActiveCfg = Debug|x86
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Debug|x86.Build.0 = Debug|x86
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Debug|x86.Deploy.0 = Debug|x86
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Release|ARM.ActiveCfg = Release|ARM
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Release|ARM.Build.0 = Release|ARM
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Release|ARM.Deploy.0 = Release|ARM
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Release|x64.ActiveCfg = Release|x64
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Release|x64.Build.0 = Release|x64
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Release|x64.Deploy.0 = Release|x64
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Release|x86.ActiveCfg = Release|x86
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Release|x86.Build.0 = Release|x86
- {2EC2D842-1046-5626-9457-8F12610B92B7}.Release|x86.Deploy.0 = Release|x86
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Debug|ARM.ActiveCfg = Debug|ARM
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Debug|ARM.Build.0 = Debug|ARM
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Debug|ARM.Deploy.0 = Debug|ARM
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Debug|x64.ActiveCfg = Debug|x64
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Debug|x64.Build.0 = Debug|x64
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Debug|x64.Deploy.0 = Debug|x64
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Debug|x86.ActiveCfg = Debug|x86
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Debug|x86.Build.0 = Debug|x86
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Debug|x86.Deploy.0 = Debug|x86
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Release|ARM.ActiveCfg = Release|ARM
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Release|ARM.Build.0 = Release|ARM
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Release|ARM.Deploy.0 = Release|ARM
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Release|x64.ActiveCfg = Release|x64
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Release|x64.Build.0 = Release|x64
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Release|x64.Deploy.0 = Release|x64
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Release|x86.ActiveCfg = Release|x86
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Release|x86.Build.0 = Release|x86
+ {54112FE9-B71C-546C-9288-8424F61D0D95}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundActivation/vb/BackgroundActivation.vbproj b/Samples/BackgroundActivation/vb/BackgroundActivation.vbproj
index 8e7eb8aff5..65efbb109f 100644
--- a/Samples/BackgroundActivation/vb/BackgroundActivation.vbproj
+++ b/Samples/BackgroundActivation/vb/BackgroundActivation.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {2EC2D842-1046-5626-9457-8F12610B92B7}
+ {54112FE9-B71C-546C-9288-8424F61D0D95}
AppContainerExe
SDKTemplate
BackgroundActivation
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundActivation/vb/Package.appxmanifest b/Samples/BackgroundActivation/vb/Package.appxmanifest
index 3ae824ffa4..afd952c5bf 100644
--- a/Samples/BackgroundActivation/vb/Package.appxmanifest
+++ b/Samples/BackgroundActivation/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BackgroundMediaPlayback/background-media-playback.yaml b/Samples/BackgroundMediaPlayback/background-media-playback.yml
similarity index 100%
rename from Samples/BackgroundMediaPlayback/background-media-playback.yaml
rename to Samples/BackgroundMediaPlayback/background-media-playback.yml
diff --git a/Samples/BackgroundMediaPlayback/cs/BackgroundMediaPlayback.csproj b/Samples/BackgroundMediaPlayback/cs/BackgroundMediaPlayback.csproj
index dd8ca0bbc4..9f0bdbe026 100644
--- a/Samples/BackgroundMediaPlayback/cs/BackgroundMediaPlayback.csproj
+++ b/Samples/BackgroundMediaPlayback/cs/BackgroundMediaPlayback.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}
AppContainerExe
Properties
BackgroundMediaPlayback
BackgroundMediaPlayback
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundMediaPlayback/cs/BackgroundMediaPlayback.sln b/Samples/BackgroundMediaPlayback/cs/BackgroundMediaPlayback.sln
index eed1e3cb43..d84efc3b75 100644
--- a/Samples/BackgroundMediaPlayback/cs/BackgroundMediaPlayback.sln
+++ b/Samples/BackgroundMediaPlayback/cs/BackgroundMediaPlayback.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundMediaPlayback", "BackgroundMediaPlayback.csproj", "{D5F3B289-16C1-58E1-BF4E-FD57753DD448}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundMediaPlayback", "BackgroundMediaPlayback.csproj", "{665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Debug|ARM.ActiveCfg = Debug|ARM
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Debug|ARM.Build.0 = Debug|ARM
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Debug|ARM.Deploy.0 = Debug|ARM
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Debug|x64.ActiveCfg = Debug|x64
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Debug|x64.Build.0 = Debug|x64
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Debug|x64.Deploy.0 = Debug|x64
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Debug|x86.ActiveCfg = Debug|x86
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Debug|x86.Build.0 = Debug|x86
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Debug|x86.Deploy.0 = Debug|x86
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Release|ARM.ActiveCfg = Release|ARM
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Release|ARM.Build.0 = Release|ARM
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Release|ARM.Deploy.0 = Release|ARM
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Release|x64.ActiveCfg = Release|x64
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Release|x64.Build.0 = Release|x64
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Release|x64.Deploy.0 = Release|x64
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Release|x86.ActiveCfg = Release|x86
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Release|x86.Build.0 = Release|x86
- {D5F3B289-16C1-58E1-BF4E-FD57753DD448}.Release|x86.Deploy.0 = Release|x86
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Debug|ARM.ActiveCfg = Debug|ARM
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Debug|ARM.Build.0 = Debug|ARM
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Debug|ARM.Deploy.0 = Debug|ARM
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Debug|x64.ActiveCfg = Debug|x64
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Debug|x64.Build.0 = Debug|x64
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Debug|x64.Deploy.0 = Debug|x64
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Debug|x86.ActiveCfg = Debug|x86
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Debug|x86.Build.0 = Debug|x86
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Debug|x86.Deploy.0 = Debug|x86
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Release|ARM.ActiveCfg = Release|ARM
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Release|ARM.Build.0 = Release|ARM
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Release|ARM.Deploy.0 = Release|ARM
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Release|x64.ActiveCfg = Release|x64
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Release|x64.Build.0 = Release|x64
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Release|x64.Deploy.0 = Release|x64
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Release|x86.ActiveCfg = Release|x86
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Release|x86.Build.0 = Release|x86
+ {665275AE-F780-56A2-BD8C-BDB4DC0A1FBD}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundMediaPlayback/cs/Package.appxmanifest b/Samples/BackgroundMediaPlayback/cs/Package.appxmanifest
index e39b428062..2cb1b9c032 100644
--- a/Samples/BackgroundMediaPlayback/cs/Package.appxmanifest
+++ b/Samples/BackgroundMediaPlayback/cs/Package.appxmanifest
@@ -14,7 +14,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/BackgroundMediaPlayback/js/BackgroundMediaPlayback.jsproj b/Samples/BackgroundMediaPlayback/js/BackgroundMediaPlayback.jsproj
index 12c59d69b5..ffe07cf886 100644
--- a/Samples/BackgroundMediaPlayback/js/BackgroundMediaPlayback.jsproj
+++ b/Samples/BackgroundMediaPlayback/js/BackgroundMediaPlayback.jsproj
@@ -38,7 +38,7 @@
- 5c10494e-fa87-55bd-b815-64e32b8386cc
+ 4c865ad4-6597-5e5c-878d-0edb66f45428
@@ -48,8 +48,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/BackgroundMediaPlayback/js/BackgroundMediaPlayback.sln b/Samples/BackgroundMediaPlayback/js/BackgroundMediaPlayback.sln
index fb597fd058..9b162aa536 100644
--- a/Samples/BackgroundMediaPlayback/js/BackgroundMediaPlayback.sln
+++ b/Samples/BackgroundMediaPlayback/js/BackgroundMediaPlayback.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "BackgroundMediaPlayback", "BackgroundMediaPlayback.jsproj", "{5C10494E-FA87-55BD-B815-64E32B8386CC}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "BackgroundMediaPlayback", "BackgroundMediaPlayback.jsproj", "{4C865AD4-6597-5E5C-878D-0EDB66F45428}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|ARM.ActiveCfg = Debug|ARM
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|ARM.Build.0 = Debug|ARM
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|ARM.Deploy.0 = Debug|ARM
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|x64.ActiveCfg = Debug|x64
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|x64.Build.0 = Debug|x64
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|x64.Deploy.0 = Debug|x64
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|x86.ActiveCfg = Debug|x86
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|x86.Build.0 = Debug|x86
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Debug|x86.Deploy.0 = Debug|x86
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|Any CPU.Build.0 = Release|Any CPU
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|ARM.ActiveCfg = Release|ARM
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|ARM.Build.0 = Release|ARM
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|ARM.Deploy.0 = Release|ARM
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|x64.ActiveCfg = Release|x64
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|x64.Build.0 = Release|x64
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|x64.Deploy.0 = Release|x64
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|x86.ActiveCfg = Release|x86
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|x86.Build.0 = Release|x86
- {5C10494E-FA87-55BD-B815-64E32B8386CC}.Release|x86.Deploy.0 = Release|x86
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|ARM.ActiveCfg = Debug|ARM
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|ARM.Build.0 = Debug|ARM
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|ARM.Deploy.0 = Debug|ARM
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|x64.ActiveCfg = Debug|x64
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|x64.Build.0 = Debug|x64
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|x64.Deploy.0 = Debug|x64
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|x86.ActiveCfg = Debug|x86
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|x86.Build.0 = Debug|x86
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Debug|x86.Deploy.0 = Debug|x86
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|ARM.ActiveCfg = Release|ARM
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|ARM.Build.0 = Release|ARM
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|ARM.Deploy.0 = Release|ARM
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|x64.ActiveCfg = Release|x64
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|x64.Build.0 = Release|x64
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|x64.Deploy.0 = Release|x64
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|x86.ActiveCfg = Release|x86
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|x86.Build.0 = Release|x86
+ {4C865AD4-6597-5E5C-878D-0EDB66F45428}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundMediaPlayback/js/Package.appxmanifest b/Samples/BackgroundMediaPlayback/js/Package.appxmanifest
index 2a1ee1c68a..1f2062063d 100644
--- a/Samples/BackgroundMediaPlayback/js/Package.appxmanifest
+++ b/Samples/BackgroundMediaPlayback/js/Package.appxmanifest
@@ -14,7 +14,7 @@
images\storelogo-sdk.png
-
+
diff --git a/Samples/BackgroundSensors/background-sensors.yaml b/Samples/BackgroundSensors/background-sensors.yml
similarity index 100%
rename from Samples/BackgroundSensors/background-sensors.yaml
rename to Samples/BackgroundSensors/background-sensors.yml
diff --git a/Samples/BackgroundSensors/cpp/BackgroundSensors.sln b/Samples/BackgroundSensors/cpp/BackgroundSensors.sln
index c7c4acc813..eb83182b7c 100644
--- a/Samples/BackgroundSensors/cpp/BackgroundSensors.sln
+++ b/Samples/BackgroundSensors/cpp/BackgroundSensors.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BackgroundSensors", "BackgroundSensors.vcxproj", "{0A3C4AB3-7B49-52E6-8075-747B45AE5C92}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BackgroundSensors", "BackgroundSensors.vcxproj", "{6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BackgroundTask", "BackgroundTask\BackgroundTask.vcxproj", "{99526016-C754-5746-8C9C-EB794DCF02DA}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BackgroundTask", "BackgroundTask\BackgroundTask.vcxproj", "{55591DB8-9EBD-5BBD-98AE-0C27AC036817}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Debug|ARM.ActiveCfg = Debug|ARM
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Debug|ARM.Build.0 = Debug|ARM
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Debug|ARM.Deploy.0 = Debug|ARM
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Debug|x64.ActiveCfg = Debug|x64
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Debug|x64.Build.0 = Debug|x64
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Debug|x64.Deploy.0 = Debug|x64
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Debug|x86.ActiveCfg = Debug|Win32
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Debug|x86.Build.0 = Debug|Win32
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Debug|x86.Deploy.0 = Debug|Win32
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Release|ARM.ActiveCfg = Release|ARM
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Release|ARM.Build.0 = Release|ARM
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Release|ARM.Deploy.0 = Release|ARM
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Release|x64.ActiveCfg = Release|x64
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Release|x64.Build.0 = Release|x64
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Release|x64.Deploy.0 = Release|x64
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Release|x86.ActiveCfg = Release|Win32
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Release|x86.Build.0 = Release|Win32
- {0A3C4AB3-7B49-52E6-8075-747B45AE5C92}.Release|x86.Deploy.0 = Release|Win32
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Debug|ARM.ActiveCfg = Debug|ARM
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Debug|ARM.Build.0 = Debug|ARM
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Debug|x64.ActiveCfg = Debug|x64
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Debug|x64.Build.0 = Debug|x64
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Debug|x86.ActiveCfg = Debug|Win32
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Debug|x86.Build.0 = Debug|Win32
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Release|ARM.ActiveCfg = Release|ARM
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Release|ARM.Build.0 = Release|ARM
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Release|x64.ActiveCfg = Release|x64
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Release|x64.Build.0 = Release|x64
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Release|x86.ActiveCfg = Release|Win32
- {99526016-C754-5746-8C9C-EB794DCF02DA}.Release|x86.Build.0 = Release|Win32
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Debug|ARM.ActiveCfg = Debug|ARM
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Debug|ARM.Build.0 = Debug|ARM
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Debug|ARM.Deploy.0 = Debug|ARM
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Debug|x64.ActiveCfg = Debug|x64
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Debug|x64.Build.0 = Debug|x64
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Debug|x64.Deploy.0 = Debug|x64
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Debug|x86.ActiveCfg = Debug|Win32
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Debug|x86.Build.0 = Debug|Win32
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Debug|x86.Deploy.0 = Debug|Win32
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Release|ARM.ActiveCfg = Release|ARM
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Release|ARM.Build.0 = Release|ARM
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Release|ARM.Deploy.0 = Release|ARM
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Release|x64.ActiveCfg = Release|x64
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Release|x64.Build.0 = Release|x64
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Release|x64.Deploy.0 = Release|x64
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Release|x86.ActiveCfg = Release|Win32
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Release|x86.Build.0 = Release|Win32
+ {6D03FBC1-CB3F-5560-8324-ADAB0A228CC4}.Release|x86.Deploy.0 = Release|Win32
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Debug|ARM.ActiveCfg = Debug|ARM
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Debug|ARM.Build.0 = Debug|ARM
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Debug|x64.ActiveCfg = Debug|x64
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Debug|x64.Build.0 = Debug|x64
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Debug|x86.ActiveCfg = Debug|Win32
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Debug|x86.Build.0 = Debug|Win32
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Release|ARM.ActiveCfg = Release|ARM
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Release|ARM.Build.0 = Release|ARM
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Release|x64.ActiveCfg = Release|x64
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Release|x64.Build.0 = Release|x64
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Release|x86.ActiveCfg = Release|Win32
+ {55591DB8-9EBD-5BBD-98AE-0C27AC036817}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundSensors/cpp/BackgroundSensors.vcxproj b/Samples/BackgroundSensors/cpp/BackgroundSensors.vcxproj
index a114f7c937..4786215f18 100644
--- a/Samples/BackgroundSensors/cpp/BackgroundSensors.vcxproj
+++ b/Samples/BackgroundSensors/cpp/BackgroundSensors.vcxproj
@@ -1,15 +1,15 @@
- {0a3c4ab3-7b49-52e6-8075-747b45ae5c92}
+ {6d03fbc1-cb3f-5560-8324-adab0a228cc4}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/BackgroundSensors/cpp/BackgroundTask/BackgroundTask.vcxproj b/Samples/BackgroundSensors/cpp/BackgroundTask/BackgroundTask.vcxproj
index 7dc65ffbcf..a152fbf379 100644
--- a/Samples/BackgroundSensors/cpp/BackgroundTask/BackgroundTask.vcxproj
+++ b/Samples/BackgroundSensors/cpp/BackgroundTask/BackgroundTask.vcxproj
@@ -27,7 +27,7 @@
- {99526016-c754-5746-8c9c-eb794dcf02da}
+ {55591db8-9ebd-5bbd-98ae-0c27ac036817}
DynamicLibrary
BackgroundTask
BackgroundTask
@@ -36,8 +36,8 @@
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/BackgroundSensors/cpp/Package.appxmanifest b/Samples/BackgroundSensors/cpp/Package.appxmanifest
index 93abdf63e6..bb6477ee32 100644
--- a/Samples/BackgroundSensors/cpp/Package.appxmanifest
+++ b/Samples/BackgroundSensors/cpp/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/BackgroundSensors/cs/BackgroundSensors.csproj b/Samples/BackgroundSensors/cs/BackgroundSensors.csproj
index 4e70e4d368..f035089466 100644
--- a/Samples/BackgroundSensors/cs/BackgroundSensors.csproj
+++ b/Samples/BackgroundSensors/cs/BackgroundSensors.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}
AppContainerExe
Properties
SDKTemplate
BackgroundSensors
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundSensors/cs/BackgroundSensors.sln b/Samples/BackgroundSensors/cs/BackgroundSensors.sln
index a214a97691..f22d49f4e5 100644
--- a/Samples/BackgroundSensors/cs/BackgroundSensors.sln
+++ b/Samples/BackgroundSensors/cs/BackgroundSensors.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundSensors", "BackgroundSensors.csproj", "{E6892436-BEFB-5FF9-BCA7-13DE006E3D87}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundSensors", "BackgroundSensors.csproj", "{9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundTask", "BackgroundTask\BackgroundTask.csproj", "{A4E60815-2599-528A-9CFE-EF111A2B2850}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundTask", "BackgroundTask\BackgroundTask.csproj", "{B4B032D6-342E-53F3-AF98-4373118CA5A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Debug|ARM.ActiveCfg = Debug|ARM
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Debug|ARM.Build.0 = Debug|ARM
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Debug|ARM.Deploy.0 = Debug|ARM
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Debug|x64.ActiveCfg = Debug|x64
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Debug|x64.Build.0 = Debug|x64
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Debug|x64.Deploy.0 = Debug|x64
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Debug|x86.ActiveCfg = Debug|x86
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Debug|x86.Build.0 = Debug|x86
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Debug|x86.Deploy.0 = Debug|x86
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Release|ARM.ActiveCfg = Release|ARM
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Release|ARM.Build.0 = Release|ARM
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Release|ARM.Deploy.0 = Release|ARM
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Release|x64.ActiveCfg = Release|x64
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Release|x64.Build.0 = Release|x64
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Release|x64.Deploy.0 = Release|x64
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Release|x86.ActiveCfg = Release|x86
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Release|x86.Build.0 = Release|x86
- {E6892436-BEFB-5FF9-BCA7-13DE006E3D87}.Release|x86.Deploy.0 = Release|x86
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Debug|ARM.ActiveCfg = Debug|ARM
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Debug|ARM.Build.0 = Debug|ARM
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Debug|x64.ActiveCfg = Debug|x64
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Debug|x64.Build.0 = Debug|x64
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Debug|x86.ActiveCfg = Debug|x86
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Debug|x86.Build.0 = Debug|x86
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Release|ARM.ActiveCfg = Release|ARM
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Release|ARM.Build.0 = Release|ARM
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Release|x64.ActiveCfg = Release|x64
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Release|x64.Build.0 = Release|x64
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Release|x86.ActiveCfg = Release|x86
- {A4E60815-2599-528A-9CFE-EF111A2B2850}.Release|x86.Build.0 = Release|x86
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Debug|ARM.ActiveCfg = Debug|ARM
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Debug|ARM.Build.0 = Debug|ARM
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Debug|ARM.Deploy.0 = Debug|ARM
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Debug|x64.ActiveCfg = Debug|x64
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Debug|x64.Build.0 = Debug|x64
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Debug|x64.Deploy.0 = Debug|x64
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Debug|x86.ActiveCfg = Debug|x86
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Debug|x86.Build.0 = Debug|x86
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Debug|x86.Deploy.0 = Debug|x86
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Release|ARM.ActiveCfg = Release|ARM
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Release|ARM.Build.0 = Release|ARM
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Release|ARM.Deploy.0 = Release|ARM
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Release|x64.ActiveCfg = Release|x64
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Release|x64.Build.0 = Release|x64
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Release|x64.Deploy.0 = Release|x64
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Release|x86.ActiveCfg = Release|x86
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Release|x86.Build.0 = Release|x86
+ {9F54078F-84CC-5A69-BFA0-FA5FFF0BE090}.Release|x86.Deploy.0 = Release|x86
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Debug|ARM.ActiveCfg = Debug|ARM
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Debug|ARM.Build.0 = Debug|ARM
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Debug|x64.ActiveCfg = Debug|x64
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Debug|x64.Build.0 = Debug|x64
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Debug|x86.ActiveCfg = Debug|x86
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Debug|x86.Build.0 = Debug|x86
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Release|ARM.ActiveCfg = Release|ARM
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Release|ARM.Build.0 = Release|ARM
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Release|x64.ActiveCfg = Release|x64
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Release|x64.Build.0 = Release|x64
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Release|x86.ActiveCfg = Release|x86
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundSensors/cs/BackgroundTask/BackgroundTask.csproj b/Samples/BackgroundSensors/cs/BackgroundTask/BackgroundTask.csproj
index 91355185b3..6dca4e63f2 100644
--- a/Samples/BackgroundSensors/cs/BackgroundTask/BackgroundTask.csproj
+++ b/Samples/BackgroundSensors/cs/BackgroundTask/BackgroundTask.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {A4E60815-2599-528A-9CFE-EF111A2B2850}
+ {B4B032D6-342E-53F3-AF98-4373118CA5A7}
winmdobj
Properties
BackgroundTask
ActivitySensorTasksCS
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundSensors/cs/Package.appxmanifest b/Samples/BackgroundSensors/cs/Package.appxmanifest
index e84258d8c8..b49c300520 100644
--- a/Samples/BackgroundSensors/cs/Package.appxmanifest
+++ b/Samples/BackgroundSensors/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BackgroundSensors/vb/BackgroundSensors.sln b/Samples/BackgroundSensors/vb/BackgroundSensors.sln
index c231f40c3d..e0af0906af 100644
--- a/Samples/BackgroundSensors/vb/BackgroundSensors.sln
+++ b/Samples/BackgroundSensors/vb/BackgroundSensors.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BackgroundSensors", "BackgroundSensors.vbproj", "{D926DFCF-EF80-5182-AF9E-33BD76261F5F}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BackgroundSensors", "BackgroundSensors.vbproj", "{C99A3D8C-7A36-56D5-806B-F92CA7D561FB}"
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BackgroundTask", "BackgroundTask\BackgroundTask.vbproj", "{6A63D12F-3760-5E27-8A3C-148DAE0B1498}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BackgroundTask", "BackgroundTask\BackgroundTask.vbproj", "{4890DB3B-EABA-5D2D-8340-F70A1C4619C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Debug|ARM.ActiveCfg = Debug|ARM
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Debug|ARM.Build.0 = Debug|ARM
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Debug|ARM.Deploy.0 = Debug|ARM
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Debug|x64.ActiveCfg = Debug|x64
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Debug|x64.Build.0 = Debug|x64
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Debug|x64.Deploy.0 = Debug|x64
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Debug|x86.ActiveCfg = Debug|x86
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Debug|x86.Build.0 = Debug|x86
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Debug|x86.Deploy.0 = Debug|x86
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Release|ARM.ActiveCfg = Release|ARM
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Release|ARM.Build.0 = Release|ARM
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Release|ARM.Deploy.0 = Release|ARM
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Release|x64.ActiveCfg = Release|x64
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Release|x64.Build.0 = Release|x64
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Release|x64.Deploy.0 = Release|x64
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Release|x86.ActiveCfg = Release|x86
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Release|x86.Build.0 = Release|x86
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}.Release|x86.Deploy.0 = Release|x86
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Debug|ARM.ActiveCfg = Debug|ARM
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Debug|ARM.Build.0 = Debug|ARM
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Debug|x64.ActiveCfg = Debug|x64
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Debug|x64.Build.0 = Debug|x64
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Debug|x86.ActiveCfg = Debug|x86
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Debug|x86.Build.0 = Debug|x86
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Release|ARM.ActiveCfg = Release|ARM
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Release|ARM.Build.0 = Release|ARM
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Release|x64.ActiveCfg = Release|x64
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Release|x64.Build.0 = Release|x64
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Release|x86.ActiveCfg = Release|x86
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}.Release|x86.Build.0 = Release|x86
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Debug|ARM.ActiveCfg = Debug|ARM
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Debug|ARM.Build.0 = Debug|ARM
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Debug|ARM.Deploy.0 = Debug|ARM
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Debug|x64.ActiveCfg = Debug|x64
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Debug|x64.Build.0 = Debug|x64
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Debug|x64.Deploy.0 = Debug|x64
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Debug|x86.ActiveCfg = Debug|x86
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Debug|x86.Build.0 = Debug|x86
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Debug|x86.Deploy.0 = Debug|x86
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Release|ARM.ActiveCfg = Release|ARM
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Release|ARM.Build.0 = Release|ARM
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Release|ARM.Deploy.0 = Release|ARM
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Release|x64.ActiveCfg = Release|x64
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Release|x64.Build.0 = Release|x64
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Release|x64.Deploy.0 = Release|x64
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Release|x86.ActiveCfg = Release|x86
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Release|x86.Build.0 = Release|x86
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}.Release|x86.Deploy.0 = Release|x86
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Debug|ARM.ActiveCfg = Debug|ARM
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Debug|ARM.Build.0 = Debug|ARM
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Debug|x64.ActiveCfg = Debug|x64
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Debug|x64.Build.0 = Debug|x64
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Debug|x86.ActiveCfg = Debug|x86
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Debug|x86.Build.0 = Debug|x86
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Release|ARM.ActiveCfg = Release|ARM
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Release|ARM.Build.0 = Release|ARM
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Release|x64.ActiveCfg = Release|x64
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Release|x64.Build.0 = Release|x64
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Release|x86.ActiveCfg = Release|x86
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundSensors/vb/BackgroundSensors.vbproj b/Samples/BackgroundSensors/vb/BackgroundSensors.vbproj
index 7bdae48018..7d7d2b1f72 100644
--- a/Samples/BackgroundSensors/vb/BackgroundSensors.vbproj
+++ b/Samples/BackgroundSensors/vb/BackgroundSensors.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {D926DFCF-EF80-5182-AF9E-33BD76261F5F}
+ {C99A3D8C-7A36-56D5-806B-F92CA7D561FB}
AppContainerExe
SDKTemplate
BackgroundSensors
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundSensors/vb/BackgroundTask/BackgroundTask.vbproj b/Samples/BackgroundSensors/vb/BackgroundTask/BackgroundTask.vbproj
index 582f20f729..23091f58de 100644
--- a/Samples/BackgroundSensors/vb/BackgroundTask/BackgroundTask.vbproj
+++ b/Samples/BackgroundSensors/vb/BackgroundTask/BackgroundTask.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {6A63D12F-3760-5E27-8A3C-148DAE0B1498}
+ {4890DB3B-EABA-5D2D-8340-F70A1C4619C0}
winmdobj
BackgroundTask
ActivitySensorTasksCS
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundSensors/vb/Package.appxmanifest b/Samples/BackgroundSensors/vb/Package.appxmanifest
index f86bca3c48..5d998286d0 100644
--- a/Samples/BackgroundSensors/vb/Package.appxmanifest
+++ b/Samples/BackgroundSensors/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BackgroundTask/background-task.yaml b/Samples/BackgroundTask/background-task.yml
similarity index 100%
rename from Samples/BackgroundTask/background-task.yaml
rename to Samples/BackgroundTask/background-task.yml
diff --git a/Samples/BackgroundTask/cpp/BackgroundTask.sln b/Samples/BackgroundTask/cpp/BackgroundTask.sln
index 6c6dd0b7a6..15ad2082dc 100644
--- a/Samples/BackgroundTask/cpp/BackgroundTask.sln
+++ b/Samples/BackgroundTask/cpp/BackgroundTask.sln
@@ -3,12 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BackgroundTask", "BackgroundTask\BackgroundTask.vcxproj", "{1594D9DA-2809-5AD9-88D1-4905F3A4C229}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BackgroundTask", "BackgroundTask\BackgroundTask.vcxproj", "{72D52460-5835-5046-92B9-D7E730FB4DFB}"
ProjectSection(ProjectDependencies) = postProject
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3} = {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1} = {9AA35E0D-2D28-590A-9463-5CC8636784C1}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tasks", "Tasks\Tasks.vcxproj", "{94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tasks", "Tasks\Tasks.vcxproj", "{9AA35E0D-2D28-590A-9463-5CC8636784C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,36 +20,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Debug|ARM.ActiveCfg = Debug|ARM
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Debug|ARM.Build.0 = Debug|ARM
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Debug|ARM.Deploy.0 = Debug|ARM
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Debug|x64.ActiveCfg = Debug|x64
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Debug|x64.Build.0 = Debug|x64
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Debug|x64.Deploy.0 = Debug|x64
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Debug|x86.ActiveCfg = Debug|Win32
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Debug|x86.Build.0 = Debug|Win32
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Debug|x86.Deploy.0 = Debug|Win32
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Release|ARM.ActiveCfg = Release|ARM
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Release|ARM.Build.0 = Release|ARM
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Release|ARM.Deploy.0 = Release|ARM
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Release|x64.ActiveCfg = Release|x64
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Release|x64.Build.0 = Release|x64
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Release|x64.Deploy.0 = Release|x64
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Release|x86.ActiveCfg = Release|Win32
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Release|x86.Build.0 = Release|Win32
- {1594D9DA-2809-5AD9-88D1-4905F3A4C229}.Release|x86.Deploy.0 = Release|Win32
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Debug|ARM.ActiveCfg = Debug|ARM
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Debug|ARM.Build.0 = Debug|ARM
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Debug|x64.ActiveCfg = Debug|x64
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Debug|x64.Build.0 = Debug|x64
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Debug|x86.ActiveCfg = Debug|Win32
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Debug|x86.Build.0 = Debug|Win32
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Release|ARM.ActiveCfg = Release|ARM
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Release|ARM.Build.0 = Release|ARM
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Release|x64.ActiveCfg = Release|x64
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Release|x64.Build.0 = Release|x64
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Release|x86.ActiveCfg = Release|Win32
- {94B46700-1BAA-580E-A7EC-D3E69ECDAAF3}.Release|x86.Build.0 = Release|Win32
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Debug|ARM.ActiveCfg = Debug|ARM
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Debug|ARM.Build.0 = Debug|ARM
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Debug|ARM.Deploy.0 = Debug|ARM
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Debug|x64.ActiveCfg = Debug|x64
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Debug|x64.Build.0 = Debug|x64
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Debug|x64.Deploy.0 = Debug|x64
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Debug|x86.ActiveCfg = Debug|Win32
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Debug|x86.Build.0 = Debug|Win32
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Debug|x86.Deploy.0 = Debug|Win32
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Release|ARM.ActiveCfg = Release|ARM
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Release|ARM.Build.0 = Release|ARM
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Release|ARM.Deploy.0 = Release|ARM
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Release|x64.ActiveCfg = Release|x64
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Release|x64.Build.0 = Release|x64
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Release|x64.Deploy.0 = Release|x64
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Release|x86.ActiveCfg = Release|Win32
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Release|x86.Build.0 = Release|Win32
+ {72D52460-5835-5046-92B9-D7E730FB4DFB}.Release|x86.Deploy.0 = Release|Win32
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Debug|ARM.ActiveCfg = Debug|ARM
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Debug|ARM.Build.0 = Debug|ARM
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Debug|x64.ActiveCfg = Debug|x64
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Debug|x64.Build.0 = Debug|x64
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Debug|x86.ActiveCfg = Debug|Win32
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Debug|x86.Build.0 = Debug|Win32
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Release|ARM.ActiveCfg = Release|ARM
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Release|ARM.Build.0 = Release|ARM
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Release|x64.ActiveCfg = Release|x64
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Release|x64.Build.0 = Release|x64
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Release|x86.ActiveCfg = Release|Win32
+ {9AA35E0D-2D28-590A-9463-5CC8636784C1}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundTask/cpp/BackgroundTask/BackgroundTask.vcxproj b/Samples/BackgroundTask/cpp/BackgroundTask/BackgroundTask.vcxproj
index 0437bfb441..17036d19be 100644
--- a/Samples/BackgroundTask/cpp/BackgroundTask/BackgroundTask.vcxproj
+++ b/Samples/BackgroundTask/cpp/BackgroundTask/BackgroundTask.vcxproj
@@ -1,15 +1,15 @@
- {1594d9da-2809-5ad9-88d1-4905f3a4c229}
+ {72d52460-5835-5046-92b9-d7e730fb4dfb}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/BackgroundTask/cpp/BackgroundTask/Package.appxmanifest b/Samples/BackgroundTask/cpp/BackgroundTask/Package.appxmanifest
index b2c848175d..b679e010fc 100644
--- a/Samples/BackgroundTask/cpp/BackgroundTask/Package.appxmanifest
+++ b/Samples/BackgroundTask/cpp/BackgroundTask/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BackgroundTask/cpp/Tasks/Tasks.vcxproj b/Samples/BackgroundTask/cpp/Tasks/Tasks.vcxproj
index 8290dbf430..34e7d90682 100644
--- a/Samples/BackgroundTask/cpp/Tasks/Tasks.vcxproj
+++ b/Samples/BackgroundTask/cpp/Tasks/Tasks.vcxproj
@@ -27,7 +27,7 @@
- {94b46700-1baa-580e-a7ec-d3e69ecdaaf3}
+ {9aa35e0d-2d28-590a-9463-5cc8636784c1}
Win32Proj
Tasks
Tasks
@@ -36,8 +36,8 @@
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/BackgroundTask/cs/BackgroundTask.sln b/Samples/BackgroundTask/cs/BackgroundTask.sln
index fb6ce45f2f..3da3debd23 100644
--- a/Samples/BackgroundTask/cs/BackgroundTask.sln
+++ b/Samples/BackgroundTask/cs/BackgroundTask.sln
@@ -3,12 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundTask", "BackgroundTask\BackgroundTask.csproj", "{47773F78-4EFF-53ED-B491-2CC58E6BE1A7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundTask", "BackgroundTask\BackgroundTask.csproj", "{6C7A9D23-9477-5D0F-A8B9-509A906E433A}"
ProjectSection(ProjectDependencies) = postProject
- {C36AF9BB-3F10-52AD-B547-9A366954B820} = {C36AF9BB-3F10-52AD-B547-9A366954B820}
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740} = {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{C36AF9BB-3F10-52AD-B547-9A366954B820}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,36 +20,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Debug|ARM.ActiveCfg = Debug|ARM
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Debug|ARM.Build.0 = Debug|ARM
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Debug|ARM.Deploy.0 = Debug|ARM
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Debug|x64.ActiveCfg = Debug|x64
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Debug|x64.Build.0 = Debug|x64
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Debug|x64.Deploy.0 = Debug|x64
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Debug|x86.ActiveCfg = Debug|x86
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Debug|x86.Build.0 = Debug|x86
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Debug|x86.Deploy.0 = Debug|x86
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Release|ARM.ActiveCfg = Release|ARM
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Release|ARM.Build.0 = Release|ARM
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Release|ARM.Deploy.0 = Release|ARM
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Release|x64.ActiveCfg = Release|x64
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Release|x64.Build.0 = Release|x64
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Release|x64.Deploy.0 = Release|x64
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Release|x86.ActiveCfg = Release|x86
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Release|x86.Build.0 = Release|x86
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}.Release|x86.Deploy.0 = Release|x86
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Debug|ARM.ActiveCfg = Debug|ARM
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Debug|ARM.Build.0 = Debug|ARM
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Debug|x64.ActiveCfg = Debug|x64
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Debug|x64.Build.0 = Debug|x64
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Debug|x86.ActiveCfg = Debug|x86
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Debug|x86.Build.0 = Debug|x86
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Release|ARM.ActiveCfg = Release|ARM
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Release|ARM.Build.0 = Release|ARM
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Release|x64.ActiveCfg = Release|x64
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Release|x64.Build.0 = Release|x64
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Release|x86.ActiveCfg = Release|x86
- {C36AF9BB-3F10-52AD-B547-9A366954B820}.Release|x86.Build.0 = Release|x86
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Debug|ARM.Build.0 = Debug|ARM
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Debug|ARM.Deploy.0 = Debug|ARM
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Debug|x64.ActiveCfg = Debug|x64
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Debug|x64.Build.0 = Debug|x64
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Debug|x64.Deploy.0 = Debug|x64
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Debug|x86.ActiveCfg = Debug|x86
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Debug|x86.Build.0 = Debug|x86
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Debug|x86.Deploy.0 = Debug|x86
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Release|ARM.ActiveCfg = Release|ARM
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Release|ARM.Build.0 = Release|ARM
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Release|ARM.Deploy.0 = Release|ARM
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Release|x64.ActiveCfg = Release|x64
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Release|x64.Build.0 = Release|x64
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Release|x64.Deploy.0 = Release|x64
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Release|x86.ActiveCfg = Release|x86
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Release|x86.Build.0 = Release|x86
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}.Release|x86.Deploy.0 = Release|x86
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Debug|ARM.ActiveCfg = Debug|ARM
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Debug|ARM.Build.0 = Debug|ARM
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Debug|x64.ActiveCfg = Debug|x64
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Debug|x64.Build.0 = Debug|x64
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Debug|x86.ActiveCfg = Debug|x86
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Debug|x86.Build.0 = Debug|x86
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Release|ARM.ActiveCfg = Release|ARM
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Release|ARM.Build.0 = Release|ARM
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Release|x64.ActiveCfg = Release|x64
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Release|x64.Build.0 = Release|x64
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Release|x86.ActiveCfg = Release|x86
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundTask/cs/BackgroundTask/BackgroundTask.csproj b/Samples/BackgroundTask/cs/BackgroundTask/BackgroundTask.csproj
index 3ae76f246c..054a5c24c3 100644
--- a/Samples/BackgroundTask/cs/BackgroundTask/BackgroundTask.csproj
+++ b/Samples/BackgroundTask/cs/BackgroundTask/BackgroundTask.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {47773F78-4EFF-53ED-B491-2CC58E6BE1A7}
+ {6C7A9D23-9477-5D0F-A8B9-509A906E433A}
AppContainerExe
Properties
SDKTemplate
BackgroundTask
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundTask/cs/BackgroundTask/Package.appxmanifest b/Samples/BackgroundTask/cs/BackgroundTask/Package.appxmanifest
index 5ffa4fa121..d993dd369e 100644
--- a/Samples/BackgroundTask/cs/BackgroundTask/Package.appxmanifest
+++ b/Samples/BackgroundTask/cs/BackgroundTask/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BackgroundTask/cs/Tasks/Tasks.csproj b/Samples/BackgroundTask/cs/Tasks/Tasks.csproj
index a906689f84..616482e4a9 100644
--- a/Samples/BackgroundTask/cs/Tasks/Tasks.csproj
+++ b/Samples/BackgroundTask/cs/Tasks/Tasks.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {C36AF9BB-3F10-52AD-B547-9A366954B820}
+ {B5E880F4-C9AA-59B3-AE23-1AED9F4A2740}
winmdobj
Properties
Tasks
Tasks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundTask/vb/BackgroundTask.sln b/Samples/BackgroundTask/vb/BackgroundTask.sln
index 1c227b847e..03840337f7 100644
--- a/Samples/BackgroundTask/vb/BackgroundTask.sln
+++ b/Samples/BackgroundTask/vb/BackgroundTask.sln
@@ -3,12 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BackgroundTask", "BackgroundTask\BackgroundTask.vbproj", "{14283994-FE43-5747-BDE0-56768A9C4DFB}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BackgroundTask", "BackgroundTask\BackgroundTask.vbproj", "{A6E2BCB1-A4BC-5208-85F2-D39105887F9B}"
ProjectSection(ProjectDependencies) = postProject
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1} = {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D} = {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}
EndProjectSection
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Tasks", "Tasks\Tasks.vbproj", "{885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Tasks", "Tasks\Tasks.vbproj", "{DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,36 +20,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Debug|ARM.ActiveCfg = Debug|ARM
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Debug|ARM.Build.0 = Debug|ARM
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Debug|ARM.Deploy.0 = Debug|ARM
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Debug|x64.ActiveCfg = Debug|x64
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Debug|x64.Build.0 = Debug|x64
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Debug|x64.Deploy.0 = Debug|x64
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Debug|x86.ActiveCfg = Debug|x86
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Debug|x86.Build.0 = Debug|x86
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Debug|x86.Deploy.0 = Debug|x86
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Release|ARM.ActiveCfg = Release|ARM
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Release|ARM.Build.0 = Release|ARM
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Release|ARM.Deploy.0 = Release|ARM
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Release|x64.ActiveCfg = Release|x64
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Release|x64.Build.0 = Release|x64
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Release|x64.Deploy.0 = Release|x64
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Release|x86.ActiveCfg = Release|x86
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Release|x86.Build.0 = Release|x86
- {14283994-FE43-5747-BDE0-56768A9C4DFB}.Release|x86.Deploy.0 = Release|x86
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Debug|ARM.ActiveCfg = Debug|ARM
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Debug|ARM.Build.0 = Debug|ARM
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Debug|x64.ActiveCfg = Debug|x64
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Debug|x64.Build.0 = Debug|x64
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Debug|x86.ActiveCfg = Debug|x86
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Debug|x86.Build.0 = Debug|x86
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Release|ARM.ActiveCfg = Release|ARM
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Release|ARM.Build.0 = Release|ARM
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Release|x64.ActiveCfg = Release|x64
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Release|x64.Build.0 = Release|x64
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Release|x86.ActiveCfg = Release|x86
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}.Release|x86.Build.0 = Release|x86
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Debug|ARM.Build.0 = Debug|ARM
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Debug|x64.ActiveCfg = Debug|x64
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Debug|x64.Build.0 = Debug|x64
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Debug|x64.Deploy.0 = Debug|x64
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Debug|x86.ActiveCfg = Debug|x86
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Debug|x86.Build.0 = Debug|x86
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Debug|x86.Deploy.0 = Debug|x86
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Release|ARM.ActiveCfg = Release|ARM
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Release|ARM.Build.0 = Release|ARM
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Release|ARM.Deploy.0 = Release|ARM
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Release|x64.ActiveCfg = Release|x64
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Release|x64.Build.0 = Release|x64
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Release|x64.Deploy.0 = Release|x64
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Release|x86.ActiveCfg = Release|x86
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Release|x86.Build.0 = Release|x86
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}.Release|x86.Deploy.0 = Release|x86
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Debug|ARM.ActiveCfg = Debug|ARM
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Debug|ARM.Build.0 = Debug|ARM
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Debug|x64.ActiveCfg = Debug|x64
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Debug|x64.Build.0 = Debug|x64
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Debug|x86.ActiveCfg = Debug|x86
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Debug|x86.Build.0 = Debug|x86
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Release|ARM.ActiveCfg = Release|ARM
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Release|ARM.Build.0 = Release|ARM
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Release|x64.ActiveCfg = Release|x64
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Release|x64.Build.0 = Release|x64
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Release|x86.ActiveCfg = Release|x86
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundTask/vb/BackgroundTask/BackgroundTask.vbproj b/Samples/BackgroundTask/vb/BackgroundTask/BackgroundTask.vbproj
index f78613a141..dd0c195b24 100644
--- a/Samples/BackgroundTask/vb/BackgroundTask/BackgroundTask.vbproj
+++ b/Samples/BackgroundTask/vb/BackgroundTask/BackgroundTask.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {14283994-FE43-5747-BDE0-56768A9C4DFB}
+ {A6E2BCB1-A4BC-5208-85F2-D39105887F9B}
AppContainerExe
SDKTemplate
BackgroundTask
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundTask/vb/BackgroundTask/Package.appxmanifest b/Samples/BackgroundTask/vb/BackgroundTask/Package.appxmanifest
index f450ff210d..2567558206 100644
--- a/Samples/BackgroundTask/vb/BackgroundTask/Package.appxmanifest
+++ b/Samples/BackgroundTask/vb/BackgroundTask/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BackgroundTask/vb/Tasks/Tasks.vbproj b/Samples/BackgroundTask/vb/Tasks/Tasks.vbproj
index 7ba4b37dfa..0168147517 100644
--- a/Samples/BackgroundTask/vb/Tasks/Tasks.vbproj
+++ b/Samples/BackgroundTask/vb/Tasks/Tasks.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {885CB5D8-AB8B-5B4E-9933-10C5ED8C1CC1}
+ {DFC5FC9F-C998-5D76-BFBB-5963E0A5A64D}
winmdobj
Tasks
Tasks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundTransfer/background-transfer.yaml b/Samples/BackgroundTransfer/background-transfer.yml
similarity index 100%
rename from Samples/BackgroundTransfer/background-transfer.yaml
rename to Samples/BackgroundTransfer/background-transfer.yml
diff --git a/Samples/BackgroundTransfer/cpp/BackgroundTransfer.sln b/Samples/BackgroundTransfer/cpp/BackgroundTransfer.sln
index f23b307c63..b280987ef1 100644
--- a/Samples/BackgroundTransfer/cpp/BackgroundTransfer.sln
+++ b/Samples/BackgroundTransfer/cpp/BackgroundTransfer.sln
@@ -3,12 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BackgroundTransfer", "BackgroundTransfer\BackgroundTransfer.vcxproj", "{47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BackgroundTransfer", "BackgroundTransfer\BackgroundTransfer.vcxproj", "{F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}"
ProjectSection(ProjectDependencies) = postProject
- {1151E80E-8C5C-522E-A94A-64545BF39DEC} = {1151E80E-8C5C-522E-A94A-64545BF39DEC}
+ {C4F904E1-6208-5A98-80DC-EF59333A3004} = {C4F904E1-6208-5A98-80DC-EF59333A3004}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tasks", "Tasks\Tasks.vcxproj", "{1151E80E-8C5C-522E-A94A-64545BF39DEC}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tasks", "Tasks\Tasks.vcxproj", "{C4F904E1-6208-5A98-80DC-EF59333A3004}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,36 +20,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Debug|ARM.ActiveCfg = Debug|ARM
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Debug|ARM.Build.0 = Debug|ARM
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Debug|ARM.Deploy.0 = Debug|ARM
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Debug|x64.ActiveCfg = Debug|x64
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Debug|x64.Build.0 = Debug|x64
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Debug|x64.Deploy.0 = Debug|x64
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Debug|x86.ActiveCfg = Debug|Win32
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Debug|x86.Build.0 = Debug|Win32
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Debug|x86.Deploy.0 = Debug|Win32
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Release|ARM.ActiveCfg = Release|ARM
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Release|ARM.Build.0 = Release|ARM
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Release|ARM.Deploy.0 = Release|ARM
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Release|x64.ActiveCfg = Release|x64
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Release|x64.Build.0 = Release|x64
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Release|x64.Deploy.0 = Release|x64
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Release|x86.ActiveCfg = Release|Win32
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Release|x86.Build.0 = Release|Win32
- {47F98BCE-A4A0-5C7F-9FF6-B6A97D8683F0}.Release|x86.Deploy.0 = Release|Win32
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Debug|ARM.ActiveCfg = Debug|ARM
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Debug|ARM.Build.0 = Debug|ARM
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Debug|x64.ActiveCfg = Debug|x64
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Debug|x64.Build.0 = Debug|x64
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Debug|x86.ActiveCfg = Debug|Win32
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Debug|x86.Build.0 = Debug|Win32
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Release|ARM.ActiveCfg = Release|ARM
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Release|ARM.Build.0 = Release|ARM
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Release|x64.ActiveCfg = Release|x64
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Release|x64.Build.0 = Release|x64
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Release|x86.ActiveCfg = Release|Win32
- {1151E80E-8C5C-522E-A94A-64545BF39DEC}.Release|x86.Build.0 = Release|Win32
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Debug|ARM.Build.0 = Debug|ARM
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Debug|x64.ActiveCfg = Debug|x64
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Debug|x64.Build.0 = Debug|x64
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Debug|x64.Deploy.0 = Debug|x64
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Debug|x86.ActiveCfg = Debug|Win32
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Debug|x86.Build.0 = Debug|Win32
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Debug|x86.Deploy.0 = Debug|Win32
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Release|ARM.ActiveCfg = Release|ARM
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Release|ARM.Build.0 = Release|ARM
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Release|ARM.Deploy.0 = Release|ARM
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Release|x64.ActiveCfg = Release|x64
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Release|x64.Build.0 = Release|x64
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Release|x64.Deploy.0 = Release|x64
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Release|x86.ActiveCfg = Release|Win32
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Release|x86.Build.0 = Release|Win32
+ {F36B3210-DCF8-5CE4-9D8F-2763CEDD07B9}.Release|x86.Deploy.0 = Release|Win32
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Debug|ARM.ActiveCfg = Debug|ARM
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Debug|ARM.Build.0 = Debug|ARM
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Debug|x64.ActiveCfg = Debug|x64
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Debug|x64.Build.0 = Debug|x64
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Debug|x86.ActiveCfg = Debug|Win32
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Debug|x86.Build.0 = Debug|Win32
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Release|ARM.ActiveCfg = Release|ARM
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Release|ARM.Build.0 = Release|ARM
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Release|x64.ActiveCfg = Release|x64
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Release|x64.Build.0 = Release|x64
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Release|x86.ActiveCfg = Release|Win32
+ {C4F904E1-6208-5A98-80DC-EF59333A3004}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundTransfer/cpp/BackgroundTransfer/BackgroundTransfer.vcxproj b/Samples/BackgroundTransfer/cpp/BackgroundTransfer/BackgroundTransfer.vcxproj
index f3db092125..949917bdc2 100644
--- a/Samples/BackgroundTransfer/cpp/BackgroundTransfer/BackgroundTransfer.vcxproj
+++ b/Samples/BackgroundTransfer/cpp/BackgroundTransfer/BackgroundTransfer.vcxproj
@@ -1,15 +1,15 @@
- {47f98bce-a4a0-5c7f-9ff6-b6a97d8683f0}
+ {f36b3210-dcf8-5ce4-9d8f-2763cedd07b9}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/BackgroundTransfer/cpp/BackgroundTransfer/Package.appxmanifest b/Samples/BackgroundTransfer/cpp/BackgroundTransfer/Package.appxmanifest
index 8495845c4f..cfacb2fb4e 100644
--- a/Samples/BackgroundTransfer/cpp/BackgroundTransfer/Package.appxmanifest
+++ b/Samples/BackgroundTransfer/cpp/BackgroundTransfer/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BackgroundTransfer/cpp/Tasks/Tasks.vcxproj b/Samples/BackgroundTransfer/cpp/Tasks/Tasks.vcxproj
index 60be2336a9..2dc3339a6a 100644
--- a/Samples/BackgroundTransfer/cpp/Tasks/Tasks.vcxproj
+++ b/Samples/BackgroundTransfer/cpp/Tasks/Tasks.vcxproj
@@ -27,7 +27,7 @@
- {1151e80e-8c5c-522e-a94a-64545bf39dec}
+ {c4f904e1-6208-5a98-80dc-ef59333a3004}
Win32Proj
Tasks
Tasks
@@ -36,8 +36,8 @@
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/BackgroundTransfer/cs/BackgroundTransfer.sln b/Samples/BackgroundTransfer/cs/BackgroundTransfer.sln
index 207aec04dd..1cee6dc604 100644
--- a/Samples/BackgroundTransfer/cs/BackgroundTransfer.sln
+++ b/Samples/BackgroundTransfer/cs/BackgroundTransfer.sln
@@ -3,12 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundTransfer", "BackgroundTransfer\BackgroundTransfer.csproj", "{EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundTransfer", "BackgroundTransfer\BackgroundTransfer.csproj", "{7230B521-C0A2-5EC2-944C-AC67D69D95D4}"
ProjectSection(ProjectDependencies) = postProject
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB} = {A3DAB815-6146-5D59-AA25-39E365FBD9CB}
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84} = {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{A3DAB815-6146-5D59-AA25-39E365FBD9CB}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{EAFB1EE5-60C2-5614-910F-33BDBF28DF84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,36 +20,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Debug|ARM.ActiveCfg = Debug|ARM
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Debug|ARM.Build.0 = Debug|ARM
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Debug|ARM.Deploy.0 = Debug|ARM
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Debug|x64.ActiveCfg = Debug|x64
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Debug|x64.Build.0 = Debug|x64
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Debug|x64.Deploy.0 = Debug|x64
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Debug|x86.ActiveCfg = Debug|x86
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Debug|x86.Build.0 = Debug|x86
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Debug|x86.Deploy.0 = Debug|x86
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Release|ARM.ActiveCfg = Release|ARM
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Release|ARM.Build.0 = Release|ARM
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Release|ARM.Deploy.0 = Release|ARM
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Release|x64.ActiveCfg = Release|x64
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Release|x64.Build.0 = Release|x64
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Release|x64.Deploy.0 = Release|x64
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Release|x86.ActiveCfg = Release|x86
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Release|x86.Build.0 = Release|x86
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}.Release|x86.Deploy.0 = Release|x86
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Debug|ARM.ActiveCfg = Debug|ARM
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Debug|ARM.Build.0 = Debug|ARM
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Debug|x64.ActiveCfg = Debug|x64
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Debug|x64.Build.0 = Debug|x64
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Debug|x86.ActiveCfg = Debug|x86
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Debug|x86.Build.0 = Debug|x86
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Release|ARM.ActiveCfg = Release|ARM
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Release|ARM.Build.0 = Release|ARM
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Release|x64.ActiveCfg = Release|x64
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Release|x64.Build.0 = Release|x64
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Release|x86.ActiveCfg = Release|x86
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}.Release|x86.Build.0 = Release|x86
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Debug|ARM.ActiveCfg = Debug|ARM
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Debug|ARM.Build.0 = Debug|ARM
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Debug|ARM.Deploy.0 = Debug|ARM
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Debug|x64.ActiveCfg = Debug|x64
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Debug|x64.Build.0 = Debug|x64
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Debug|x64.Deploy.0 = Debug|x64
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Debug|x86.ActiveCfg = Debug|x86
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Debug|x86.Build.0 = Debug|x86
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Debug|x86.Deploy.0 = Debug|x86
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Release|ARM.ActiveCfg = Release|ARM
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Release|ARM.Build.0 = Release|ARM
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Release|ARM.Deploy.0 = Release|ARM
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Release|x64.ActiveCfg = Release|x64
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Release|x64.Build.0 = Release|x64
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Release|x64.Deploy.0 = Release|x64
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Release|x86.ActiveCfg = Release|x86
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Release|x86.Build.0 = Release|x86
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}.Release|x86.Deploy.0 = Release|x86
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Debug|ARM.ActiveCfg = Debug|ARM
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Debug|ARM.Build.0 = Debug|ARM
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Debug|x64.ActiveCfg = Debug|x64
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Debug|x64.Build.0 = Debug|x64
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Debug|x86.ActiveCfg = Debug|x86
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Debug|x86.Build.0 = Debug|x86
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Release|ARM.ActiveCfg = Release|ARM
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Release|ARM.Build.0 = Release|ARM
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Release|x64.ActiveCfg = Release|x64
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Release|x64.Build.0 = Release|x64
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Release|x86.ActiveCfg = Release|x86
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundTransfer/cs/BackgroundTransfer/BackgroundTransfer.csproj b/Samples/BackgroundTransfer/cs/BackgroundTransfer/BackgroundTransfer.csproj
index 2971f0b47e..a7791b98b2 100644
--- a/Samples/BackgroundTransfer/cs/BackgroundTransfer/BackgroundTransfer.csproj
+++ b/Samples/BackgroundTransfer/cs/BackgroundTransfer/BackgroundTransfer.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {EA4292D1-3F33-5D41-B5C7-B8EA928B22EB}
+ {7230B521-C0A2-5EC2-944C-AC67D69D95D4}
AppContainerExe
Properties
SDKTemplate
BackgroundTransfer
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundTransfer/cs/BackgroundTransfer/Package.appxmanifest b/Samples/BackgroundTransfer/cs/BackgroundTransfer/Package.appxmanifest
index f3ea3248ff..ff20626517 100644
--- a/Samples/BackgroundTransfer/cs/BackgroundTransfer/Package.appxmanifest
+++ b/Samples/BackgroundTransfer/cs/BackgroundTransfer/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BackgroundTransfer/cs/Tasks/Tasks.csproj b/Samples/BackgroundTransfer/cs/Tasks/Tasks.csproj
index e0e7203c89..31244c86fe 100644
--- a/Samples/BackgroundTransfer/cs/Tasks/Tasks.csproj
+++ b/Samples/BackgroundTransfer/cs/Tasks/Tasks.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {A3DAB815-6146-5D59-AA25-39E365FBD9CB}
+ {EAFB1EE5-60C2-5614-910F-33BDBF28DF84}
winmdobj
Properties
Tasks
Tasks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundTransfer/js/BackgroundTransfer.jsproj b/Samples/BackgroundTransfer/js/BackgroundTransfer.jsproj
index 399af8e1e3..73732ebd7c 100644
--- a/Samples/BackgroundTransfer/js/BackgroundTransfer.jsproj
+++ b/Samples/BackgroundTransfer/js/BackgroundTransfer.jsproj
@@ -35,7 +35,7 @@
- 3ecb5704-c608-5057-b656-cf7ee497de53
+ fe07f8a3-04c9-5c04-bcf3-7c48ba790c84
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/BackgroundTransfer/js/BackgroundTransfer.sln b/Samples/BackgroundTransfer/js/BackgroundTransfer.sln
index f5273621c7..a19de3ab3c 100644
--- a/Samples/BackgroundTransfer/js/BackgroundTransfer.sln
+++ b/Samples/BackgroundTransfer/js/BackgroundTransfer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "BackgroundTransfer", "BackgroundTransfer.jsproj", "{3ECB5704-C608-5057-B656-CF7EE497DE53}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "BackgroundTransfer", "BackgroundTransfer.jsproj", "{FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|ARM.ActiveCfg = Debug|ARM
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|ARM.Build.0 = Debug|ARM
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|ARM.Deploy.0 = Debug|ARM
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|x64.ActiveCfg = Debug|x64
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|x64.Build.0 = Debug|x64
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|x64.Deploy.0 = Debug|x64
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|x86.ActiveCfg = Debug|x86
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|x86.Build.0 = Debug|x86
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Debug|x86.Deploy.0 = Debug|x86
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|Any CPU.Build.0 = Release|Any CPU
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|ARM.ActiveCfg = Release|ARM
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|ARM.Build.0 = Release|ARM
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|ARM.Deploy.0 = Release|ARM
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|x64.ActiveCfg = Release|x64
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|x64.Build.0 = Release|x64
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|x64.Deploy.0 = Release|x64
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|x86.ActiveCfg = Release|x86
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|x86.Build.0 = Release|x86
- {3ECB5704-C608-5057-B656-CF7EE497DE53}.Release|x86.Deploy.0 = Release|x86
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|ARM.ActiveCfg = Debug|ARM
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|ARM.Build.0 = Debug|ARM
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|ARM.Deploy.0 = Debug|ARM
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|x64.ActiveCfg = Debug|x64
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|x64.Build.0 = Debug|x64
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|x64.Deploy.0 = Debug|x64
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|x86.ActiveCfg = Debug|x86
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|x86.Build.0 = Debug|x86
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Debug|x86.Deploy.0 = Debug|x86
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|Any CPU.Build.0 = Release|Any CPU
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|ARM.ActiveCfg = Release|ARM
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|ARM.Build.0 = Release|ARM
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|ARM.Deploy.0 = Release|ARM
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|x64.ActiveCfg = Release|x64
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|x64.Build.0 = Release|x64
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|x64.Deploy.0 = Release|x64
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|x86.ActiveCfg = Release|x86
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|x86.Build.0 = Release|x86
+ {FE07F8A3-04C9-5C04-BCF3-7C48BA790C84}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundTransfer/js/package.appxmanifest b/Samples/BackgroundTransfer/js/package.appxmanifest
index adac77b2f7..0fcfe54f62 100644
--- a/Samples/BackgroundTransfer/js/package.appxmanifest
+++ b/Samples/BackgroundTransfer/js/package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/BackgroundTransfer/vb/BackgroundTransfer.sln b/Samples/BackgroundTransfer/vb/BackgroundTransfer.sln
index 762417fedb..cf47fd5855 100644
--- a/Samples/BackgroundTransfer/vb/BackgroundTransfer.sln
+++ b/Samples/BackgroundTransfer/vb/BackgroundTransfer.sln
@@ -3,12 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BackgroundTransfer", "BackgroundTransfer\BackgroundTransfer.vbproj", "{2309BE7F-B6E4-524E-A370-1E172D23F09B}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BackgroundTransfer", "BackgroundTransfer\BackgroundTransfer.vbproj", "{D91E542B-B8DB-50A0-8FA1-703EEB814AD8}"
ProjectSection(ProjectDependencies) = postProject
- {24E299CE-9944-539D-86BA-F2EF0D80A71C} = {24E299CE-9944-539D-86BA-F2EF0D80A71C}
+ {455B419A-C17A-5B50-8B56-315CAFB60B18} = {455B419A-C17A-5B50-8B56-315CAFB60B18}
EndProjectSection
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Tasks", "Tasks\Tasks.vbproj", "{24E299CE-9944-539D-86BA-F2EF0D80A71C}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Tasks", "Tasks\Tasks.vbproj", "{455B419A-C17A-5B50-8B56-315CAFB60B18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,36 +20,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Debug|ARM.ActiveCfg = Debug|ARM
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Debug|ARM.Build.0 = Debug|ARM
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Debug|ARM.Deploy.0 = Debug|ARM
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Debug|x64.ActiveCfg = Debug|x64
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Debug|x64.Build.0 = Debug|x64
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Debug|x64.Deploy.0 = Debug|x64
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Debug|x86.ActiveCfg = Debug|x86
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Debug|x86.Build.0 = Debug|x86
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Debug|x86.Deploy.0 = Debug|x86
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Release|ARM.ActiveCfg = Release|ARM
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Release|ARM.Build.0 = Release|ARM
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Release|ARM.Deploy.0 = Release|ARM
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Release|x64.ActiveCfg = Release|x64
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Release|x64.Build.0 = Release|x64
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Release|x64.Deploy.0 = Release|x64
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Release|x86.ActiveCfg = Release|x86
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Release|x86.Build.0 = Release|x86
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}.Release|x86.Deploy.0 = Release|x86
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Debug|ARM.ActiveCfg = Debug|ARM
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Debug|ARM.Build.0 = Debug|ARM
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Debug|x64.ActiveCfg = Debug|x64
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Debug|x64.Build.0 = Debug|x64
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Debug|x86.ActiveCfg = Debug|x86
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Debug|x86.Build.0 = Debug|x86
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Release|ARM.ActiveCfg = Release|ARM
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Release|ARM.Build.0 = Release|ARM
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Release|x64.ActiveCfg = Release|x64
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Release|x64.Build.0 = Release|x64
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Release|x86.ActiveCfg = Release|x86
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}.Release|x86.Build.0 = Release|x86
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Debug|ARM.Build.0 = Debug|ARM
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Debug|x64.ActiveCfg = Debug|x64
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Debug|x64.Build.0 = Debug|x64
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Debug|x64.Deploy.0 = Debug|x64
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Debug|x86.ActiveCfg = Debug|x86
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Debug|x86.Build.0 = Debug|x86
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Debug|x86.Deploy.0 = Debug|x86
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Release|ARM.ActiveCfg = Release|ARM
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Release|ARM.Build.0 = Release|ARM
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Release|ARM.Deploy.0 = Release|ARM
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Release|x64.ActiveCfg = Release|x64
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Release|x64.Build.0 = Release|x64
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Release|x64.Deploy.0 = Release|x64
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Release|x86.ActiveCfg = Release|x86
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Release|x86.Build.0 = Release|x86
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}.Release|x86.Deploy.0 = Release|x86
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Debug|ARM.ActiveCfg = Debug|ARM
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Debug|ARM.Build.0 = Debug|ARM
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Debug|x64.ActiveCfg = Debug|x64
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Debug|x64.Build.0 = Debug|x64
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Debug|x86.ActiveCfg = Debug|x86
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Debug|x86.Build.0 = Debug|x86
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Release|ARM.ActiveCfg = Release|ARM
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Release|ARM.Build.0 = Release|ARM
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Release|x64.ActiveCfg = Release|x64
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Release|x64.Build.0 = Release|x64
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Release|x86.ActiveCfg = Release|x86
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BackgroundTransfer/vb/BackgroundTransfer/BackgroundTransfer.vbproj b/Samples/BackgroundTransfer/vb/BackgroundTransfer/BackgroundTransfer.vbproj
index 4c930bbd51..cb3c40b140 100644
--- a/Samples/BackgroundTransfer/vb/BackgroundTransfer/BackgroundTransfer.vbproj
+++ b/Samples/BackgroundTransfer/vb/BackgroundTransfer/BackgroundTransfer.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {2309BE7F-B6E4-524E-A370-1E172D23F09B}
+ {D91E542B-B8DB-50A0-8FA1-703EEB814AD8}
AppContainerExe
SDKTemplate
BackgroundTransfer
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BackgroundTransfer/vb/BackgroundTransfer/Package.appxmanifest b/Samples/BackgroundTransfer/vb/BackgroundTransfer/Package.appxmanifest
index 6111086a39..9f4ba38dac 100644
--- a/Samples/BackgroundTransfer/vb/BackgroundTransfer/Package.appxmanifest
+++ b/Samples/BackgroundTransfer/vb/BackgroundTransfer/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BackgroundTransfer/vb/Tasks/Tasks.vbproj b/Samples/BackgroundTransfer/vb/Tasks/Tasks.vbproj
index 055f82b588..1eed815e6a 100644
--- a/Samples/BackgroundTransfer/vb/Tasks/Tasks.vbproj
+++ b/Samples/BackgroundTransfer/vb/Tasks/Tasks.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {24E299CE-9944-539D-86BA-F2EF0D80A71C}
+ {455B419A-C17A-5B50-8B56-315CAFB60B18}
winmdobj
Tasks
Tasks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BarcodeScanner/barcode-scanner.yaml b/Samples/BarcodeScanner/barcode-scanner.yml
similarity index 100%
rename from Samples/BarcodeScanner/barcode-scanner.yaml
rename to Samples/BarcodeScanner/barcode-scanner.yml
diff --git a/Samples/BarcodeScanner/cpp/BarcodeScanner.sln b/Samples/BarcodeScanner/cpp/BarcodeScanner.sln
index ede75192ca..6af4b97ecb 100644
--- a/Samples/BarcodeScanner/cpp/BarcodeScanner.sln
+++ b/Samples/BarcodeScanner/cpp/BarcodeScanner.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BarcodeScanner", "BarcodeScanner.vcxproj", "{9C98C452-42BA-59F7-96F8-369D796094A4}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BarcodeScanner", "BarcodeScanner.vcxproj", "{6EE1C59A-7242-559D-A262-B5D0D035571E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Debug|ARM.ActiveCfg = Debug|ARM
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Debug|ARM.Build.0 = Debug|ARM
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Debug|ARM.Deploy.0 = Debug|ARM
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Debug|x64.ActiveCfg = Debug|x64
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Debug|x64.Build.0 = Debug|x64
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Debug|x64.Deploy.0 = Debug|x64
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Debug|x86.ActiveCfg = Debug|Win32
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Debug|x86.Build.0 = Debug|Win32
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Debug|x86.Deploy.0 = Debug|Win32
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Release|ARM.ActiveCfg = Release|ARM
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Release|ARM.Build.0 = Release|ARM
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Release|ARM.Deploy.0 = Release|ARM
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Release|x64.ActiveCfg = Release|x64
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Release|x64.Build.0 = Release|x64
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Release|x64.Deploy.0 = Release|x64
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Release|x86.ActiveCfg = Release|Win32
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Release|x86.Build.0 = Release|Win32
- {9C98C452-42BA-59F7-96F8-369D796094A4}.Release|x86.Deploy.0 = Release|Win32
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Debug|ARM.Build.0 = Debug|ARM
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Debug|ARM.Deploy.0 = Debug|ARM
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Debug|x64.ActiveCfg = Debug|x64
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Debug|x64.Build.0 = Debug|x64
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Debug|x64.Deploy.0 = Debug|x64
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Debug|x86.ActiveCfg = Debug|Win32
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Debug|x86.Build.0 = Debug|Win32
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Debug|x86.Deploy.0 = Debug|Win32
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Release|ARM.ActiveCfg = Release|ARM
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Release|ARM.Build.0 = Release|ARM
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Release|ARM.Deploy.0 = Release|ARM
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Release|x64.ActiveCfg = Release|x64
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Release|x64.Build.0 = Release|x64
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Release|x64.Deploy.0 = Release|x64
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Release|x86.ActiveCfg = Release|Win32
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Release|x86.Build.0 = Release|Win32
+ {6EE1C59A-7242-559D-A262-B5D0D035571E}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BarcodeScanner/cpp/BarcodeScanner.vcxproj b/Samples/BarcodeScanner/cpp/BarcodeScanner.vcxproj
index ebebfb8791..5b6c5eaaac 100644
--- a/Samples/BarcodeScanner/cpp/BarcodeScanner.vcxproj
+++ b/Samples/BarcodeScanner/cpp/BarcodeScanner.vcxproj
@@ -1,15 +1,15 @@
- {9c98c452-42ba-59f7-96f8-369d796094a4}
+ {6ee1c59a-7242-559d-a262-b5d0d035571e}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/BarcodeScanner/cpp/DataHelpers.h b/Samples/BarcodeScanner/cpp/DataHelpers.h
index 5017493197..5abe26fc80 100644
--- a/Samples/BarcodeScanner/cpp/DataHelpers.h
+++ b/Samples/BarcodeScanner/cpp/DataHelpers.h
@@ -82,7 +82,9 @@ inline Platform::String^ GetDataLabelString(Windows::Storage::Streams::IBuffer^
scanDataType == Windows::Devices::PointOfService::BarcodeSymbologies::UpceAdd2 ||
scanDataType == Windows::Devices::PointOfService::BarcodeSymbologies::UpceAdd5 ||
scanDataType == Windows::Devices::PointOfService::BarcodeSymbologies::Ean8 ||
- scanDataType == Windows::Devices::PointOfService::BarcodeSymbologies::TfStd)
+ scanDataType == Windows::Devices::PointOfService::BarcodeSymbologies::TfStd ||
+ scanDataType == Windows::Devices::PointOfService::BarcodeSymbologies::OcrA ||
+ scanDataType == Windows::Devices::PointOfService::BarcodeSymbologies::OcrB)
{
// The UPC, EAN8, and 2 of 5 families encode the digits 0..9
// which are then sent to the app in a UTF8 string (like "01234")
diff --git a/Samples/BarcodeScanner/cpp/Package.appxmanifest b/Samples/BarcodeScanner/cpp/Package.appxmanifest
index 1639050b1e..01739fd9b9 100644
--- a/Samples/BarcodeScanner/cpp/Package.appxmanifest
+++ b/Samples/BarcodeScanner/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BarcodeScanner/cpp/Scenario5_DisplayingBarcodePreview.xaml.cpp b/Samples/BarcodeScanner/cpp/Scenario5_DisplayingBarcodePreview.xaml.cpp
index 02a36c4c93..f8f8cb565e 100644
--- a/Samples/BarcodeScanner/cpp/Scenario5_DisplayingBarcodePreview.xaml.cpp
+++ b/Samples/BarcodeScanner/cpp/Scenario5_DisplayingBarcodePreview.xaml.cpp
@@ -104,6 +104,7 @@ task Scenario5_DisplayingBarcodePreview::StartMediaCaptureAsync(String^ vi
auto settings = ref new MediaCaptureInitializationSettings();
settings->VideoDeviceId = videoDeviceId;
settings->StreamingCaptureMode = StreamingCaptureMode::Video;
+ settings->SharingMode = MediaCaptureSharingMode::SharedReadOnly;
return create_task(mediaCapture->InitializeAsync(settings)).then([this]
{
@@ -411,6 +412,7 @@ task Scenario5_DisplayingBarcodePreview::SelectScannerAsync(String^ scanne
{
if (claimedScanner != nullptr)
{
+ claimedScanner->Closed += ref new TypedEventHandler(this, &Scenario5_DisplayingBarcodePreview::ClaimedScanner_Closed);
ScannerSupportsPreview = !selectedScanner->VideoDeviceId->IsEmpty();
RaisePropertyChanged(L"ScannerSupportsPreview");
@@ -431,6 +433,17 @@ task Scenario5_DisplayingBarcodePreview::SelectScannerAsync(String^ scanne
});
}
+///
+/// Closed notification was received from the selected scanner.
+///
+///
+///
+
+void Scenario5_DisplayingBarcodePreview::ClaimedScanner_Closed(ClaimedBarcodeScanner^ sender, ClaimedBarcodeScannerClosedEventArgs^ args)
+{
+ // Resources associated to the claimed barcode scanner can be cleaned up here
+}
+
///
/// Event handler for the DataReceived event fired when a barcode is scanned by the barcode scanner
///
diff --git a/Samples/BarcodeScanner/cpp/Scenario5_DisplayingBarcodePreview.xaml.h b/Samples/BarcodeScanner/cpp/Scenario5_DisplayingBarcodePreview.xaml.h
index 4e116f66c8..723ff9da26 100644
--- a/Samples/BarcodeScanner/cpp/Scenario5_DisplayingBarcodePreview.xaml.h
+++ b/Samples/BarcodeScanner/cpp/Scenario5_DisplayingBarcodePreview.xaml.h
@@ -69,6 +69,7 @@ namespace SDKTemplate
void HidePreviewButton_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ args);
void FlipPreview_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ args);
void ScannerSelection_Changed(Platform::Object^ sender, Windows::UI::Xaml::Controls::SelectionChangedEventArgs^ args);
+ void ClaimedScanner_Closed(Windows::Devices::PointOfService::ClaimedBarcodeScanner^ sender, Windows::Devices::PointOfService::ClaimedBarcodeScannerClosedEventArgs^ args);
void OnDataReceived(Windows::Devices::PointOfService::ClaimedBarcodeScanner^ sender, Windows::Devices::PointOfService::BarcodeScannerDataReceivedEventArgs^ args);
};
}
diff --git a/Samples/BarcodeScanner/cs/BarcodeScanner.csproj b/Samples/BarcodeScanner/cs/BarcodeScanner.csproj
index fd93d36f5d..d6eaa90447 100644
--- a/Samples/BarcodeScanner/cs/BarcodeScanner.csproj
+++ b/Samples/BarcodeScanner/cs/BarcodeScanner.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}
AppContainerExe
Properties
SDKTemplate
BarcodeScanner
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BarcodeScanner/cs/BarcodeScanner.sln b/Samples/BarcodeScanner/cs/BarcodeScanner.sln
index 61bd88fe0c..2e3b6b1f6d 100644
--- a/Samples/BarcodeScanner/cs/BarcodeScanner.sln
+++ b/Samples/BarcodeScanner/cs/BarcodeScanner.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BarcodeScanner", "BarcodeScanner.csproj", "{2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BarcodeScanner", "BarcodeScanner.csproj", "{DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Debug|ARM.ActiveCfg = Debug|ARM
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Debug|ARM.Build.0 = Debug|ARM
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Debug|ARM.Deploy.0 = Debug|ARM
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Debug|x64.ActiveCfg = Debug|x64
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Debug|x64.Build.0 = Debug|x64
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Debug|x64.Deploy.0 = Debug|x64
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Debug|x86.ActiveCfg = Debug|x86
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Debug|x86.Build.0 = Debug|x86
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Debug|x86.Deploy.0 = Debug|x86
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Release|ARM.ActiveCfg = Release|ARM
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Release|ARM.Build.0 = Release|ARM
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Release|ARM.Deploy.0 = Release|ARM
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Release|x64.ActiveCfg = Release|x64
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Release|x64.Build.0 = Release|x64
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Release|x64.Deploy.0 = Release|x64
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Release|x86.ActiveCfg = Release|x86
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Release|x86.Build.0 = Release|x86
- {2DDA58E7-3F10-5DE7-98D1-090A0BA4BCC3}.Release|x86.Deploy.0 = Release|x86
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Debug|ARM.ActiveCfg = Debug|ARM
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Debug|ARM.Build.0 = Debug|ARM
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Debug|ARM.Deploy.0 = Debug|ARM
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Debug|x64.ActiveCfg = Debug|x64
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Debug|x64.Build.0 = Debug|x64
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Debug|x64.Deploy.0 = Debug|x64
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Debug|x86.ActiveCfg = Debug|x86
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Debug|x86.Build.0 = Debug|x86
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Debug|x86.Deploy.0 = Debug|x86
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Release|ARM.ActiveCfg = Release|ARM
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Release|ARM.Build.0 = Release|ARM
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Release|ARM.Deploy.0 = Release|ARM
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Release|x64.ActiveCfg = Release|x64
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Release|x64.Build.0 = Release|x64
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Release|x64.Deploy.0 = Release|x64
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Release|x86.ActiveCfg = Release|x86
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Release|x86.Build.0 = Release|x86
+ {DF5721EF-CBBA-53FD-B2D0-9ECA54E85706}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BarcodeScanner/cs/Package.appxmanifest b/Samples/BarcodeScanner/cs/Package.appxmanifest
index e1fed03204..712ade9a4a 100644
--- a/Samples/BarcodeScanner/cs/Package.appxmanifest
+++ b/Samples/BarcodeScanner/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BarcodeScanner/cs/SampleConfiguration.cs b/Samples/BarcodeScanner/cs/SampleConfiguration.cs
index ab027708a5..6ed5b889a9 100644
--- a/Samples/BarcodeScanner/cs/SampleConfiguration.cs
+++ b/Samples/BarcodeScanner/cs/SampleConfiguration.cs
@@ -85,7 +85,9 @@ public static string GetDataLabelString(IBuffer data, uint scanDataType)
scanDataType == BarcodeSymbologies.UpceAdd2 ||
scanDataType == BarcodeSymbologies.UpceAdd5 ||
scanDataType == BarcodeSymbologies.Ean8 ||
- scanDataType == BarcodeSymbologies.TfStd)
+ scanDataType == BarcodeSymbologies.TfStd ||
+ scanDataType == BarcodeSymbologies.OcrA ||
+ scanDataType == BarcodeSymbologies.OcrB)
{
// The UPC, EAN8, and 2 of 5 families encode the digits 0..9
// which are then sent to the app in a UTF8 string (like "01234").
diff --git a/Samples/BarcodeScanner/cs/Scenario5_DisplayingBarcodePreview.xaml.cs b/Samples/BarcodeScanner/cs/Scenario5_DisplayingBarcodePreview.xaml.cs
index 204f914a78..8c2de87ac2 100644
--- a/Samples/BarcodeScanner/cs/Scenario5_DisplayingBarcodePreview.xaml.cs
+++ b/Samples/BarcodeScanner/cs/Scenario5_DisplayingBarcodePreview.xaml.cs
@@ -122,6 +122,7 @@ private async Task StartMediaCaptureAsync(string videoDeviceId)
{
VideoDeviceId = videoDeviceId,
StreamingCaptureMode = StreamingCaptureMode.Video,
+ SharingMode = MediaCaptureSharingMode.SharedReadOnly,
};
// Initialize MediaCapture
@@ -382,6 +383,7 @@ private async Task SelectScannerAsync(string scannerDeviceId)
if (claimedScanner != null)
{
await claimedScanner.EnableAsync();
+ claimedScanner.Closed += ClaimedScanner_Closed;
ScannerSupportsPreview = !String.IsNullOrEmpty(selectedScanner.VideoDeviceId);
RaisePropertyChanged(nameof(ScannerSupportsPreview));
@@ -409,6 +411,16 @@ private async Task SelectScannerAsync(string scannerDeviceId)
isSelectionChanging = false;
}
+ ///
+ /// Closed notification was received from the selected scanner.
+ ///
+ ///
+ ///
+ private void ClaimedScanner_Closed(ClaimedBarcodeScanner sender, ClaimedBarcodeScannerClosedEventArgs args)
+ {
+ // Resources associated to the claimed barcode scanner can be cleaned up here
+ }
+
///
/// Scan data was received from the selected scanner.
///
diff --git a/Samples/BarcodeScanner/cs/cs b/Samples/BarcodeScanner/cs/cs
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/Samples/BarcodeScanner/js/BarcodeScanner.jsproj b/Samples/BarcodeScanner/js/BarcodeScanner.jsproj
index 8d673974bf..592136692a 100644
--- a/Samples/BarcodeScanner/js/BarcodeScanner.jsproj
+++ b/Samples/BarcodeScanner/js/BarcodeScanner.jsproj
@@ -35,7 +35,7 @@
- c8bdfc8d-e353-5b24-ab7b-a9e1e658bb4a
+ 29644138-2a5b-5c48-abed-56aba946dcaa
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/BarcodeScanner/js/BarcodeScanner.sln b/Samples/BarcodeScanner/js/BarcodeScanner.sln
index 9817d535c5..b4b755fe9f 100644
--- a/Samples/BarcodeScanner/js/BarcodeScanner.sln
+++ b/Samples/BarcodeScanner/js/BarcodeScanner.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "BarcodeScanner", "BarcodeScanner.jsproj", "{C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "BarcodeScanner", "BarcodeScanner.jsproj", "{29644138-2A5B-5C48-ABED-56ABA946DCAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|ARM.ActiveCfg = Debug|ARM
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|ARM.Build.0 = Debug|ARM
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|ARM.Deploy.0 = Debug|ARM
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|x64.ActiveCfg = Debug|x64
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|x64.Build.0 = Debug|x64
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|x64.Deploy.0 = Debug|x64
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|x86.ActiveCfg = Debug|x86
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|x86.Build.0 = Debug|x86
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Debug|x86.Deploy.0 = Debug|x86
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|Any CPU.Build.0 = Release|Any CPU
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|ARM.ActiveCfg = Release|ARM
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|ARM.Build.0 = Release|ARM
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|ARM.Deploy.0 = Release|ARM
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|x64.ActiveCfg = Release|x64
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|x64.Build.0 = Release|x64
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|x64.Deploy.0 = Release|x64
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|x86.ActiveCfg = Release|x86
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|x86.Build.0 = Release|x86
- {C8BDFC8D-E353-5B24-AB7B-A9E1E658BB4A}.Release|x86.Deploy.0 = Release|x86
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|ARM.ActiveCfg = Debug|ARM
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|ARM.Build.0 = Debug|ARM
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|ARM.Deploy.0 = Debug|ARM
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|x64.ActiveCfg = Debug|x64
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|x64.Build.0 = Debug|x64
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|x64.Deploy.0 = Debug|x64
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|x86.ActiveCfg = Debug|x86
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|x86.Build.0 = Debug|x86
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Debug|x86.Deploy.0 = Debug|x86
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|Any CPU.Build.0 = Release|Any CPU
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|ARM.ActiveCfg = Release|ARM
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|ARM.Build.0 = Release|ARM
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|ARM.Deploy.0 = Release|ARM
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|x64.ActiveCfg = Release|x64
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|x64.Build.0 = Release|x64
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|x64.Deploy.0 = Release|x64
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|x86.ActiveCfg = Release|x86
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|x86.Build.0 = Release|x86
+ {29644138-2A5B-5C48-ABED-56ABA946DCAA}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BarcodeScanner/js/Package.appxmanifest b/Samples/BarcodeScanner/js/Package.appxmanifest
index 5fea881740..50d36e6f2d 100644
--- a/Samples/BarcodeScanner/js/Package.appxmanifest
+++ b/Samples/BarcodeScanner/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/BarcodeScanner/js/js/scenario5_DisplayingBarcodePreview.js b/Samples/BarcodeScanner/js/js/scenario5_DisplayingBarcodePreview.js
index 0dee8520e1..a225649197 100644
--- a/Samples/BarcodeScanner/js/js/scenario5_DisplayingBarcodePreview.js
+++ b/Samples/BarcodeScanner/js/js/scenario5_DisplayingBarcodePreview.js
@@ -116,6 +116,7 @@
var settings = new Capture.MediaCaptureInitializationSettings();
settings.videoDeviceId = videoDeviceId;
settings.streamingCaptureMode = Capture.StreamingCaptureMode.video;
+ settings.sharingMode = Capture.MediaCaptureSharingMode.sharedReadOnly;
var captureInitialized = false;
try {
@@ -237,6 +238,7 @@
if (claimedScanner) {
scannerResultsBlock.dataset.isScannerClaimed = true;
await claimedScanner.enableAsync();
+ claimedScanner.addEventListener("closed", claimedScannerClosed);
startSoftwareTriggerButton.disabled = false;
claimedScanner.addEventListener("datareceived", dataReceived);
@@ -254,6 +256,10 @@
isSelectionChanging = false;
}
+ function claimedScannerClosed() {
+ // Resources associated to the claimed barcode scanner can be cleaned up here
+ }
+
function dataReceived(args) {
var tempScanType = BarcodeSymbologies.getName(args.report.scanDataType);
diff --git a/Samples/BarcodeScanner/js/js/util.js b/Samples/BarcodeScanner/js/js/util.js
index eece2626e5..c6e1376efb 100644
--- a/Samples/BarcodeScanner/js/js/util.js
+++ b/Samples/BarcodeScanner/js/js/util.js
@@ -11,6 +11,8 @@
(function () {
+ var BarcodeSymbologies = Windows.Devices.PointOfService.BarcodeSymbologies;
+
getDataLabelString = function (data, scanDataType) {
var result = null;
@@ -19,18 +21,18 @@
// To keep this simple, we'll just decode a few of them.
if (data === null) {
result = "No data";
- }
- else {
- switch (Windows.Devices.PointOfService.BarcodeSymbologies.getName(scanDataType)) {
- case "Upca":
- case "UpcaAdd2":
- case "UpcaAdd5":
- case "Upce":
- case "UpceAdd2":
- case "UpceAdd5":
- case "Ean8":
- case "TfStd":
-
+ } else {
+ switch (scanDataType) {
+ case BarcodeSymbologies.upca:
+ case BarcodeSymbologies.upcaAdd2:
+ case BarcodeSymbologies.upcaAdd5:
+ case BarcodeSymbologies.upce:
+ case BarcodeSymbologies.upceAdd2:
+ case BarcodeSymbologies.upceAdd5:
+ case BarcodeSymbologies.ean8:
+ case BarcodeSymbologies.tfStd:
+ case BarcodeSymbologies.ocrA:
+ case BarcodeSymbologies.ocrB:
// The UPC, EAN8, and 2 of 5 families encode the digits 0..9
// which are then sent to the app in a UTF8 string (like "01234").
// This is not an exhaustive list of symbologies that can be converted to a string
@@ -38,8 +40,8 @@
var reader = Windows.Storage.Streams.DataReader.fromBuffer(data);
result = reader.readString(data.length);
break;
- default:
+ default:
// Some other symbologies (typically 2-D symbologies) contain binary data that
// should not be converted to text.
result = "Decoded data unavailable. Raw label data: " + getDataString(data);
diff --git a/Samples/BarcodeScanner/vb/BarcodeScanner.sln b/Samples/BarcodeScanner/vb/BarcodeScanner.sln
index 04311343d9..0ceb0a753c 100644
--- a/Samples/BarcodeScanner/vb/BarcodeScanner.sln
+++ b/Samples/BarcodeScanner/vb/BarcodeScanner.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BarcodeScanner", "BarcodeScanner.vbproj", "{9679A7F6-611F-5396-BF96-AB17A3E8468D}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BarcodeScanner", "BarcodeScanner.vbproj", "{5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Debug|ARM.ActiveCfg = Debug|ARM
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Debug|ARM.Build.0 = Debug|ARM
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Debug|ARM.Deploy.0 = Debug|ARM
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Debug|x64.ActiveCfg = Debug|x64
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Debug|x64.Build.0 = Debug|x64
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Debug|x64.Deploy.0 = Debug|x64
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Debug|x86.ActiveCfg = Debug|x86
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Debug|x86.Build.0 = Debug|x86
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Debug|x86.Deploy.0 = Debug|x86
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Release|ARM.ActiveCfg = Release|ARM
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Release|ARM.Build.0 = Release|ARM
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Release|ARM.Deploy.0 = Release|ARM
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Release|x64.ActiveCfg = Release|x64
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Release|x64.Build.0 = Release|x64
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Release|x64.Deploy.0 = Release|x64
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Release|x86.ActiveCfg = Release|x86
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Release|x86.Build.0 = Release|x86
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}.Release|x86.Deploy.0 = Release|x86
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Debug|ARM.ActiveCfg = Debug|ARM
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Debug|ARM.Build.0 = Debug|ARM
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Debug|ARM.Deploy.0 = Debug|ARM
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Debug|x64.ActiveCfg = Debug|x64
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Debug|x64.Build.0 = Debug|x64
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Debug|x64.Deploy.0 = Debug|x64
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Debug|x86.ActiveCfg = Debug|x86
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Debug|x86.Build.0 = Debug|x86
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Debug|x86.Deploy.0 = Debug|x86
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Release|ARM.ActiveCfg = Release|ARM
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Release|ARM.Build.0 = Release|ARM
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Release|ARM.Deploy.0 = Release|ARM
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Release|x64.ActiveCfg = Release|x64
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Release|x64.Build.0 = Release|x64
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Release|x64.Deploy.0 = Release|x64
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Release|x86.ActiveCfg = Release|x86
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Release|x86.Build.0 = Release|x86
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BarcodeScanner/vb/BarcodeScanner.vbproj b/Samples/BarcodeScanner/vb/BarcodeScanner.vbproj
index 8f30919d52..c7c2514ee8 100644
--- a/Samples/BarcodeScanner/vb/BarcodeScanner.vbproj
+++ b/Samples/BarcodeScanner/vb/BarcodeScanner.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {9679A7F6-611F-5396-BF96-AB17A3E8468D}
+ {5F934DD4-4C53-5F83-8D5E-BF3CF5919C10}
AppContainerExe
SDKTemplate
BarcodeScanner
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BarcodeScanner/vb/Package.appxmanifest b/Samples/BarcodeScanner/vb/Package.appxmanifest
index 42144184ec..dc571cca6d 100644
--- a/Samples/BarcodeScanner/vb/Package.appxmanifest
+++ b/Samples/BarcodeScanner/vb/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BarcodeScannerProvider/README.md b/Samples/BarcodeScannerProvider/README.md
new file mode 100644
index 0000000000..5a7b352475
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/README.md
@@ -0,0 +1,84 @@
+
+
+# Barcode scanner provider sample
+
+Demonstrates a basic OCR-based barcode scanner provider.
+
+> **Note:** This sample is part of a large collection of UWP feature samples.
+> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
+> [ZIP file](https://github.com/Microsoft/Windows-universal-samples/archive/master.zip), but be
+> sure to unzip everything to access shared dependencies. For more info on working with the ZIP file,
+> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).
+> For more samples, see the [Samples portal](https://aka.ms/winsamples) on the Windows Dev Center.
+
+This sample shows how to:
+
+1. **Register as a barcode scanner provider**
+
+ The sample declares the `windows.barcodeScannerProvider` extension in the application manifest.
+ It also declares the `cameraProcessingExtension` restricted capability
+ which permits the app to process images captured from the camera without direct camera control.
+
+2. **Respond to inbound connections**
+
+ The `BarcodeDecodeTask` runs when an inbound connection is created.
+ The `Provider` registers for the necessary events in order to provide barcode scanning services
+ to the connection.
+ When the software trigger starts, the provider performs OCR on captured frames
+ and reports the results.
+
+3. **Configure the barcode scanner provider**
+
+ When the user runs the app, it allows the user to configure the
+ language used for OCR.
+
+You can use the [Barcode Scanner](../BarcodeScanner) sample to test the sample barcode sample provider.
+Go to the "Displaying a Barcode Preview" scenario and select the Barcode Scanner Provider Sample
+as your barcode scanner.
+
+**Note** The Universal Windows app samples require Visual Studio 2017 to build and Windows 10 to execute.
+
+To obtain information about Windows 10 development, go to the [Windows Dev Center](http://go.microsoft.com/fwlink/?LinkID=532421)
+
+To obtain information about Microsoft Visual Studio and the tools for developing Windows apps, go to [Visual Studio](http://go.microsoft.com/fwlink/?LinkID=532422)
+
+## Related topics
+
+### Samples
+
+[Barcode Scanner](../BarcodeScanner)
+
+### Reference
+
+[Windows.Devices.PointOfService namespace](http://msdn.microsoft.com/library/windows/apps/dn298071)
+[Windows app samples](http://go.microsoft.com/fwlink/p/?LinkID=227694)
+
+## System requirements
+
+**Client:** Windows 10
+
+**Server:** Windows Server 2016 Technical Preview
+
+**Phone:** Windows 10
+
+## Build the sample
+
+1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
+2. Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
+3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio Solution (.sln) file.
+4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.
+
+## Run the sample
+
+The next steps depend on whether you just want to deploy the sample or you want to both deploy and run it.
+
+### Deploying the sample
+
+- Select Build > Deploy Solution.
+
+### Deploying and running the sample
+
+- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.cpp b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.cpp
new file mode 100644
index 0000000000..2001e5507c
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.cpp
@@ -0,0 +1,27 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#include "pch.h"
+#include "BarcodeDecoder.h"
+#include "Provider.h"
+
+using namespace Platform;
+using namespace Windows::ApplicationModel::Background;
+using namespace Windows::Devices::PointOfService::Provider;
+
+namespace BarcodeDecoder
+{
+ Provider^ provider = nullptr;
+
+ void BarcodeDecodeTask::Run(IBackgroundTaskInstance^ taskInstance)
+ {
+ provider = ref new Provider(taskInstance);
+ }
+}
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.h b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.h
new file mode 100644
index 0000000000..cca3d09390
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.h
@@ -0,0 +1,21 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#pragma once
+
+namespace BarcodeDecoder
+{
+ [Windows::Foundation::Metadata::WebHostHidden]
+ public ref class BarcodeDecodeTask sealed : Windows::ApplicationModel::Background::IBackgroundTask
+ {
+ public:
+ virtual void Run(Windows::ApplicationModel::Background::IBackgroundTaskInstance^ taskInstance);
+ };
+}
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.vcxproj b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.vcxproj
new file mode 100644
index 0000000000..d9fafb98a0
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.vcxproj
@@ -0,0 +1,230 @@
+
+
+
+
+ Debug
+ ARM
+
+
+ Debug
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ ARM
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {6e9b4706-94cb-5437-be93-ff9fb85e07ba}
+ WindowsRuntimeComponent
+ BarcodeDecoder
+ en-US
+ 14.0
+ true
+ Windows Store
+ 10.0.17763.0
+ 10.0.17763.0
+ 10.0
+
+
+
+ DynamicLibrary
+ true
+ v141
+
+
+ DynamicLibrary
+ true
+ v141
+
+
+ DynamicLibrary
+ true
+ v141
+
+
+ DynamicLibrary
+ false
+ true
+ v141
+
+
+ DynamicLibrary
+ false
+ true
+ v141
+
+
+ DynamicLibrary
+ false
+ true
+ v141
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+ false
+
+
+ false
+
+
+ false
+
+
+ false
+
+
+ false
+
+
+
+ Use
+ _WINRT_DLL;%(PreprocessorDefinitions)
+ pch.h
+ $(IntDir)pch.pch
+ $(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)
+ /bigobj %(AdditionalOptions)
+ 28204
+
+
+ Console
+ false
+
+
+
+
+ Use
+ _WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)
+ pch.h
+ $(IntDir)pch.pch
+ $(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)
+ /bigobj %(AdditionalOptions)
+ 28204
+
+
+ Console
+ false
+
+
+
+
+ Use
+ _WINRT_DLL;%(PreprocessorDefinitions)
+ pch.h
+ $(IntDir)pch.pch
+ $(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)
+ /bigobj %(AdditionalOptions)
+ 28204
+
+
+ Console
+ false
+
+
+
+
+ Use
+ _WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)
+ pch.h
+ $(IntDir)pch.pch
+ $(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)
+ /bigobj %(AdditionalOptions)
+ 28204
+
+
+ Console
+ false
+
+
+
+
+ Use
+ _WINRT_DLL;%(PreprocessorDefinitions)
+ pch.h
+ $(IntDir)pch.pch
+ $(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)
+ /bigobj %(AdditionalOptions)
+ 28204
+
+
+ Console
+ false
+
+
+
+
+ Use
+ _WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)
+ pch.h
+ $(IntDir)pch.pch
+ $(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)
+ /bigobj %(AdditionalOptions)
+ 28204
+
+
+ Console
+ false
+
+
+
+
+
+
+
+
+
+
+
+ Create
+ Create
+ Create
+ Create
+ Create
+ Create
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.vcxproj.filters b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.vcxproj.filters
new file mode 100644
index 0000000000..dc2dd41716
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/BarcodeDecoder.vcxproj.filters
@@ -0,0 +1,21 @@
+
+
+
+
+ a079459f-11fb-4cb3-ad31-5742db3921ee
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tga;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/DecodeEngine.cpp b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/DecodeEngine.cpp
new file mode 100644
index 0000000000..a0bda96165
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/DecodeEngine.cpp
@@ -0,0 +1,80 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#include "pch.h"
+#include "DecodeEngine.h"
+
+using namespace concurrency;
+using namespace Platform;
+using namespace Platform::Collections;
+using namespace Windows::Devices::PointOfService;
+using namespace Windows::Globalization;
+using namespace Windows::Graphics::Imaging;
+using namespace Windows::Media::Ocr;
+using namespace Windows::Storage;
+
+namespace BarcodeDecoder
+{
+ DecodeEngine::DecodeEngine()
+ {
+ // Create OCR engine from the language set in scenario 1 configuration
+ auto localSettings = ApplicationData::Current->LocalSettings;
+ auto decoderLanguageKey = ref new String(L"decoderLanguage");
+ if (localSettings->Values->HasKey(decoderLanguageKey))
+ {
+ String^ languageName = safe_cast(localSettings->Values->Lookup(decoderLanguageKey));
+ for (Language^ lang : OcrEngine::AvailableRecognizerLanguages)
+ {
+ if (lang->DisplayName == languageName)
+ {
+ m_ocrEngine = OcrEngine::TryCreateFromLanguage(lang);
+ break;
+ }
+ }
+ }
+
+ if (m_ocrEngine == nullptr)
+ {
+ m_ocrEngine = OcrEngine::TryCreateFromUserProfileLanguages();
+ }
+
+ SupportedSymbologies = ref new Platform::Collections::Vector();
+ SupportedSymbologies->Append(BarcodeSymbologies::OcrA);
+
+ ActiveSymbologies = ref new Platform::Collections::Vector();
+ ActiveSymbologies->Append(BarcodeSymbologies::OcrA);
+ }
+
+ task DecodeEngine::DecodeAsync(SoftwareBitmap^ bitmap)
+ {
+ // The only thing we decode is OCR.
+ uint32 index;
+ if (!ActiveSymbologies->IndexOf(BarcodeSymbologies::OcrA, &index))
+ {
+ return task_from_result(nullptr);
+ }
+
+ return create_task(m_ocrEngine->RecognizeAsync(bitmap)).then([this, bitmap](OcrResult^ ocrResult) -> DecodeResult^
+ {
+ // Get the text in the first non-empty line as result
+ for (auto line : ocrResult->Lines)
+ {
+ if (!line->Text->IsEmpty())
+ {
+ auto result = ref new DecodeResult();
+ result->Symbology = BarcodeSymbologies::OcrA;
+ result->Text = line->Text;
+ return result;
+ }
+ }
+ return nullptr;
+ });
+ }
+}
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/DecodeEngine.h b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/DecodeEngine.h
new file mode 100644
index 0000000000..9dacc53ae8
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/DecodeEngine.h
@@ -0,0 +1,75 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#pragma once
+
+namespace BarcodeDecoder
+{
+ ref class DecodeResult
+ {
+ internal:
+ property UINT Symbology
+ {
+ UINT get() { return m_symboloy; }
+ internal:
+ void set(_In_ UINT value) { m_symboloy = value; }
+ }
+
+ property Platform::String^ Text
+ {
+ Platform::String^ get() { return m_text; }
+ internal:
+ void set(_In_ Platform::String^ value) { m_text = value; }
+ }
+
+ static bool Equals(DecodeResult^ obj1, DecodeResult^ obj2)
+ {
+ if (obj1 == nullptr)
+ {
+ return (obj2 == nullptr);
+ }
+ else if (obj2 == nullptr)
+ {
+ return false;
+ }
+ return (obj1->Symbology == obj2->Symbology) && (obj1->Text == obj2->Text);
+ }
+
+ private:
+ UINT m_symboloy;
+ Platform::String^ m_text;
+ };
+
+ ref class DecodeEngine
+ {
+ internal:
+ DecodeEngine();
+
+ property Windows::Foundation::Collections::IVector^ SupportedSymbologies
+ {
+ Windows::Foundation::Collections::IVector^ get() { return m_supportedSymbologies; }
+ internal:
+ void set(_In_ Windows::Foundation::Collections::IVector^ value) { m_supportedSymbologies = value; }
+ }
+
+ property Windows::Foundation::Collections::IVector^ ActiveSymbologies
+ {
+ Windows::Foundation::Collections::IVector^ get() { return m_activeSymbologies; }
+ void set(_In_ Windows::Foundation::Collections::IVector^ value) { m_activeSymbologies = value; }
+ }
+
+ concurrency::task DecodeAsync(Windows::Graphics::Imaging::SoftwareBitmap^ bitmap);
+
+ private:
+ Windows::Media::Ocr::OcrEngine^ m_ocrEngine = nullptr;
+ Windows::Foundation::Collections::IVector^ m_supportedSymbologies;
+ Windows::Foundation::Collections::IVector^ m_activeSymbologies;
+ };
+}
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/Provider.cpp b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/Provider.cpp
new file mode 100644
index 0000000000..a171fee8c7
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/Provider.cpp
@@ -0,0 +1,344 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#include "pch.h"
+#include "Provider.h"
+
+using namespace concurrency;
+using namespace Platform;
+using namespace Windows::ApplicationModel::Background;
+using namespace Windows::ApplicationModel::Resources;
+using namespace Windows::Devices::PointOfService;
+using namespace Windows::Devices::PointOfService::Provider;
+using namespace Windows::Foundation;
+using namespace Windows::Graphics::Imaging;
+using namespace Windows::Security::Cryptography;
+using namespace Windows::Storage::Streams;
+using namespace Windows::UI::Xaml;
+
+namespace BarcodeDecoder
+{
+ Provider::Provider(IBackgroundTaskInstance^ backgroundTask) :
+ m_backgroundTask(backgroundTask)
+ {
+ auto triggerDetails = safe_cast(backgroundTask->TriggerDetails);
+ m_connection = triggerDetails->Connection;
+
+ Initialize();
+ }
+
+ Provider::~Provider()
+ {
+ CleanUp();
+ }
+
+ void Provider::CleanUp()
+ {
+ delete m_frameReader;
+ m_frameReader = nullptr;
+
+ delete m_connection;
+ m_connection = nullptr;
+
+ if (m_deferral != nullptr)
+ {
+ m_deferral->Complete();
+ m_deferral = nullptr;
+ }
+ }
+
+ BarcodeScannerReport^ Provider::CreateBarcodeScannerReportFromString(String^ barcodeString, UINT barcodeSymbology)
+ {
+ IBuffer^ barcodeDataBuffer = CryptographicBuffer::ConvertStringToBinary(barcodeString, BinaryStringEncoding::Utf8);
+ return ref new BarcodeScannerReport(barcodeSymbology, barcodeDataBuffer, barcodeDataBuffer);
+ }
+
+ void Provider::Initialize()
+ {
+ m_deferral = m_backgroundTask->GetDeferral();
+ RegisterEventHandlers();
+
+ // Set provider information. This information is localized, so read it from our resources.
+ ResourceLoader^ resourceLoader = ResourceLoader::GetForViewIndependentUse();
+ m_connection->CompanyName = resourceLoader->GetString("Company");
+ m_connection->Name = resourceLoader->GetString("Product");
+ m_connection->Version = resourceLoader->GetString("Version");
+
+ m_decodeEngine = ref new DecodeEngine();
+
+ BarcodeSymbologyAttributesBuilder^ attributesBuilder = ref new BarcodeSymbologyAttributesBuilder();
+
+ // Our decode engine does not support any of these features.
+ attributesBuilder->IsCheckDigitTransmissionSupported = false;
+ attributesBuilder->IsCheckDigitValidationSupported = false;
+ attributesBuilder->IsDecodeLengthSupported = false;
+
+ // Tell the system which symbologies we support.
+ for (UINT symbology : m_decodeEngine->SupportedSymbologies)
+ {
+ // Set symbologies supported by the provider
+ m_connection->SupportedSymbologies->Append(symbology);
+
+ // Populate a std::map for tracking symbology attributes for each supported symbology.
+ // (This step is unnecessary in the case of this sample because none of these properties
+ // is marked as supported in our BarcodeSymbologyAttributesBuilder, but we track them
+ // in this sample in order to show how it could be done.)
+ BarcodeSymbologyAttributes^ defaultAttributes = attributesBuilder->CreateAttributes();
+ if (attributesBuilder->IsDecodeLengthSupported)
+ {
+ // These are the default values, but we set them explicitly for demonstration purposes.
+ defaultAttributes->DecodeLength1 = 0;
+ defaultAttributes->DecodeLength2 = 0;
+ defaultAttributes->DecodeLengthKind = BarcodeSymbologyDecodeLengthKind::AnyLength;
+ }
+ if (attributesBuilder->IsCheckDigitTransmissionSupported)
+ {
+ // This is the default value, but we set it explicitly for demonstration purposes.
+ defaultAttributes->IsCheckDigitTransmissionEnabled = false;
+ }
+ if (attributesBuilder->IsCheckDigitValidationSupported)
+ {
+ // This is the default value, but we set it explicitly for demonstration purposes.
+ defaultAttributes->IsCheckDigitValidationEnabled = false;
+ }
+
+ m_symbologyAttributes[symbology] = defaultAttributes;
+ }
+
+ // Start the connection after
+ // 1. Provider information is set
+ // 2. Supported symbologies are added
+ // 3. All event handlers are registered
+ m_connection->Start();
+ }
+
+ void Provider::RegisterEventHandlers()
+ {
+ m_backgroundTask->Canceled += ref new BackgroundTaskCanceledEventHandler(this, &Provider::BackgroundTask_Canceled);
+ m_backgroundTask->Task->Completed += ref new BackgroundTaskCompletedEventHandler(this, &Provider::Task_Completed);
+
+ m_connection->EnableScannerRequested += ref new TypedEventHandler(this, &Provider::BarcodeScannerProviderConnection_EnableScannerRequested);
+ m_connection->DisableScannerRequested += ref new TypedEventHandler(this, &Provider::BarcodeScannerProviderConnection_DisableScannerRequested);
+
+ m_connection->GetBarcodeSymbologyAttributesRequested += ref new TypedEventHandler(this, &Provider::BarcodeScannerProviderConnection_GetBarcodeSymbologyAttributesRequested);
+ m_connection->SetBarcodeSymbologyAttributesRequested += ref new TypedEventHandler(this, &Provider::BarcodeScannerProviderConnection_SetBarcodeSymbologyAttributesRequested);
+
+ m_connection->StartSoftwareTriggerRequested += ref new TypedEventHandler(this, &Provider::BarcodeScannerProviderConnection_StartSoftwareTriggerRequested);
+ m_connection->StopSoftwareTriggerRequested += ref new TypedEventHandler(this, &Provider::BarcodeScannerProviderConnection_StopSoftwareTriggerRequested);
+
+ m_connection->HideVideoPreviewRequested += ref new TypedEventHandler(this, &Provider::BarcodeScannerProviderConnection_HideVideoPreviewRequested);
+ m_connection->SetActiveSymbologiesRequested += ref new TypedEventHandler(this, &Provider::BarcodeScannerProviderConnection_SetActiveSymbologiesRequested);
+ }
+
+ void Provider::Task_Completed(BackgroundTaskRegistration^ sender, BackgroundTaskCompletedEventArgs^ args)
+ {
+ CleanUp();
+ }
+
+ void Provider::BackgroundTask_Canceled(IBackgroundTaskInstance^ sender, BackgroundTaskCancellationReason args)
+ {
+ CleanUp();
+ }
+
+ void Provider::BarcodeScannerProviderConnection_EnableScannerRequested(BarcodeScannerProviderConnection^ sender, BarcodeScannerEnableScannerRequestEventArgs^ args)
+ {
+ // For BarcodeScannerProviderConnection events,
+ // a deferral is not required if the only async operation
+ // is ReportCompletedAsync or ReportFailedAsync.
+ m_scannerEnabled = true;
+ create_task(args->Request->ReportCompletedAsync());
+ }
+
+ void Provider::BarcodeScannerProviderConnection_DisableScannerRequested(BarcodeScannerProviderConnection^ sender, BarcodeScannerDisableScannerRequestEventArgs^ args)
+ {
+ m_scannerEnabled = false;
+
+ // Stop the frame reader if we have one.
+ task stopFrameReaderTask = task_from_result();
+ if (m_frameReader != nullptr)
+ {
+ stopFrameReaderTask = create_task(m_frameReader->StopAsync());
+ }
+
+ stopFrameReaderTask.then([args]()
+ {
+ return args->Request->ReportCompletedAsync();
+ }).then([deferral = args->GetDeferral()]()
+ {
+ deferral->Complete();
+ });
+ }
+
+ void Provider::BarcodeScannerProviderConnection_GetBarcodeSymbologyAttributesRequested(BarcodeScannerProviderConnection^ sender, BarcodeScannerGetSymbologyAttributesRequestEventArgs^ args)
+ {
+ UINT requestedSymbology = args->Request->Symbology;
+ if (m_symbologyAttributes.find(requestedSymbology) != m_symbologyAttributes.end())
+ {
+ create_task(args->Request->ReportCompletedAsync(m_symbologyAttributes[requestedSymbology]));
+ }
+ else
+ {
+ create_task(args->Request->ReportFailedAsync(static_cast(E_BOUNDS), L"The requested symbology is not supported."));
+ }
+ }
+
+ void Provider::BarcodeScannerProviderConnection_SetBarcodeSymbologyAttributesRequested(BarcodeScannerProviderConnection^ sender, BarcodeScannerSetSymbologyAttributesRequestEventArgs^ args)
+ {
+ UINT requestedSymbology = args->Request->Symbology;
+ BarcodeSymbologyAttributes^ newAttributes = args->Request->Attributes;
+
+ if (m_symbologyAttributes.find(requestedSymbology) != m_symbologyAttributes.end())
+ {
+ BarcodeSymbologyAttributes^ existingAttributes = m_symbologyAttributes[requestedSymbology];
+ if (existingAttributes->IsDecodeLengthSupported)
+ {
+ existingAttributes->DecodeLength1 = newAttributes->DecodeLength1;
+ existingAttributes->DecodeLength2 = newAttributes->DecodeLength2;
+ existingAttributes->DecodeLengthKind = newAttributes->DecodeLengthKind;
+ }
+ if (existingAttributes->IsCheckDigitTransmissionSupported)
+ {
+ existingAttributes->IsCheckDigitTransmissionEnabled = newAttributes->IsCheckDigitTransmissionEnabled;
+ }
+ if (existingAttributes->IsCheckDigitValidationSupported)
+ {
+ existingAttributes->IsCheckDigitValidationEnabled = newAttributes->IsCheckDigitValidationEnabled;
+ }
+
+ create_task(args->Request->ReportCompletedAsync());
+ }
+ else
+ {
+ create_task(args->Request->ReportFailedAsync(static_cast(E_BOUNDS), L"The requested symbology is not supported."));
+ }
+ }
+
+ void Provider::FrameReader_FrameArrived(BarcodeScannerFrameReader^ sender, BarcodeScannerFrameReaderFrameArrivedEventArgs^ args)
+ {
+ if (!m_scannerEnabled)
+ {
+ // Return immediately if decoder is not enabled
+ return;
+ }
+
+ create_task(sender->TryAcquireLatestFrameAsync()).then([](BarcodeScannerVideoFrame^ frame)
+ {
+ // Build software bitmap from pixel data if we have any.
+ return frame ? SoftwareBitmap::CreateCopyFromBuffer(frame->PixelData, frame->Format, static_cast(frame->Width), static_cast(frame->Height)) : nullptr;
+ }).then([this](SoftwareBitmap^ frameBitmap)
+ {
+ return frameBitmap ? m_decodeEngine->DecodeAsync(frameBitmap) : task_from_result(static_cast(nullptr));
+ }).then([this](DecodeResult^ decodeResult)
+ {
+ // Report only if the result is different from previous one
+ if (decodeResult && !DecodeResult::Equals(decodeResult, m_previousDecodeResult))
+ {
+ m_previousDecodeResult = decodeResult;
+
+ BarcodeScannerReport^ report = CreateBarcodeScannerReportFromString(decodeResult->Text, decodeResult->Symbology);
+ return create_task(m_connection->ReportScannedDataAsync(report));
+ }
+ else
+ {
+ return task_from_result();
+ }
+ }).then([deferral = args->GetDeferral()]()
+ {
+ deferral->Complete();
+ });
+ }
+
+ void Provider::BarcodeScannerProviderConnection_StartSoftwareTriggerRequested(BarcodeScannerProviderConnection^ sender, BarcodeScannerStartSoftwareTriggerRequestEventArgs^ args)
+ {
+ task readerStartedTask = task_from_result(false);
+
+ if (m_scannerEnabled)
+ {
+ // Create a frame reader to read video frames if we don't have one already.
+ task readerCreatedTask = task_from_result();
+ if (m_frameReader == nullptr)
+ {
+ readerCreatedTask = create_task(m_connection->CreateFrameReaderAsync(BitmapPixelFormat::Nv12, BitmapSize{ 1280, 720 }))
+ .then([this](BarcodeScannerFrameReader^ newFrameReader)
+ {
+ m_frameReader = newFrameReader;
+ m_frameReader->FrameArrived += ref new TypedEventHandler(this, &Provider::FrameReader_FrameArrived);
+ });
+ }
+
+ readerStartedTask = readerCreatedTask.then([this]()
+ {
+ return m_frameReader->StartAsync();
+ });
+ }
+
+ readerStartedTask.then([args](bool success)
+ {
+ if (success)
+ {
+ return args->Request->ReportCompletedAsync();
+ }
+ else
+ {
+ return args->Request->ReportFailedAsync();
+ }
+ }).then([deferral = args->GetDeferral()]()
+ {
+ deferral->Complete();
+ });
+ }
+
+ void Provider::BarcodeScannerProviderConnection_StopSoftwareTriggerRequested(BarcodeScannerProviderConnection^ sender, BarcodeScannerStopSoftwareTriggerRequestEventArgs^ args)
+ {
+ // Stop the frame reader if we have one.
+ task stopTask = task_from_result();
+ if (m_frameReader != nullptr)
+ {
+ stopTask = create_task(m_frameReader->StopAsync());
+ }
+
+ stopTask.then([args]()
+ {
+ return args->Request->ReportCompletedAsync();
+ }).then([deferral = args->GetDeferral()]()
+ {
+ deferral->Complete();
+ });
+ }
+
+ void Provider::BarcodeScannerProviderConnection_HideVideoPreviewRequested(BarcodeScannerProviderConnection^ sender, BarcodeScannerHideVideoPreviewRequestEventArgs^ args)
+ {
+ // There is no video preview running as background task. Simply report completed.
+ create_task(args->Request->ReportCompletedAsync());
+ }
+
+ void Provider::BarcodeScannerProviderConnection_SetActiveSymbologiesRequested(BarcodeScannerProviderConnection^ sender, BarcodeScannerSetActiveSymbologiesRequestEventArgs^ args)
+ {
+ auto newActiveSymbologies = ref new Platform::Collections::Vector();
+
+ // Ensure symbologies being set to active are supported
+ for (auto symbology : args->Request->Symbologies)
+ {
+ UINT index;
+ if (!m_decodeEngine->SupportedSymbologies->IndexOf(symbology, &index))
+ {
+ // Found invalid symbology
+ create_task(args->Request->ReportFailedAsync());
+ return;
+ }
+
+ newActiveSymbologies->Append(symbology);
+ }
+
+ m_decodeEngine->ActiveSymbologies = newActiveSymbologies;
+
+ create_task(args->Request->ReportCompletedAsync());
+ }
+}
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/Provider.h b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/Provider.h
new file mode 100644
index 0000000000..f52430b6bb
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/Provider.h
@@ -0,0 +1,66 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#pragma once
+
+#include "pch.h"
+#include "DecodeEngine.h"
+
+namespace BarcodeDecoder
+{
+ ref class Provider sealed
+ {
+ public:
+ Provider(Windows::ApplicationModel::Background::IBackgroundTaskInstance^ backgroundTask);
+ virtual ~Provider();
+
+ private:
+ Windows::Devices::PointOfService::Provider::BarcodeScannerProviderConnection^ m_connection;
+ bool m_scannerEnabled = false;
+ std::map m_symbologyAttributes;
+
+ Windows::ApplicationModel::Background::IBackgroundTaskInstance^ m_backgroundTask;
+ Platform::Agile m_deferral;
+
+ Windows::Devices::PointOfService::Provider::BarcodeScannerFrameReader^ m_frameReader;
+ DecodeEngine^ m_decodeEngine;
+
+ DecodeResult^ m_previousDecodeResult;
+
+ Windows::Foundation::EventRegistrationToken m_frameArrivedToken;
+ Windows::Foundation::EventRegistrationToken m_enableScannerRequestedToken;
+ Windows::Foundation::EventRegistrationToken m_disableScannerRequestedToken;
+ Windows::Foundation::EventRegistrationToken m_getBarcodeSymbologyAttributesRequestedToken;
+ Windows::Foundation::EventRegistrationToken m_setBarcodeSymbologyAttributesRequestedToken;
+ Windows::Foundation::EventRegistrationToken m_startSoftwareTriggerRequestedToken;
+ Windows::Foundation::EventRegistrationToken m_stopSoftwareTriggerRequestedToken;
+ Windows::Foundation::EventRegistrationToken m_hideVideoPreviewRequestedToken;
+ Windows::Foundation::EventRegistrationToken m_getActiveSymbologiesRequestedToken;
+
+ void Initialize();
+ void CleanUp();
+ void RegisterEventHandlers();
+ Windows::Devices::PointOfService::BarcodeScannerReport^ CreateBarcodeScannerReportFromString(Platform::String^ barcodeString, UINT barcodeSymbology);
+
+ void FrameReader_FrameArrived(Windows::Devices::PointOfService::Provider::BarcodeScannerFrameReader^ sender, Windows::Devices::PointOfService::Provider::BarcodeScannerFrameReaderFrameArrivedEventArgs^ args);
+
+ void Task_Completed(Windows::ApplicationModel::Background::BackgroundTaskRegistration^ sender, Windows::ApplicationModel::Background::BackgroundTaskCompletedEventArgs^ args);
+ void BackgroundTask_Canceled(Windows::ApplicationModel::Background::IBackgroundTaskInstance^ sender, Windows::ApplicationModel::Background::BackgroundTaskCancellationReason args);
+
+ void BarcodeScannerProviderConnection_EnableScannerRequested(Windows::Devices::PointOfService::Provider::BarcodeScannerProviderConnection^ sender, Windows::Devices::PointOfService::Provider::BarcodeScannerEnableScannerRequestEventArgs^ args);
+ void BarcodeScannerProviderConnection_DisableScannerRequested(Windows::Devices::PointOfService::Provider::BarcodeScannerProviderConnection^ sender, Windows::Devices::PointOfService::Provider::BarcodeScannerDisableScannerRequestEventArgs^ args);
+ void BarcodeScannerProviderConnection_GetBarcodeSymbologyAttributesRequested(Windows::Devices::PointOfService::Provider::BarcodeScannerProviderConnection^ sender, Windows::Devices::PointOfService::Provider::BarcodeScannerGetSymbologyAttributesRequestEventArgs^ args);
+ void BarcodeScannerProviderConnection_SetBarcodeSymbologyAttributesRequested(Windows::Devices::PointOfService::Provider::BarcodeScannerProviderConnection^ sender, Windows::Devices::PointOfService::Provider::BarcodeScannerSetSymbologyAttributesRequestEventArgs^ args);
+ void BarcodeScannerProviderConnection_StartSoftwareTriggerRequested(Windows::Devices::PointOfService::Provider::BarcodeScannerProviderConnection^ sender, Windows::Devices::PointOfService::Provider::BarcodeScannerStartSoftwareTriggerRequestEventArgs^ args);
+ void BarcodeScannerProviderConnection_StopSoftwareTriggerRequested(Windows::Devices::PointOfService::Provider::BarcodeScannerProviderConnection^ sender, Windows::Devices::PointOfService::Provider::BarcodeScannerStopSoftwareTriggerRequestEventArgs^ args);
+ void BarcodeScannerProviderConnection_HideVideoPreviewRequested(Windows::Devices::PointOfService::Provider::BarcodeScannerProviderConnection^ sender, Windows::Devices::PointOfService::Provider::BarcodeScannerHideVideoPreviewRequestEventArgs^ args);
+ void BarcodeScannerProviderConnection_SetActiveSymbologiesRequested(Windows::Devices::PointOfService::Provider::BarcodeScannerProviderConnection^ sender, Windows::Devices::PointOfService::Provider::BarcodeScannerSetActiveSymbologiesRequestEventArgs^ args);
+ };
+}
\ No newline at end of file
diff --git a/Samples/HolographicDepthBasedImageStabilization/cpp/pch.cpp b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/pch.cpp
similarity index 83%
rename from Samples/HolographicDepthBasedImageStabilization/cpp/pch.cpp
rename to Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/pch.cpp
index 666344a2e8..dc586a230a 100644
--- a/Samples/HolographicDepthBasedImageStabilization/cpp/pch.cpp
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/pch.cpp
@@ -8,10 +8,4 @@
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
//
//*********************************************************
-
-//
-// pch.cpp
-// Include the standard header and generate the precompiled header.
-//
-
#include "pch.h"
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/pch.h b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/pch.h
new file mode 100644
index 0000000000..4234888167
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeDecoder/pch.h
@@ -0,0 +1,14 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#pragma once
+
+#include
+#include
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider.sln b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider.sln
new file mode 100644
index 0000000000..40a8ca3dba
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider.sln
@@ -0,0 +1,57 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.27703.2042
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BarcodeScannerProvider", "BarcodeScannerProvider\BarcodeScannerProvider.vcxproj", "{11BA26D3-024A-5486-827D-66BB74503F12}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BarcodeDecoder", "BarcodeDecoder\BarcodeDecoder.vcxproj", "{6E9B4706-94CB-5437-BE93-FF9FB85E07BA}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|ARM = Debug|ARM
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|ARM = Release|ARM
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Debug|ARM.ActiveCfg = Debug|ARM
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Debug|ARM.Build.0 = Debug|ARM
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Debug|ARM.Deploy.0 = Debug|ARM
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Debug|x64.ActiveCfg = Debug|x64
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Debug|x64.Build.0 = Debug|x64
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Debug|x64.Deploy.0 = Debug|x64
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Debug|x86.ActiveCfg = Debug|Win32
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Debug|x86.Build.0 = Debug|Win32
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Debug|x86.Deploy.0 = Debug|Win32
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Release|ARM.ActiveCfg = Release|ARM
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Release|ARM.Build.0 = Release|ARM
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Release|ARM.Deploy.0 = Release|ARM
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Release|x64.ActiveCfg = Release|x64
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Release|x64.Build.0 = Release|x64
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Release|x64.Deploy.0 = Release|x64
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Release|x86.ActiveCfg = Release|Win32
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Release|x86.Build.0 = Release|Win32
+ {11BA26D3-024A-5486-827D-66BB74503F12}.Release|x86.Deploy.0 = Release|Win32
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Debug|ARM.ActiveCfg = Debug|ARM
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Debug|ARM.Build.0 = Debug|ARM
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Debug|x64.ActiveCfg = Debug|x64
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Debug|x64.Build.0 = Debug|x64
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Debug|x86.ActiveCfg = Debug|Win32
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Debug|x86.Build.0 = Debug|Win32
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Release|ARM.ActiveCfg = Release|ARM
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Release|ARM.Build.0 = Release|ARM
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Release|x64.ActiveCfg = Release|x64
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Release|x64.Build.0 = Release|x64
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Release|x86.ActiveCfg = Release|Win32
+ {6E9B4706-94CB-5437-BE93-FF9FB85E07BA}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {1F2EF144-4FEE-4F3E-BC03-00E9FB034FA7}
+ EndGlobalSection
+EndGlobal
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/BarcodeScannerProvider.vcxproj b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/BarcodeScannerProvider.vcxproj
new file mode 100644
index 0000000000..886b006bd4
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/BarcodeScannerProvider.vcxproj
@@ -0,0 +1,224 @@
+
+
+
+ {11ba26d3-024a-5486-827d-66bb74503f12}
+ SDKTemplate
+ en-US
+ 14.0
+ true
+ Windows Store
+ 10.0
+ 10.0.17763.0
+ 10.0.17763.0
+ true
+
+
+
+
+ Debug
+ ARM
+
+
+ Debug
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ ARM
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ Application
+ true
+ v141
+
+
+ Application
+ true
+ v141
+
+
+ Application
+ true
+ v141
+
+
+ Application
+ false
+ true
+ v141
+ true
+
+
+ Application
+ false
+ true
+ v141
+ true
+
+
+ Application
+ false
+ true
+ v141
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(VC_IncludePath);$(UniversalCRT_IncludePath);$(WindowsSDK_IncludePath);..\..\..\..\SharedContent\cpp
+
+
+
+ /bigobj %(AdditionalOptions)
+ 4453;28204
+
+
+
+
+ /bigobj %(AdditionalOptions)
+ 4453;28204
+
+
+
+
+ /bigobj %(AdditionalOptions)
+ 4453;28204
+
+
+
+
+ /bigobj %(AdditionalOptions)
+ 4453;28204
+
+
+
+
+ /bigobj %(AdditionalOptions)
+ 4453;28204
+
+
+
+
+ /bigobj %(AdditionalOptions)
+ 4453;28204
+
+
+
+
+
+ ..\..\..\..\SharedContent\xaml\App.xaml
+
+
+ ..\..\..\..\SharedContent\cpp\MainPage.xaml
+
+
+
+
+ ..\..\shared\Scenario1_Configuration.xaml
+
+
+
+
+ Designer
+
+
+ Designer
+
+
+
+ Styles\Styles.xaml
+
+
+
+
+ Designer
+
+
+
+
+ ..\..\..\..\SharedContent\xaml\App.xaml
+
+
+ ..\..\..\..\SharedContent\cpp\MainPage.xaml
+
+
+ Create
+ Create
+ Create
+ Create
+ Create
+ Create
+
+
+
+ ..\..\shared\Scenario1_Configuration.xaml
+
+
+
+
+ Assets\microsoft-sdk.png
+
+
+ Assets\smalltile-sdk.png
+
+
+ Assets\splash-sdk.png
+
+
+ Assets\squaretile-sdk.png
+
+
+ Assets\storelogo-sdk.png
+
+
+ Assets\tile-sdk.png
+
+
+ Assets\windows-sdk.png
+
+
+
+
+ {ea287e70-d5e8-431e-82a8-65a8e97e98a8}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/BarcodeScannerProvider.vcxproj.filters b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/BarcodeScannerProvider.vcxproj.filters
new file mode 100644
index 0000000000..9658c2a058
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/BarcodeScannerProvider.vcxproj.filters
@@ -0,0 +1,69 @@
+
+
+
+
+ f85fb10e-7de8-4119-8558-bd013fd56d97
+
+
+ 74472a56-0e94-491a-8117-7515f653704f
+ bmp;fbx;gif;jpg;jpeg;tga;tiff;tif;png
+
+
+ {96476f66-e4d1-4846-ae8f-66cdf5fb82ad}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Assets
+
+
+ Assets
+
+
+ Assets
+
+
+ Assets
+
+
+ Assets
+
+
+ Assets
+
+
+ Assets
+
+
+
+
+
+
+
+
+
+ Styles
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/Package.appxmanifest b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/Package.appxmanifest
new file mode 100644
index 0000000000..a6dda8bfbd
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/Package.appxmanifest
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+ Barcode Scanner Provider C++ Sample
+ Microsoft Corporation
+ Assets\StoreLogo-sdk.png
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/SampleConfiguration.cpp b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/SampleConfiguration.cpp
new file mode 100644
index 0000000000..2b1229824a
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/SampleConfiguration.cpp
@@ -0,0 +1,33 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+
+#include "pch.h"
+#include "MainPage.xaml.h"
+#include "SampleConfiguration.h"
+#include "DeviceHelpers.h"
+#include "Scenario1_Configuration.xaml.h"
+
+using namespace Concurrency;
+using namespace Platform;
+using namespace SDKTemplate;
+using namespace Windows::Devices::PointOfService;
+using namespace Windows::Foundation;
+
+Platform::Array^ MainPage::scenariosInner = ref new Platform::Array
+{
+ { "Decoder Configuration", "SDKTemplate.Scenario1_Configuration" }
+};
+
+task DeviceHelpers::GetFirstBarcodeScannerAsync(PosConnectionTypes connectionTypes)
+{
+ return DeviceHelpers::GetFirstDeviceAsync(BarcodeScanner::GetDeviceSelector(connectionTypes),
+ [](String^ id) { return create_task(BarcodeScanner::FromIdAsync(id)); });
+}
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/SampleConfiguration.h b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/SampleConfiguration.h
new file mode 100644
index 0000000000..70ee84594a
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/SampleConfiguration.h
@@ -0,0 +1,157 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+
+#pragma once
+
+#include "pch.h"
+
+namespace SDKTemplate
+{
+ value struct Scenario;
+
+ partial ref class MainPage
+ {
+ internal:
+ static property Platform::String^ FEATURE_NAME
+ {
+ Platform::String^ get()
+ {
+ return "Barcode Scanner Provider C++";
+ }
+ }
+
+ static property Platform::Array^ scenarios
+ {
+ Platform::Array^ get()
+ {
+ return scenariosInner;
+ }
+ }
+
+ private:
+ static Platform::Array^ scenariosInner;
+ };
+
+ public value struct Scenario
+ {
+ Platform::String^ Title;
+ Platform::String^ ClassName;
+ };
+
+ namespace DeviceHelpers
+ {
+ // By default, use all connections types.
+ Concurrency::task GetFirstBarcodeScannerAsync(
+ Windows::Devices::PointOfService::PosConnectionTypes connectionTypes = Windows::Devices::PointOfService::PosConnectionTypes::All);
+ }
+
+ [Windows::UI::Xaml::Data::Bindable]
+ public ref class BindingHelpers sealed
+ {
+ public:
+ // Inverters for binding.
+ static bool Not(bool value)
+ {
+ return !value;
+ }
+
+ static Windows::UI::Xaml::Visibility CollapsedIf(bool value)
+ {
+ return value ? Windows::UI::Xaml::Visibility::Collapsed : Windows::UI::Xaml::Visibility::Visible;
+ }
+ };
+
+ // Creates a completed Concurrency::task that is based on an IAsyncAction,
+ // so that it can be used easily from UI threads.
+ inline Concurrency::task completed_ui_task()
+ {
+ return Concurrency::create_task(concurrency::create_async([] {}));
+ }
+
+ [Windows::UI::Xaml::Data::Bindable]
+ public ref class BarcodeScannerInfo sealed
+ {
+ public:
+ property Platform::String^ Name
+ {
+ Platform::String^ get()
+ {
+ return deviceName + L" (" + deviceId + L")";
+ }
+ }
+
+ property Platform::String^ DeviceId
+ {
+ Platform::String^ get()
+ {
+ return deviceId;
+ }
+ }
+
+ BarcodeScannerInfo(Platform::String^ deviceName, Platform::String^ deviceId)
+ {
+ this->deviceName = deviceName;
+ this->deviceId = deviceId;
+ }
+ private:
+ Platform::String^ deviceName;
+ Platform::String^ deviceId;
+ };
+
+ ///
+ /// The class is used for data-binding.
+ ///
+ [Windows::UI::Xaml::Data::Bindable]
+ public ref class SymbologyListEntry sealed
+ {
+ public:
+ SymbologyListEntry(UINT symbologyId) : SymbologyListEntry(symbologyId, true) { }
+
+ SymbologyListEntry(UINT symbologyId, bool symbologyEnabled)
+ {
+ id = symbologyId;
+ enabled = symbologyEnabled;
+ }
+
+ property uint32_t Id
+ {
+ uint32_t get()
+ {
+ return id;
+ }
+ }
+
+ property bool IsEnabled
+ {
+ bool get()
+ {
+ return enabled;
+ }
+ void set(bool value)
+ {
+ enabled = value;
+ }
+ }
+
+ property Platform::String^ Name
+ {
+ Platform::String^ get()
+ {
+ return Windows::Devices::PointOfService::BarcodeSymbologies::GetName(id);
+ }
+ }
+
+ private:
+ uint32_t id;
+ bool enabled;
+ };
+
+}
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/Scenario1_Configuration.xaml.cpp b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/Scenario1_Configuration.xaml.cpp
new file mode 100644
index 0000000000..a7a1f5687b
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/Scenario1_Configuration.xaml.cpp
@@ -0,0 +1,72 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#include "pch.h"
+#include "Scenario1_Configuration.xaml.h"
+
+using namespace Concurrency;
+using namespace Platform;
+using namespace SDKTemplate;
+using namespace Windows::Foundation;
+using namespace Windows::Foundation::Collections;
+using namespace Windows::Media::Ocr;
+using namespace Windows::Storage;
+using namespace Windows::UI::Xaml;
+using namespace Windows::UI::Xaml::Controls;
+
+Scenario1_Configuration::Scenario1_Configuration()
+{
+ InitializeComponent();
+
+ IVectorView^ availableLanguages = OcrEngine::AvailableRecognizerLanguages;
+
+ // Check if any OCR language is available on device.
+ if (availableLanguages->Size > 0)
+ {
+ String^ languageTag = (String^)ApplicationData::Current->LocalSettings->Values->Lookup("decoderLanguage");
+ for (Windows::Globalization::Language^ language : availableLanguages)
+ {
+ auto item = ref new ComboBoxItem();
+ item->Content = language->DisplayName;
+ item->Tag = language;
+ LanguageList->Items->Append(item);
+ if (languageTag == language->LanguageTag)
+ {
+ LanguageList->SelectedItem = item;
+ break;
+ }
+ }
+
+ // If not found (or user had never set a preference), then select the first one.
+ if (LanguageList->SelectedIndex < 0)
+ {
+ LanguageList->SelectedIndex = 0;
+ }
+ }
+}
+
+///
+/// Occurs when selected language is changed in available languages combo box.
+///
+///
+///
+void Scenario1_Configuration::LanguageList_SelectionChanged(Object^ sender, SelectionChangedEventArgs^ e)
+{
+ auto selectedItem = safe_cast(LanguageList->SelectedItem);
+ if (selectedItem != nullptr)
+ {
+ auto selectedLanguage = safe_cast(selectedItem->Tag);
+ m_rootPage->NotifyUser(
+ "Selected OCR language is " + selectedLanguage->DisplayName + ".",
+ NotifyType::StatusMessage);
+
+ ApplicationData::Current->LocalSettings->Values->Insert("decoderLanguage", selectedLanguage->LanguageTag);
+ }
+}
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/Scenario1_Configuration.xaml.h b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/Scenario1_Configuration.xaml.h
new file mode 100644
index 0000000000..c09680c1f8
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/Scenario1_Configuration.xaml.h
@@ -0,0 +1,34 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#pragma once
+
+#include "Scenario1_Configuration.g.h"
+#include "MainPage.xaml.h"
+
+namespace SDKTemplate
+{
+ ///
+ /// An empty page that can be used on its own or navigated to within a Frame.
+ ///
+ [Windows::Foundation::Metadata::WebHostHidden]
+ public ref class Scenario1_Configuration sealed
+ {
+ public:
+ Scenario1_Configuration();
+
+ private:
+ void LanguageList_SelectionChanged(Platform::Object^ sender, Windows::UI::Xaml::Controls::SelectionChangedEventArgs^ e);
+
+ private:
+ MainPage^ m_rootPage = MainPage::Current;
+ Platform::Collections::Vector^ m_languages = ref new Platform::Collections::Vector();
+ };
+}
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/pch.cpp b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/pch.cpp
new file mode 100644
index 0000000000..dc586a230a
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/pch.cpp
@@ -0,0 +1,11 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#include "pch.h"
diff --git a/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/pch.h b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/pch.h
new file mode 100644
index 0000000000..f577b991fd
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cpp/BarcodeScannerProvider/pch.h
@@ -0,0 +1,16 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+#pragma once
+
+#include
+#include
+
+#include "App.xaml.h"
diff --git a/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/BarcodeDecoder.cs b/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/BarcodeDecoder.cs
new file mode 100644
index 0000000000..cd16715653
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/BarcodeDecoder.cs
@@ -0,0 +1,25 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+
+using Windows.ApplicationModel.Background;
+
+namespace BarcodeDecoder
+{
+ public sealed class BarcodeDecodeTask : IBackgroundTask
+ {
+ Provider provider = null;
+
+ public void Run(IBackgroundTaskInstance taskInstance)
+ {
+ provider = new Provider(taskInstance);
+ }
+ }
+}
diff --git a/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/BarcodeDecoder.csproj b/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/BarcodeDecoder.csproj
new file mode 100644
index 0000000000..07d6b9f3af
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/BarcodeDecoder.csproj
@@ -0,0 +1,131 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}
+ winmdobj
+ Properties
+ BarcodeDecoder
+ BarcodeDecoder
+ en-US
+ UAP
+ 10.0.17763.0
+ 10.0.17763.0
+ 14
+ 512
+ {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ false
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE;NETFX_CORE;WINDOWS_UWP
+ prompt
+ 4
+
+
+ x86
+ true
+ bin\x86\Debug\
+ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
+ ;2008
+ full
+ x86
+ false
+ prompt
+
+
+ x86
+ bin\x86\Release\
+ TRACE;NETFX_CORE;WINDOWS_UWP
+ true
+ ;2008
+ pdbonly
+ x86
+ false
+ prompt
+
+
+ ARM
+ true
+ bin\ARM\Debug\
+ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
+ ;2008
+ full
+ ARM
+ false
+ prompt
+
+
+ ARM
+ bin\ARM\Release\
+ TRACE;NETFX_CORE;WINDOWS_UWP
+ true
+ ;2008
+ pdbonly
+ ARM
+ false
+ prompt
+
+
+ x64
+ true
+ bin\x64\Debug\
+ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
+ ;2008
+ full
+ x64
+ false
+ prompt
+
+
+ x64
+ bin\x64\Release\
+ TRACE;NETFX_CORE;WINDOWS_UWP
+ true
+ ;2008
+ pdbonly
+ x64
+ false
+ prompt
+
+
+ PackageReference
+
+
+
+
+
+
+
+
+
+ 6.1.5
+
+
+
+ 14.0
+
+
+
+
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/DecodeEngine.cs b/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/DecodeEngine.cs
new file mode 100644
index 0000000000..2ef1c226b9
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/DecodeEngine.cs
@@ -0,0 +1,101 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+
+using System;
+using System.Collections.Generic;
+using System.Threading.Tasks;
+using Windows.Devices.PointOfService;
+using Windows.Globalization;
+using Windows.Graphics.Imaging;
+using Windows.Media.Ocr;
+using Windows.Storage;
+
+namespace BarcodeDecoder
+{
+ internal class DecodeResult
+ {
+ public uint Symbology { get; set; }
+ public string Text { get; set; }
+
+ public override bool Equals(Object obj)
+ {
+ DecodeResult other = obj as DecodeResult;
+ if (other == null)
+ {
+ return false;
+ }
+ return (Symbology == other.Symbology) && (Text == other.Text);
+ }
+
+ public override int GetHashCode()
+ {
+ return Text.GetHashCode() ^ (int)Symbology;
+ }
+ };
+
+ // Simple OCR-based decoder engine.
+ internal class DecodeEngine
+ {
+ private OcrEngine ocrEngine = null;
+ private static ApplicationDataContainer localSettings = ApplicationData.Current.LocalSettings;
+
+ public List SupportedSymbologies { get; private set; }
+ public List ActiveSymbologies { get; set; }
+
+ public DecodeEngine()
+ {
+ // Create OCR engine from the language set in scenario 1 configuration.
+ string languageTag = localSettings.Values["decoderLanguage"] as string;
+
+ foreach (Language lang in OcrEngine.AvailableRecognizerLanguages)
+ {
+ if (lang.LanguageTag == languageTag)
+ {
+ ocrEngine = OcrEngine.TryCreateFromLanguage(lang);
+ break;
+ }
+ }
+
+ if (ocrEngine == null)
+ {
+ ocrEngine = OcrEngine.TryCreateFromUserProfileLanguages();
+ }
+
+ SupportedSymbologies = new List { BarcodeSymbologies.OcrA };
+ ActiveSymbologies = SupportedSymbologies;
+ }
+
+ public async Task DecodeAsync(SoftwareBitmap bitmap)
+ {
+ // The only thing we decode is OCR.
+ if (!ActiveSymbologies.Contains(BarcodeSymbologies.OcrA))
+ {
+ return null;
+ }
+
+ OcrResult ocrResult = await ocrEngine.RecognizeAsync(bitmap);
+
+ // Get the text in the first non-empty line as result
+ foreach (OcrLine line in ocrResult.Lines)
+ {
+ if (!string.IsNullOrEmpty(line.Text))
+ {
+ return new DecodeResult
+ {
+ Symbology = BarcodeSymbologies.OcrA,
+ Text = line.Text
+ };
+ }
+ }
+ return null;
+ }
+ }
+}
diff --git a/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/Properties/AssemblyInfo.cs b/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000000..89a7da309f
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/Properties/AssemblyInfo.cs
@@ -0,0 +1,29 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("BarcodeDecoder")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("BarcodeDecoder")]
+[assembly: AssemblyCopyright("Copyright © 2018")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: ComVisible(false)]
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/Provider.cs b/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/Provider.cs
new file mode 100644
index 0000000000..8e1cd1c05c
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cs/BarcodeDecoder/Provider.cs
@@ -0,0 +1,342 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+
+using System;
+using System.Collections.Generic;
+using Windows.ApplicationModel.Background;
+using Windows.ApplicationModel.Resources;
+using Windows.Devices.PointOfService;
+using Windows.Devices.PointOfService.Provider;
+using Windows.Graphics.Imaging;
+using Windows.Security.Cryptography;
+using Windows.Storage.Streams;
+
+namespace BarcodeDecoder
+{
+ internal class Provider : IDisposable
+ {
+ private DecodeEngine decodeEngine = null;
+ private DecodeResult previousDecodeResult = null;
+ private IBackgroundTaskInstance backgroundTask = null;
+ private bool scannerEnabled = false;
+ private Dictionary symbologyAttributes = new Dictionary();
+ private BackgroundTaskDeferral deferral = null;
+ private BarcodeScannerFrameReader frameReader = null;
+ private bool disposed = false;
+ private BarcodeScannerProviderConnection connection = null;
+
+ readonly int E_BOUNDS = unchecked((int)0x8000000B);
+
+ public Provider(IBackgroundTaskInstance backgroundTask)
+ {
+ this.backgroundTask = backgroundTask;
+
+ var triggerDetails = (BarcodeScannerProviderTriggerDetails)backgroundTask.TriggerDetails;
+ connection = triggerDetails.Connection;
+
+ Initialize();
+ }
+
+ ~Provider()
+ {
+ Dispose(false);
+ }
+
+ public void Dispose()
+ {
+ Dispose(true);
+ GC.SuppressFinalize(this);
+ }
+
+ protected virtual void Dispose(bool disposing)
+ {
+ if (disposed)
+ {
+ return;
+ }
+
+ if (disposing)
+ {
+ frameReader?.Dispose();
+ frameReader = null;
+
+ connection?.Dispose();
+ connection = null;
+
+ deferral?.Complete();
+ deferral = null;
+
+ disposed = true;
+ }
+ }
+
+ public static BarcodeScannerReport CreateBarcodeScannerReportFromString(string scanData, uint symbology)
+ {
+ IBuffer scanDataBuffer = CryptographicBuffer.ConvertStringToBinary(scanData, BinaryStringEncoding.Utf8);
+ return new BarcodeScannerReport(symbology, scanDataBuffer, scanDataBuffer);
+ }
+
+ private void Initialize()
+ {
+ deferral = backgroundTask.GetDeferral();
+ RegisterEventHandlers();
+
+ // Set provider information. This information is localized, so read it from our resources.
+ ResourceLoader resourceLoader = ResourceLoader.GetForViewIndependentUse();
+ connection.CompanyName = resourceLoader.GetString("Company");
+ connection.Name = resourceLoader.GetString("Product");
+ connection.Version = resourceLoader.GetString("Version");
+
+ decodeEngine = new DecodeEngine();
+
+ // Our decode engine does not support any of these features.
+ var attributesBuilder = new BarcodeSymbologyAttributesBuilder
+ {
+ IsCheckDigitTransmissionSupported = false,
+ IsCheckDigitValidationSupported = false,
+ IsDecodeLengthSupported = false,
+ };
+
+ // Tell the system which symbologies we support.
+ foreach (uint symbology in decodeEngine.SupportedSymbologies)
+ {
+ connection.SupportedSymbologies.Add(symbology);
+
+ // Populate a dictionary for tracking symbology attributes for each supported symbology.
+ // (This step is unnecessary in the case of this sample because none of these properties
+ // is marked as supported in our BarcodeSymbologyAttributesBuilder, but we track them
+ // in this sample in order to show how it could be done.)
+ BarcodeSymbologyAttributes defaultAttributes = attributesBuilder.CreateAttributes();
+ if (attributesBuilder.IsDecodeLengthSupported)
+ {
+ // These are the default values, but we set them explicitly for demonstration purposes.
+ defaultAttributes.DecodeLength1 = 0;
+ defaultAttributes.DecodeLength2 = 0;
+ defaultAttributes.DecodeLengthKind = BarcodeSymbologyDecodeLengthKind.AnyLength;
+ }
+ if (attributesBuilder.IsCheckDigitTransmissionSupported)
+ {
+ // This is the default value, but we set it explicitly for demonstration purposes.
+ defaultAttributes.IsCheckDigitTransmissionEnabled = false;
+ }
+ if (attributesBuilder.IsCheckDigitValidationSupported)
+ {
+ // This is the default value, but we set it explicitly for demonstration purposes.
+ defaultAttributes.IsCheckDigitValidationEnabled = false;
+ }
+ symbologyAttributes.Add(symbology, defaultAttributes);
+ }
+
+ // Start the connection after
+ // 1. Provider information is set
+ // 2. Supported symbologies are added
+ // 3. All event handlers are registered
+ connection.Start();
+ }
+
+ private void RegisterEventHandlers()
+ {
+ backgroundTask.Canceled += BackgroundTask_Canceled;
+ backgroundTask.Task.Completed += Task_Completed;
+
+ connection.EnableScannerRequested += BarcodeScannerProviderConnection_EnableScannerRequested;
+ connection.DisableScannerRequested += BarcodeScannerProviderConnection_DisableScannerRequested;
+
+ connection.GetBarcodeSymbologyAttributesRequested += BarcodeScannerProviderConnection_GetBarcodeSymbologyAttributesRequested;
+ connection.SetBarcodeSymbologyAttributesRequested += BarcodeScannerProviderConnection_SetBarcodeSymbologyAttributesRequested;
+
+ connection.StartSoftwareTriggerRequested += BarcodeScannerProviderConnection_StartSoftwareTriggerRequested;
+ connection.StopSoftwareTriggerRequested += BarcodeScannerProviderConnection_StopSoftwareTriggerRequested;
+
+ connection.HideVideoPreviewRequested += BarcodeScannerProviderConnection_HideVideoPreviewRequested;
+ connection.SetActiveSymbologiesRequested += BarcodeScannerProviderConnection_SetActiveSymbologiesRequested;
+ }
+
+ private void Task_Completed(BackgroundTaskRegistration sender, BackgroundTaskCompletedEventArgs args)
+ {
+ Dispose();
+ }
+
+ private void BackgroundTask_Canceled(IBackgroundTaskInstance sender, BackgroundTaskCancellationReason reason)
+ {
+ Dispose();
+ }
+
+ private async void BarcodeScannerProviderConnection_EnableScannerRequested(BarcodeScannerProviderConnection sender, BarcodeScannerEnableScannerRequestEventArgs args)
+ {
+ // For BarcodeScannerProviderConnection events,
+ // a deferral is not required if the only async operation
+ // is ReportCompletedAsync or ReportFailedAsync.
+ scannerEnabled = true;
+ await args.Request.ReportCompletedAsync();
+ }
+
+ private async void BarcodeScannerProviderConnection_DisableScannerRequested(BarcodeScannerProviderConnection sender, BarcodeScannerDisableScannerRequestEventArgs args)
+ {
+ using (args.GetDeferral())
+ {
+ scannerEnabled = false;
+
+ // Stop frame reader when disabled
+ if (frameReader != null)
+ {
+ await frameReader.StopAsync();
+ }
+ await args.Request.ReportCompletedAsync();
+ }
+ }
+
+ private async void BarcodeScannerProviderConnection_GetBarcodeSymbologyAttributesRequested(BarcodeScannerProviderConnection sender, BarcodeScannerGetSymbologyAttributesRequestEventArgs args)
+ {
+ BarcodeSymbologyAttributes attributes;
+ if (symbologyAttributes.TryGetValue(args.Request.Symbology, out attributes))
+ {
+ await args.Request.ReportCompletedAsync(attributes);
+ }
+ else
+ {
+ await args.Request.ReportFailedAsync(E_BOUNDS, "The requested symbology is not supported.");
+ }
+ }
+
+ private async void BarcodeScannerProviderConnection_SetBarcodeSymbologyAttributesRequested(BarcodeScannerProviderConnection sender, BarcodeScannerSetSymbologyAttributesRequestEventArgs args)
+ {
+ // Update the symbology attributes for the specified symbology.
+ BarcodeSymbologyAttributes newAttributes = args.Request.Attributes;
+ BarcodeSymbologyAttributes existingAttributes;
+ if (symbologyAttributes.TryGetValue(args.Request.Symbology, out existingAttributes))
+ {
+ // Our sample does not support these properties, but we update them for illustration purposes.
+ if (existingAttributes.IsDecodeLengthSupported)
+ {
+ existingAttributes.DecodeLength1 = newAttributes.DecodeLength1;
+ existingAttributes.DecodeLength2 = newAttributes.DecodeLength2;
+ existingAttributes.DecodeLengthKind = newAttributes.DecodeLengthKind;
+ }
+ if (existingAttributes.IsCheckDigitTransmissionSupported)
+ {
+ existingAttributes.IsCheckDigitTransmissionEnabled = newAttributes.IsCheckDigitTransmissionEnabled;
+ }
+ if (existingAttributes.IsCheckDigitValidationSupported)
+ {
+ existingAttributes.IsCheckDigitValidationEnabled = newAttributes.IsCheckDigitValidationEnabled;
+ }
+ // If we supported these properties, we would also have to update the parameters of the decoder
+ // at this point.
+ await args.Request.ReportCompletedAsync();
+ }
+ else
+ {
+ await args.Request.ReportFailedAsync(E_BOUNDS, "The requested symbology is not supported.");
+ }
+ }
+
+ private async void FrameReader_FrameArrived(BarcodeScannerFrameReader sender, BarcodeScannerFrameReaderFrameArrivedEventArgs args)
+ {
+ if (!scannerEnabled)
+ {
+ // Return immediately if decoder is not enabled
+ return;
+ }
+
+ using (args.GetDeferral())
+ {
+ SoftwareBitmap bitmap = null;
+ using (BarcodeScannerVideoFrame frame = await sender.TryAcquireLatestFrameAsync())
+ {
+ if (frame != null)
+ {
+ // Build software bitmap from pixel data
+ bitmap = SoftwareBitmap.CreateCopyFromBuffer(frame.PixelData, frame.Format, (int)frame.Width, (int)frame.Height);
+ }
+ }
+
+ if (bitmap != null)
+ {
+ DecodeResult decodeResult = await decodeEngine.DecodeAsync(bitmap);
+
+ bitmap.Dispose();
+ bitmap = null;
+
+ // Report only if we have a result that is different from previous one.
+ if (decodeResult != null && !decodeResult.Equals(previousDecodeResult))
+ {
+ previousDecodeResult = decodeResult;
+ await connection.ReportScannedDataAsync(CreateBarcodeScannerReportFromString(decodeResult.Text, decodeResult.Symbology));
+ }
+ }
+ }
+ }
+
+ private async void BarcodeScannerProviderConnection_StartSoftwareTriggerRequested(BarcodeScannerProviderConnection sender, BarcodeScannerStartSoftwareTriggerRequestEventArgs args)
+ {
+ using (args.GetDeferral())
+ {
+ bool readerStarted = false;
+
+ if (scannerEnabled)
+ {
+ if (frameReader == null)
+ {
+ // Create frame reader to read video frames
+ frameReader = await connection.CreateFrameReaderAsync(BitmapPixelFormat.Nv12, new BitmapSize() { Width = 1280, Height = 720 });
+ frameReader.FrameArrived += FrameReader_FrameArrived;
+ }
+
+ readerStarted = await frameReader.StartAsync();
+ }
+
+ if (readerStarted)
+ {
+ await args.Request.ReportCompletedAsync();
+ }
+ else
+ {
+ await args.Request.ReportFailedAsync();
+ }
+ }
+ }
+
+ private async void BarcodeScannerProviderConnection_StopSoftwareTriggerRequested(BarcodeScannerProviderConnection sender, BarcodeScannerStopSoftwareTriggerRequestEventArgs args)
+ {
+ using (args.GetDeferral())
+ {
+ if (frameReader != null)
+ {
+ await frameReader.StopAsync();
+ }
+ await args.Request.ReportCompletedAsync();
+ }
+ }
+
+ private async void BarcodeScannerProviderConnection_HideVideoPreviewRequested(BarcodeScannerProviderConnection sender, BarcodeScannerHideVideoPreviewRequestEventArgs args)
+ {
+ // There is no video preview running as background task. Simply report completed.
+ await args.Request.ReportCompletedAsync();
+ }
+
+ private async void BarcodeScannerProviderConnection_SetActiveSymbologiesRequested(BarcodeScannerProviderConnection sender, BarcodeScannerSetActiveSymbologiesRequestEventArgs args)
+ {
+ // Ensure all symbologies being set to active are supported.
+ foreach (var symbology in args.Request.Symbologies)
+ {
+ if (!decodeEngine.SupportedSymbologies.Contains(symbology))
+ {
+ // Found invalid symbology.
+ await args.Request.ReportFailedAsync();
+ return;
+ }
+ }
+ decodeEngine.ActiveSymbologies = new List(args.Request.Symbologies);
+ await args.Request.ReportCompletedAsync();
+ }
+ }
+}
diff --git a/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider.sln b/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider.sln
new file mode 100644
index 0000000000..fb0853702e
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider.sln
@@ -0,0 +1,65 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.27703.2042
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BarcodeScannerProvider", "BarcodeScannerProvider\BarcodeScannerProvider.csproj", "{DE53FCF3-33E7-565F-B7B8-AE69D4403930}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BarcodeDecoder", "BarcodeDecoder\BarcodeDecoder.csproj", "{385615AB-42A9-5BC0-84FF-04D0F1F2EB50}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|ARM = Debug|ARM
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|ARM = Release|ARM
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Debug|ARM.ActiveCfg = Debug|ARM
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Debug|ARM.Build.0 = Debug|ARM
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Debug|ARM.Deploy.0 = Debug|ARM
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Debug|x64.ActiveCfg = Debug|x64
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Debug|x64.Build.0 = Debug|x64
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Debug|x64.Deploy.0 = Debug|x64
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Debug|x86.ActiveCfg = Debug|x86
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Debug|x86.Build.0 = Debug|x86
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Debug|x86.Deploy.0 = Debug|x86
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Release|Any CPU.ActiveCfg = Release|x86
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Release|ARM.ActiveCfg = Release|ARM
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Release|ARM.Build.0 = Release|ARM
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Release|ARM.Deploy.0 = Release|ARM
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Release|x64.ActiveCfg = Release|x64
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Release|x64.Build.0 = Release|x64
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Release|x64.Deploy.0 = Release|x64
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Release|x86.ActiveCfg = Release|x86
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Release|x86.Build.0 = Release|x86
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}.Release|x86.Deploy.0 = Release|x86
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Debug|ARM.ActiveCfg = Debug|ARM
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Debug|ARM.Build.0 = Debug|ARM
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Debug|x64.ActiveCfg = Debug|x64
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Debug|x64.Build.0 = Debug|x64
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Debug|x86.ActiveCfg = Debug|x86
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Debug|x86.Build.0 = Debug|x86
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Release|Any CPU.Build.0 = Release|Any CPU
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Release|ARM.ActiveCfg = Release|ARM
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Release|ARM.Build.0 = Release|ARM
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Release|x64.ActiveCfg = Release|x64
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Release|x64.Build.0 = Release|x64
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Release|x86.ActiveCfg = Release|x86
+ {385615AB-42A9-5BC0-84FF-04D0F1F2EB50}.Release|x86.Build.0 = Release|x86
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {23FB73F6-2985-4457-8986-F4F450D6AF86}
+ EndGlobalSection
+EndGlobal
diff --git a/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/BarcodeScannerProvider.csproj b/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/BarcodeScannerProvider.csproj
new file mode 100644
index 0000000000..cc884816d8
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/BarcodeScannerProvider.csproj
@@ -0,0 +1,189 @@
+
+
+
+
+ Debug
+ x86
+ {DE53FCF3-33E7-565F-B7B8-AE69D4403930}
+ AppContainerExe
+ Properties
+ SDKTemplate
+ BarcodeScannerProvider
+ en-US
+ UAP
+ 10.0.17763.0
+ 10.0.17763.0
+ 14
+ 512
+ {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ true
+
+
+ true
+ bin\x86\Debug\
+ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
+ ;2008
+ full
+ x86
+ false
+ prompt
+ true
+
+
+ bin\x86\Release\
+ TRACE;NETFX_CORE;WINDOWS_UWP
+ true
+ ;2008
+ pdbonly
+ x86
+ false
+ prompt
+ true
+ true
+
+
+ true
+ bin\ARM\Debug\
+ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
+ ;2008
+ full
+ ARM
+ false
+ prompt
+ true
+
+
+ bin\ARM\Release\
+ TRACE;NETFX_CORE;WINDOWS_UWP
+ true
+ ;2008
+ pdbonly
+ ARM
+ false
+ prompt
+ true
+ true
+
+
+ true
+ bin\x64\Debug\
+ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
+ ;2008
+ full
+ x64
+ false
+ prompt
+ true
+
+
+ bin\x64\Release\
+ TRACE;NETFX_CORE;WINDOWS_UWP
+ true
+ ;2008
+ pdbonly
+ x64
+ false
+ prompt
+ true
+ true
+
+
+ PackageReference
+
+
+
+ App.xaml.cs
+ App.xaml
+
+
+ MainPage.xaml.cs
+ MainPage.xaml
+
+
+ Properties\AssemblyInfo.cs
+
+
+
+ Scenario1_Configuration.xaml
+
+
+
+
+ Designer
+
+
+
+
+ Properties\Default.rd.xml
+
+
+ Assets\microsoft-sdk.png
+
+
+ Assets\smallTile-sdk.png
+
+
+ Assets\splash-sdk.png
+
+
+ Assets\squareTile-sdk.png
+
+
+ Assets\storeLogo-sdk.png
+
+
+ Assets\tile-sdk.png
+
+
+ Assets\windows-sdk.png
+
+
+
+
+ App.xaml
+ MSBuild:Compile
+ Designer
+
+
+ MainPage.xaml
+ MSBuild:Compile
+ Designer
+
+
+ Scenario1_Configuration.xaml
+ MSBuild:Compile
+ Designer
+
+
+ Styles\Styles.xaml
+ MSBuild:Compile
+ Designer
+
+
+
+
+ 6.1.5
+
+
+
+
+ {64684124-0312-42ac-91bb-13cc85d81477}
+ BarcodeDecoder
+
+
+
+
+
+
+
+ 14.0
+
+
+
+
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/Package.appxmanifest b/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/Package.appxmanifest
new file mode 100644
index 0000000000..d06ad0615c
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/Package.appxmanifest
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+ Barcode Scanner Provider C# Sample
+ Microsoft Corporation
+ Assets\StoreLogo-sdk.png
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/SampleConfiguration.cs b/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/SampleConfiguration.cs
new file mode 100644
index 0000000000..cb3143df98
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/SampleConfiguration.cs
@@ -0,0 +1,33 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+
+using System;
+using System.Collections.Generic;
+using Windows.UI.Xaml.Controls;
+
+namespace SDKTemplate
+{
+ public partial class MainPage : Page
+ {
+ public const string FEATURE_NAME = "Barcode Scanner Provider";
+
+ List scenarios = new List
+ {
+ new Scenario() { Title = "Decoder configuration", ClassType = typeof(Scenario1_Configuration) }
+ };
+ }
+
+ public class Scenario
+ {
+ public string Title { get; set; }
+ public Type ClassType { get; set; }
+ }
+}
diff --git a/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/Scenario1_Configuration.xaml.cs b/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/Scenario1_Configuration.xaml.cs
new file mode 100644
index 0000000000..9918959204
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/cs/BarcodeScannerProvider/Scenario1_Configuration.xaml.cs
@@ -0,0 +1,81 @@
+//*********************************************************
+//
+// Copyright (c) Microsoft. All rights reserved.
+// This code is licensed under the MIT License (MIT).
+// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
+// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
+// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
+//
+//*********************************************************
+
+using System.Collections.Generic;
+using Windows.Globalization;
+using Windows.Media.Ocr;
+using Windows.Storage;
+using Windows.UI.Xaml.Controls;
+using Windows.UI.Xaml.Navigation;
+
+// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
+
+namespace SDKTemplate
+{
+ ///
+ /// An empty page that can be used on its own or navigated to within a Frame.
+ ///
+ public sealed partial class Scenario1_Configuration : Page
+ {
+ // A pointer back to the main page.
+ // This is needed if you want to call methods in MainPage such as NotifyUser()
+ private MainPage rootPage = MainPage.Current;
+
+ private static ApplicationDataContainer localSettings = ApplicationData.Current.LocalSettings;
+
+ public Scenario1_Configuration()
+ {
+ this.InitializeComponent();
+
+ IReadOnlyList availableLanguages = OcrEngine.AvailableRecognizerLanguages;
+
+ LanguageList.ItemsSource = availableLanguages;
+
+ if (availableLanguages.Count > 0)
+ {
+ // Select the one that the user selected last time, if any.
+ if (localSettings.Values["decoderLanguage"] is string languageTag)
+ {
+ foreach (Language language in availableLanguages)
+ {
+ if (language.LanguageTag == languageTag)
+ {
+ LanguageList.SelectedItem = language;
+ break;
+ }
+ }
+ }
+
+ // If not found (or user had never set a preference), then select the first one.
+ if (LanguageList.SelectedIndex < 0)
+ {
+ LanguageList.SelectedIndex = 0;
+ }
+ }
+ }
+
+ ///
+ /// Occurs when selected language is changed in available languages combo box.
+ ///
+ ///
+ ///
+ private void LanguageList_SelectionChanged(object sender, SelectionChangedEventArgs e)
+ {
+ var selectedLanguage = LanguageList.SelectedItem as Language;
+ if (selectedLanguage != null)
+ {
+ rootPage.NotifyUser($"Selected decoder language is {selectedLanguage.DisplayName}.", NotifyType.StatusMessage);
+
+ localSettings.Values["decoderLanguage"] = selectedLanguage.LanguageTag;
+ }
+ }
+ }
+}
diff --git a/Samples/BarcodeScannerProvider/shared/Scenario1_Configuration.xaml b/Samples/BarcodeScannerProvider/shared/Scenario1_Configuration.xaml
new file mode 100644
index 0000000000..9b17809809
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/shared/Scenario1_Configuration.xaml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+ Launching your app
+
+
+ When the user launches your app, you can provide a configuration-type interface
+ (e.g., to set up preferences, log into a service, etc.).
+
+
+
+ You can use the Barcode Scanner sample to test this sample barcode sample provider.
+ Go to the "Displaying a Barcode Preview" scenario and select the Barcode Scanner Provider Sample
+ as your barcode scanner.
+
+
+
+
+
+
+
diff --git a/Samples/BarcodeScannerProvider/shared/Strings/en-US/Resources.resw b/Samples/BarcodeScannerProvider/shared/Strings/en-US/Resources.resw
new file mode 100644
index 0000000000..4ba253fb56
--- /dev/null
+++ b/Samples/BarcodeScannerProvider/shared/Strings/en-US/Resources.resw
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Microsoft
+
+
+ SDK Sample OCR Decoder
+
+
+ Version 1
+
+
\ No newline at end of file
diff --git a/Samples/Barometer/barometer.yaml b/Samples/Barometer/barometer.yml
similarity index 100%
rename from Samples/Barometer/barometer.yaml
rename to Samples/Barometer/barometer.yml
diff --git a/Samples/Barometer/cpp/Barometer.sln b/Samples/Barometer/cpp/Barometer.sln
index 380044d58c..5541fedf71 100644
--- a/Samples/Barometer/cpp/Barometer.sln
+++ b/Samples/Barometer/cpp/Barometer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Barometer", "Barometer.vcxproj", "{F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Barometer", "Barometer.vcxproj", "{6F084B56-7C24-533E-A29C-11502D756386}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Debug|ARM.ActiveCfg = Debug|ARM
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Debug|ARM.Build.0 = Debug|ARM
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Debug|ARM.Deploy.0 = Debug|ARM
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Debug|Win32.ActiveCfg = Debug|Win32
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Debug|Win32.Build.0 = Debug|Win32
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Debug|Win32.Deploy.0 = Debug|Win32
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Debug|x64.ActiveCfg = Debug|x64
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Debug|x64.Build.0 = Debug|x64
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Debug|x64.Deploy.0 = Debug|x64
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Release|ARM.ActiveCfg = Release|ARM
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Release|ARM.Build.0 = Release|ARM
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Release|ARM.Deploy.0 = Release|ARM
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Release|Win32.ActiveCfg = Release|Win32
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Release|Win32.Build.0 = Release|Win32
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Release|Win32.Deploy.0 = Release|Win32
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Release|x64.ActiveCfg = Release|x64
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Release|x64.Build.0 = Release|x64
- {F1FF84A8-FD00-552E-A92A-A6A30B9ACD93}.Release|x64.Deploy.0 = Release|x64
+ {6F084B56-7C24-533E-A29C-11502D756386}.Debug|ARM.ActiveCfg = Debug|ARM
+ {6F084B56-7C24-533E-A29C-11502D756386}.Debug|ARM.Build.0 = Debug|ARM
+ {6F084B56-7C24-533E-A29C-11502D756386}.Debug|ARM.Deploy.0 = Debug|ARM
+ {6F084B56-7C24-533E-A29C-11502D756386}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6F084B56-7C24-533E-A29C-11502D756386}.Debug|Win32.Build.0 = Debug|Win32
+ {6F084B56-7C24-533E-A29C-11502D756386}.Debug|Win32.Deploy.0 = Debug|Win32
+ {6F084B56-7C24-533E-A29C-11502D756386}.Debug|x64.ActiveCfg = Debug|x64
+ {6F084B56-7C24-533E-A29C-11502D756386}.Debug|x64.Build.0 = Debug|x64
+ {6F084B56-7C24-533E-A29C-11502D756386}.Debug|x64.Deploy.0 = Debug|x64
+ {6F084B56-7C24-533E-A29C-11502D756386}.Release|ARM.ActiveCfg = Release|ARM
+ {6F084B56-7C24-533E-A29C-11502D756386}.Release|ARM.Build.0 = Release|ARM
+ {6F084B56-7C24-533E-A29C-11502D756386}.Release|ARM.Deploy.0 = Release|ARM
+ {6F084B56-7C24-533E-A29C-11502D756386}.Release|Win32.ActiveCfg = Release|Win32
+ {6F084B56-7C24-533E-A29C-11502D756386}.Release|Win32.Build.0 = Release|Win32
+ {6F084B56-7C24-533E-A29C-11502D756386}.Release|Win32.Deploy.0 = Release|Win32
+ {6F084B56-7C24-533E-A29C-11502D756386}.Release|x64.ActiveCfg = Release|x64
+ {6F084B56-7C24-533E-A29C-11502D756386}.Release|x64.Build.0 = Release|x64
+ {6F084B56-7C24-533E-A29C-11502D756386}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Barometer/cpp/Barometer.vcxproj b/Samples/Barometer/cpp/Barometer.vcxproj
index 0c61d49f79..863763c596 100644
--- a/Samples/Barometer/cpp/Barometer.vcxproj
+++ b/Samples/Barometer/cpp/Barometer.vcxproj
@@ -1,15 +1,15 @@
- {f1ff84a8-fd00-552e-a92a-a6a30b9acd93}
+ {6f084b56-7c24-533e-a29c-11502d756386}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/Barometer/cpp/Package.appxmanifest b/Samples/Barometer/cpp/Package.appxmanifest
index 5bb9a622be..bcfb69a357 100644
--- a/Samples/Barometer/cpp/Package.appxmanifest
+++ b/Samples/Barometer/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/Barometer/cs/Barometer.csproj b/Samples/Barometer/cs/Barometer.csproj
index da8dbae573..5c4af1042f 100644
--- a/Samples/Barometer/cs/Barometer.csproj
+++ b/Samples/Barometer/cs/Barometer.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}
AppContainerExe
Properties
SDKTemplate
Barometer
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Barometer/cs/Barometer.sln b/Samples/Barometer/cs/Barometer.sln
index d6b9ce757b..f0638e80d3 100644
--- a/Samples/Barometer/cs/Barometer.sln
+++ b/Samples/Barometer/cs/Barometer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Barometer", "Barometer.csproj", "{1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Barometer", "Barometer.csproj", "{D79BCE3B-35EE-5C59-B570-A598684FCB5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Debug|ARM.ActiveCfg = Debug|ARM
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Debug|ARM.Build.0 = Debug|ARM
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Debug|ARM.Deploy.0 = Debug|ARM
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Debug|x64.ActiveCfg = Debug|x64
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Debug|x64.Build.0 = Debug|x64
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Debug|x64.Deploy.0 = Debug|x64
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Debug|x86.ActiveCfg = Debug|x86
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Debug|x86.Build.0 = Debug|x86
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Debug|x86.Deploy.0 = Debug|x86
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Release|ARM.ActiveCfg = Release|ARM
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Release|ARM.Build.0 = Release|ARM
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Release|ARM.Deploy.0 = Release|ARM
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Release|x64.ActiveCfg = Release|x64
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Release|x64.Build.0 = Release|x64
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Release|x64.Deploy.0 = Release|x64
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Release|x86.ActiveCfg = Release|x86
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Release|x86.Build.0 = Release|x86
- {1E9B3FE0-5D1F-5CCC-BAFF-AAB4CE3EBE5F}.Release|x86.Deploy.0 = Release|x86
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Debug|ARM.Build.0 = Debug|ARM
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Debug|x64.ActiveCfg = Debug|x64
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Debug|x64.Build.0 = Debug|x64
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Debug|x64.Deploy.0 = Debug|x64
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Debug|x86.ActiveCfg = Debug|x86
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Debug|x86.Build.0 = Debug|x86
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Debug|x86.Deploy.0 = Debug|x86
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Release|ARM.ActiveCfg = Release|ARM
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Release|ARM.Build.0 = Release|ARM
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Release|ARM.Deploy.0 = Release|ARM
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Release|x64.ActiveCfg = Release|x64
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Release|x64.Build.0 = Release|x64
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Release|x64.Deploy.0 = Release|x64
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Release|x86.ActiveCfg = Release|x86
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Release|x86.Build.0 = Release|x86
+ {D79BCE3B-35EE-5C59-B570-A598684FCB5B}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Barometer/cs/Package.appxmanifest b/Samples/Barometer/cs/Package.appxmanifest
index 5365fe4845..0f5530b030 100644
--- a/Samples/Barometer/cs/Package.appxmanifest
+++ b/Samples/Barometer/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/Barometer/js/Barometer.jsproj b/Samples/Barometer/js/Barometer.jsproj
index 006700e8ef..d5b8a1704d 100644
--- a/Samples/Barometer/js/Barometer.jsproj
+++ b/Samples/Barometer/js/Barometer.jsproj
@@ -35,7 +35,7 @@
- 35d18f05-1c03-5195-ae62-9479063a3b36
+ d84cba4c-eb17-5437-afdf-127debdc75cf
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/Barometer/js/Barometer.sln b/Samples/Barometer/js/Barometer.sln
index 147b883e46..f4757e22ff 100644
--- a/Samples/Barometer/js/Barometer.sln
+++ b/Samples/Barometer/js/Barometer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Barometer", "Barometer.jsproj", "{35D18F05-1C03-5195-AE62-9479063A3B36}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Barometer", "Barometer.jsproj", "{D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|ARM.ActiveCfg = Debug|ARM
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|ARM.Build.0 = Debug|ARM
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|ARM.Deploy.0 = Debug|ARM
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|x64.ActiveCfg = Debug|x64
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|x64.Build.0 = Debug|x64
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|x64.Deploy.0 = Debug|x64
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|x86.ActiveCfg = Debug|x86
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|x86.Build.0 = Debug|x86
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Debug|x86.Deploy.0 = Debug|x86
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|Any CPU.Build.0 = Release|Any CPU
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|ARM.ActiveCfg = Release|ARM
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|ARM.Build.0 = Release|ARM
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|ARM.Deploy.0 = Release|ARM
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|x64.ActiveCfg = Release|x64
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|x64.Build.0 = Release|x64
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|x64.Deploy.0 = Release|x64
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|x86.ActiveCfg = Release|x86
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|x86.Build.0 = Release|x86
- {35D18F05-1C03-5195-AE62-9479063A3B36}.Release|x86.Deploy.0 = Release|x86
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|ARM.Build.0 = Debug|ARM
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|x64.ActiveCfg = Debug|x64
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|x64.Build.0 = Debug|x64
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|x64.Deploy.0 = Debug|x64
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|x86.ActiveCfg = Debug|x86
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|x86.Build.0 = Debug|x86
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Debug|x86.Deploy.0 = Debug|x86
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|Any CPU.Build.0 = Release|Any CPU
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|ARM.ActiveCfg = Release|ARM
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|ARM.Build.0 = Release|ARM
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|ARM.Deploy.0 = Release|ARM
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|x64.ActiveCfg = Release|x64
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|x64.Build.0 = Release|x64
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|x64.Deploy.0 = Release|x64
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|x86.ActiveCfg = Release|x86
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|x86.Build.0 = Release|x86
+ {D84CBA4C-EB17-5437-AFDF-127DEBDC75CF}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Barometer/js/Package.appxmanifest b/Samples/Barometer/js/Package.appxmanifest
index e3a3dce276..106f7dff1d 100644
--- a/Samples/Barometer/js/Package.appxmanifest
+++ b/Samples/Barometer/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/Barometer/vb/Barometer.sln b/Samples/Barometer/vb/Barometer.sln
index 3f2399e10b..af09fc0133 100644
--- a/Samples/Barometer/vb/Barometer.sln
+++ b/Samples/Barometer/vb/Barometer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Barometer", "Barometer.vbproj", "{87134DB2-47CA-5051-982F-59A0CB220FF9}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Barometer", "Barometer.vbproj", "{7BAF31B3-83D7-5008-9247-5A4A4622E847}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Debug|ARM.ActiveCfg = Debug|ARM
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Debug|ARM.Build.0 = Debug|ARM
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Debug|ARM.Deploy.0 = Debug|ARM
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Debug|x64.ActiveCfg = Debug|x64
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Debug|x64.Build.0 = Debug|x64
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Debug|x64.Deploy.0 = Debug|x64
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Debug|x86.ActiveCfg = Debug|x86
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Debug|x86.Build.0 = Debug|x86
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Debug|x86.Deploy.0 = Debug|x86
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Release|ARM.ActiveCfg = Release|ARM
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Release|ARM.Build.0 = Release|ARM
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Release|ARM.Deploy.0 = Release|ARM
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Release|x64.ActiveCfg = Release|x64
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Release|x64.Build.0 = Release|x64
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Release|x64.Deploy.0 = Release|x64
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Release|x86.ActiveCfg = Release|x86
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Release|x86.Build.0 = Release|x86
- {87134DB2-47CA-5051-982F-59A0CB220FF9}.Release|x86.Deploy.0 = Release|x86
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Debug|ARM.ActiveCfg = Debug|ARM
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Debug|ARM.Build.0 = Debug|ARM
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Debug|ARM.Deploy.0 = Debug|ARM
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Debug|x64.ActiveCfg = Debug|x64
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Debug|x64.Build.0 = Debug|x64
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Debug|x64.Deploy.0 = Debug|x64
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Debug|x86.ActiveCfg = Debug|x86
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Debug|x86.Build.0 = Debug|x86
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Debug|x86.Deploy.0 = Debug|x86
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Release|ARM.ActiveCfg = Release|ARM
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Release|ARM.Build.0 = Release|ARM
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Release|ARM.Deploy.0 = Release|ARM
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Release|x64.ActiveCfg = Release|x64
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Release|x64.Build.0 = Release|x64
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Release|x64.Deploy.0 = Release|x64
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Release|x86.ActiveCfg = Release|x86
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Release|x86.Build.0 = Release|x86
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Barometer/vb/Barometer.vbproj b/Samples/Barometer/vb/Barometer.vbproj
index 15bbcf7992..b659d0c905 100644
--- a/Samples/Barometer/vb/Barometer.vbproj
+++ b/Samples/Barometer/vb/Barometer.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {87134DB2-47CA-5051-982F-59A0CB220FF9}
+ {7BAF31B3-83D7-5008-9247-5A4A4622E847}
AppContainerExe
SDKTemplate
Barometer
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Barometer/vb/Package.appxmanifest b/Samples/Barometer/vb/Package.appxmanifest
index 6590878bc7..e5418cb284 100644
--- a/Samples/Barometer/vb/Package.appxmanifest
+++ b/Samples/Barometer/vb/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/BasicFaceDetection/basic-face-detection.yaml b/Samples/BasicFaceDetection/basic-face-detection.yml
similarity index 100%
rename from Samples/BasicFaceDetection/basic-face-detection.yaml
rename to Samples/BasicFaceDetection/basic-face-detection.yml
diff --git a/Samples/BasicFaceDetection/cpp/BasicFaceDetection.sln b/Samples/BasicFaceDetection/cpp/BasicFaceDetection.sln
index 28c2a47e84..7ccf60854c 100644
--- a/Samples/BasicFaceDetection/cpp/BasicFaceDetection.sln
+++ b/Samples/BasicFaceDetection/cpp/BasicFaceDetection.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicFaceDetection", "BasicFaceDetection.vcxproj", "{4E3255D0-E7E1-5923-B200-59DD6F27C942}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicFaceDetection", "BasicFaceDetection.vcxproj", "{D3EB29A2-29AD-50C7-8878-5BC867F7692C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Debug|ARM.ActiveCfg = Debug|ARM
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Debug|ARM.Build.0 = Debug|ARM
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Debug|ARM.Deploy.0 = Debug|ARM
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Debug|x64.ActiveCfg = Debug|x64
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Debug|x64.Build.0 = Debug|x64
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Debug|x64.Deploy.0 = Debug|x64
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Debug|x86.ActiveCfg = Debug|Win32
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Debug|x86.Build.0 = Debug|Win32
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Debug|x86.Deploy.0 = Debug|Win32
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Release|ARM.ActiveCfg = Release|ARM
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Release|ARM.Build.0 = Release|ARM
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Release|ARM.Deploy.0 = Release|ARM
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Release|x64.ActiveCfg = Release|x64
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Release|x64.Build.0 = Release|x64
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Release|x64.Deploy.0 = Release|x64
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Release|x86.ActiveCfg = Release|Win32
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Release|x86.Build.0 = Release|Win32
- {4E3255D0-E7E1-5923-B200-59DD6F27C942}.Release|x86.Deploy.0 = Release|Win32
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Debug|ARM.Build.0 = Debug|ARM
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Debug|x64.ActiveCfg = Debug|x64
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Debug|x64.Build.0 = Debug|x64
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Debug|x64.Deploy.0 = Debug|x64
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Debug|x86.ActiveCfg = Debug|Win32
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Debug|x86.Build.0 = Debug|Win32
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Debug|x86.Deploy.0 = Debug|Win32
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Release|ARM.ActiveCfg = Release|ARM
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Release|ARM.Build.0 = Release|ARM
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Release|ARM.Deploy.0 = Release|ARM
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Release|x64.ActiveCfg = Release|x64
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Release|x64.Build.0 = Release|x64
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Release|x64.Deploy.0 = Release|x64
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Release|x86.ActiveCfg = Release|Win32
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Release|x86.Build.0 = Release|Win32
+ {D3EB29A2-29AD-50C7-8878-5BC867F7692C}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicFaceDetection/cpp/BasicFaceDetection.vcxproj b/Samples/BasicFaceDetection/cpp/BasicFaceDetection.vcxproj
index 0c2202c050..a172c08b86 100644
--- a/Samples/BasicFaceDetection/cpp/BasicFaceDetection.vcxproj
+++ b/Samples/BasicFaceDetection/cpp/BasicFaceDetection.vcxproj
@@ -1,15 +1,15 @@
- {4e3255d0-e7e1-5923-b200-59dd6f27c942}
+ {d3eb29a2-29ad-50c7-8878-5bc867f7692c}
SDKTemplate
en-US
14.0
true
Windows Store
8.2
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/BasicFaceDetection/cpp/Package.appxmanifest b/Samples/BasicFaceDetection/cpp/Package.appxmanifest
index c7cf31d3d5..3bdfb4fa6e 100644
--- a/Samples/BasicFaceDetection/cpp/Package.appxmanifest
+++ b/Samples/BasicFaceDetection/cpp/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/BasicFaceDetection/cs/BasicFaceDetection.csproj b/Samples/BasicFaceDetection/cs/BasicFaceDetection.csproj
index 074a4775c0..154bcb26a5 100644
--- a/Samples/BasicFaceDetection/cs/BasicFaceDetection.csproj
+++ b/Samples/BasicFaceDetection/cs/BasicFaceDetection.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}
AppContainerExe
Properties
SDKTemplate
BasicFaceDetection
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BasicFaceDetection/cs/BasicFaceDetection.sln b/Samples/BasicFaceDetection/cs/BasicFaceDetection.sln
index 91593605e6..61ee243da8 100644
--- a/Samples/BasicFaceDetection/cs/BasicFaceDetection.sln
+++ b/Samples/BasicFaceDetection/cs/BasicFaceDetection.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicFaceDetection", "BasicFaceDetection.csproj", "{61F73981-8F3F-5F15-83EB-9A0196A3D2F7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicFaceDetection", "BasicFaceDetection.csproj", "{BA28E671-9DBD-5669-837E-D99A9A3E1DCB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Debug|ARM.ActiveCfg = Debug|ARM
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Debug|ARM.Build.0 = Debug|ARM
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Debug|ARM.Deploy.0 = Debug|ARM
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Debug|x64.ActiveCfg = Debug|x64
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Debug|x64.Build.0 = Debug|x64
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Debug|x64.Deploy.0 = Debug|x64
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Debug|x86.ActiveCfg = Debug|x86
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Debug|x86.Build.0 = Debug|x86
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Debug|x86.Deploy.0 = Debug|x86
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Release|ARM.ActiveCfg = Release|ARM
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Release|ARM.Build.0 = Release|ARM
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Release|ARM.Deploy.0 = Release|ARM
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Release|x64.ActiveCfg = Release|x64
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Release|x64.Build.0 = Release|x64
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Release|x64.Deploy.0 = Release|x64
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Release|x86.ActiveCfg = Release|x86
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Release|x86.Build.0 = Release|x86
- {61F73981-8F3F-5F15-83EB-9A0196A3D2F7}.Release|x86.Deploy.0 = Release|x86
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Debug|ARM.ActiveCfg = Debug|ARM
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Debug|ARM.Build.0 = Debug|ARM
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Debug|ARM.Deploy.0 = Debug|ARM
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Debug|x64.ActiveCfg = Debug|x64
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Debug|x64.Build.0 = Debug|x64
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Debug|x64.Deploy.0 = Debug|x64
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Debug|x86.ActiveCfg = Debug|x86
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Debug|x86.Build.0 = Debug|x86
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Debug|x86.Deploy.0 = Debug|x86
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Release|ARM.ActiveCfg = Release|ARM
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Release|ARM.Build.0 = Release|ARM
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Release|ARM.Deploy.0 = Release|ARM
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Release|x64.ActiveCfg = Release|x64
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Release|x64.Build.0 = Release|x64
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Release|x64.Deploy.0 = Release|x64
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Release|x86.ActiveCfg = Release|x86
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Release|x86.Build.0 = Release|x86
+ {BA28E671-9DBD-5669-837E-D99A9A3E1DCB}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicFaceDetection/cs/Package.appxmanifest b/Samples/BasicFaceDetection/cs/Package.appxmanifest
index 569b8fb727..c6616aaa5a 100644
--- a/Samples/BasicFaceDetection/cs/Package.appxmanifest
+++ b/Samples/BasicFaceDetection/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BasicFaceDetection/vb/BasicFaceDetection.sln b/Samples/BasicFaceDetection/vb/BasicFaceDetection.sln
index 3a0adc1277..da117f6f64 100644
--- a/Samples/BasicFaceDetection/vb/BasicFaceDetection.sln
+++ b/Samples/BasicFaceDetection/vb/BasicFaceDetection.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BasicFaceDetection", "BasicFaceDetection.vbproj", "{C6375A52-418B-5B7A-B1AA-A0AE5F742F10}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BasicFaceDetection", "BasicFaceDetection.vbproj", "{F18098A5-3AEB-5AF2-8483-CD336A7E67CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Debug|ARM.ActiveCfg = Debug|ARM
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Debug|ARM.Build.0 = Debug|ARM
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Debug|ARM.Deploy.0 = Debug|ARM
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Debug|x64.ActiveCfg = Debug|x64
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Debug|x64.Build.0 = Debug|x64
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Debug|x64.Deploy.0 = Debug|x64
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Debug|x86.ActiveCfg = Debug|x86
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Debug|x86.Build.0 = Debug|x86
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Debug|x86.Deploy.0 = Debug|x86
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Release|ARM.ActiveCfg = Release|ARM
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Release|ARM.Build.0 = Release|ARM
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Release|ARM.Deploy.0 = Release|ARM
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Release|x64.ActiveCfg = Release|x64
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Release|x64.Build.0 = Release|x64
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Release|x64.Deploy.0 = Release|x64
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Release|x86.ActiveCfg = Release|x86
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Release|x86.Build.0 = Release|x86
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}.Release|x86.Deploy.0 = Release|x86
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Debug|ARM.Build.0 = Debug|ARM
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Debug|x64.ActiveCfg = Debug|x64
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Debug|x64.Build.0 = Debug|x64
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Debug|x64.Deploy.0 = Debug|x64
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Debug|x86.ActiveCfg = Debug|x86
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Debug|x86.Build.0 = Debug|x86
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Debug|x86.Deploy.0 = Debug|x86
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Release|ARM.ActiveCfg = Release|ARM
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Release|ARM.Build.0 = Release|ARM
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Release|ARM.Deploy.0 = Release|ARM
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Release|x64.ActiveCfg = Release|x64
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Release|x64.Build.0 = Release|x64
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Release|x64.Deploy.0 = Release|x64
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Release|x86.ActiveCfg = Release|x86
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Release|x86.Build.0 = Release|x86
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicFaceDetection/vb/BasicFaceDetection.vbproj b/Samples/BasicFaceDetection/vb/BasicFaceDetection.vbproj
index ff76510e67..7360e8fb84 100644
--- a/Samples/BasicFaceDetection/vb/BasicFaceDetection.vbproj
+++ b/Samples/BasicFaceDetection/vb/BasicFaceDetection.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {C6375A52-418B-5B7A-B1AA-A0AE5F742F10}
+ {F18098A5-3AEB-5AF2-8483-CD336A7E67CD}
AppContainerExe
SDKTemplate
BasicFaceDetection
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BasicFaceDetection/vb/Package.appxmanifest b/Samples/BasicFaceDetection/vb/Package.appxmanifest
index e0f4a7ce92..5b91b59da3 100644
--- a/Samples/BasicFaceDetection/vb/Package.appxmanifest
+++ b/Samples/BasicFaceDetection/vb/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BasicFaceTracking/basic-face-tracking.yaml b/Samples/BasicFaceTracking/basic-face-tracking.yml
similarity index 100%
rename from Samples/BasicFaceTracking/basic-face-tracking.yaml
rename to Samples/BasicFaceTracking/basic-face-tracking.yml
diff --git a/Samples/BasicFaceTracking/cpp/BasicFaceTracking.sln b/Samples/BasicFaceTracking/cpp/BasicFaceTracking.sln
index 97e8f2767a..dff9a31b9f 100644
--- a/Samples/BasicFaceTracking/cpp/BasicFaceTracking.sln
+++ b/Samples/BasicFaceTracking/cpp/BasicFaceTracking.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicFaceTracking", "BasicFaceTracking.vcxproj", "{9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicFaceTracking", "BasicFaceTracking.vcxproj", "{03A8D628-5715-533B-A266-0A332C391536}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Debug|ARM.ActiveCfg = Debug|ARM
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Debug|ARM.Build.0 = Debug|ARM
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Debug|ARM.Deploy.0 = Debug|ARM
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Debug|x64.ActiveCfg = Debug|x64
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Debug|x64.Build.0 = Debug|x64
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Debug|x64.Deploy.0 = Debug|x64
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Debug|x86.ActiveCfg = Debug|Win32
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Debug|x86.Build.0 = Debug|Win32
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Debug|x86.Deploy.0 = Debug|Win32
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Release|ARM.ActiveCfg = Release|ARM
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Release|ARM.Build.0 = Release|ARM
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Release|ARM.Deploy.0 = Release|ARM
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Release|x64.ActiveCfg = Release|x64
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Release|x64.Build.0 = Release|x64
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Release|x64.Deploy.0 = Release|x64
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Release|x86.ActiveCfg = Release|Win32
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Release|x86.Build.0 = Release|Win32
- {9E90A1E5-6EF4-5DD7-B8FB-993F72CF9E01}.Release|x86.Deploy.0 = Release|Win32
+ {03A8D628-5715-533B-A266-0A332C391536}.Debug|ARM.ActiveCfg = Debug|ARM
+ {03A8D628-5715-533B-A266-0A332C391536}.Debug|ARM.Build.0 = Debug|ARM
+ {03A8D628-5715-533B-A266-0A332C391536}.Debug|ARM.Deploy.0 = Debug|ARM
+ {03A8D628-5715-533B-A266-0A332C391536}.Debug|x64.ActiveCfg = Debug|x64
+ {03A8D628-5715-533B-A266-0A332C391536}.Debug|x64.Build.0 = Debug|x64
+ {03A8D628-5715-533B-A266-0A332C391536}.Debug|x64.Deploy.0 = Debug|x64
+ {03A8D628-5715-533B-A266-0A332C391536}.Debug|x86.ActiveCfg = Debug|Win32
+ {03A8D628-5715-533B-A266-0A332C391536}.Debug|x86.Build.0 = Debug|Win32
+ {03A8D628-5715-533B-A266-0A332C391536}.Debug|x86.Deploy.0 = Debug|Win32
+ {03A8D628-5715-533B-A266-0A332C391536}.Release|ARM.ActiveCfg = Release|ARM
+ {03A8D628-5715-533B-A266-0A332C391536}.Release|ARM.Build.0 = Release|ARM
+ {03A8D628-5715-533B-A266-0A332C391536}.Release|ARM.Deploy.0 = Release|ARM
+ {03A8D628-5715-533B-A266-0A332C391536}.Release|x64.ActiveCfg = Release|x64
+ {03A8D628-5715-533B-A266-0A332C391536}.Release|x64.Build.0 = Release|x64
+ {03A8D628-5715-533B-A266-0A332C391536}.Release|x64.Deploy.0 = Release|x64
+ {03A8D628-5715-533B-A266-0A332C391536}.Release|x86.ActiveCfg = Release|Win32
+ {03A8D628-5715-533B-A266-0A332C391536}.Release|x86.Build.0 = Release|Win32
+ {03A8D628-5715-533B-A266-0A332C391536}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicFaceTracking/cpp/BasicFaceTracking.vcxproj b/Samples/BasicFaceTracking/cpp/BasicFaceTracking.vcxproj
index 76c324201d..61b56f29df 100644
--- a/Samples/BasicFaceTracking/cpp/BasicFaceTracking.vcxproj
+++ b/Samples/BasicFaceTracking/cpp/BasicFaceTracking.vcxproj
@@ -1,15 +1,15 @@
- {9e90a1e5-6ef4-5dd7-b8fb-993f72cf9e01}
+ {03a8d628-5715-533b-a266-0a332c391536}
SDKTemplate
en-US
14.0
true
Windows Store
8.2
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/BasicFaceTracking/cpp/Package.appxmanifest b/Samples/BasicFaceTracking/cpp/Package.appxmanifest
index dc37632b08..3f6b3451ba 100644
--- a/Samples/BasicFaceTracking/cpp/Package.appxmanifest
+++ b/Samples/BasicFaceTracking/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BasicFaceTracking/cs/BasicFaceTracking.csproj b/Samples/BasicFaceTracking/cs/BasicFaceTracking.csproj
index 9188e92384..62495d1a4b 100644
--- a/Samples/BasicFaceTracking/cs/BasicFaceTracking.csproj
+++ b/Samples/BasicFaceTracking/cs/BasicFaceTracking.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}
AppContainerExe
Properties
SDKTemplate
BasicFaceTracking
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BasicFaceTracking/cs/BasicFaceTracking.sln b/Samples/BasicFaceTracking/cs/BasicFaceTracking.sln
index 82a3f9ca94..7d9d6beed0 100644
--- a/Samples/BasicFaceTracking/cs/BasicFaceTracking.sln
+++ b/Samples/BasicFaceTracking/cs/BasicFaceTracking.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicFaceTracking", "BasicFaceTracking.csproj", "{5E7981A5-C724-55F8-ADCA-2F984B2F7E20}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicFaceTracking", "BasicFaceTracking.csproj", "{CC19D794-9629-50B9-A988-1ADF5BAACD35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Debug|ARM.ActiveCfg = Debug|ARM
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Debug|ARM.Build.0 = Debug|ARM
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Debug|ARM.Deploy.0 = Debug|ARM
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Debug|x64.ActiveCfg = Debug|x64
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Debug|x64.Build.0 = Debug|x64
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Debug|x64.Deploy.0 = Debug|x64
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Debug|x86.ActiveCfg = Debug|x86
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Debug|x86.Build.0 = Debug|x86
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Debug|x86.Deploy.0 = Debug|x86
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Release|ARM.ActiveCfg = Release|ARM
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Release|ARM.Build.0 = Release|ARM
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Release|ARM.Deploy.0 = Release|ARM
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Release|x64.ActiveCfg = Release|x64
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Release|x64.Build.0 = Release|x64
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Release|x64.Deploy.0 = Release|x64
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Release|x86.ActiveCfg = Release|x86
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Release|x86.Build.0 = Release|x86
- {5E7981A5-C724-55F8-ADCA-2F984B2F7E20}.Release|x86.Deploy.0 = Release|x86
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Debug|ARM.ActiveCfg = Debug|ARM
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Debug|ARM.Build.0 = Debug|ARM
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Debug|ARM.Deploy.0 = Debug|ARM
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Debug|x64.ActiveCfg = Debug|x64
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Debug|x64.Build.0 = Debug|x64
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Debug|x64.Deploy.0 = Debug|x64
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Debug|x86.ActiveCfg = Debug|x86
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Debug|x86.Build.0 = Debug|x86
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Debug|x86.Deploy.0 = Debug|x86
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Release|ARM.ActiveCfg = Release|ARM
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Release|ARM.Build.0 = Release|ARM
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Release|ARM.Deploy.0 = Release|ARM
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Release|x64.ActiveCfg = Release|x64
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Release|x64.Build.0 = Release|x64
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Release|x64.Deploy.0 = Release|x64
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Release|x86.ActiveCfg = Release|x86
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Release|x86.Build.0 = Release|x86
+ {CC19D794-9629-50B9-A988-1ADF5BAACD35}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicFaceTracking/cs/Package.appxmanifest b/Samples/BasicFaceTracking/cs/Package.appxmanifest
index 1f6c0c1e05..8b3f87448b 100644
--- a/Samples/BasicFaceTracking/cs/Package.appxmanifest
+++ b/Samples/BasicFaceTracking/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BasicFaceTracking/vb/BasicFaceTracking.sln b/Samples/BasicFaceTracking/vb/BasicFaceTracking.sln
index 160ea91c05..606a1d8f1c 100644
--- a/Samples/BasicFaceTracking/vb/BasicFaceTracking.sln
+++ b/Samples/BasicFaceTracking/vb/BasicFaceTracking.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BasicFaceTracking", "BasicFaceTracking.vbproj", "{856F2C1A-A215-5A0B-94CF-7F3069070C6C}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BasicFaceTracking", "BasicFaceTracking.vbproj", "{33D709AA-B392-59FE-8923-044EC0EA123F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Debug|ARM.ActiveCfg = Debug|ARM
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Debug|ARM.Build.0 = Debug|ARM
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Debug|ARM.Deploy.0 = Debug|ARM
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Debug|x64.ActiveCfg = Debug|x64
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Debug|x64.Build.0 = Debug|x64
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Debug|x64.Deploy.0 = Debug|x64
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Debug|x86.ActiveCfg = Debug|x86
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Debug|x86.Build.0 = Debug|x86
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Debug|x86.Deploy.0 = Debug|x86
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Release|ARM.ActiveCfg = Release|ARM
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Release|ARM.Build.0 = Release|ARM
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Release|ARM.Deploy.0 = Release|ARM
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Release|x64.ActiveCfg = Release|x64
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Release|x64.Build.0 = Release|x64
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Release|x64.Deploy.0 = Release|x64
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Release|x86.ActiveCfg = Release|x86
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Release|x86.Build.0 = Release|x86
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}.Release|x86.Deploy.0 = Release|x86
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Debug|ARM.ActiveCfg = Debug|ARM
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Debug|ARM.Build.0 = Debug|ARM
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Debug|ARM.Deploy.0 = Debug|ARM
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Debug|x64.ActiveCfg = Debug|x64
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Debug|x64.Build.0 = Debug|x64
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Debug|x64.Deploy.0 = Debug|x64
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Debug|x86.ActiveCfg = Debug|x86
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Debug|x86.Build.0 = Debug|x86
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Debug|x86.Deploy.0 = Debug|x86
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Release|ARM.ActiveCfg = Release|ARM
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Release|ARM.Build.0 = Release|ARM
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Release|ARM.Deploy.0 = Release|ARM
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Release|x64.ActiveCfg = Release|x64
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Release|x64.Build.0 = Release|x64
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Release|x64.Deploy.0 = Release|x64
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Release|x86.ActiveCfg = Release|x86
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Release|x86.Build.0 = Release|x86
+ {33D709AA-B392-59FE-8923-044EC0EA123F}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicFaceTracking/vb/BasicFaceTracking.vbproj b/Samples/BasicFaceTracking/vb/BasicFaceTracking.vbproj
index 8f8dbdbbe3..5761041944 100644
--- a/Samples/BasicFaceTracking/vb/BasicFaceTracking.vbproj
+++ b/Samples/BasicFaceTracking/vb/BasicFaceTracking.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {856F2C1A-A215-5A0B-94CF-7F3069070C6C}
+ {33D709AA-B392-59FE-8923-044EC0EA123F}
AppContainerExe
SDKTemplate
BasicFaceTracking
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BasicFaceTracking/vb/Package.appxmanifest b/Samples/BasicFaceTracking/vb/Package.appxmanifest
index 951a71123d..4f4d937430 100644
--- a/Samples/BasicFaceTracking/vb/Package.appxmanifest
+++ b/Samples/BasicFaceTracking/vb/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BasicHologram/README.md b/Samples/BasicHologram/README.md
index 1dde327bab..805d699f33 100644
--- a/Samples/BasicHologram/README.md
+++ b/Samples/BasicHologram/README.md
@@ -62,10 +62,13 @@ The following Windows Universal API namespaces are used in this code sample:
1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with
the sample you want to build.
+2. If you intend to build the C++/WinRT sample,
+ install the [C++/WinRT Visual Studio Extension](https://aka.ms/cppwinrt/vsix)
+ if you haven't already.
2. Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the
- subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or
- JavaScript). Double-click the Visual Studio Solution (.sln) file.
+ subfolder for this specific sample, then the subfolder for your preferred language.
+ Double-click the Visual Studio Solution (.sln) file.
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.
## Run the sample
diff --git a/Samples/BasicHologram/basic-hologram.yaml b/Samples/BasicHologram/basic-hologram.yml
similarity index 100%
rename from Samples/BasicHologram/basic-hologram.yaml
rename to Samples/BasicHologram/basic-hologram.yml
diff --git a/Samples/BasicHologram/cpp/BasicHologram.sln b/Samples/BasicHologram/cpp/BasicHologram.sln
index 2155adf5e4..c77271cb42 100644
--- a/Samples/BasicHologram/cpp/BasicHologram.sln
+++ b/Samples/BasicHologram/cpp/BasicHologram.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicHologram", "BasicHologram.vcxproj", "{BDB3B94D-657B-59AD-A791-5852F8450430}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicHologram", "BasicHologram.vcxproj", "{3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,18 +13,18 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Debug|x64.ActiveCfg = Debug|x64
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Debug|x64.Build.0 = Debug|x64
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Debug|x64.Deploy.0 = Debug|x64
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Debug|x86.ActiveCfg = Debug|Win32
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Debug|x86.Build.0 = Debug|Win32
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Debug|x86.Deploy.0 = Debug|Win32
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Release|x64.ActiveCfg = Release|x64
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Release|x64.Build.0 = Release|x64
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Release|x64.Deploy.0 = Release|x64
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Release|x86.ActiveCfg = Release|Win32
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Release|x86.Build.0 = Release|Win32
- {BDB3B94D-657B-59AD-A791-5852F8450430}.Release|x86.Deploy.0 = Release|Win32
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Debug|x64.ActiveCfg = Debug|x64
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Debug|x64.Build.0 = Debug|x64
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Debug|x64.Deploy.0 = Debug|x64
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Debug|x86.ActiveCfg = Debug|Win32
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Debug|x86.Build.0 = Debug|Win32
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Debug|x86.Deploy.0 = Debug|Win32
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Release|x64.ActiveCfg = Release|x64
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Release|x64.Build.0 = Release|x64
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Release|x64.Deploy.0 = Release|x64
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Release|x86.ActiveCfg = Release|Win32
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Release|x86.Build.0 = Release|Win32
+ {3686EACD-1E92-5C02-BB1D-A8E9AADAEF28}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicHologram/cpp/BasicHologram.vcxproj b/Samples/BasicHologram/cpp/BasicHologram.vcxproj
index 927d0e0513..e0d5054d93 100644
--- a/Samples/BasicHologram/cpp/BasicHologram.vcxproj
+++ b/Samples/BasicHologram/cpp/BasicHologram.vcxproj
@@ -1,15 +1,15 @@
- {bdb3b94d-657b-59ad-a791-5852f8450430}
+ {3686eacd-1e92-5c02-bb1d-a8e9aadaef28}
HolographicApp
HolographicTemplateApp
en-US
15.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
10.0
true
BasicHologram
diff --git a/Samples/BasicHologram/cpp/Package.appxmanifest b/Samples/BasicHologram/cpp/Package.appxmanifest
index d8e6a880f6..723b72e766 100644
--- a/Samples/BasicHologram/cpp/Package.appxmanifest
+++ b/Samples/BasicHologram/cpp/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/BasicHologram/cppwinrt/BasicHologram.sln b/Samples/BasicHologram/cppwinrt/BasicHologram.sln
index a73d471eda..0ee64e958d 100644
--- a/Samples/BasicHologram/cppwinrt/BasicHologram.sln
+++ b/Samples/BasicHologram/cppwinrt/BasicHologram.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicHologram", "BasicHologram.vcxproj", "{0834B002-6027-5680-B4F7-0D7EFA93AD9A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicHologram", "BasicHologram.vcxproj", "{F38F97C8-B568-5556-9D91-A2265E6E5A98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,18 +13,18 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Debug|x64.ActiveCfg = Debug|x64
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Debug|x64.Build.0 = Debug|x64
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Debug|x64.Deploy.0 = Debug|x64
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Debug|x86.ActiveCfg = Debug|Win32
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Debug|x86.Build.0 = Debug|Win32
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Debug|x86.Deploy.0 = Debug|Win32
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Release|x64.ActiveCfg = Release|x64
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Release|x64.Build.0 = Release|x64
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Release|x64.Deploy.0 = Release|x64
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Release|x86.ActiveCfg = Release|Win32
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Release|x86.Build.0 = Release|Win32
- {0834B002-6027-5680-B4F7-0D7EFA93AD9A}.Release|x86.Deploy.0 = Release|Win32
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Debug|x64.ActiveCfg = Debug|x64
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Debug|x64.Build.0 = Debug|x64
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Debug|x64.Deploy.0 = Debug|x64
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Debug|x86.ActiveCfg = Debug|Win32
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Debug|x86.Build.0 = Debug|Win32
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Debug|x86.Deploy.0 = Debug|Win32
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Release|x64.ActiveCfg = Release|x64
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Release|x64.Build.0 = Release|x64
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Release|x64.Deploy.0 = Release|x64
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Release|x86.ActiveCfg = Release|Win32
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Release|x86.Build.0 = Release|Win32
+ {F38F97C8-B568-5556-9D91-A2265E6E5A98}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicHologram/cppwinrt/BasicHologram.vcxproj b/Samples/BasicHologram/cppwinrt/BasicHologram.vcxproj
index cad9aa3bb8..8eff998afd 100644
--- a/Samples/BasicHologram/cppwinrt/BasicHologram.vcxproj
+++ b/Samples/BasicHologram/cppwinrt/BasicHologram.vcxproj
@@ -1,18 +1,18 @@
-
-
+
- {0834b002-6027-5680-b4f7-0d7efa93ad9a}
+ true
+ $(RequiredBundles);Microsoft.Windows.CppWinRT
+ {f38f97c8-b568-5556-9d91-a2265e6e5a98}
HolographicApp
HolographicTemplateApp
en-US
- 14.0
+ 15.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
10.0
- true
@@ -33,27 +33,19 @@
x64
-
+
Application
- true
v141
+ Unicode
-
- Application
- false
- true
- v141
-
-
- Application
+
true
- v141
+ true
-
- Application
+
false
true
- v141
+ false
@@ -61,37 +53,11 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
- d2d1.lib; d3d11.lib; dxgi.lib; dwrite.lib; windowscodecs.lib; %(AdditionalDependencies);
- %(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store; $(VCInstallDir)\lib
- mincore.lib;kernel32.lib;ole32.lib;%(IgnoreSpecificDefaultLibraries)
- false
-
-
- pch.h
- $(IntDir)pch.pch
- $(ProjectDir);$(IntermediateOutputPath);%(AdditionalIncludeDirectories)
- /bigobj /await /std:c++latest %(AdditionalOptions)
- _DEBUG;%(PreprocessorDefinitions)
- 4996
- false
-
-
-
+
d2d1.lib; d3d11.lib; dxgi.lib; dwrite.lib; windowscodecs.lib; %(AdditionalDependencies);
%(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store; $(VCInstallDir)\lib
@@ -99,47 +65,22 @@
false
+ Use
pch.h
$(IntDir)pch.pch
$(ProjectDir);$(IntermediateOutputPath);%(AdditionalIncludeDirectories)
- /bigobj /await /std:c++latest %(AdditionalOptions)
- NDEBUG;%(PreprocessorDefinitions)
+ %(AdditionalOptions) /bigobj
4996
- false
-
-
- d2d1.lib; d3d11.lib; dxgi.lib; dwrite.lib; windowscodecs.lib; %(AdditionalDependencies);
- %(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store\amd64; $(VCInstallDir)\lib\amd64
- mincore.lib;kernel32.lib;ole32.lib;%(IgnoreSpecificDefaultLibraries)
- false
-
+
- pch.h
- $(IntDir)pch.pch
- $(ProjectDir);$(IntermediateOutputPath);%(AdditionalIncludeDirectories)
- /bigobj /await /std:c++latest %(AdditionalOptions)
_DEBUG;%(PreprocessorDefinitions)
- 4996
- false
-
-
- d2d1.lib; d3d11.lib; dxgi.lib; dwrite.lib; windowscodecs.lib; %(AdditionalDependencies);
- %(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store\amd64; $(VCInstallDir)\lib\amd64
- mincore.lib;kernel32.lib;ole32.lib;%(IgnoreSpecificDefaultLibraries)
- false
-
+
- pch.h
- $(IntDir)pch.pch
- $(ProjectDir);$(IntermediateOutputPath);%(AdditionalIncludeDirectories)
- /bigobj /await /std:c++latest %(AdditionalOptions)
NDEBUG;%(PreprocessorDefinitions)
- 4996
- false
@@ -169,7 +110,6 @@
Designer
-
@@ -218,16 +158,5 @@
-
-
- $(VC_IncludePath);$(WindowsSDK_IncludePath);packages\cppwinrt.2017.10.13.1\build\native\include
-
-
-
- This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
-
-
\ No newline at end of file
diff --git a/Samples/BasicHologram/cppwinrt/BasicHologram.vcxproj.filters b/Samples/BasicHologram/cppwinrt/BasicHologram.vcxproj.filters
index f46e6db7d6..926130ce99 100644
--- a/Samples/BasicHologram/cppwinrt/BasicHologram.vcxproj.filters
+++ b/Samples/BasicHologram/cppwinrt/BasicHologram.vcxproj.filters
@@ -74,7 +74,6 @@
Content\Shaders
-
diff --git a/Samples/BasicHologram/cppwinrt/BasicHologramMain.cpp b/Samples/BasicHologram/cppwinrt/BasicHologramMain.cpp
index 49b4a1c90d..8e58caa502 100644
--- a/Samples/BasicHologram/cppwinrt/BasicHologramMain.cpp
+++ b/Samples/BasicHologram/cppwinrt/BasicHologramMain.cpp
@@ -383,8 +383,8 @@ void BasicHologramMain::OnLocatabilityChanged(SpatialLocator const& sender, winr
case SpatialLocatability::Unavailable:
// Holograms cannot be rendered.
{
- winrt::hstring message = L"Warning! Positional tracking is " + std::to_wstring(int(sender.Locatability())) + L".\n";
- OutputDebugStringW(message.data());
+ std::wstring message = L"Warning! Positional tracking is " + std::to_wstring(int(sender.Locatability())) + L".\n";
+ OutputDebugStringW(message.c_str());
}
break;
diff --git a/Samples/BasicHologram/cppwinrt/Common/DeviceResources.cpp b/Samples/BasicHologram/cppwinrt/Common/DeviceResources.cpp
index af79573111..dae96d0243 100644
--- a/Samples/BasicHologram/cppwinrt/Common/DeviceResources.cpp
+++ b/Samples/BasicHologram/cppwinrt/Common/DeviceResources.cpp
@@ -190,7 +190,7 @@ void DX::DeviceResources::CreateDeviceResources()
winrt::com_ptr<::IInspectable> object;
winrt::check_hresult(CreateDirect3D11DeviceFromDXGIDevice(
dxgiDevice.Get(),
- winrt::put_abi(object)));
+ object.put()));
m_d3dInteropDevice = object.as();
// Cache the DXGI adapter.
diff --git a/Samples/BasicHologram/cppwinrt/Common/DirectXHelper.h b/Samples/BasicHologram/cppwinrt/Common/DirectXHelper.h
index 859ec25798..13ca716a56 100644
--- a/Samples/BasicHologram/cppwinrt/Common/DirectXHelper.h
+++ b/Samples/BasicHologram/cppwinrt/Common/DirectXHelper.h
@@ -35,7 +35,7 @@ namespace DX
winrt::check_hresult(
CreateDirect3D11SurfaceFromDXGISurface(
depthDxgiSurface.Get(),
- winrt::put_abi(inspectableSurface)
+ inspectableSurface.put()
));
return inspectableSurface.as();
diff --git a/Samples/BasicHologram/cppwinrt/Package.appxmanifest b/Samples/BasicHologram/cppwinrt/Package.appxmanifest
index 2f6993b492..f7c0b569d0 100644
--- a/Samples/BasicHologram/cppwinrt/Package.appxmanifest
+++ b/Samples/BasicHologram/cppwinrt/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/BasicHologram/cppwinrt/packages.config b/Samples/BasicHologram/cppwinrt/packages.config
deleted file mode 100644
index d0cac63906..0000000000
--- a/Samples/BasicHologram/cppwinrt/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/Samples/BasicHologram/cs/BasicHologram.csproj b/Samples/BasicHologram/cs/BasicHologram.csproj
index 8232b420d5..72a84e5f49 100644
--- a/Samples/BasicHologram/cs/BasicHologram.csproj
+++ b/Samples/BasicHologram/cs/BasicHologram.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {67906EF0-047D-59EF-85F3-5794B578DBA5}
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}
AppContainerExe
Properties
BasicHologram
BasicHologram
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
15
512
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/Samples/BasicHologram/cs/BasicHologram.sln b/Samples/BasicHologram/cs/BasicHologram.sln
index a35130a786..0389a64ce1 100644
--- a/Samples/BasicHologram/cs/BasicHologram.sln
+++ b/Samples/BasicHologram/cs/BasicHologram.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicHologram", "BasicHologram.csproj", "{67906EF0-047D-59EF-85F3-5794B578DBA5}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicHologram", "BasicHologram.csproj", "{D7A602CA-0B18-5424-B437-5A428CCF35DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,18 +13,18 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Debug|x64.ActiveCfg = Debug|x64
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Debug|x64.Build.0 = Debug|x64
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Debug|x64.Deploy.0 = Debug|x64
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Debug|x86.ActiveCfg = Debug|x86
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Debug|x86.Build.0 = Debug|x86
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Debug|x86.Deploy.0 = Debug|x86
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Release|x64.ActiveCfg = Release|x64
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Release|x64.Build.0 = Release|x64
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Release|x64.Deploy.0 = Release|x64
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Release|x86.ActiveCfg = Release|x86
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Release|x86.Build.0 = Release|x86
- {67906EF0-047D-59EF-85F3-5794B578DBA5}.Release|x86.Deploy.0 = Release|x86
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Debug|x64.ActiveCfg = Debug|x64
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Debug|x64.Build.0 = Debug|x64
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Debug|x64.Deploy.0 = Debug|x64
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Debug|x86.ActiveCfg = Debug|x86
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Debug|x86.Build.0 = Debug|x86
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Debug|x86.Deploy.0 = Debug|x86
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Release|x64.ActiveCfg = Release|x64
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Release|x64.Build.0 = Release|x64
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Release|x64.Deploy.0 = Release|x64
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Release|x86.ActiveCfg = Release|x86
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Release|x86.Build.0 = Release|x86
+ {D7A602CA-0B18-5424-B437-5A428CCF35DC}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicHologram/cs/Package.appxmanifest b/Samples/BasicHologram/cs/Package.appxmanifest
index 1b11a90941..49a400fdeb 100644
--- a/Samples/BasicHologram/cs/Package.appxmanifest
+++ b/Samples/BasicHologram/cs/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/BasicInput/basic-input.yaml b/Samples/BasicInput/basic-input.yml
similarity index 100%
rename from Samples/BasicInput/basic-input.yaml
rename to Samples/BasicInput/basic-input.yml
diff --git a/Samples/BasicInput/cpp/BasicInput.sln b/Samples/BasicInput/cpp/BasicInput.sln
index 64ee94c6b1..3787078a72 100644
--- a/Samples/BasicInput/cpp/BasicInput.sln
+++ b/Samples/BasicInput/cpp/BasicInput.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicInput", "BasicInput.vcxproj", "{A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicInput", "BasicInput.vcxproj", "{D27E1C10-DBAA-55B8-85E9-D92462D22F14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Debug|ARM.ActiveCfg = Debug|ARM
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Debug|ARM.Build.0 = Debug|ARM
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Debug|ARM.Deploy.0 = Debug|ARM
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Debug|x64.ActiveCfg = Debug|x64
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Debug|x64.Build.0 = Debug|x64
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Debug|x64.Deploy.0 = Debug|x64
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Debug|x86.ActiveCfg = Debug|Win32
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Debug|x86.Build.0 = Debug|Win32
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Debug|x86.Deploy.0 = Debug|Win32
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Release|ARM.ActiveCfg = Release|ARM
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Release|ARM.Build.0 = Release|ARM
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Release|ARM.Deploy.0 = Release|ARM
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Release|x64.ActiveCfg = Release|x64
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Release|x64.Build.0 = Release|x64
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Release|x64.Deploy.0 = Release|x64
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Release|x86.ActiveCfg = Release|Win32
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Release|x86.Build.0 = Release|Win32
- {A99F3DE9-51D1-507C-AC00-2EA60FD3D5C9}.Release|x86.Deploy.0 = Release|Win32
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Debug|ARM.Build.0 = Debug|ARM
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Debug|x64.ActiveCfg = Debug|x64
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Debug|x64.Build.0 = Debug|x64
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Debug|x64.Deploy.0 = Debug|x64
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Debug|x86.ActiveCfg = Debug|Win32
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Debug|x86.Build.0 = Debug|Win32
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Debug|x86.Deploy.0 = Debug|Win32
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Release|ARM.ActiveCfg = Release|ARM
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Release|ARM.Build.0 = Release|ARM
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Release|ARM.Deploy.0 = Release|ARM
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Release|x64.ActiveCfg = Release|x64
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Release|x64.Build.0 = Release|x64
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Release|x64.Deploy.0 = Release|x64
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Release|x86.ActiveCfg = Release|Win32
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Release|x86.Build.0 = Release|Win32
+ {D27E1C10-DBAA-55B8-85E9-D92462D22F14}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicInput/cpp/BasicInput.vcxproj b/Samples/BasicInput/cpp/BasicInput.vcxproj
index c6ddb79b2c..aa839c6cba 100644
--- a/Samples/BasicInput/cpp/BasicInput.vcxproj
+++ b/Samples/BasicInput/cpp/BasicInput.vcxproj
@@ -1,15 +1,15 @@
- {a99f3de9-51d1-507c-ac00-2ea60fd3d5c9}
+ {d27e1c10-dbaa-55b8-85e9-d92462d22f14}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/BasicInput/cpp/Package.appxmanifest b/Samples/BasicInput/cpp/Package.appxmanifest
index 84f2e68c81..075550a8a6 100644
--- a/Samples/BasicInput/cpp/Package.appxmanifest
+++ b/Samples/BasicInput/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BasicInput/cs/BasicInput.csproj b/Samples/BasicInput/cs/BasicInput.csproj
index 72a3133593..4873975278 100644
--- a/Samples/BasicInput/cs/BasicInput.csproj
+++ b/Samples/BasicInput/cs/BasicInput.csproj
@@ -3,15 +3,15 @@
Debug
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}
AppContainerExe
Properties
BasicInput
BasicInput
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BasicInput/cs/BasicInput.sln b/Samples/BasicInput/cs/BasicInput.sln
index edad4836ec..7e97903260 100644
--- a/Samples/BasicInput/cs/BasicInput.sln
+++ b/Samples/BasicInput/cs/BasicInput.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicInput", "BasicInput.csproj", "{D3DA877B-7E29-5360-A48C-2929BF293B1F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicInput", "BasicInput.csproj", "{9F6CA2A4-3392-5AE5-8433-016501989EF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Debug|ARM.ActiveCfg = Debug|ARM
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Debug|ARM.Build.0 = Debug|ARM
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Debug|ARM.Deploy.0 = Debug|ARM
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Debug|x64.ActiveCfg = Debug|x64
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Debug|x64.Build.0 = Debug|x64
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Debug|x64.Deploy.0 = Debug|x64
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Debug|x86.ActiveCfg = Debug|x86
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Debug|x86.Build.0 = Debug|x86
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Debug|x86.Deploy.0 = Debug|x86
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Release|ARM.ActiveCfg = Release|ARM
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Release|ARM.Build.0 = Release|ARM
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Release|ARM.Deploy.0 = Release|ARM
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Release|x64.ActiveCfg = Release|x64
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Release|x64.Build.0 = Release|x64
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Release|x64.Deploy.0 = Release|x64
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Release|x86.ActiveCfg = Release|x86
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Release|x86.Build.0 = Release|x86
- {D3DA877B-7E29-5360-A48C-2929BF293B1F}.Release|x86.Deploy.0 = Release|x86
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Debug|ARM.ActiveCfg = Debug|ARM
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Debug|ARM.Build.0 = Debug|ARM
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Debug|ARM.Deploy.0 = Debug|ARM
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Debug|x64.ActiveCfg = Debug|x64
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Debug|x64.Build.0 = Debug|x64
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Debug|x64.Deploy.0 = Debug|x64
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Debug|x86.ActiveCfg = Debug|x86
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Debug|x86.Build.0 = Debug|x86
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Debug|x86.Deploy.0 = Debug|x86
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Release|ARM.ActiveCfg = Release|ARM
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Release|ARM.Build.0 = Release|ARM
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Release|ARM.Deploy.0 = Release|ARM
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Release|x64.ActiveCfg = Release|x64
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Release|x64.Build.0 = Release|x64
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Release|x64.Deploy.0 = Release|x64
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Release|x86.ActiveCfg = Release|x86
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Release|x86.Build.0 = Release|x86
+ {9F6CA2A4-3392-5AE5-8433-016501989EF4}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicInput/cs/Package.appxmanifest b/Samples/BasicInput/cs/Package.appxmanifest
index 8f73debe50..79a48f0888 100644
--- a/Samples/BasicInput/cs/Package.appxmanifest
+++ b/Samples/BasicInput/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BasicInput/vb/BasicInput.sln b/Samples/BasicInput/vb/BasicInput.sln
index e60975be10..449d1bcdc7 100644
--- a/Samples/BasicInput/vb/BasicInput.sln
+++ b/Samples/BasicInput/vb/BasicInput.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BasicInput", "BasicInput.vbproj", "{949A711B-FB65-5B0D-BE05-24907AF2549D}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BasicInput", "BasicInput.vbproj", "{8E63849A-2F50-502B-A5C5-A31B9F32EE86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Debug|ARM.ActiveCfg = Debug|ARM
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Debug|ARM.Build.0 = Debug|ARM
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Debug|ARM.Deploy.0 = Debug|ARM
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Debug|x64.ActiveCfg = Debug|x64
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Debug|x64.Build.0 = Debug|x64
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Debug|x64.Deploy.0 = Debug|x64
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Debug|x86.ActiveCfg = Debug|x86
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Debug|x86.Build.0 = Debug|x86
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Debug|x86.Deploy.0 = Debug|x86
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Release|ARM.ActiveCfg = Release|ARM
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Release|ARM.Build.0 = Release|ARM
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Release|ARM.Deploy.0 = Release|ARM
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Release|x64.ActiveCfg = Release|x64
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Release|x64.Build.0 = Release|x64
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Release|x64.Deploy.0 = Release|x64
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Release|x86.ActiveCfg = Release|x86
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Release|x86.Build.0 = Release|x86
- {949A711B-FB65-5B0D-BE05-24907AF2549D}.Release|x86.Deploy.0 = Release|x86
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Debug|ARM.Build.0 = Debug|ARM
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Debug|ARM.Deploy.0 = Debug|ARM
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Debug|x64.ActiveCfg = Debug|x64
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Debug|x64.Build.0 = Debug|x64
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Debug|x64.Deploy.0 = Debug|x64
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Debug|x86.ActiveCfg = Debug|x86
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Debug|x86.Build.0 = Debug|x86
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Debug|x86.Deploy.0 = Debug|x86
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Release|ARM.ActiveCfg = Release|ARM
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Release|ARM.Build.0 = Release|ARM
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Release|ARM.Deploy.0 = Release|ARM
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Release|x64.ActiveCfg = Release|x64
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Release|x64.Build.0 = Release|x64
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Release|x64.Deploy.0 = Release|x64
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Release|x86.ActiveCfg = Release|x86
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Release|x86.Build.0 = Release|x86
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicInput/vb/BasicInput.vbproj b/Samples/BasicInput/vb/BasicInput.vbproj
index b4d04e1c19..bcd2c1e99d 100644
--- a/Samples/BasicInput/vb/BasicInput.vbproj
+++ b/Samples/BasicInput/vb/BasicInput.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {949A711B-FB65-5B0D-BE05-24907AF2549D}
+ {8E63849A-2F50-502B-A5C5-A31B9F32EE86}
AppContainerExe
BasicInput
BasicInput
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BasicInput/vb/Package.appxmanifest b/Samples/BasicInput/vb/Package.appxmanifest
index af9df66fe7..d31461517b 100644
--- a/Samples/BasicInput/vb/Package.appxmanifest
+++ b/Samples/BasicInput/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BasicMediaCasting/basic-media-casting.yaml b/Samples/BasicMediaCasting/basic-media-casting.yml
similarity index 100%
rename from Samples/BasicMediaCasting/basic-media-casting.yaml
rename to Samples/BasicMediaCasting/basic-media-casting.yml
diff --git a/Samples/BasicMediaCasting/cs/BasicMediaCasting.csproj b/Samples/BasicMediaCasting/cs/BasicMediaCasting.csproj
index 65cc33c8ea..e6b80476db 100644
--- a/Samples/BasicMediaCasting/cs/BasicMediaCasting.csproj
+++ b/Samples/BasicMediaCasting/cs/BasicMediaCasting.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {22568B9B-7224-5BB9-9298-00932265B748}
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}
AppContainerExe
Properties
BasicMediaCasting
BasicMediaCasting
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
false
512
diff --git a/Samples/BasicMediaCasting/cs/BasicMediaCasting.sln b/Samples/BasicMediaCasting/cs/BasicMediaCasting.sln
index 05fc4f9d0c..fc369c81be 100644
--- a/Samples/BasicMediaCasting/cs/BasicMediaCasting.sln
+++ b/Samples/BasicMediaCasting/cs/BasicMediaCasting.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicMediaCasting", "BasicMediaCasting.csproj", "{22568B9B-7224-5BB9-9298-00932265B748}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicMediaCasting", "BasicMediaCasting.csproj", "{798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {22568B9B-7224-5BB9-9298-00932265B748}.Debug|ARM.ActiveCfg = Debug|ARM
- {22568B9B-7224-5BB9-9298-00932265B748}.Debug|ARM.Build.0 = Debug|ARM
- {22568B9B-7224-5BB9-9298-00932265B748}.Debug|ARM.Deploy.0 = Debug|ARM
- {22568B9B-7224-5BB9-9298-00932265B748}.Debug|x64.ActiveCfg = Debug|x64
- {22568B9B-7224-5BB9-9298-00932265B748}.Debug|x64.Build.0 = Debug|x64
- {22568B9B-7224-5BB9-9298-00932265B748}.Debug|x64.Deploy.0 = Debug|x64
- {22568B9B-7224-5BB9-9298-00932265B748}.Debug|x86.ActiveCfg = Debug|x86
- {22568B9B-7224-5BB9-9298-00932265B748}.Debug|x86.Build.0 = Debug|x86
- {22568B9B-7224-5BB9-9298-00932265B748}.Debug|x86.Deploy.0 = Debug|x86
- {22568B9B-7224-5BB9-9298-00932265B748}.Release|ARM.ActiveCfg = Release|ARM
- {22568B9B-7224-5BB9-9298-00932265B748}.Release|ARM.Build.0 = Release|ARM
- {22568B9B-7224-5BB9-9298-00932265B748}.Release|ARM.Deploy.0 = Release|ARM
- {22568B9B-7224-5BB9-9298-00932265B748}.Release|x64.ActiveCfg = Release|x64
- {22568B9B-7224-5BB9-9298-00932265B748}.Release|x64.Build.0 = Release|x64
- {22568B9B-7224-5BB9-9298-00932265B748}.Release|x64.Deploy.0 = Release|x64
- {22568B9B-7224-5BB9-9298-00932265B748}.Release|x86.ActiveCfg = Release|x86
- {22568B9B-7224-5BB9-9298-00932265B748}.Release|x86.Build.0 = Release|x86
- {22568B9B-7224-5BB9-9298-00932265B748}.Release|x86.Deploy.0 = Release|x86
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Debug|ARM.ActiveCfg = Debug|ARM
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Debug|ARM.Build.0 = Debug|ARM
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Debug|ARM.Deploy.0 = Debug|ARM
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Debug|x64.ActiveCfg = Debug|x64
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Debug|x64.Build.0 = Debug|x64
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Debug|x64.Deploy.0 = Debug|x64
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Debug|x86.ActiveCfg = Debug|x86
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Debug|x86.Build.0 = Debug|x86
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Debug|x86.Deploy.0 = Debug|x86
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Release|ARM.ActiveCfg = Release|ARM
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Release|ARM.Build.0 = Release|ARM
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Release|ARM.Deploy.0 = Release|ARM
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Release|x64.ActiveCfg = Release|x64
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Release|x64.Build.0 = Release|x64
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Release|x64.Deploy.0 = Release|x64
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Release|x86.ActiveCfg = Release|x86
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Release|x86.Build.0 = Release|x86
+ {798591E5-74EE-57A9-9D8D-2E7BEC60BCD9}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicMediaCasting/cs/Package.appxmanifest b/Samples/BasicMediaCasting/cs/Package.appxmanifest
index b17775bb14..8391482e8c 100644
--- a/Samples/BasicMediaCasting/cs/Package.appxmanifest
+++ b/Samples/BasicMediaCasting/cs/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/BasicMediaCasting/vb/BasicMediaCasting.sln b/Samples/BasicMediaCasting/vb/BasicMediaCasting.sln
index 7993e6bec6..e5992a4374 100644
--- a/Samples/BasicMediaCasting/vb/BasicMediaCasting.sln
+++ b/Samples/BasicMediaCasting/vb/BasicMediaCasting.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BasicMediaCasting", "BasicMediaCasting.vbproj", "{BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BasicMediaCasting", "BasicMediaCasting.vbproj", "{61EAC36A-6C92-5EE1-B09A-593529752322}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Debug|ARM.ActiveCfg = Debug|ARM
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Debug|ARM.Build.0 = Debug|ARM
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Debug|ARM.Deploy.0 = Debug|ARM
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Debug|x64.ActiveCfg = Debug|x64
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Debug|x64.Build.0 = Debug|x64
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Debug|x64.Deploy.0 = Debug|x64
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Debug|x86.ActiveCfg = Debug|x86
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Debug|x86.Build.0 = Debug|x86
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Debug|x86.Deploy.0 = Debug|x86
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Release|ARM.ActiveCfg = Release|ARM
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Release|ARM.Build.0 = Release|ARM
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Release|ARM.Deploy.0 = Release|ARM
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Release|x64.ActiveCfg = Release|x64
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Release|x64.Build.0 = Release|x64
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Release|x64.Deploy.0 = Release|x64
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Release|x86.ActiveCfg = Release|x86
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Release|x86.Build.0 = Release|x86
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}.Release|x86.Deploy.0 = Release|x86
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Debug|ARM.ActiveCfg = Debug|ARM
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Debug|ARM.Build.0 = Debug|ARM
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Debug|ARM.Deploy.0 = Debug|ARM
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Debug|x64.ActiveCfg = Debug|x64
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Debug|x64.Build.0 = Debug|x64
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Debug|x64.Deploy.0 = Debug|x64
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Debug|x86.ActiveCfg = Debug|x86
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Debug|x86.Build.0 = Debug|x86
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Debug|x86.Deploy.0 = Debug|x86
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Release|ARM.ActiveCfg = Release|ARM
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Release|ARM.Build.0 = Release|ARM
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Release|ARM.Deploy.0 = Release|ARM
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Release|x64.ActiveCfg = Release|x64
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Release|x64.Build.0 = Release|x64
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Release|x64.Deploy.0 = Release|x64
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Release|x86.ActiveCfg = Release|x86
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Release|x86.Build.0 = Release|x86
+ {61EAC36A-6C92-5EE1-B09A-593529752322}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicMediaCasting/vb/BasicMediaCasting.vbproj b/Samples/BasicMediaCasting/vb/BasicMediaCasting.vbproj
index 5919e96a5c..4122d482a0 100644
--- a/Samples/BasicMediaCasting/vb/BasicMediaCasting.vbproj
+++ b/Samples/BasicMediaCasting/vb/BasicMediaCasting.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {BC7B4E6B-E08B-5E14-8D94-22BA886EB06B}
+ {61EAC36A-6C92-5EE1-B09A-593529752322}
AppContainerExe
BasicMediaCasting
BasicMediaCasting
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BasicMediaCasting/vb/Package.appxmanifest b/Samples/BasicMediaCasting/vb/Package.appxmanifest
index 30076cc8e1..a06a28866d 100644
--- a/Samples/BasicMediaCasting/vb/Package.appxmanifest
+++ b/Samples/BasicMediaCasting/vb/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/BasicSuspension/basic-suspension.yaml b/Samples/BasicSuspension/basic-suspension.yml
similarity index 100%
rename from Samples/BasicSuspension/basic-suspension.yaml
rename to Samples/BasicSuspension/basic-suspension.yml
diff --git a/Samples/BasicSuspension/cs/BasicSuspension.csproj b/Samples/BasicSuspension/cs/BasicSuspension.csproj
index dac65792b4..1e56c5daa4 100644
--- a/Samples/BasicSuspension/cs/BasicSuspension.csproj
+++ b/Samples/BasicSuspension/cs/BasicSuspension.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}
AppContainerExe
Properties
SDKTemplate
BasicSuspension
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BasicSuspension/cs/BasicSuspension.sln b/Samples/BasicSuspension/cs/BasicSuspension.sln
index f2d4c8dc6f..fdd36faf86 100644
--- a/Samples/BasicSuspension/cs/BasicSuspension.sln
+++ b/Samples/BasicSuspension/cs/BasicSuspension.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicSuspension", "BasicSuspension.csproj", "{130892C3-A8ED-5719-9AA7-AD4A17C6C56E}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicSuspension", "BasicSuspension.csproj", "{0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Debug|ARM.ActiveCfg = Debug|ARM
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Debug|ARM.Build.0 = Debug|ARM
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Debug|ARM.Deploy.0 = Debug|ARM
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Debug|x64.ActiveCfg = Debug|x64
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Debug|x64.Build.0 = Debug|x64
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Debug|x64.Deploy.0 = Debug|x64
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Debug|x86.ActiveCfg = Debug|x86
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Debug|x86.Build.0 = Debug|x86
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Debug|x86.Deploy.0 = Debug|x86
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Release|ARM.ActiveCfg = Release|ARM
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Release|ARM.Build.0 = Release|ARM
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Release|ARM.Deploy.0 = Release|ARM
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Release|x64.ActiveCfg = Release|x64
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Release|x64.Build.0 = Release|x64
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Release|x64.Deploy.0 = Release|x64
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Release|x86.ActiveCfg = Release|x86
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Release|x86.Build.0 = Release|x86
- {130892C3-A8ED-5719-9AA7-AD4A17C6C56E}.Release|x86.Deploy.0 = Release|x86
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Debug|ARM.Build.0 = Debug|ARM
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Debug|ARM.Deploy.0 = Debug|ARM
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Debug|x64.ActiveCfg = Debug|x64
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Debug|x64.Build.0 = Debug|x64
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Debug|x64.Deploy.0 = Debug|x64
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Debug|x86.ActiveCfg = Debug|x86
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Debug|x86.Build.0 = Debug|x86
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Debug|x86.Deploy.0 = Debug|x86
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Release|ARM.ActiveCfg = Release|ARM
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Release|ARM.Build.0 = Release|ARM
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Release|ARM.Deploy.0 = Release|ARM
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Release|x64.ActiveCfg = Release|x64
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Release|x64.Build.0 = Release|x64
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Release|x64.Deploy.0 = Release|x64
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Release|x86.ActiveCfg = Release|x86
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Release|x86.Build.0 = Release|x86
+ {0BF5B43C-7B4E-5A2E-9809-CEE2AC771C1E}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BasicSuspension/cs/Package.appxmanifest b/Samples/BasicSuspension/cs/Package.appxmanifest
index 184505c798..4f4a61b446 100644
--- a/Samples/BasicSuspension/cs/Package.appxmanifest
+++ b/Samples/BasicSuspension/cs/Package.appxmanifest
@@ -13,7 +13,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/BluetoothAdvertisement/bluetooth-advertisement.yaml b/Samples/BluetoothAdvertisement/bluetooth-advertisement.yml
similarity index 100%
rename from Samples/BluetoothAdvertisement/bluetooth-advertisement.yaml
rename to Samples/BluetoothAdvertisement/bluetooth-advertisement.yml
diff --git a/Samples/BluetoothAdvertisement/cs/BluetoothAdvertisement.csproj b/Samples/BluetoothAdvertisement/cs/BluetoothAdvertisement.csproj
index 39bf1d5a3b..5c52614b0b 100644
--- a/Samples/BluetoothAdvertisement/cs/BluetoothAdvertisement.csproj
+++ b/Samples/BluetoothAdvertisement/cs/BluetoothAdvertisement.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}
AppContainerExe
Properties
BluetoothAdvertisement
BluetoothAdvertisement
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BluetoothAdvertisement/cs/BluetoothAdvertisement.sln b/Samples/BluetoothAdvertisement/cs/BluetoothAdvertisement.sln
index 18c269a058..c4ac70051d 100644
--- a/Samples/BluetoothAdvertisement/cs/BluetoothAdvertisement.sln
+++ b/Samples/BluetoothAdvertisement/cs/BluetoothAdvertisement.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bluetoothadvertisement", "bluetoothadvertisement.csproj", "{2252C06A-C519-50C8-84C0-CFE63DAF8DD8}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bluetoothadvertisement", "bluetoothadvertisement.csproj", "{2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tasks", "tasks\tasks.csproj", "{E95B38BD-7A41-5560-8B44-2F8FF694A803}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tasks", "tasks\tasks.csproj", "{E4AA255E-1F5C-5584-8772-C443EB23F5DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Debug|ARM.ActiveCfg = Debug|ARM
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Debug|ARM.Build.0 = Debug|ARM
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Debug|ARM.Deploy.0 = Debug|ARM
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Debug|x64.ActiveCfg = Debug|x64
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Debug|x64.Build.0 = Debug|x64
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Debug|x64.Deploy.0 = Debug|x64
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Debug|x86.ActiveCfg = Debug|x86
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Debug|x86.Build.0 = Debug|x86
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Debug|x86.Deploy.0 = Debug|x86
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Release|ARM.ActiveCfg = Release|ARM
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Release|ARM.Build.0 = Release|ARM
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Release|ARM.Deploy.0 = Release|ARM
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Release|x64.ActiveCfg = Release|x64
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Release|x64.Build.0 = Release|x64
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Release|x64.Deploy.0 = Release|x64
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Release|x86.ActiveCfg = Release|x86
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Release|x86.Build.0 = Release|x86
- {2252C06A-C519-50C8-84C0-CFE63DAF8DD8}.Release|x86.Deploy.0 = Release|x86
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Debug|ARM.ActiveCfg = Debug|ARM
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Debug|ARM.Build.0 = Debug|ARM
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Debug|x64.ActiveCfg = Debug|x64
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Debug|x64.Build.0 = Debug|x64
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Debug|x86.ActiveCfg = Debug|x86
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Debug|x86.Build.0 = Debug|x86
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Release|ARM.ActiveCfg = Release|ARM
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Release|ARM.Build.0 = Release|ARM
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Release|x64.ActiveCfg = Release|x64
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Release|x64.Build.0 = Release|x64
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Release|x86.ActiveCfg = Release|x86
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}.Release|x86.Build.0 = Release|x86
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Debug|ARM.Build.0 = Debug|ARM
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Debug|ARM.Deploy.0 = Debug|ARM
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Debug|x64.ActiveCfg = Debug|x64
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Debug|x64.Build.0 = Debug|x64
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Debug|x64.Deploy.0 = Debug|x64
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Debug|x86.ActiveCfg = Debug|x86
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Debug|x86.Build.0 = Debug|x86
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Debug|x86.Deploy.0 = Debug|x86
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Release|ARM.ActiveCfg = Release|ARM
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Release|ARM.Build.0 = Release|ARM
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Release|ARM.Deploy.0 = Release|ARM
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Release|x64.ActiveCfg = Release|x64
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Release|x64.Build.0 = Release|x64
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Release|x64.Deploy.0 = Release|x64
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Release|x86.ActiveCfg = Release|x86
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Release|x86.Build.0 = Release|x86
+ {2A62A6BE-1E4F-5138-ADC6-28AB295E10CF}.Release|x86.Deploy.0 = Release|x86
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Debug|ARM.ActiveCfg = Debug|ARM
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Debug|ARM.Build.0 = Debug|ARM
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Debug|x64.ActiveCfg = Debug|x64
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Debug|x64.Build.0 = Debug|x64
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Debug|x86.ActiveCfg = Debug|x86
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Debug|x86.Build.0 = Debug|x86
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Release|ARM.ActiveCfg = Release|ARM
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Release|ARM.Build.0 = Release|ARM
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Release|x64.ActiveCfg = Release|x64
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Release|x64.Build.0 = Release|x64
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Release|x86.ActiveCfg = Release|x86
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BluetoothAdvertisement/cs/Package.appxmanifest b/Samples/BluetoothAdvertisement/cs/Package.appxmanifest
index 9a33fd9387..767c3a0ea3 100644
--- a/Samples/BluetoothAdvertisement/cs/Package.appxmanifest
+++ b/Samples/BluetoothAdvertisement/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BluetoothAdvertisement/cs/Tasks/Tasks.csproj b/Samples/BluetoothAdvertisement/cs/Tasks/Tasks.csproj
index cbc0bc0c5d..30254718fc 100644
--- a/Samples/BluetoothAdvertisement/cs/Tasks/Tasks.csproj
+++ b/Samples/BluetoothAdvertisement/cs/Tasks/Tasks.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {E95B38BD-7A41-5560-8B44-2F8FF694A803}
+ {E4AA255E-1F5C-5584-8772-C443EB23F5DB}
winmdobj
Properties
BackgroundTasks
BackgroundTasks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BluetoothAdvertisement/js/BluetoothAdvertisement.jsproj b/Samples/BluetoothAdvertisement/js/BluetoothAdvertisement.jsproj
index 9f839c648c..ded516f1d9 100644
--- a/Samples/BluetoothAdvertisement/js/BluetoothAdvertisement.jsproj
+++ b/Samples/BluetoothAdvertisement/js/BluetoothAdvertisement.jsproj
@@ -35,7 +35,7 @@
- 45ea94d2-c512-552f-823f-314bc42f9853
+ 2abec581-bb02-54fc-83cd-3e5e14a9d17d
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/BluetoothAdvertisement/js/BluetoothAdvertisement.sln b/Samples/BluetoothAdvertisement/js/BluetoothAdvertisement.sln
index 7c95ac5989..6ef53eee1b 100644
--- a/Samples/BluetoothAdvertisement/js/BluetoothAdvertisement.sln
+++ b/Samples/BluetoothAdvertisement/js/BluetoothAdvertisement.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "BluetoothAdvertisement", "BluetoothAdvertisement.jsproj", "{45EA94D2-C512-552F-823F-314BC42F9853}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "BluetoothAdvertisement", "BluetoothAdvertisement.jsproj", "{2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|ARM.ActiveCfg = Debug|ARM
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|ARM.Build.0 = Debug|ARM
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|ARM.Deploy.0 = Debug|ARM
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|x64.ActiveCfg = Debug|x64
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|x64.Build.0 = Debug|x64
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|x64.Deploy.0 = Debug|x64
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|x86.ActiveCfg = Debug|x86
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|x86.Build.0 = Debug|x86
- {45EA94D2-C512-552F-823F-314BC42F9853}.Debug|x86.Deploy.0 = Debug|x86
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|Any CPU.Build.0 = Release|Any CPU
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|ARM.ActiveCfg = Release|ARM
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|ARM.Build.0 = Release|ARM
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|ARM.Deploy.0 = Release|ARM
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|x64.ActiveCfg = Release|x64
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|x64.Build.0 = Release|x64
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|x64.Deploy.0 = Release|x64
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|x86.ActiveCfg = Release|x86
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|x86.Build.0 = Release|x86
- {45EA94D2-C512-552F-823F-314BC42F9853}.Release|x86.Deploy.0 = Release|x86
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|ARM.Build.0 = Debug|ARM
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|ARM.Deploy.0 = Debug|ARM
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|x64.ActiveCfg = Debug|x64
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|x64.Build.0 = Debug|x64
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|x64.Deploy.0 = Debug|x64
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|x86.ActiveCfg = Debug|x86
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|x86.Build.0 = Debug|x86
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Debug|x86.Deploy.0 = Debug|x86
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|ARM.ActiveCfg = Release|ARM
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|ARM.Build.0 = Release|ARM
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|ARM.Deploy.0 = Release|ARM
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|x64.ActiveCfg = Release|x64
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|x64.Build.0 = Release|x64
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|x64.Deploy.0 = Release|x64
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|x86.ActiveCfg = Release|x86
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|x86.Build.0 = Release|x86
+ {2ABEC581-BB02-54FC-83CD-3E5E14A9D17D}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BluetoothAdvertisement/js/Package.appxmanifest b/Samples/BluetoothAdvertisement/js/Package.appxmanifest
index 141c8c3890..c3b336322d 100644
--- a/Samples/BluetoothAdvertisement/js/Package.appxmanifest
+++ b/Samples/BluetoothAdvertisement/js/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BluetoothAdvertisement/vb/BluetoothAdvertisement.sln b/Samples/BluetoothAdvertisement/vb/BluetoothAdvertisement.sln
index 0dd289f2ee..f7f1ae23e8 100644
--- a/Samples/BluetoothAdvertisement/vb/BluetoothAdvertisement.sln
+++ b/Samples/BluetoothAdvertisement/vb/BluetoothAdvertisement.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "bluetoothadvertisement", "bluetoothadvertisement.vbproj", "{CCB0EBD4-4574-54B6-BDB7-286CAF752070}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "bluetoothadvertisement", "bluetoothadvertisement.vbproj", "{AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}"
EndProject
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "tasks", "tasks\tasks.vbproj", "{6DE2935B-8EEE-58B3-A111-5E3D84C12F36}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "tasks", "tasks\tasks.vbproj", "{A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Debug|ARM.ActiveCfg = Debug|ARM
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Debug|ARM.Build.0 = Debug|ARM
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Debug|ARM.Deploy.0 = Debug|ARM
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Debug|x64.ActiveCfg = Debug|x64
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Debug|x64.Build.0 = Debug|x64
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Debug|x64.Deploy.0 = Debug|x64
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Debug|x86.ActiveCfg = Debug|x86
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Debug|x86.Build.0 = Debug|x86
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Debug|x86.Deploy.0 = Debug|x86
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Release|ARM.ActiveCfg = Release|ARM
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Release|ARM.Build.0 = Release|ARM
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Release|ARM.Deploy.0 = Release|ARM
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Release|x64.ActiveCfg = Release|x64
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Release|x64.Build.0 = Release|x64
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Release|x64.Deploy.0 = Release|x64
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Release|x86.ActiveCfg = Release|x86
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Release|x86.Build.0 = Release|x86
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}.Release|x86.Deploy.0 = Release|x86
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Debug|ARM.ActiveCfg = Debug|ARM
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Debug|ARM.Build.0 = Debug|ARM
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Debug|x64.ActiveCfg = Debug|x64
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Debug|x64.Build.0 = Debug|x64
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Debug|x86.ActiveCfg = Debug|x86
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Debug|x86.Build.0 = Debug|x86
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Release|ARM.ActiveCfg = Release|ARM
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Release|ARM.Build.0 = Release|ARM
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Release|x64.ActiveCfg = Release|x64
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Release|x64.Build.0 = Release|x64
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Release|x86.ActiveCfg = Release|x86
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}.Release|x86.Build.0 = Release|x86
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Debug|ARM.ActiveCfg = Debug|ARM
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Debug|ARM.Build.0 = Debug|ARM
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Debug|ARM.Deploy.0 = Debug|ARM
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Debug|x64.ActiveCfg = Debug|x64
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Debug|x64.Build.0 = Debug|x64
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Debug|x64.Deploy.0 = Debug|x64
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Debug|x86.ActiveCfg = Debug|x86
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Debug|x86.Build.0 = Debug|x86
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Debug|x86.Deploy.0 = Debug|x86
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Release|ARM.ActiveCfg = Release|ARM
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Release|ARM.Build.0 = Release|ARM
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Release|ARM.Deploy.0 = Release|ARM
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Release|x64.ActiveCfg = Release|x64
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Release|x64.Build.0 = Release|x64
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Release|x64.Deploy.0 = Release|x64
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Release|x86.ActiveCfg = Release|x86
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Release|x86.Build.0 = Release|x86
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}.Release|x86.Deploy.0 = Release|x86
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Debug|ARM.Build.0 = Debug|ARM
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Debug|x64.ActiveCfg = Debug|x64
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Debug|x64.Build.0 = Debug|x64
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Debug|x86.ActiveCfg = Debug|x86
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Debug|x86.Build.0 = Debug|x86
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Release|ARM.ActiveCfg = Release|ARM
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Release|ARM.Build.0 = Release|ARM
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Release|x64.ActiveCfg = Release|x64
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Release|x64.Build.0 = Release|x64
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Release|x86.ActiveCfg = Release|x86
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BluetoothAdvertisement/vb/BluetoothAdvertisement.vbproj b/Samples/BluetoothAdvertisement/vb/BluetoothAdvertisement.vbproj
index abc12451c0..52c737d8c6 100644
--- a/Samples/BluetoothAdvertisement/vb/BluetoothAdvertisement.vbproj
+++ b/Samples/BluetoothAdvertisement/vb/BluetoothAdvertisement.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {CCB0EBD4-4574-54B6-BDB7-286CAF752070}
+ {AE2C7A73-CB4B-5BA4-A001-6EC01627F1AF}
AppContainerExe
BluetoothAdvertisement
BluetoothAdvertisement
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BluetoothAdvertisement/vb/Package.appxmanifest b/Samples/BluetoothAdvertisement/vb/Package.appxmanifest
index 336973b57b..bfc9267056 100644
--- a/Samples/BluetoothAdvertisement/vb/Package.appxmanifest
+++ b/Samples/BluetoothAdvertisement/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/BluetoothAdvertisement/vb/Tasks/Tasks.vbproj b/Samples/BluetoothAdvertisement/vb/Tasks/Tasks.vbproj
index 5b7b52c88d..fc93462e75 100644
--- a/Samples/BluetoothAdvertisement/vb/Tasks/Tasks.vbproj
+++ b/Samples/BluetoothAdvertisement/vb/Tasks/Tasks.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {6DE2935B-8EEE-58B3-A111-5E3D84C12F36}
+ {A90E57FC-47B4-52F8-BCAA-A463B6BB8B45}
winmdobj
BackgroundTasks
BackgroundTasks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BluetoothLE/bluetooth-le.yaml b/Samples/BluetoothLE/bluetooth-le.yml
similarity index 100%
rename from Samples/BluetoothLE/bluetooth-le.yaml
rename to Samples/BluetoothLE/bluetooth-le.yml
diff --git a/Samples/BluetoothLE/cs/BluetoothLE.csproj b/Samples/BluetoothLE/cs/BluetoothLE.csproj
index 19aa3a3c87..fb903f4278 100644
--- a/Samples/BluetoothLE/cs/BluetoothLE.csproj
+++ b/Samples/BluetoothLE/cs/BluetoothLE.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}
AppContainerExe
Properties
SDKTemplate
BluetoothLEUniversal
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BluetoothLE/cs/BluetoothLE.sln b/Samples/BluetoothLE/cs/BluetoothLE.sln
index f59a343b08..931b1d922e 100644
--- a/Samples/BluetoothLE/cs/BluetoothLE.sln
+++ b/Samples/BluetoothLE/cs/BluetoothLE.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BluetoothLE", "BluetoothLE.csproj", "{580BCC6F-1DF9-5671-A6F1-C817C2232564}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BluetoothLE", "BluetoothLE.csproj", "{A112EA3B-DEA8-5F7F-A2FC-2349FF750910}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,26 +17,26 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Debug|Any CPU.ActiveCfg = Debug|x86
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Debug|ARM.ActiveCfg = Debug|ARM
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Debug|ARM.Build.0 = Debug|ARM
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Debug|ARM.Deploy.0 = Debug|ARM
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Debug|x64.ActiveCfg = Debug|x64
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Debug|x64.Build.0 = Debug|x64
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Debug|x64.Deploy.0 = Debug|x64
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Debug|x86.ActiveCfg = Debug|x86
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Debug|x86.Build.0 = Debug|x86
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Debug|x86.Deploy.0 = Debug|x86
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Release|Any CPU.ActiveCfg = Release|x86
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Release|ARM.ActiveCfg = Release|ARM
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Release|ARM.Build.0 = Release|ARM
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Release|ARM.Deploy.0 = Release|ARM
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Release|x64.ActiveCfg = Release|x64
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Release|x64.Build.0 = Release|x64
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Release|x64.Deploy.0 = Release|x64
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Release|x86.ActiveCfg = Release|x86
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Release|x86.Build.0 = Release|x86
- {580BCC6F-1DF9-5671-A6F1-C817C2232564}.Release|x86.Deploy.0 = Release|x86
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Debug|ARM.Build.0 = Debug|ARM
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Debug|x64.ActiveCfg = Debug|x64
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Debug|x64.Build.0 = Debug|x64
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Debug|x64.Deploy.0 = Debug|x64
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Debug|x86.ActiveCfg = Debug|x86
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Debug|x86.Build.0 = Debug|x86
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Debug|x86.Deploy.0 = Debug|x86
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Release|Any CPU.ActiveCfg = Release|x86
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Release|ARM.ActiveCfg = Release|ARM
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Release|ARM.Build.0 = Release|ARM
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Release|ARM.Deploy.0 = Release|ARM
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Release|x64.ActiveCfg = Release|x64
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Release|x64.Build.0 = Release|x64
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Release|x64.Deploy.0 = Release|x64
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Release|x86.ActiveCfg = Release|x86
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Release|x86.Build.0 = Release|x86
+ {A112EA3B-DEA8-5F7F-A2FC-2349FF750910}.Release|x86.Deploy.0 = Release|x86
{9860D297-FB11-48E5-8FEE-26727C4D8DB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9860D297-FB11-48E5-8FEE-26727C4D8DB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9860D297-FB11-48E5-8FEE-26727C4D8DB4}.Debug|ARM.ActiveCfg = Debug|ARM
diff --git a/Samples/BluetoothLE/cs/Package.appxmanifest b/Samples/BluetoothLE/cs/Package.appxmanifest
index 17fbef7831..efef59f02f 100644
--- a/Samples/BluetoothLE/cs/Package.appxmanifest
+++ b/Samples/BluetoothLE/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/BluetoothRfcommChat/bluetooth-rfcomm-chat.yaml b/Samples/BluetoothRfcommChat/bluetooth-rfcomm-chat.yml
similarity index 100%
rename from Samples/BluetoothRfcommChat/bluetooth-rfcomm-chat.yaml
rename to Samples/BluetoothRfcommChat/bluetooth-rfcomm-chat.yml
diff --git a/Samples/BluetoothRfcommChat/cs/Package.appxmanifest b/Samples/BluetoothRfcommChat/cs/Package.appxmanifest
index e2f3a9b0ba..86bdee6a0d 100644
--- a/Samples/BluetoothRfcommChat/cs/Package.appxmanifest
+++ b/Samples/BluetoothRfcommChat/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/BluetoothRfcommChat/cs/RfcommChat.csproj b/Samples/BluetoothRfcommChat/cs/RfcommChat.csproj
index 4a91ad754f..c4676b03ac 100644
--- a/Samples/BluetoothRfcommChat/cs/RfcommChat.csproj
+++ b/Samples/BluetoothRfcommChat/cs/RfcommChat.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}
AppContainerExe
Properties
SDKTemplate
BluetoothRfcommChat
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/BluetoothRfcommChat/cs/RfcommChat.sln b/Samples/BluetoothRfcommChat/cs/RfcommChat.sln
index d5a3d7c99e..b17f9f1045 100644
--- a/Samples/BluetoothRfcommChat/cs/RfcommChat.sln
+++ b/Samples/BluetoothRfcommChat/cs/RfcommChat.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RfcommChat", "RfcommChat.csproj", "{EB2F211A-7578-53D8-845D-3D2F5F11FAB2}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RfcommChat", "RfcommChat.csproj", "{FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{BBCEBB71-A7DB-5F03-9293-6813C0216026}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{8F2014F0-8B97-5CE7-B638-EDAA9709D073}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Debug|ARM.ActiveCfg = Debug|ARM
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Debug|ARM.Build.0 = Debug|ARM
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Debug|ARM.Deploy.0 = Debug|ARM
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Debug|x64.ActiveCfg = Debug|x64
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Debug|x64.Build.0 = Debug|x64
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Debug|x64.Deploy.0 = Debug|x64
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Debug|x86.ActiveCfg = Debug|x86
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Debug|x86.Build.0 = Debug|x86
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Debug|x86.Deploy.0 = Debug|x86
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Release|ARM.ActiveCfg = Release|ARM
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Release|ARM.Build.0 = Release|ARM
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Release|ARM.Deploy.0 = Release|ARM
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Release|x64.ActiveCfg = Release|x64
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Release|x64.Build.0 = Release|x64
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Release|x64.Deploy.0 = Release|x64
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Release|x86.ActiveCfg = Release|x86
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Release|x86.Build.0 = Release|x86
- {EB2F211A-7578-53D8-845D-3D2F5F11FAB2}.Release|x86.Deploy.0 = Release|x86
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Debug|ARM.ActiveCfg = Debug|ARM
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Debug|ARM.Build.0 = Debug|ARM
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Debug|x64.ActiveCfg = Debug|x64
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Debug|x64.Build.0 = Debug|x64
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Debug|x86.ActiveCfg = Debug|x86
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Debug|x86.Build.0 = Debug|x86
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Release|ARM.ActiveCfg = Release|ARM
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Release|ARM.Build.0 = Release|ARM
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Release|x64.ActiveCfg = Release|x64
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Release|x64.Build.0 = Release|x64
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Release|x86.ActiveCfg = Release|x86
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}.Release|x86.Build.0 = Release|x86
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Debug|ARM.ActiveCfg = Debug|ARM
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Debug|ARM.Build.0 = Debug|ARM
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Debug|ARM.Deploy.0 = Debug|ARM
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Debug|x64.ActiveCfg = Debug|x64
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Debug|x64.Build.0 = Debug|x64
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Debug|x64.Deploy.0 = Debug|x64
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Debug|x86.ActiveCfg = Debug|x86
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Debug|x86.Build.0 = Debug|x86
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Debug|x86.Deploy.0 = Debug|x86
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Release|ARM.ActiveCfg = Release|ARM
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Release|ARM.Build.0 = Release|ARM
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Release|ARM.Deploy.0 = Release|ARM
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Release|x64.ActiveCfg = Release|x64
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Release|x64.Build.0 = Release|x64
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Release|x64.Deploy.0 = Release|x64
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Release|x86.ActiveCfg = Release|x86
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Release|x86.Build.0 = Release|x86
+ {FBA2D069-1C5E-58C8-B9E9-5DB5F3B86129}.Release|x86.Deploy.0 = Release|x86
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Debug|ARM.Build.0 = Debug|ARM
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Debug|x64.ActiveCfg = Debug|x64
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Debug|x64.Build.0 = Debug|x64
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Debug|x86.ActiveCfg = Debug|x86
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Debug|x86.Build.0 = Debug|x86
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Release|ARM.ActiveCfg = Release|ARM
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Release|ARM.Build.0 = Release|ARM
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Release|x64.ActiveCfg = Release|x64
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Release|x64.Build.0 = Release|x64
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Release|x86.ActiveCfg = Release|x86
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/BluetoothRfcommChat/cs/Tasks/Tasks.csproj b/Samples/BluetoothRfcommChat/cs/Tasks/Tasks.csproj
index a5d298f533..caa9c534ef 100644
--- a/Samples/BluetoothRfcommChat/cs/Tasks/Tasks.csproj
+++ b/Samples/BluetoothRfcommChat/cs/Tasks/Tasks.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {BBCEBB71-A7DB-5F03-9293-6813C0216026}
+ {8F2014F0-8B97-5CE7-B638-EDAA9709D073}
winmdobj
Properties
BackgroundTasks
BackgroundTasks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
512
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/Samples/Calendar/calendar.yaml b/Samples/Calendar/calendar.yml
similarity index 100%
rename from Samples/Calendar/calendar.yaml
rename to Samples/Calendar/calendar.yml
diff --git a/Samples/Calendar/cpp/Calendar.sln b/Samples/Calendar/cpp/Calendar.sln
index c8d41ce427..c7c84aa1f9 100644
--- a/Samples/Calendar/cpp/Calendar.sln
+++ b/Samples/Calendar/cpp/Calendar.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Calendar", "Calendar.vcxproj", "{98713A51-5E41-5744-B729-96796FA9679B}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Calendar", "Calendar.vcxproj", "{D0D282AA-C6B6-545D-805F-03D1B13B4D7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {98713A51-5E41-5744-B729-96796FA9679B}.Debug|ARM.ActiveCfg = Debug|ARM
- {98713A51-5E41-5744-B729-96796FA9679B}.Debug|ARM.Build.0 = Debug|ARM
- {98713A51-5E41-5744-B729-96796FA9679B}.Debug|ARM.Deploy.0 = Debug|ARM
- {98713A51-5E41-5744-B729-96796FA9679B}.Debug|x64.ActiveCfg = Debug|x64
- {98713A51-5E41-5744-B729-96796FA9679B}.Debug|x64.Build.0 = Debug|x64
- {98713A51-5E41-5744-B729-96796FA9679B}.Debug|x64.Deploy.0 = Debug|x64
- {98713A51-5E41-5744-B729-96796FA9679B}.Debug|x86.ActiveCfg = Debug|Win32
- {98713A51-5E41-5744-B729-96796FA9679B}.Debug|x86.Build.0 = Debug|Win32
- {98713A51-5E41-5744-B729-96796FA9679B}.Debug|x86.Deploy.0 = Debug|Win32
- {98713A51-5E41-5744-B729-96796FA9679B}.Release|ARM.ActiveCfg = Release|ARM
- {98713A51-5E41-5744-B729-96796FA9679B}.Release|ARM.Build.0 = Release|ARM
- {98713A51-5E41-5744-B729-96796FA9679B}.Release|ARM.Deploy.0 = Release|ARM
- {98713A51-5E41-5744-B729-96796FA9679B}.Release|x64.ActiveCfg = Release|x64
- {98713A51-5E41-5744-B729-96796FA9679B}.Release|x64.Build.0 = Release|x64
- {98713A51-5E41-5744-B729-96796FA9679B}.Release|x64.Deploy.0 = Release|x64
- {98713A51-5E41-5744-B729-96796FA9679B}.Release|x86.ActiveCfg = Release|Win32
- {98713A51-5E41-5744-B729-96796FA9679B}.Release|x86.Build.0 = Release|Win32
- {98713A51-5E41-5744-B729-96796FA9679B}.Release|x86.Deploy.0 = Release|Win32
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Debug|ARM.Build.0 = Debug|ARM
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Debug|x64.ActiveCfg = Debug|x64
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Debug|x64.Build.0 = Debug|x64
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Debug|x64.Deploy.0 = Debug|x64
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Debug|x86.ActiveCfg = Debug|Win32
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Debug|x86.Build.0 = Debug|Win32
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Debug|x86.Deploy.0 = Debug|Win32
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Release|ARM.ActiveCfg = Release|ARM
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Release|ARM.Build.0 = Release|ARM
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Release|ARM.Deploy.0 = Release|ARM
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Release|x64.ActiveCfg = Release|x64
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Release|x64.Build.0 = Release|x64
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Release|x64.Deploy.0 = Release|x64
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Release|x86.ActiveCfg = Release|Win32
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Release|x86.Build.0 = Release|Win32
+ {D0D282AA-C6B6-545D-805F-03D1B13B4D7B}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Calendar/cpp/Calendar.vcxproj b/Samples/Calendar/cpp/Calendar.vcxproj
index 137cadfafd..3652459172 100644
--- a/Samples/Calendar/cpp/Calendar.vcxproj
+++ b/Samples/Calendar/cpp/Calendar.vcxproj
@@ -1,15 +1,15 @@
- {98713a51-5e41-5744-b729-96796fa9679b}
+ {d0d282aa-c6b6-545d-805f-03d1b13b4d7b}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/Calendar/cpp/Package.appxmanifest b/Samples/Calendar/cpp/Package.appxmanifest
index d026671e89..960f4be3ab 100644
--- a/Samples/Calendar/cpp/Package.appxmanifest
+++ b/Samples/Calendar/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/Calendar/cs/Calendar.csproj b/Samples/Calendar/cs/Calendar.csproj
index fd417c0cf1..5516f58a0d 100644
--- a/Samples/Calendar/cs/Calendar.csproj
+++ b/Samples/Calendar/cs/Calendar.csproj
@@ -3,15 +3,15 @@
Debug
- {BE647C69-83E5-5F8A-A13D-24133580D87B}
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}
AppContainerExe
Properties
SDKTemplate
Calendar
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Calendar/cs/Calendar.sln b/Samples/Calendar/cs/Calendar.sln
index a150272157..f983f68799 100644
--- a/Samples/Calendar/cs/Calendar.sln
+++ b/Samples/Calendar/cs/Calendar.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calendar", "Calendar.csproj", "{BE647C69-83E5-5F8A-A13D-24133580D87B}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calendar", "Calendar.csproj", "{D13D4FC5-060D-529A-ACFD-CA077633B52A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Debug|ARM.ActiveCfg = Debug|ARM
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Debug|ARM.Build.0 = Debug|ARM
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Debug|ARM.Deploy.0 = Debug|ARM
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Debug|x64.ActiveCfg = Debug|x64
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Debug|x64.Build.0 = Debug|x64
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Debug|x64.Deploy.0 = Debug|x64
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Debug|x86.ActiveCfg = Debug|x86
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Debug|x86.Build.0 = Debug|x86
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Debug|x86.Deploy.0 = Debug|x86
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Release|ARM.ActiveCfg = Release|ARM
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Release|ARM.Build.0 = Release|ARM
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Release|ARM.Deploy.0 = Release|ARM
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Release|x64.ActiveCfg = Release|x64
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Release|x64.Build.0 = Release|x64
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Release|x64.Deploy.0 = Release|x64
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Release|x86.ActiveCfg = Release|x86
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Release|x86.Build.0 = Release|x86
- {BE647C69-83E5-5F8A-A13D-24133580D87B}.Release|x86.Deploy.0 = Release|x86
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Debug|ARM.Build.0 = Debug|ARM
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Debug|x64.ActiveCfg = Debug|x64
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Debug|x64.Build.0 = Debug|x64
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Debug|x64.Deploy.0 = Debug|x64
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Debug|x86.ActiveCfg = Debug|x86
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Debug|x86.Build.0 = Debug|x86
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Debug|x86.Deploy.0 = Debug|x86
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Release|ARM.ActiveCfg = Release|ARM
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Release|ARM.Build.0 = Release|ARM
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Release|ARM.Deploy.0 = Release|ARM
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Release|x64.ActiveCfg = Release|x64
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Release|x64.Build.0 = Release|x64
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Release|x64.Deploy.0 = Release|x64
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Release|x86.ActiveCfg = Release|x86
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Release|x86.Build.0 = Release|x86
+ {D13D4FC5-060D-529A-ACFD-CA077633B52A}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Calendar/cs/Package.appxmanifest b/Samples/Calendar/cs/Package.appxmanifest
index e7a242516d..9df564b503 100644
--- a/Samples/Calendar/cs/Package.appxmanifest
+++ b/Samples/Calendar/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/Calendar/js/Calendar.jsproj b/Samples/Calendar/js/Calendar.jsproj
index fe70e81c76..18c9649958 100644
--- a/Samples/Calendar/js/Calendar.jsproj
+++ b/Samples/Calendar/js/Calendar.jsproj
@@ -35,7 +35,7 @@
- 052d78ee-dacc-5440-9fe1-92b7204f08dd
+ f623b3f5-cc0b-54ec-8874-74cb749173b7
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/Calendar/js/Calendar.sln b/Samples/Calendar/js/Calendar.sln
index 4b3161c1f9..d5eb89b2b1 100644
--- a/Samples/Calendar/js/Calendar.sln
+++ b/Samples/Calendar/js/Calendar.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Calendar", "Calendar.jsproj", "{052D78EE-DACC-5440-9FE1-92B7204F08DD}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Calendar", "Calendar.jsproj", "{F623B3F5-CC0B-54EC-8874-74CB749173B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|ARM.ActiveCfg = Debug|ARM
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|ARM.Build.0 = Debug|ARM
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|ARM.Deploy.0 = Debug|ARM
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|x64.ActiveCfg = Debug|x64
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|x64.Build.0 = Debug|x64
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|x64.Deploy.0 = Debug|x64
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|x86.ActiveCfg = Debug|x86
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|x86.Build.0 = Debug|x86
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Debug|x86.Deploy.0 = Debug|x86
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|Any CPU.Build.0 = Release|Any CPU
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|ARM.ActiveCfg = Release|ARM
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|ARM.Build.0 = Release|ARM
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|ARM.Deploy.0 = Release|ARM
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|x64.ActiveCfg = Release|x64
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|x64.Build.0 = Release|x64
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|x64.Deploy.0 = Release|x64
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|x86.ActiveCfg = Release|x86
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|x86.Build.0 = Release|x86
- {052D78EE-DACC-5440-9FE1-92B7204F08DD}.Release|x86.Deploy.0 = Release|x86
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|ARM.Build.0 = Debug|ARM
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|x64.ActiveCfg = Debug|x64
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|x64.Build.0 = Debug|x64
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|x64.Deploy.0 = Debug|x64
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|x86.ActiveCfg = Debug|x86
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|x86.Build.0 = Debug|x86
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Debug|x86.Deploy.0 = Debug|x86
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|ARM.ActiveCfg = Release|ARM
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|ARM.Build.0 = Release|ARM
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|ARM.Deploy.0 = Release|ARM
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|x64.ActiveCfg = Release|x64
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|x64.Build.0 = Release|x64
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|x64.Deploy.0 = Release|x64
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|x86.ActiveCfg = Release|x86
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|x86.Build.0 = Release|x86
+ {F623B3F5-CC0B-54EC-8874-74CB749173B7}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Calendar/js/Package.appxmanifest b/Samples/Calendar/js/Package.appxmanifest
index 5fdbd78a35..f3e08a56dc 100644
--- a/Samples/Calendar/js/Package.appxmanifest
+++ b/Samples/Calendar/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/Calendar/vb/Calendar.sln b/Samples/Calendar/vb/Calendar.sln
index 140fe49e8c..41ae21ff91 100644
--- a/Samples/Calendar/vb/Calendar.sln
+++ b/Samples/Calendar/vb/Calendar.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Calendar", "Calendar.vbproj", "{443D92FC-FB46-57A6-AB26-89AFB290E85B}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Calendar", "Calendar.vbproj", "{BB24D5FC-D270-5BB1-90A6-ED45D493049B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Debug|ARM.ActiveCfg = Debug|ARM
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Debug|ARM.Build.0 = Debug|ARM
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Debug|ARM.Deploy.0 = Debug|ARM
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Debug|x64.ActiveCfg = Debug|x64
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Debug|x64.Build.0 = Debug|x64
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Debug|x64.Deploy.0 = Debug|x64
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Debug|x86.ActiveCfg = Debug|x86
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Debug|x86.Build.0 = Debug|x86
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Debug|x86.Deploy.0 = Debug|x86
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Release|ARM.ActiveCfg = Release|ARM
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Release|ARM.Build.0 = Release|ARM
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Release|ARM.Deploy.0 = Release|ARM
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Release|x64.ActiveCfg = Release|x64
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Release|x64.Build.0 = Release|x64
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Release|x64.Deploy.0 = Release|x64
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Release|x86.ActiveCfg = Release|x86
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Release|x86.Build.0 = Release|x86
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}.Release|x86.Deploy.0 = Release|x86
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Debug|ARM.ActiveCfg = Debug|ARM
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Debug|ARM.Build.0 = Debug|ARM
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Debug|ARM.Deploy.0 = Debug|ARM
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Debug|x64.ActiveCfg = Debug|x64
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Debug|x64.Build.0 = Debug|x64
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Debug|x64.Deploy.0 = Debug|x64
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Debug|x86.ActiveCfg = Debug|x86
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Debug|x86.Build.0 = Debug|x86
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Debug|x86.Deploy.0 = Debug|x86
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Release|ARM.ActiveCfg = Release|ARM
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Release|ARM.Build.0 = Release|ARM
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Release|ARM.Deploy.0 = Release|ARM
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Release|x64.ActiveCfg = Release|x64
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Release|x64.Build.0 = Release|x64
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Release|x64.Deploy.0 = Release|x64
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Release|x86.ActiveCfg = Release|x86
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Release|x86.Build.0 = Release|x86
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Calendar/vb/Calendar.vbproj b/Samples/Calendar/vb/Calendar.vbproj
index 27b926b048..428c271b42 100644
--- a/Samples/Calendar/vb/Calendar.vbproj
+++ b/Samples/Calendar/vb/Calendar.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {443D92FC-FB46-57A6-AB26-89AFB290E85B}
+ {BB24D5FC-D270-5BB1-90A6-ED45D493049B}
AppContainerExe
SDKTemplate
Calendar
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Calendar/vb/Package.appxmanifest b/Samples/Calendar/vb/Package.appxmanifest
index 5e5cbf0ae2..700fca4088 100644
--- a/Samples/Calendar/vb/Package.appxmanifest
+++ b/Samples/Calendar/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/CallerID/caller-id.yaml b/Samples/CallerID/caller-id.yml
similarity index 100%
rename from Samples/CallerID/caller-id.yaml
rename to Samples/CallerID/caller-id.yml
diff --git a/Samples/CallerID/cs/CallerID.csproj b/Samples/CallerID/cs/CallerID.csproj
index 3f888c251f..cbae47f782 100644
--- a/Samples/CallerID/cs/CallerID.csproj
+++ b/Samples/CallerID/cs/CallerID.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}
+ {EEDF0032-2B46-53EA-B551-22741467997D}
AppContainerExe
Properties
SDKTemplate
CallerID
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
true
@@ -177,7 +177,7 @@
Microsoft Visual C++ 2013 Runtime Package for Windows Universal
-
+
Windows Mobile Extensions for the UWP
diff --git a/Samples/CallerID/cs/CallerID.sln b/Samples/CallerID/cs/CallerID.sln
index e841c4ed44..323f854b0e 100644
--- a/Samples/CallerID/cs/CallerID.sln
+++ b/Samples/CallerID/cs/CallerID.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CallerID", "CallerID.csproj", "{2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CallerID", "CallerID.csproj", "{EEDF0032-2B46-53EA-B551-22741467997D}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{C1F6060A-DDDF-5E84-A17E-3618487D0548}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{380F404F-2FD9-5E2B-A010-E669DAD1ED2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Debug|ARM.ActiveCfg = Debug|ARM
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Debug|ARM.Build.0 = Debug|ARM
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Debug|ARM.Deploy.0 = Debug|ARM
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Debug|x64.ActiveCfg = Debug|x64
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Debug|x64.Build.0 = Debug|x64
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Debug|x64.Deploy.0 = Debug|x64
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Debug|x86.ActiveCfg = Debug|x86
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Debug|x86.Build.0 = Debug|x86
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Debug|x86.Deploy.0 = Debug|x86
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Release|ARM.ActiveCfg = Release|ARM
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Release|ARM.Build.0 = Release|ARM
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Release|ARM.Deploy.0 = Release|ARM
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Release|x64.ActiveCfg = Release|x64
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Release|x64.Build.0 = Release|x64
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Release|x64.Deploy.0 = Release|x64
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Release|x86.ActiveCfg = Release|x86
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Release|x86.Build.0 = Release|x86
- {2F43F6A1-4D8D-5DB6-AC4D-DAF22A1F66F4}.Release|x86.Deploy.0 = Release|x86
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Debug|ARM.ActiveCfg = Debug|ARM
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Debug|ARM.Build.0 = Debug|ARM
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Debug|x64.ActiveCfg = Debug|x64
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Debug|x64.Build.0 = Debug|x64
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Debug|x86.ActiveCfg = Debug|x86
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Debug|x86.Build.0 = Debug|x86
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Release|ARM.ActiveCfg = Release|ARM
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Release|ARM.Build.0 = Release|ARM
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Release|x64.ActiveCfg = Release|x64
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Release|x64.Build.0 = Release|x64
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Release|x86.ActiveCfg = Release|x86
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}.Release|x86.Build.0 = Release|x86
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Debug|ARM.ActiveCfg = Debug|ARM
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Debug|ARM.Build.0 = Debug|ARM
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Debug|ARM.Deploy.0 = Debug|ARM
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Debug|x64.ActiveCfg = Debug|x64
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Debug|x64.Build.0 = Debug|x64
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Debug|x64.Deploy.0 = Debug|x64
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Debug|x86.ActiveCfg = Debug|x86
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Debug|x86.Build.0 = Debug|x86
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Debug|x86.Deploy.0 = Debug|x86
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Release|ARM.ActiveCfg = Release|ARM
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Release|ARM.Build.0 = Release|ARM
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Release|ARM.Deploy.0 = Release|ARM
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Release|x64.ActiveCfg = Release|x64
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Release|x64.Build.0 = Release|x64
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Release|x64.Deploy.0 = Release|x64
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Release|x86.ActiveCfg = Release|x86
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Release|x86.Build.0 = Release|x86
+ {EEDF0032-2B46-53EA-B551-22741467997D}.Release|x86.Deploy.0 = Release|x86
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Debug|ARM.Build.0 = Debug|ARM
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Debug|x64.ActiveCfg = Debug|x64
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Debug|x64.Build.0 = Debug|x64
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Debug|x86.ActiveCfg = Debug|x86
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Debug|x86.Build.0 = Debug|x86
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Release|ARM.ActiveCfg = Release|ARM
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Release|ARM.Build.0 = Release|ARM
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Release|x64.ActiveCfg = Release|x64
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Release|x64.Build.0 = Release|x64
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Release|x86.ActiveCfg = Release|x86
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CallerID/cs/Package.appxmanifest b/Samples/CallerID/cs/Package.appxmanifest
index fc25c31651..396523a47a 100644
--- a/Samples/CallerID/cs/Package.appxmanifest
+++ b/Samples/CallerID/cs/Package.appxmanifest
@@ -14,7 +14,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CallerID/cs/Tasks/Tasks.csproj b/Samples/CallerID/cs/Tasks/Tasks.csproj
index 05b13830a9..6da9c93278 100644
--- a/Samples/CallerID/cs/Tasks/Tasks.csproj
+++ b/Samples/CallerID/cs/Tasks/Tasks.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {C1F6060A-DDDF-5E84-A17E-3618487D0548}
+ {380F404F-2FD9-5E2B-A010-E669DAD1ED2A}
winmdobj
Properties
CallerIDBackgroundTask
CallerIDBackgroundTask
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -103,8 +103,8 @@
-
- Windows Mobile Extensions for the UWP %28WindowsMobile, Version=10.0.17134.0%29
+
+ Windows Mobile Extensions for the UWP %28WindowsMobile, Version=10.0.17763.0%29
diff --git a/Samples/CameraAdvancedCapture/camera-advanced-capture.yaml b/Samples/CameraAdvancedCapture/camera-advanced-capture.yml
similarity index 100%
rename from Samples/CameraAdvancedCapture/camera-advanced-capture.yaml
rename to Samples/CameraAdvancedCapture/camera-advanced-capture.yml
diff --git a/Samples/CameraAdvancedCapture/cpp/CameraAdvancedCapture.sln b/Samples/CameraAdvancedCapture/cpp/CameraAdvancedCapture.sln
index cd0b32d62d..5ba9f110ce 100644
--- a/Samples/CameraAdvancedCapture/cpp/CameraAdvancedCapture.sln
+++ b/Samples/CameraAdvancedCapture/cpp/CameraAdvancedCapture.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraAdvancedCapture", "CameraAdvancedCapture.vcxproj", "{7FC46034-5067-5134-9D4F-277A1D27A8B9}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraAdvancedCapture", "CameraAdvancedCapture.vcxproj", "{D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Debug|ARM.ActiveCfg = Debug|ARM
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Debug|ARM.Build.0 = Debug|ARM
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Debug|ARM.Deploy.0 = Debug|ARM
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Debug|x64.ActiveCfg = Debug|x64
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Debug|x64.Build.0 = Debug|x64
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Debug|x64.Deploy.0 = Debug|x64
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Debug|x86.ActiveCfg = Debug|Win32
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Debug|x86.Build.0 = Debug|Win32
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Debug|x86.Deploy.0 = Debug|Win32
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Release|ARM.ActiveCfg = Release|ARM
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Release|ARM.Build.0 = Release|ARM
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Release|ARM.Deploy.0 = Release|ARM
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Release|x64.ActiveCfg = Release|x64
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Release|x64.Build.0 = Release|x64
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Release|x64.Deploy.0 = Release|x64
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Release|x86.ActiveCfg = Release|Win32
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Release|x86.Build.0 = Release|Win32
- {7FC46034-5067-5134-9D4F-277A1D27A8B9}.Release|x86.Deploy.0 = Release|Win32
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Debug|ARM.Build.0 = Debug|ARM
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Debug|x64.ActiveCfg = Debug|x64
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Debug|x64.Build.0 = Debug|x64
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Debug|x64.Deploy.0 = Debug|x64
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Debug|x86.ActiveCfg = Debug|Win32
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Debug|x86.Build.0 = Debug|Win32
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Debug|x86.Deploy.0 = Debug|Win32
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Release|ARM.ActiveCfg = Release|ARM
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Release|ARM.Build.0 = Release|ARM
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Release|ARM.Deploy.0 = Release|ARM
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Release|x64.ActiveCfg = Release|x64
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Release|x64.Build.0 = Release|x64
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Release|x64.Deploy.0 = Release|x64
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Release|x86.ActiveCfg = Release|Win32
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Release|x86.Build.0 = Release|Win32
+ {D7CF2D0D-B69F-59DC-8AE7-8B860661CC53}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraAdvancedCapture/cpp/CameraAdvancedCapture.vcxproj b/Samples/CameraAdvancedCapture/cpp/CameraAdvancedCapture.vcxproj
index f7c4a6d250..337aca51c7 100644
--- a/Samples/CameraAdvancedCapture/cpp/CameraAdvancedCapture.vcxproj
+++ b/Samples/CameraAdvancedCapture/cpp/CameraAdvancedCapture.vcxproj
@@ -1,15 +1,15 @@
- {7fc46034-5067-5134-9d4f-277a1d27a8b9}
+ {d7cf2d0d-b69f-59dc-8ae7-8b860661cc53}
CameraAdvancedCapture
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
@@ -80,27 +80,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -198,7 +198,7 @@
-
+
diff --git a/Samples/CameraAdvancedCapture/cpp/Package.appxmanifest b/Samples/CameraAdvancedCapture/cpp/Package.appxmanifest
index 0659a60a63..858483a07c 100644
--- a/Samples/CameraAdvancedCapture/cpp/Package.appxmanifest
+++ b/Samples/CameraAdvancedCapture/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CameraAdvancedCapture/cs/CameraAdvancedCapture.csproj b/Samples/CameraAdvancedCapture/cs/CameraAdvancedCapture.csproj
index d4c306f9e4..e9759211f3 100644
--- a/Samples/CameraAdvancedCapture/cs/CameraAdvancedCapture.csproj
+++ b/Samples/CameraAdvancedCapture/cs/CameraAdvancedCapture.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {936EF06E-CF90-54FB-B02E-D799F41937C4}
+ {541964D6-CE5A-5857-9FFD-3457052655FB}
AppContainerExe
Properties
CameraAdvancedCapture
CameraAdvancedCapture
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -140,7 +140,7 @@
-
+
Microsoft Mobile Extension SDK for Universal App Platform
diff --git a/Samples/CameraAdvancedCapture/cs/CameraAdvancedCapture.sln b/Samples/CameraAdvancedCapture/cs/CameraAdvancedCapture.sln
index 7ed9815e9b..0eb9e4e607 100644
--- a/Samples/CameraAdvancedCapture/cs/CameraAdvancedCapture.sln
+++ b/Samples/CameraAdvancedCapture/cs/CameraAdvancedCapture.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraAdvancedCapture", "CameraAdvancedCapture.csproj", "{936EF06E-CF90-54FB-B02E-D799F41937C4}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraAdvancedCapture", "CameraAdvancedCapture.csproj", "{541964D6-CE5A-5857-9FFD-3457052655FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Debug|ARM.ActiveCfg = Debug|ARM
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Debug|ARM.Build.0 = Debug|ARM
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Debug|ARM.Deploy.0 = Debug|ARM
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Debug|x64.ActiveCfg = Debug|x64
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Debug|x64.Build.0 = Debug|x64
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Debug|x64.Deploy.0 = Debug|x64
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Debug|x86.ActiveCfg = Debug|x86
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Debug|x86.Build.0 = Debug|x86
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Debug|x86.Deploy.0 = Debug|x86
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Release|ARM.ActiveCfg = Release|ARM
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Release|ARM.Build.0 = Release|ARM
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Release|ARM.Deploy.0 = Release|ARM
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Release|x64.ActiveCfg = Release|x64
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Release|x64.Build.0 = Release|x64
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Release|x64.Deploy.0 = Release|x64
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Release|x86.ActiveCfg = Release|x86
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Release|x86.Build.0 = Release|x86
- {936EF06E-CF90-54FB-B02E-D799F41937C4}.Release|x86.Deploy.0 = Release|x86
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Debug|ARM.ActiveCfg = Debug|ARM
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Debug|ARM.Build.0 = Debug|ARM
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Debug|ARM.Deploy.0 = Debug|ARM
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Debug|x64.ActiveCfg = Debug|x64
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Debug|x64.Build.0 = Debug|x64
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Debug|x64.Deploy.0 = Debug|x64
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Debug|x86.ActiveCfg = Debug|x86
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Debug|x86.Build.0 = Debug|x86
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Debug|x86.Deploy.0 = Debug|x86
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Release|ARM.ActiveCfg = Release|ARM
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Release|ARM.Build.0 = Release|ARM
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Release|ARM.Deploy.0 = Release|ARM
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Release|x64.ActiveCfg = Release|x64
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Release|x64.Build.0 = Release|x64
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Release|x64.Deploy.0 = Release|x64
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Release|x86.ActiveCfg = Release|x86
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Release|x86.Build.0 = Release|x86
+ {541964D6-CE5A-5857-9FFD-3457052655FB}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraAdvancedCapture/cs/Package.appxmanifest b/Samples/CameraAdvancedCapture/cs/Package.appxmanifest
index 22a2fb9125..0adc09a743 100644
--- a/Samples/CameraAdvancedCapture/cs/Package.appxmanifest
+++ b/Samples/CameraAdvancedCapture/cs/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CameraAdvancedCapture/js/CameraAdvancedCapture.jsproj b/Samples/CameraAdvancedCapture/js/CameraAdvancedCapture.jsproj
index b418c9f1db..9482c78afb 100644
--- a/Samples/CameraAdvancedCapture/js/CameraAdvancedCapture.jsproj
+++ b/Samples/CameraAdvancedCapture/js/CameraAdvancedCapture.jsproj
@@ -27,7 +27,7 @@
- 630C0368-F08E-5A29-9705-FCE6F0C2FE17
+ 5FA9B3FC-1E00-57E8-B576-A5599C78DCE9
@@ -37,8 +37,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
@@ -93,7 +93,7 @@
-
+
AppContainerExe
CameraAdvancedCapture
CameraAdvancedCapture
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -144,7 +144,7 @@
-
+
Microsoft Mobile Extension SDK for Universal App Platform
diff --git a/Samples/CameraAdvancedCapture/vb/Package.appxmanifest b/Samples/CameraAdvancedCapture/vb/Package.appxmanifest
index 4dd641f4f9..32b9113ba7 100644
--- a/Samples/CameraAdvancedCapture/vb/Package.appxmanifest
+++ b/Samples/CameraAdvancedCapture/vb/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CameraFaceDetection/camera-face-detection.yaml b/Samples/CameraFaceDetection/camera-face-detection.yml
similarity index 100%
rename from Samples/CameraFaceDetection/camera-face-detection.yaml
rename to Samples/CameraFaceDetection/camera-face-detection.yml
diff --git a/Samples/CameraFaceDetection/cpp/CameraFaceDetection.sln b/Samples/CameraFaceDetection/cpp/CameraFaceDetection.sln
index ac71184b47..d9ff03d355 100644
--- a/Samples/CameraFaceDetection/cpp/CameraFaceDetection.sln
+++ b/Samples/CameraFaceDetection/cpp/CameraFaceDetection.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraFaceDetection", "CameraFaceDetection.vcxproj", "{B7361969-9F9B-5682-9BF1-0C3D65E91CC5}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraFaceDetection", "CameraFaceDetection.vcxproj", "{9D192F01-09ED-5E0A-9914-0FDEFF547608}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Debug|ARM.ActiveCfg = Debug|ARM
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Debug|ARM.Build.0 = Debug|ARM
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Debug|ARM.Deploy.0 = Debug|ARM
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Debug|x64.ActiveCfg = Debug|x64
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Debug|x64.Build.0 = Debug|x64
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Debug|x64.Deploy.0 = Debug|x64
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Debug|x86.ActiveCfg = Debug|Win32
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Debug|x86.Build.0 = Debug|Win32
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Debug|x86.Deploy.0 = Debug|Win32
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Release|ARM.ActiveCfg = Release|ARM
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Release|ARM.Build.0 = Release|ARM
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Release|ARM.Deploy.0 = Release|ARM
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Release|x64.ActiveCfg = Release|x64
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Release|x64.Build.0 = Release|x64
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Release|x64.Deploy.0 = Release|x64
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Release|x86.ActiveCfg = Release|Win32
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Release|x86.Build.0 = Release|Win32
- {B7361969-9F9B-5682-9BF1-0C3D65E91CC5}.Release|x86.Deploy.0 = Release|Win32
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Debug|ARM.ActiveCfg = Debug|ARM
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Debug|ARM.Build.0 = Debug|ARM
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Debug|ARM.Deploy.0 = Debug|ARM
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Debug|x64.ActiveCfg = Debug|x64
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Debug|x64.Build.0 = Debug|x64
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Debug|x64.Deploy.0 = Debug|x64
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Debug|x86.ActiveCfg = Debug|Win32
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Debug|x86.Build.0 = Debug|Win32
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Debug|x86.Deploy.0 = Debug|Win32
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Release|ARM.ActiveCfg = Release|ARM
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Release|ARM.Build.0 = Release|ARM
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Release|ARM.Deploy.0 = Release|ARM
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Release|x64.ActiveCfg = Release|x64
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Release|x64.Build.0 = Release|x64
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Release|x64.Deploy.0 = Release|x64
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Release|x86.ActiveCfg = Release|Win32
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Release|x86.Build.0 = Release|Win32
+ {9D192F01-09ED-5E0A-9914-0FDEFF547608}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraFaceDetection/cpp/CameraFaceDetection.vcxproj b/Samples/CameraFaceDetection/cpp/CameraFaceDetection.vcxproj
index fc71dcd43e..01e6e3be30 100644
--- a/Samples/CameraFaceDetection/cpp/CameraFaceDetection.vcxproj
+++ b/Samples/CameraFaceDetection/cpp/CameraFaceDetection.vcxproj
@@ -1,15 +1,15 @@
- {b7361969-9f9b-5682-9bf1-0c3d65e91cc5}
+ {9d192f01-09ed-5e0a-9914-0fdeff547608}
FaceDetection
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
@@ -80,27 +80,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -198,7 +198,7 @@
-
+
diff --git a/Samples/CameraFaceDetection/cpp/Package.appxmanifest b/Samples/CameraFaceDetection/cpp/Package.appxmanifest
index e8f30bf0c2..d1438a437d 100644
--- a/Samples/CameraFaceDetection/cpp/Package.appxmanifest
+++ b/Samples/CameraFaceDetection/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CameraFaceDetection/cs/CameraFaceDetection.csproj b/Samples/CameraFaceDetection/cs/CameraFaceDetection.csproj
index c1e12a7e17..3a2a70d781 100644
--- a/Samples/CameraFaceDetection/cs/CameraFaceDetection.csproj
+++ b/Samples/CameraFaceDetection/cs/CameraFaceDetection.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}
AppContainerExe
Properties
FaceDetection
CameraFaceDetection
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -91,7 +91,7 @@
-
+
Microsoft Mobile Extension SDK for Universal App Platform
diff --git a/Samples/CameraFaceDetection/cs/CameraFaceDetection.sln b/Samples/CameraFaceDetection/cs/CameraFaceDetection.sln
index 918e3c7fda..fa436f52b5 100644
--- a/Samples/CameraFaceDetection/cs/CameraFaceDetection.sln
+++ b/Samples/CameraFaceDetection/cs/CameraFaceDetection.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraFaceDetection", "CameraFaceDetection.csproj", "{60552DA9-BA74-59F8-81E1-13FEC188A46D}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraFaceDetection", "CameraFaceDetection.csproj", "{9A5D4621-5D57-5186-8B63-D076E2A94320}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Debug|ARM.ActiveCfg = Debug|ARM
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Debug|ARM.Build.0 = Debug|ARM
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Debug|ARM.Deploy.0 = Debug|ARM
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Debug|x64.ActiveCfg = Debug|x64
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Debug|x64.Build.0 = Debug|x64
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Debug|x64.Deploy.0 = Debug|x64
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Debug|x86.ActiveCfg = Debug|x86
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Debug|x86.Build.0 = Debug|x86
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Debug|x86.Deploy.0 = Debug|x86
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Release|ARM.ActiveCfg = Release|ARM
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Release|ARM.Build.0 = Release|ARM
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Release|ARM.Deploy.0 = Release|ARM
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Release|x64.ActiveCfg = Release|x64
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Release|x64.Build.0 = Release|x64
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Release|x64.Deploy.0 = Release|x64
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Release|x86.ActiveCfg = Release|x86
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Release|x86.Build.0 = Release|x86
- {60552DA9-BA74-59F8-81E1-13FEC188A46D}.Release|x86.Deploy.0 = Release|x86
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Debug|ARM.ActiveCfg = Debug|ARM
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Debug|ARM.Build.0 = Debug|ARM
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Debug|ARM.Deploy.0 = Debug|ARM
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Debug|x64.ActiveCfg = Debug|x64
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Debug|x64.Build.0 = Debug|x64
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Debug|x64.Deploy.0 = Debug|x64
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Debug|x86.ActiveCfg = Debug|x86
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Debug|x86.Build.0 = Debug|x86
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Debug|x86.Deploy.0 = Debug|x86
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Release|ARM.ActiveCfg = Release|ARM
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Release|ARM.Build.0 = Release|ARM
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Release|ARM.Deploy.0 = Release|ARM
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Release|x64.ActiveCfg = Release|x64
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Release|x64.Build.0 = Release|x64
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Release|x64.Deploy.0 = Release|x64
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Release|x86.ActiveCfg = Release|x86
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Release|x86.Build.0 = Release|x86
+ {9A5D4621-5D57-5186-8B63-D076E2A94320}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraFaceDetection/cs/Package.appxmanifest b/Samples/CameraFaceDetection/cs/Package.appxmanifest
index 7e7cd68d91..42cdae3610 100644
--- a/Samples/CameraFaceDetection/cs/Package.appxmanifest
+++ b/Samples/CameraFaceDetection/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CameraFaceDetection/js/CameraFaceDetection.jsproj b/Samples/CameraFaceDetection/js/CameraFaceDetection.jsproj
index 53f835abfb..70a62b4057 100644
--- a/Samples/CameraFaceDetection/js/CameraFaceDetection.jsproj
+++ b/Samples/CameraFaceDetection/js/CameraFaceDetection.jsproj
@@ -27,7 +27,7 @@
- 43ce4e40-d0ff-5dcb-bec7-4bcaf8299dc0
+ 0be7e39a-bc3f-5f3c-98c7-0969896eb3b6
@@ -37,8 +37,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
@@ -96,7 +96,7 @@
-
+
AppContainerExe
CameraFaceDetection
CameraFaceDetection
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -95,7 +95,7 @@
-
+
Microsoft Mobile Extension SDK for Universal App Platform
diff --git a/Samples/CameraFaceDetection/vb/Package.appxmanifest b/Samples/CameraFaceDetection/vb/Package.appxmanifest
index 54ac00d445..187d1c6be5 100644
--- a/Samples/CameraFaceDetection/vb/Package.appxmanifest
+++ b/Samples/CameraFaceDetection/vb/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CameraFrames/camera-frames.yaml b/Samples/CameraFrames/camera-frames.yml
similarity index 100%
rename from Samples/CameraFrames/camera-frames.yaml
rename to Samples/CameraFrames/camera-frames.yml
diff --git a/Samples/CameraFrames/cpp/CameraFrames.sln b/Samples/CameraFrames/cpp/CameraFrames.sln
index 0fd2456bfb..f1f08fcda6 100644
--- a/Samples/CameraFrames/cpp/CameraFrames.sln
+++ b/Samples/CameraFrames/cpp/CameraFrames.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraFrames", "CameraFrames.vcxproj", "{CC0E1FA1-CE37-5864-AE50-9C074782102B}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraFrames", "CameraFrames.vcxproj", "{2FE7F17D-662D-579D-94B4-084D5E0350B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Debug|ARM.ActiveCfg = Debug|ARM
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Debug|ARM.Build.0 = Debug|ARM
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Debug|ARM.Deploy.0 = Debug|ARM
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Debug|x64.ActiveCfg = Debug|x64
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Debug|x64.Build.0 = Debug|x64
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Debug|x64.Deploy.0 = Debug|x64
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Debug|x86.ActiveCfg = Debug|Win32
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Debug|x86.Build.0 = Debug|Win32
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Debug|x86.Deploy.0 = Debug|Win32
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Release|ARM.ActiveCfg = Release|ARM
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Release|ARM.Build.0 = Release|ARM
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Release|ARM.Deploy.0 = Release|ARM
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Release|x64.ActiveCfg = Release|x64
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Release|x64.Build.0 = Release|x64
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Release|x64.Deploy.0 = Release|x64
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Release|x86.ActiveCfg = Release|Win32
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Release|x86.Build.0 = Release|Win32
- {CC0E1FA1-CE37-5864-AE50-9C074782102B}.Release|x86.Deploy.0 = Release|Win32
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Debug|ARM.Build.0 = Debug|ARM
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Debug|ARM.Deploy.0 = Debug|ARM
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Debug|x64.ActiveCfg = Debug|x64
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Debug|x64.Build.0 = Debug|x64
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Debug|x64.Deploy.0 = Debug|x64
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Debug|x86.ActiveCfg = Debug|Win32
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Debug|x86.Build.0 = Debug|Win32
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Debug|x86.Deploy.0 = Debug|Win32
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Release|ARM.ActiveCfg = Release|ARM
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Release|ARM.Build.0 = Release|ARM
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Release|ARM.Deploy.0 = Release|ARM
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Release|x64.ActiveCfg = Release|x64
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Release|x64.Build.0 = Release|x64
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Release|x64.Deploy.0 = Release|x64
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Release|x86.ActiveCfg = Release|Win32
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Release|x86.Build.0 = Release|Win32
+ {2FE7F17D-662D-579D-94B4-084D5E0350B6}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraFrames/cpp/CameraFrames.vcxproj b/Samples/CameraFrames/cpp/CameraFrames.vcxproj
index 7713cb7989..5856439605 100644
--- a/Samples/CameraFrames/cpp/CameraFrames.vcxproj
+++ b/Samples/CameraFrames/cpp/CameraFrames.vcxproj
@@ -1,15 +1,15 @@
- {cc0e1fa1-ce37-5864-ae50-9c074782102b}
+ {2fe7f17d-662d-579d-94b4-084d5e0350b6}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/CameraFrames/cpp/Package.appxmanifest b/Samples/CameraFrames/cpp/Package.appxmanifest
index e2cb711f47..024a266fa9 100644
--- a/Samples/CameraFrames/cpp/Package.appxmanifest
+++ b/Samples/CameraFrames/cpp/Package.appxmanifest
@@ -13,7 +13,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CameraFrames/cs/CameraFrames.csproj b/Samples/CameraFrames/cs/CameraFrames.csproj
index 99ddb5a5c7..853913405b 100644
--- a/Samples/CameraFrames/cs/CameraFrames.csproj
+++ b/Samples/CameraFrames/cs/CameraFrames.csproj
@@ -3,15 +3,15 @@
Debug
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}
AppContainerExe
Properties
SDKTemplate
CameraFrames
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CameraFrames/cs/CameraFrames.sln b/Samples/CameraFrames/cs/CameraFrames.sln
index bbf9891819..3e978b72af 100644
--- a/Samples/CameraFrames/cs/CameraFrames.sln
+++ b/Samples/CameraFrames/cs/CameraFrames.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraFrames", "CameraFrames.csproj", "{1BF84D6E-9DCE-5653-AC51-BB4FC694A252}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraFrames", "CameraFrames.csproj", "{215C90F0-067C-52D4-ACF1-264219D1EDDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Debug|ARM.ActiveCfg = Debug|ARM
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Debug|ARM.Build.0 = Debug|ARM
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Debug|ARM.Deploy.0 = Debug|ARM
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Debug|x64.ActiveCfg = Debug|x64
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Debug|x64.Build.0 = Debug|x64
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Debug|x64.Deploy.0 = Debug|x64
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Debug|x86.ActiveCfg = Debug|x86
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Debug|x86.Build.0 = Debug|x86
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Debug|x86.Deploy.0 = Debug|x86
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Release|ARM.ActiveCfg = Release|ARM
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Release|ARM.Build.0 = Release|ARM
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Release|ARM.Deploy.0 = Release|ARM
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Release|x64.ActiveCfg = Release|x64
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Release|x64.Build.0 = Release|x64
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Release|x64.Deploy.0 = Release|x64
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Release|x86.ActiveCfg = Release|x86
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Release|x86.Build.0 = Release|x86
- {1BF84D6E-9DCE-5653-AC51-BB4FC694A252}.Release|x86.Deploy.0 = Release|x86
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Debug|ARM.ActiveCfg = Debug|ARM
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Debug|ARM.Build.0 = Debug|ARM
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Debug|ARM.Deploy.0 = Debug|ARM
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Debug|x64.ActiveCfg = Debug|x64
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Debug|x64.Build.0 = Debug|x64
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Debug|x64.Deploy.0 = Debug|x64
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Debug|x86.ActiveCfg = Debug|x86
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Debug|x86.Build.0 = Debug|x86
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Debug|x86.Deploy.0 = Debug|x86
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Release|ARM.ActiveCfg = Release|ARM
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Release|ARM.Build.0 = Release|ARM
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Release|ARM.Deploy.0 = Release|ARM
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Release|x64.ActiveCfg = Release|x64
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Release|x64.Build.0 = Release|x64
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Release|x64.Deploy.0 = Release|x64
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Release|x86.ActiveCfg = Release|x86
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Release|x86.Build.0 = Release|x86
+ {215C90F0-067C-52D4-ACF1-264219D1EDDE}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraFrames/cs/Package.appxmanifest b/Samples/CameraFrames/cs/Package.appxmanifest
index 68119cd1b6..ccd9f18444 100644
--- a/Samples/CameraFrames/cs/Package.appxmanifest
+++ b/Samples/CameraFrames/cs/Package.appxmanifest
@@ -13,7 +13,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CameraGetPreviewFrame/camera-get-preview-frame.yaml b/Samples/CameraGetPreviewFrame/camera-get-preview-frame.yml
similarity index 100%
rename from Samples/CameraGetPreviewFrame/camera-get-preview-frame.yaml
rename to Samples/CameraGetPreviewFrame/camera-get-preview-frame.yml
diff --git a/Samples/CameraGetPreviewFrame/cpp/CameraGetPreviewFrame.sln b/Samples/CameraGetPreviewFrame/cpp/CameraGetPreviewFrame.sln
index 3eb5c36645..54c839a1d2 100644
--- a/Samples/CameraGetPreviewFrame/cpp/CameraGetPreviewFrame.sln
+++ b/Samples/CameraGetPreviewFrame/cpp/CameraGetPreviewFrame.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraGetPreviewFrame", "CameraGetPreviewFrame.vcxproj", "{0FF15651-6350-541A-A0E5-37A690C07A2A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraGetPreviewFrame", "CameraGetPreviewFrame.vcxproj", "{5D58E36B-9F60-5820-91C3-8F45F9DA76C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Debug|ARM.ActiveCfg = Debug|ARM
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Debug|ARM.Build.0 = Debug|ARM
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Debug|ARM.Deploy.0 = Debug|ARM
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Debug|x64.ActiveCfg = Debug|x64
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Debug|x64.Build.0 = Debug|x64
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Debug|x64.Deploy.0 = Debug|x64
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Debug|x86.ActiveCfg = Debug|Win32
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Debug|x86.Build.0 = Debug|Win32
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Debug|x86.Deploy.0 = Debug|Win32
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Release|ARM.ActiveCfg = Release|ARM
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Release|ARM.Build.0 = Release|ARM
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Release|ARM.Deploy.0 = Release|ARM
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Release|x64.ActiveCfg = Release|x64
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Release|x64.Build.0 = Release|x64
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Release|x64.Deploy.0 = Release|x64
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Release|x86.ActiveCfg = Release|Win32
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Release|x86.Build.0 = Release|Win32
- {0FF15651-6350-541A-A0E5-37A690C07A2A}.Release|x86.Deploy.0 = Release|Win32
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Debug|ARM.ActiveCfg = Debug|ARM
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Debug|ARM.Build.0 = Debug|ARM
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Debug|ARM.Deploy.0 = Debug|ARM
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Debug|x64.ActiveCfg = Debug|x64
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Debug|x64.Build.0 = Debug|x64
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Debug|x64.Deploy.0 = Debug|x64
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Debug|x86.ActiveCfg = Debug|Win32
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Debug|x86.Build.0 = Debug|Win32
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Debug|x86.Deploy.0 = Debug|Win32
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Release|ARM.ActiveCfg = Release|ARM
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Release|ARM.Build.0 = Release|ARM
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Release|ARM.Deploy.0 = Release|ARM
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Release|x64.ActiveCfg = Release|x64
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Release|x64.Build.0 = Release|x64
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Release|x64.Deploy.0 = Release|x64
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Release|x86.ActiveCfg = Release|Win32
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Release|x86.Build.0 = Release|Win32
+ {5D58E36B-9F60-5820-91C3-8F45F9DA76C9}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraGetPreviewFrame/cpp/CameraGetPreviewFrame.vcxproj b/Samples/CameraGetPreviewFrame/cpp/CameraGetPreviewFrame.vcxproj
index 10a51d6fe5..be119f2d34 100644
--- a/Samples/CameraGetPreviewFrame/cpp/CameraGetPreviewFrame.vcxproj
+++ b/Samples/CameraGetPreviewFrame/cpp/CameraGetPreviewFrame.vcxproj
@@ -1,15 +1,15 @@
- {0ff15651-6350-541a-a0e5-37a690c07a2a}
+ {5d58e36b-9f60-5820-91c3-8f45f9da76c9}
CameraGetPreviewFrame
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/CameraGetPreviewFrame/cpp/Package.appxmanifest b/Samples/CameraGetPreviewFrame/cpp/Package.appxmanifest
index 21c7e7edc9..487af89258 100644
--- a/Samples/CameraGetPreviewFrame/cpp/Package.appxmanifest
+++ b/Samples/CameraGetPreviewFrame/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CameraGetPreviewFrame/cs/CameraGetPreviewFrame.csproj b/Samples/CameraGetPreviewFrame/cs/CameraGetPreviewFrame.csproj
index 3dfccf6aa2..903e3d7370 100644
--- a/Samples/CameraGetPreviewFrame/cs/CameraGetPreviewFrame.csproj
+++ b/Samples/CameraGetPreviewFrame/cs/CameraGetPreviewFrame.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}
AppContainerExe
Properties
CameraGetPreviewFrame
CameraGetPreviewFrame
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -125,7 +125,7 @@
-
+
Microsoft Mobile Extension SDK for Universal App Platform
diff --git a/Samples/CameraGetPreviewFrame/cs/CameraGetPreviewFrame.sln b/Samples/CameraGetPreviewFrame/cs/CameraGetPreviewFrame.sln
index c877a7c1e4..e95eade570 100644
--- a/Samples/CameraGetPreviewFrame/cs/CameraGetPreviewFrame.sln
+++ b/Samples/CameraGetPreviewFrame/cs/CameraGetPreviewFrame.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraGetPreviewFrame", "CameraGetPreviewFrame.csproj", "{40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraGetPreviewFrame", "CameraGetPreviewFrame.csproj", "{83FFC9AB-8324-5200-8A59-D157D283E7D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Debug|ARM.ActiveCfg = Debug|ARM
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Debug|ARM.Build.0 = Debug|ARM
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Debug|ARM.Deploy.0 = Debug|ARM
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Debug|x64.ActiveCfg = Debug|x64
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Debug|x64.Build.0 = Debug|x64
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Debug|x64.Deploy.0 = Debug|x64
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Debug|x86.ActiveCfg = Debug|x86
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Debug|x86.Build.0 = Debug|x86
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Debug|x86.Deploy.0 = Debug|x86
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Release|ARM.ActiveCfg = Release|ARM
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Release|ARM.Build.0 = Release|ARM
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Release|ARM.Deploy.0 = Release|ARM
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Release|x64.ActiveCfg = Release|x64
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Release|x64.Build.0 = Release|x64
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Release|x64.Deploy.0 = Release|x64
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Release|x86.ActiveCfg = Release|x86
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Release|x86.Build.0 = Release|x86
- {40BB540D-B20E-5FCF-A9E0-89F24EDBF36D}.Release|x86.Deploy.0 = Release|x86
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Debug|ARM.Build.0 = Debug|ARM
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Debug|ARM.Deploy.0 = Debug|ARM
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Debug|x64.ActiveCfg = Debug|x64
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Debug|x64.Build.0 = Debug|x64
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Debug|x64.Deploy.0 = Debug|x64
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Debug|x86.ActiveCfg = Debug|x86
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Debug|x86.Build.0 = Debug|x86
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Debug|x86.Deploy.0 = Debug|x86
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Release|ARM.ActiveCfg = Release|ARM
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Release|ARM.Build.0 = Release|ARM
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Release|ARM.Deploy.0 = Release|ARM
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Release|x64.ActiveCfg = Release|x64
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Release|x64.Build.0 = Release|x64
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Release|x64.Deploy.0 = Release|x64
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Release|x86.ActiveCfg = Release|x86
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Release|x86.Build.0 = Release|x86
+ {83FFC9AB-8324-5200-8A59-D157D283E7D8}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraGetPreviewFrame/cs/Package.appxmanifest b/Samples/CameraGetPreviewFrame/cs/Package.appxmanifest
index 353db9e621..d2ff6e5662 100644
--- a/Samples/CameraGetPreviewFrame/cs/Package.appxmanifest
+++ b/Samples/CameraGetPreviewFrame/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CameraGetPreviewFrame/js/CameraGetPreviewFrame.jsproj b/Samples/CameraGetPreviewFrame/js/CameraGetPreviewFrame.jsproj
index b6eeb9c654..1f07d8ad8f 100644
--- a/Samples/CameraGetPreviewFrame/js/CameraGetPreviewFrame.jsproj
+++ b/Samples/CameraGetPreviewFrame/js/CameraGetPreviewFrame.jsproj
@@ -27,7 +27,7 @@
- 749c4a60-54df-59c3-99da-398224700f0d
+ b6a20d00-e2fc-5119-8b4b-1dd12fe9da56
@@ -37,8 +37,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
@@ -96,7 +96,7 @@
-
+
AppContainerExe
CameraStarterKit
CameraStarterKit
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -145,7 +145,7 @@
-
+
Microsoft Mobile Extension SDK for Universal App Platform
diff --git a/Samples/CameraStarterKit/vb/Package.appxmanifest b/Samples/CameraStarterKit/vb/Package.appxmanifest
index 785722dd72..a798de0ef4 100644
--- a/Samples/CameraStarterKit/vb/Package.appxmanifest
+++ b/Samples/CameraStarterKit/vb/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CameraStreamCoordinateMapper/cpp/CameraStreamCoordinateMapper.sln b/Samples/CameraStreamCoordinateMapper/cpp/CameraStreamCoordinateMapper.sln
index 15814bb58a..ed8a97360e 100644
--- a/Samples/CameraStreamCoordinateMapper/cpp/CameraStreamCoordinateMapper.sln
+++ b/Samples/CameraStreamCoordinateMapper/cpp/CameraStreamCoordinateMapper.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraStreamCoordinateMapper", "CameraStreamCoordinateMapper.vcxproj", "{DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraStreamCoordinateMapper", "CameraStreamCoordinateMapper.vcxproj", "{342558F0-C3FF-5B88-8D52-C6C705FEE940}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Debug|ARM.ActiveCfg = Debug|ARM
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Debug|ARM.Build.0 = Debug|ARM
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Debug|ARM.Deploy.0 = Debug|ARM
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Debug|x64.ActiveCfg = Debug|x64
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Debug|x64.Build.0 = Debug|x64
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Debug|x64.Deploy.0 = Debug|x64
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Debug|x86.ActiveCfg = Debug|Win32
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Debug|x86.Build.0 = Debug|Win32
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Debug|x86.Deploy.0 = Debug|Win32
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Release|ARM.ActiveCfg = Release|ARM
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Release|ARM.Build.0 = Release|ARM
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Release|ARM.Deploy.0 = Release|ARM
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Release|x64.ActiveCfg = Release|x64
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Release|x64.Build.0 = Release|x64
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Release|x64.Deploy.0 = Release|x64
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Release|x86.ActiveCfg = Release|Win32
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Release|x86.Build.0 = Release|Win32
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}.Release|x86.Deploy.0 = Release|Win32
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Debug|ARM.ActiveCfg = Debug|ARM
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Debug|ARM.Build.0 = Debug|ARM
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Debug|ARM.Deploy.0 = Debug|ARM
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Debug|x64.ActiveCfg = Debug|x64
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Debug|x64.Build.0 = Debug|x64
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Debug|x64.Deploy.0 = Debug|x64
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Debug|x86.ActiveCfg = Debug|Win32
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Debug|x86.Build.0 = Debug|Win32
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Debug|x86.Deploy.0 = Debug|Win32
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Release|ARM.ActiveCfg = Release|ARM
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Release|ARM.Build.0 = Release|ARM
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Release|ARM.Deploy.0 = Release|ARM
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Release|x64.ActiveCfg = Release|x64
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Release|x64.Build.0 = Release|x64
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Release|x64.Deploy.0 = Release|x64
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Release|x86.ActiveCfg = Release|Win32
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Release|x86.Build.0 = Release|Win32
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraStreamCoordinateMapper/cpp/CameraStreamCoordinateMapper.vcxproj b/Samples/CameraStreamCoordinateMapper/cpp/CameraStreamCoordinateMapper.vcxproj
index e35b0d3e87..7e7616acdb 100644
--- a/Samples/CameraStreamCoordinateMapper/cpp/CameraStreamCoordinateMapper.vcxproj
+++ b/Samples/CameraStreamCoordinateMapper/cpp/CameraStreamCoordinateMapper.vcxproj
@@ -1,7 +1,7 @@
- {DAFBEBAE-54D4-52FF-BDE0-2776ED020A51}
+ {342558F0-C3FF-5B88-8D52-C6C705FEE940}
DirectXApp
CameraStreamCoordinateMapper
en-US
@@ -9,8 +9,8 @@
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/CameraStreamCoordinateMapper/cpp/Package.appxmanifest b/Samples/CameraStreamCoordinateMapper/cpp/Package.appxmanifest
index 9697bf1df4..f26dc69aae 100644
--- a/Samples/CameraStreamCoordinateMapper/cpp/Package.appxmanifest
+++ b/Samples/CameraStreamCoordinateMapper/cpp/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CameraStreamCorrelation/camera-stream-correlation.yaml b/Samples/CameraStreamCorrelation/camera-stream-correlation.yml
similarity index 100%
rename from Samples/CameraStreamCorrelation/camera-stream-correlation.yaml
rename to Samples/CameraStreamCorrelation/camera-stream-correlation.yml
diff --git a/Samples/CameraStreamCorrelation/cpp/CameraStreamCorrelation.sln b/Samples/CameraStreamCorrelation/cpp/CameraStreamCorrelation.sln
index af2914f06c..c4c4b765bf 100644
--- a/Samples/CameraStreamCorrelation/cpp/CameraStreamCorrelation.sln
+++ b/Samples/CameraStreamCorrelation/cpp/CameraStreamCorrelation.sln
@@ -3,12 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraStreamCorrelation", "CameraStreamCorrelation.vcxproj", "{E3E92A30-3625-5078-A9F1-B6509A876249}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraStreamCorrelation", "CameraStreamCorrelation.vcxproj", "{99BC2A04-8BCB-59EE-9F1E-782A01FDB573}"
ProjectSection(ProjectDependencies) = postProject
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699} = {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE} = {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PoseTrackingPreview", "PoseTrackingPreview\PoseTrackingPreview.vcxproj", "{52B6FC38-6CCF-5E71-89F7-05EAE4B31699}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PoseTrackingPreview", "PoseTrackingPreview\PoseTrackingPreview.vcxproj", "{A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,36 +20,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Debug|ARM.ActiveCfg = Debug|ARM
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Debug|ARM.Build.0 = Debug|ARM
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Debug|ARM.Deploy.0 = Debug|ARM
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Debug|x64.ActiveCfg = Debug|x64
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Debug|x64.Build.0 = Debug|x64
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Debug|x64.Deploy.0 = Debug|x64
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Debug|x86.ActiveCfg = Debug|Win32
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Debug|x86.Build.0 = Debug|Win32
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Debug|x86.Deploy.0 = Debug|Win32
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Release|ARM.ActiveCfg = Release|ARM
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Release|ARM.Build.0 = Release|ARM
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Release|ARM.Deploy.0 = Release|ARM
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Release|x64.ActiveCfg = Release|x64
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Release|x64.Build.0 = Release|x64
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Release|x64.Deploy.0 = Release|x64
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Release|x86.ActiveCfg = Release|Win32
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Release|x86.Build.0 = Release|Win32
- {E3E92A30-3625-5078-A9F1-B6509A876249}.Release|x86.Deploy.0 = Release|Win32
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Debug|ARM.ActiveCfg = Debug|ARM
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Debug|ARM.Build.0 = Debug|ARM
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Debug|x64.ActiveCfg = Debug|x64
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Debug|x64.Build.0 = Debug|x64
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Debug|x86.ActiveCfg = Debug|Win32
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Debug|x86.Build.0 = Debug|Win32
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Release|ARM.ActiveCfg = Release|ARM
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Release|ARM.Build.0 = Release|ARM
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Release|x64.ActiveCfg = Release|x64
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Release|x64.Build.0 = Release|x64
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Release|x86.ActiveCfg = Release|Win32
- {52B6FC38-6CCF-5E71-89F7-05EAE4B31699}.Release|x86.Build.0 = Release|Win32
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Debug|ARM.ActiveCfg = Debug|ARM
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Debug|ARM.Build.0 = Debug|ARM
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Debug|ARM.Deploy.0 = Debug|ARM
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Debug|x64.ActiveCfg = Debug|x64
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Debug|x64.Build.0 = Debug|x64
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Debug|x64.Deploy.0 = Debug|x64
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Debug|x86.ActiveCfg = Debug|Win32
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Debug|x86.Build.0 = Debug|Win32
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Debug|x86.Deploy.0 = Debug|Win32
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Release|ARM.ActiveCfg = Release|ARM
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Release|ARM.Build.0 = Release|ARM
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Release|ARM.Deploy.0 = Release|ARM
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Release|x64.ActiveCfg = Release|x64
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Release|x64.Build.0 = Release|x64
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Release|x64.Deploy.0 = Release|x64
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Release|x86.ActiveCfg = Release|Win32
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Release|x86.Build.0 = Release|Win32
+ {99BC2A04-8BCB-59EE-9F1E-782A01FDB573}.Release|x86.Deploy.0 = Release|Win32
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Debug|ARM.Build.0 = Debug|ARM
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Debug|x64.ActiveCfg = Debug|x64
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Debug|x64.Build.0 = Debug|x64
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Debug|x86.ActiveCfg = Debug|Win32
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Debug|x86.Build.0 = Debug|Win32
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Release|ARM.ActiveCfg = Release|ARM
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Release|ARM.Build.0 = Release|ARM
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Release|x64.ActiveCfg = Release|x64
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Release|x64.Build.0 = Release|x64
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Release|x86.ActiveCfg = Release|Win32
+ {A8B26F77-C8A0-5A2F-9B85-E71C96B2F9BE}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraStreamCorrelation/cpp/CameraStreamCorrelation.vcxproj b/Samples/CameraStreamCorrelation/cpp/CameraStreamCorrelation.vcxproj
index 82d0454188..9a8705b8fa 100644
--- a/Samples/CameraStreamCorrelation/cpp/CameraStreamCorrelation.vcxproj
+++ b/Samples/CameraStreamCorrelation/cpp/CameraStreamCorrelation.vcxproj
@@ -1,15 +1,15 @@
- {e3e92a30-3625-5078-a9f1-b6509a876249}
+ {99bc2a04-8bcb-59ee-9f1e-782a01fdb573}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
CameraStreamCorrelation
diff --git a/Samples/CameraStreamCorrelation/cpp/Package.appxmanifest b/Samples/CameraStreamCorrelation/cpp/Package.appxmanifest
index 479d434700..9bc0c254a1 100644
--- a/Samples/CameraStreamCorrelation/cpp/Package.appxmanifest
+++ b/Samples/CameraStreamCorrelation/cpp/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CameraStreamCorrelation/cpp/PoseTrackingPreview/PoseTrackingPreview.vcxproj b/Samples/CameraStreamCorrelation/cpp/PoseTrackingPreview/PoseTrackingPreview.vcxproj
index 5e09e74c82..adcf51d35d 100644
--- a/Samples/CameraStreamCorrelation/cpp/PoseTrackingPreview/PoseTrackingPreview.vcxproj
+++ b/Samples/CameraStreamCorrelation/cpp/PoseTrackingPreview/PoseTrackingPreview.vcxproj
@@ -27,7 +27,7 @@
- {52b6fc38-6ccf-5e71-89f7-05eae4b31699}
+ {a8b26f77-c8a0-5a2f-9b85-e71c96b2f9be}
WindowsRuntimeComponent
PoseTrackingPreview
WindowsPreview.Media.Capture.Frames
@@ -36,8 +36,8 @@
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/CameraVideoStabilization/camera-video-stabilization.yaml b/Samples/CameraVideoStabilization/camera-video-stabilization.yml
similarity index 100%
rename from Samples/CameraVideoStabilization/camera-video-stabilization.yaml
rename to Samples/CameraVideoStabilization/camera-video-stabilization.yml
diff --git a/Samples/CameraVideoStabilization/cpp/CameraVideoStabilization.sln b/Samples/CameraVideoStabilization/cpp/CameraVideoStabilization.sln
index 35b46668a1..7a889370cf 100644
--- a/Samples/CameraVideoStabilization/cpp/CameraVideoStabilization.sln
+++ b/Samples/CameraVideoStabilization/cpp/CameraVideoStabilization.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraVideoStabilization", "CameraVideoStabilization.vcxproj", "{6481CF93-D34E-5F7A-A246-8E569581D47C}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraVideoStabilization", "CameraVideoStabilization.vcxproj", "{7D49CCB7-A332-544F-A120-BA7E989B53C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Debug|ARM.ActiveCfg = Debug|ARM
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Debug|ARM.Build.0 = Debug|ARM
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Debug|ARM.Deploy.0 = Debug|ARM
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Debug|x64.ActiveCfg = Debug|x64
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Debug|x64.Build.0 = Debug|x64
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Debug|x64.Deploy.0 = Debug|x64
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Debug|x86.ActiveCfg = Debug|Win32
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Debug|x86.Build.0 = Debug|Win32
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Debug|x86.Deploy.0 = Debug|Win32
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Release|ARM.ActiveCfg = Release|ARM
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Release|ARM.Build.0 = Release|ARM
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Release|ARM.Deploy.0 = Release|ARM
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Release|x64.ActiveCfg = Release|x64
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Release|x64.Build.0 = Release|x64
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Release|x64.Deploy.0 = Release|x64
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Release|x86.ActiveCfg = Release|Win32
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Release|x86.Build.0 = Release|Win32
- {6481CF93-D34E-5F7A-A246-8E569581D47C}.Release|x86.Deploy.0 = Release|Win32
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Debug|ARM.ActiveCfg = Debug|ARM
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Debug|ARM.Build.0 = Debug|ARM
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Debug|ARM.Deploy.0 = Debug|ARM
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Debug|x64.ActiveCfg = Debug|x64
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Debug|x64.Build.0 = Debug|x64
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Debug|x64.Deploy.0 = Debug|x64
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Debug|x86.ActiveCfg = Debug|Win32
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Debug|x86.Build.0 = Debug|Win32
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Debug|x86.Deploy.0 = Debug|Win32
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Release|ARM.ActiveCfg = Release|ARM
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Release|ARM.Build.0 = Release|ARM
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Release|ARM.Deploy.0 = Release|ARM
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Release|x64.ActiveCfg = Release|x64
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Release|x64.Build.0 = Release|x64
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Release|x64.Deploy.0 = Release|x64
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Release|x86.ActiveCfg = Release|Win32
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Release|x86.Build.0 = Release|Win32
+ {7D49CCB7-A332-544F-A120-BA7E989B53C2}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraVideoStabilization/cpp/CameraVideoStabilization.vcxproj b/Samples/CameraVideoStabilization/cpp/CameraVideoStabilization.vcxproj
index 198eff91cd..6764d0f6dd 100644
--- a/Samples/CameraVideoStabilization/cpp/CameraVideoStabilization.vcxproj
+++ b/Samples/CameraVideoStabilization/cpp/CameraVideoStabilization.vcxproj
@@ -1,15 +1,15 @@
- {6481cf93-d34e-5f7a-a246-8e569581d47c}
+ {7d49ccb7-a332-544f-a120-ba7e989b53c2}
CameraVideoStabilization
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
@@ -80,27 +80,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -198,7 +198,7 @@
-
+
diff --git a/Samples/CameraVideoStabilization/cpp/Package.appxmanifest b/Samples/CameraVideoStabilization/cpp/Package.appxmanifest
index e68da14a61..208c84cca3 100644
--- a/Samples/CameraVideoStabilization/cpp/Package.appxmanifest
+++ b/Samples/CameraVideoStabilization/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CameraVideoStabilization/cs/CameraVideoStabilization.csproj b/Samples/CameraVideoStabilization/cs/CameraVideoStabilization.csproj
index 36e4b9a502..31de18573b 100644
--- a/Samples/CameraVideoStabilization/cs/CameraVideoStabilization.csproj
+++ b/Samples/CameraVideoStabilization/cs/CameraVideoStabilization.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {F26A059D-8F09-55F1-89A9-0AF71892F722}
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}
AppContainerExe
Properties
CameraVideoStabilization
CameraVideoStabilization
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -140,7 +140,7 @@
-
+
Microsoft Mobile Extension SDK for Universal App Platform
diff --git a/Samples/CameraVideoStabilization/cs/CameraVideoStabilization.sln b/Samples/CameraVideoStabilization/cs/CameraVideoStabilization.sln
index 599bb77923..bd6ee24a44 100644
--- a/Samples/CameraVideoStabilization/cs/CameraVideoStabilization.sln
+++ b/Samples/CameraVideoStabilization/cs/CameraVideoStabilization.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraVideoStabilization", "CameraVideoStabilization.csproj", "{F26A059D-8F09-55F1-89A9-0AF71892F722}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraVideoStabilization", "CameraVideoStabilization.csproj", "{156AD460-DF2B-5D59-ABBA-35857FE62535}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Debug|ARM.ActiveCfg = Debug|ARM
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Debug|ARM.Build.0 = Debug|ARM
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Debug|ARM.Deploy.0 = Debug|ARM
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Debug|x64.ActiveCfg = Debug|x64
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Debug|x64.Build.0 = Debug|x64
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Debug|x64.Deploy.0 = Debug|x64
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Debug|x86.ActiveCfg = Debug|x86
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Debug|x86.Build.0 = Debug|x86
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Debug|x86.Deploy.0 = Debug|x86
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Release|ARM.ActiveCfg = Release|ARM
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Release|ARM.Build.0 = Release|ARM
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Release|ARM.Deploy.0 = Release|ARM
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Release|x64.ActiveCfg = Release|x64
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Release|x64.Build.0 = Release|x64
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Release|x64.Deploy.0 = Release|x64
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Release|x86.ActiveCfg = Release|x86
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Release|x86.Build.0 = Release|x86
- {F26A059D-8F09-55F1-89A9-0AF71892F722}.Release|x86.Deploy.0 = Release|x86
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Debug|ARM.ActiveCfg = Debug|ARM
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Debug|ARM.Build.0 = Debug|ARM
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Debug|ARM.Deploy.0 = Debug|ARM
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Debug|x64.ActiveCfg = Debug|x64
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Debug|x64.Build.0 = Debug|x64
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Debug|x64.Deploy.0 = Debug|x64
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Debug|x86.ActiveCfg = Debug|x86
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Debug|x86.Build.0 = Debug|x86
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Debug|x86.Deploy.0 = Debug|x86
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Release|ARM.ActiveCfg = Release|ARM
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Release|ARM.Build.0 = Release|ARM
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Release|ARM.Deploy.0 = Release|ARM
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Release|x64.ActiveCfg = Release|x64
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Release|x64.Build.0 = Release|x64
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Release|x64.Deploy.0 = Release|x64
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Release|x86.ActiveCfg = Release|x86
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Release|x86.Build.0 = Release|x86
+ {156AD460-DF2B-5D59-ABBA-35857FE62535}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CameraVideoStabilization/cs/Package.appxmanifest b/Samples/CameraVideoStabilization/cs/Package.appxmanifest
index da7efc7f9c..23fd37e59d 100644
--- a/Samples/CameraVideoStabilization/cs/Package.appxmanifest
+++ b/Samples/CameraVideoStabilization/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CameraVideoStabilization/js/CameraVideoStabilization.jsproj b/Samples/CameraVideoStabilization/js/CameraVideoStabilization.jsproj
index b485288b74..af4ba6fb0a 100644
--- a/Samples/CameraVideoStabilization/js/CameraVideoStabilization.jsproj
+++ b/Samples/CameraVideoStabilization/js/CameraVideoStabilization.jsproj
@@ -27,7 +27,7 @@
- 18fd4fe4-4d1a-5376-a895-36dbffd24103
+ 86498582-3444-534d-a776-80b4fd41a239
@@ -37,8 +37,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
@@ -96,7 +96,7 @@
-
+
AppContainerExe
CameraVideoStabilization
CameraVideoStabilization
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -144,7 +144,7 @@
-
+
Microsoft Mobile Extension SDK for Universal App Platform
diff --git a/Samples/CameraVideoStabilization/vb/Package.appxmanifest b/Samples/CameraVideoStabilization/vb/Package.appxmanifest
index ae7faeb857..92bf19ef05 100644
--- a/Samples/CameraVideoStabilization/vb/Package.appxmanifest
+++ b/Samples/CameraVideoStabilization/vb/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CashDrawer/cash-drawer.yaml b/Samples/CashDrawer/cash-drawer.yml
similarity index 100%
rename from Samples/CashDrawer/cash-drawer.yaml
rename to Samples/CashDrawer/cash-drawer.yml
diff --git a/Samples/CashDrawer/cpp/CashDrawer.sln b/Samples/CashDrawer/cpp/CashDrawer.sln
index 07eb5369c7..98c8afab38 100644
--- a/Samples/CashDrawer/cpp/CashDrawer.sln
+++ b/Samples/CashDrawer/cpp/CashDrawer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CashDrawer", "CashDrawer.vcxproj", "{71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CashDrawer", "CashDrawer.vcxproj", "{6DBA4E3A-203F-5F95-9250-0778571480B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Debug|ARM.ActiveCfg = Debug|ARM
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Debug|ARM.Build.0 = Debug|ARM
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Debug|ARM.Deploy.0 = Debug|ARM
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Debug|x64.ActiveCfg = Debug|x64
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Debug|x64.Build.0 = Debug|x64
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Debug|x64.Deploy.0 = Debug|x64
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Debug|x86.ActiveCfg = Debug|Win32
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Debug|x86.Build.0 = Debug|Win32
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Debug|x86.Deploy.0 = Debug|Win32
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Release|ARM.ActiveCfg = Release|ARM
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Release|ARM.Build.0 = Release|ARM
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Release|ARM.Deploy.0 = Release|ARM
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Release|x64.ActiveCfg = Release|x64
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Release|x64.Build.0 = Release|x64
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Release|x64.Deploy.0 = Release|x64
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Release|x86.ActiveCfg = Release|Win32
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Release|x86.Build.0 = Release|Win32
- {71ECB7AC-2AD7-5C7C-9B2D-377747ECA317}.Release|x86.Deploy.0 = Release|Win32
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Debug|ARM.ActiveCfg = Debug|ARM
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Debug|ARM.Build.0 = Debug|ARM
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Debug|ARM.Deploy.0 = Debug|ARM
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Debug|x64.ActiveCfg = Debug|x64
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Debug|x64.Build.0 = Debug|x64
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Debug|x64.Deploy.0 = Debug|x64
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Debug|x86.ActiveCfg = Debug|Win32
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Debug|x86.Build.0 = Debug|Win32
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Debug|x86.Deploy.0 = Debug|Win32
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Release|ARM.ActiveCfg = Release|ARM
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Release|ARM.Build.0 = Release|ARM
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Release|ARM.Deploy.0 = Release|ARM
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Release|x64.ActiveCfg = Release|x64
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Release|x64.Build.0 = Release|x64
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Release|x64.Deploy.0 = Release|x64
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Release|x86.ActiveCfg = Release|Win32
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Release|x86.Build.0 = Release|Win32
+ {6DBA4E3A-203F-5F95-9250-0778571480B0}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CashDrawer/cpp/CashDrawer.vcxproj b/Samples/CashDrawer/cpp/CashDrawer.vcxproj
index 95d6043a4d..259dc16dc3 100644
--- a/Samples/CashDrawer/cpp/CashDrawer.vcxproj
+++ b/Samples/CashDrawer/cpp/CashDrawer.vcxproj
@@ -1,15 +1,15 @@
- {71ecb7ac-2ad7-5c7c-9b2d-377747eca317}
+ {6dba4e3a-203f-5f95-9250-0778571480b0}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/CashDrawer/cpp/Package.appxmanifest b/Samples/CashDrawer/cpp/Package.appxmanifest
index facbff4823..f6ff0b8c98 100644
--- a/Samples/CashDrawer/cpp/Package.appxmanifest
+++ b/Samples/CashDrawer/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CashDrawer/cs/CashDrawer.csproj b/Samples/CashDrawer/cs/CashDrawer.csproj
index 2222faca33..fdd33fbe05 100644
--- a/Samples/CashDrawer/cs/CashDrawer.csproj
+++ b/Samples/CashDrawer/cs/CashDrawer.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {E07F1248-BA15-59F4-B543-DAA063396AF7}
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}
AppContainerExe
Properties
SDKTemplate
CashDrawer
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CashDrawer/cs/CashDrawer.sln b/Samples/CashDrawer/cs/CashDrawer.sln
index 72a6485326..c4b0888bb8 100644
--- a/Samples/CashDrawer/cs/CashDrawer.sln
+++ b/Samples/CashDrawer/cs/CashDrawer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CashDrawer", "CashDrawer.csproj", "{E07F1248-BA15-59F4-B543-DAA063396AF7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CashDrawer", "CashDrawer.csproj", "{9BD0650F-A79B-50A0-B296-3387D1A2418C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Debug|ARM.ActiveCfg = Debug|ARM
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Debug|ARM.Build.0 = Debug|ARM
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Debug|ARM.Deploy.0 = Debug|ARM
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Debug|x64.ActiveCfg = Debug|x64
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Debug|x64.Build.0 = Debug|x64
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Debug|x64.Deploy.0 = Debug|x64
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Debug|x86.ActiveCfg = Debug|x86
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Debug|x86.Build.0 = Debug|x86
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Debug|x86.Deploy.0 = Debug|x86
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Release|ARM.ActiveCfg = Release|ARM
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Release|ARM.Build.0 = Release|ARM
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Release|ARM.Deploy.0 = Release|ARM
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Release|x64.ActiveCfg = Release|x64
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Release|x64.Build.0 = Release|x64
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Release|x64.Deploy.0 = Release|x64
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Release|x86.ActiveCfg = Release|x86
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Release|x86.Build.0 = Release|x86
- {E07F1248-BA15-59F4-B543-DAA063396AF7}.Release|x86.Deploy.0 = Release|x86
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Debug|ARM.Build.0 = Debug|ARM
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Debug|x64.ActiveCfg = Debug|x64
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Debug|x64.Build.0 = Debug|x64
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Debug|x64.Deploy.0 = Debug|x64
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Debug|x86.ActiveCfg = Debug|x86
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Debug|x86.Build.0 = Debug|x86
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Debug|x86.Deploy.0 = Debug|x86
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Release|ARM.ActiveCfg = Release|ARM
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Release|ARM.Build.0 = Release|ARM
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Release|ARM.Deploy.0 = Release|ARM
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Release|x64.ActiveCfg = Release|x64
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Release|x64.Build.0 = Release|x64
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Release|x64.Deploy.0 = Release|x64
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Release|x86.ActiveCfg = Release|x86
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Release|x86.Build.0 = Release|x86
+ {9BD0650F-A79B-50A0-B296-3387D1A2418C}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CashDrawer/cs/Package.appxmanifest b/Samples/CashDrawer/cs/Package.appxmanifest
index 25d145100a..3e6d963785 100644
--- a/Samples/CashDrawer/cs/Package.appxmanifest
+++ b/Samples/CashDrawer/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/CashDrawer/js/CashDrawer.jsproj b/Samples/CashDrawer/js/CashDrawer.jsproj
index 81d405133e..b1403e4d2d 100644
--- a/Samples/CashDrawer/js/CashDrawer.jsproj
+++ b/Samples/CashDrawer/js/CashDrawer.jsproj
@@ -35,7 +35,7 @@
- 78f214b7-f483-51b3-849c-b285d620cbf2
+ f5b13026-c2cf-5095-a750-f98fdf1ad9ad
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/CashDrawer/js/CashDrawer.sln b/Samples/CashDrawer/js/CashDrawer.sln
index 782a37bea4..2102a90bfd 100644
--- a/Samples/CashDrawer/js/CashDrawer.sln
+++ b/Samples/CashDrawer/js/CashDrawer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CashDrawer", "CashDrawer.jsproj", "{78F214B7-F483-51B3-849C-B285D620CBF2}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CashDrawer", "CashDrawer.jsproj", "{F5B13026-C2CF-5095-A750-F98FDF1AD9AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|ARM.ActiveCfg = Debug|ARM
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|ARM.Build.0 = Debug|ARM
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|ARM.Deploy.0 = Debug|ARM
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|x64.ActiveCfg = Debug|x64
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|x64.Build.0 = Debug|x64
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|x64.Deploy.0 = Debug|x64
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|x86.ActiveCfg = Debug|x86
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|x86.Build.0 = Debug|x86
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Debug|x86.Deploy.0 = Debug|x86
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|Any CPU.Build.0 = Release|Any CPU
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|ARM.ActiveCfg = Release|ARM
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|ARM.Build.0 = Release|ARM
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|ARM.Deploy.0 = Release|ARM
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|x64.ActiveCfg = Release|x64
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|x64.Build.0 = Release|x64
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|x64.Deploy.0 = Release|x64
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|x86.ActiveCfg = Release|x86
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|x86.Build.0 = Release|x86
- {78F214B7-F483-51B3-849C-B285D620CBF2}.Release|x86.Deploy.0 = Release|x86
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|ARM.Build.0 = Debug|ARM
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|x64.ActiveCfg = Debug|x64
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|x64.Build.0 = Debug|x64
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|x64.Deploy.0 = Debug|x64
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|x86.ActiveCfg = Debug|x86
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|x86.Build.0 = Debug|x86
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Debug|x86.Deploy.0 = Debug|x86
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|ARM.ActiveCfg = Release|ARM
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|ARM.Build.0 = Release|ARM
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|ARM.Deploy.0 = Release|ARM
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|x64.ActiveCfg = Release|x64
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|x64.Build.0 = Release|x64
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|x64.Deploy.0 = Release|x64
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|x86.ActiveCfg = Release|x86
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|x86.Build.0 = Release|x86
+ {F5B13026-C2CF-5095-A750-F98FDF1AD9AD}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CashDrawer/js/Package.appxmanifest b/Samples/CashDrawer/js/Package.appxmanifest
index 42a2200de8..7302cbfc51 100644
--- a/Samples/CashDrawer/js/Package.appxmanifest
+++ b/Samples/CashDrawer/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/CashDrawer/vb/CashDrawer.sln b/Samples/CashDrawer/vb/CashDrawer.sln
index 0fd527335a..f61d37e6c4 100644
--- a/Samples/CashDrawer/vb/CashDrawer.sln
+++ b/Samples/CashDrawer/vb/CashDrawer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CashDrawer", "CashDrawer.vbproj", "{F0DDB787-A5A7-554F-AA13-288EBEAD474B}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CashDrawer", "CashDrawer.vbproj", "{562AEA50-CA09-5D4A-B148-40DB2A23582A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Debug|ARM.ActiveCfg = Debug|ARM
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Debug|ARM.Build.0 = Debug|ARM
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Debug|ARM.Deploy.0 = Debug|ARM
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Debug|x64.ActiveCfg = Debug|x64
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Debug|x64.Build.0 = Debug|x64
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Debug|x64.Deploy.0 = Debug|x64
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Debug|x86.ActiveCfg = Debug|x86
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Debug|x86.Build.0 = Debug|x86
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Debug|x86.Deploy.0 = Debug|x86
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Release|ARM.ActiveCfg = Release|ARM
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Release|ARM.Build.0 = Release|ARM
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Release|ARM.Deploy.0 = Release|ARM
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Release|x64.ActiveCfg = Release|x64
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Release|x64.Build.0 = Release|x64
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Release|x64.Deploy.0 = Release|x64
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Release|x86.ActiveCfg = Release|x86
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Release|x86.Build.0 = Release|x86
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}.Release|x86.Deploy.0 = Release|x86
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Debug|ARM.Build.0 = Debug|ARM
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Debug|ARM.Deploy.0 = Debug|ARM
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Debug|x64.ActiveCfg = Debug|x64
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Debug|x64.Build.0 = Debug|x64
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Debug|x64.Deploy.0 = Debug|x64
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Debug|x86.ActiveCfg = Debug|x86
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Debug|x86.Build.0 = Debug|x86
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Debug|x86.Deploy.0 = Debug|x86
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Release|ARM.ActiveCfg = Release|ARM
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Release|ARM.Build.0 = Release|ARM
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Release|ARM.Deploy.0 = Release|ARM
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Release|x64.ActiveCfg = Release|x64
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Release|x64.Build.0 = Release|x64
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Release|x64.Deploy.0 = Release|x64
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Release|x86.ActiveCfg = Release|x86
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Release|x86.Build.0 = Release|x86
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CashDrawer/vb/CashDrawer.vbproj b/Samples/CashDrawer/vb/CashDrawer.vbproj
index 5e1c0fa813..99b1b61651 100644
--- a/Samples/CashDrawer/vb/CashDrawer.vbproj
+++ b/Samples/CashDrawer/vb/CashDrawer.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {F0DDB787-A5A7-554F-AA13-288EBEAD474B}
+ {562AEA50-CA09-5D4A-B148-40DB2A23582A}
AppContainerExe
SDKTemplate
CashDrawer
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CashDrawer/vb/Package.appxmanifest b/Samples/CashDrawer/vb/Package.appxmanifest
index 43ed9cf675..503b4e2a70 100644
--- a/Samples/CashDrawer/vb/Package.appxmanifest
+++ b/Samples/CashDrawer/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/ClientDeviceInformation/client-device-information.yaml b/Samples/ClientDeviceInformation/client-device-information.yml
similarity index 100%
rename from Samples/ClientDeviceInformation/client-device-information.yaml
rename to Samples/ClientDeviceInformation/client-device-information.yml
diff --git a/Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.sln b/Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.sln
index d764e894ac..788d8865ea 100644
--- a/Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.sln
+++ b/Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ClientDeviceInformation", "ClientDeviceInformation.vcxproj", "{76B91100-FFBC-5C9F-9D6F-08A9373B632C}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ClientDeviceInformation", "ClientDeviceInformation.vcxproj", "{1758C4B7-45FE-5EBE-97CC-FEFB822D112E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Debug|ARM.ActiveCfg = Debug|ARM
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Debug|ARM.Build.0 = Debug|ARM
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Debug|ARM.Deploy.0 = Debug|ARM
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Debug|x64.ActiveCfg = Debug|x64
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Debug|x64.Build.0 = Debug|x64
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Debug|x64.Deploy.0 = Debug|x64
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Debug|x86.ActiveCfg = Debug|Win32
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Debug|x86.Build.0 = Debug|Win32
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Debug|x86.Deploy.0 = Debug|Win32
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Release|ARM.ActiveCfg = Release|ARM
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Release|ARM.Build.0 = Release|ARM
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Release|ARM.Deploy.0 = Release|ARM
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Release|x64.ActiveCfg = Release|x64
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Release|x64.Build.0 = Release|x64
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Release|x64.Deploy.0 = Release|x64
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Release|x86.ActiveCfg = Release|Win32
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Release|x86.Build.0 = Release|Win32
- {76B91100-FFBC-5C9F-9D6F-08A9373B632C}.Release|x86.Deploy.0 = Release|Win32
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Debug|ARM.Build.0 = Debug|ARM
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Debug|ARM.Deploy.0 = Debug|ARM
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Debug|x64.ActiveCfg = Debug|x64
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Debug|x64.Build.0 = Debug|x64
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Debug|x64.Deploy.0 = Debug|x64
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Debug|x86.ActiveCfg = Debug|Win32
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Debug|x86.Build.0 = Debug|Win32
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Debug|x86.Deploy.0 = Debug|Win32
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Release|ARM.ActiveCfg = Release|ARM
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Release|ARM.Build.0 = Release|ARM
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Release|ARM.Deploy.0 = Release|ARM
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Release|x64.ActiveCfg = Release|x64
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Release|x64.Build.0 = Release|x64
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Release|x64.Deploy.0 = Release|x64
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Release|x86.ActiveCfg = Release|Win32
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Release|x86.Build.0 = Release|Win32
+ {1758C4B7-45FE-5EBE-97CC-FEFB822D112E}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.vcxproj b/Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.vcxproj
index 94dd3e6c37..9f73938218 100644
--- a/Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.vcxproj
+++ b/Samples/ClientDeviceInformation/cpp/ClientDeviceInformation.vcxproj
@@ -1,15 +1,15 @@
- {76b91100-ffbc-5c9f-9d6f-08a9373b632c}
+ {1758c4b7-45fe-5ebe-97cc-fefb822d112e}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
EAS
@@ -81,27 +81,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/Samples/ClientDeviceInformation/cpp/Package.appxmanifest b/Samples/ClientDeviceInformation/cpp/Package.appxmanifest
index c0cb8d55f4..a28aab63ea 100644
--- a/Samples/ClientDeviceInformation/cpp/Package.appxmanifest
+++ b/Samples/ClientDeviceInformation/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ClientDeviceInformation/cs/ClientDeviceInformation.csproj b/Samples/ClientDeviceInformation/cs/ClientDeviceInformation.csproj
index 83b10f66fc..7ab8b54907 100644
--- a/Samples/ClientDeviceInformation/cs/ClientDeviceInformation.csproj
+++ b/Samples/ClientDeviceInformation/cs/ClientDeviceInformation.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {8B5A438E-0E7D-55FA-8475-498375C7770F}
+ {C84DF920-2854-5918-ADBC-5497D94355AD}
AppContainerExe
Properties
EasCS
EasCS
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ClientDeviceInformation/cs/ClientDeviceInformation.sln b/Samples/ClientDeviceInformation/cs/ClientDeviceInformation.sln
index 573357ecba..bb446312c5 100644
--- a/Samples/ClientDeviceInformation/cs/ClientDeviceInformation.sln
+++ b/Samples/ClientDeviceInformation/cs/ClientDeviceInformation.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientDeviceInformation", "ClientDeviceInformation.csproj", "{8B5A438E-0E7D-55FA-8475-498375C7770F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientDeviceInformation", "ClientDeviceInformation.csproj", "{C84DF920-2854-5918-ADBC-5497D94355AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Debug|ARM.ActiveCfg = Debug|ARM
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Debug|ARM.Build.0 = Debug|ARM
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Debug|ARM.Deploy.0 = Debug|ARM
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Debug|x64.ActiveCfg = Debug|x64
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Debug|x64.Build.0 = Debug|x64
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Debug|x64.Deploy.0 = Debug|x64
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Debug|x86.ActiveCfg = Debug|x86
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Debug|x86.Build.0 = Debug|x86
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Debug|x86.Deploy.0 = Debug|x86
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Release|ARM.ActiveCfg = Release|ARM
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Release|ARM.Build.0 = Release|ARM
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Release|ARM.Deploy.0 = Release|ARM
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Release|x64.ActiveCfg = Release|x64
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Release|x64.Build.0 = Release|x64
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Release|x64.Deploy.0 = Release|x64
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Release|x86.ActiveCfg = Release|x86
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Release|x86.Build.0 = Release|x86
- {8B5A438E-0E7D-55FA-8475-498375C7770F}.Release|x86.Deploy.0 = Release|x86
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Debug|ARM.ActiveCfg = Debug|ARM
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Debug|ARM.Build.0 = Debug|ARM
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Debug|ARM.Deploy.0 = Debug|ARM
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Debug|x64.ActiveCfg = Debug|x64
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Debug|x64.Build.0 = Debug|x64
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Debug|x64.Deploy.0 = Debug|x64
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Debug|x86.ActiveCfg = Debug|x86
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Debug|x86.Build.0 = Debug|x86
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Debug|x86.Deploy.0 = Debug|x86
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Release|ARM.ActiveCfg = Release|ARM
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Release|ARM.Build.0 = Release|ARM
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Release|ARM.Deploy.0 = Release|ARM
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Release|x64.ActiveCfg = Release|x64
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Release|x64.Build.0 = Release|x64
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Release|x64.Deploy.0 = Release|x64
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Release|x86.ActiveCfg = Release|x86
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Release|x86.Build.0 = Release|x86
+ {C84DF920-2854-5918-ADBC-5497D94355AD}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ClientDeviceInformation/cs/Package.appxmanifest b/Samples/ClientDeviceInformation/cs/Package.appxmanifest
index 89c42547a7..55f7c5905d 100644
--- a/Samples/ClientDeviceInformation/cs/Package.appxmanifest
+++ b/Samples/ClientDeviceInformation/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/ClientDeviceInformation/js/ClientDeviceInformation.jsproj b/Samples/ClientDeviceInformation/js/ClientDeviceInformation.jsproj
index d92033bcb0..02424871f0 100644
--- a/Samples/ClientDeviceInformation/js/ClientDeviceInformation.jsproj
+++ b/Samples/ClientDeviceInformation/js/ClientDeviceInformation.jsproj
@@ -35,7 +35,7 @@
- 523d16b8-78d7-51fa-9061-13896b82e5e7
+ b3b961bd-74e7-5e17-bc61-2d3f6215f125
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/ClientDeviceInformation/js/ClientDeviceInformation.sln b/Samples/ClientDeviceInformation/js/ClientDeviceInformation.sln
index 083236452c..b3c34907b8 100644
--- a/Samples/ClientDeviceInformation/js/ClientDeviceInformation.sln
+++ b/Samples/ClientDeviceInformation/js/ClientDeviceInformation.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ClientDeviceInformation", "ClientDeviceInformation.jsproj", "{523D16B8-78D7-51FA-9061-13896B82E5E7}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ClientDeviceInformation", "ClientDeviceInformation.jsproj", "{B3B961BD-74E7-5E17-BC61-2D3F6215F125}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|ARM.ActiveCfg = Debug|ARM
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|ARM.Build.0 = Debug|ARM
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|ARM.Deploy.0 = Debug|ARM
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|x64.ActiveCfg = Debug|x64
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|x64.Build.0 = Debug|x64
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|x64.Deploy.0 = Debug|x64
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|x86.ActiveCfg = Debug|x86
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|x86.Build.0 = Debug|x86
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Debug|x86.Deploy.0 = Debug|x86
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|Any CPU.Build.0 = Release|Any CPU
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|ARM.ActiveCfg = Release|ARM
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|ARM.Build.0 = Release|ARM
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|ARM.Deploy.0 = Release|ARM
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|x64.ActiveCfg = Release|x64
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|x64.Build.0 = Release|x64
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|x64.Deploy.0 = Release|x64
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|x86.ActiveCfg = Release|x86
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|x86.Build.0 = Release|x86
- {523D16B8-78D7-51FA-9061-13896B82E5E7}.Release|x86.Deploy.0 = Release|x86
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|ARM.ActiveCfg = Debug|ARM
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|ARM.Build.0 = Debug|ARM
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|ARM.Deploy.0 = Debug|ARM
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|x64.ActiveCfg = Debug|x64
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|x64.Build.0 = Debug|x64
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|x64.Deploy.0 = Debug|x64
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|x86.ActiveCfg = Debug|x86
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|x86.Build.0 = Debug|x86
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Debug|x86.Deploy.0 = Debug|x86
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|ARM.ActiveCfg = Release|ARM
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|ARM.Build.0 = Release|ARM
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|ARM.Deploy.0 = Release|ARM
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|x64.ActiveCfg = Release|x64
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|x64.Build.0 = Release|x64
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|x64.Deploy.0 = Release|x64
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|x86.ActiveCfg = Release|x86
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|x86.Build.0 = Release|x86
+ {B3B961BD-74E7-5E17-BC61-2D3F6215F125}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ClientDeviceInformation/js/Package.appxmanifest b/Samples/ClientDeviceInformation/js/Package.appxmanifest
index 0494e8e8eb..ab3e70bf77 100644
--- a/Samples/ClientDeviceInformation/js/Package.appxmanifest
+++ b/Samples/ClientDeviceInformation/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/Clipboard/clipboard.yaml b/Samples/Clipboard/clipboard.yml
similarity index 100%
rename from Samples/Clipboard/clipboard.yaml
rename to Samples/Clipboard/clipboard.yml
diff --git a/Samples/Clipboard/cpp/Clipboard.sln b/Samples/Clipboard/cpp/Clipboard.sln
index c6c50a6c5a..87e02639d1 100644
--- a/Samples/Clipboard/cpp/Clipboard.sln
+++ b/Samples/Clipboard/cpp/Clipboard.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Clipboard", "Clipboard.vcxproj", "{DC92FBD1-07B6-5DD6-8891-A8C8166F7587}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Clipboard", "Clipboard.vcxproj", "{D15A801A-5FD6-5341-8B6D-40EAF26564FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Debug|ARM.ActiveCfg = Debug|ARM
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Debug|ARM.Build.0 = Debug|ARM
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Debug|ARM.Deploy.0 = Debug|ARM
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Debug|x64.ActiveCfg = Debug|x64
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Debug|x64.Build.0 = Debug|x64
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Debug|x64.Deploy.0 = Debug|x64
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Debug|x86.ActiveCfg = Debug|Win32
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Debug|x86.Build.0 = Debug|Win32
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Debug|x86.Deploy.0 = Debug|Win32
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Release|ARM.ActiveCfg = Release|ARM
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Release|ARM.Build.0 = Release|ARM
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Release|ARM.Deploy.0 = Release|ARM
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Release|x64.ActiveCfg = Release|x64
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Release|x64.Build.0 = Release|x64
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Release|x64.Deploy.0 = Release|x64
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Release|x86.ActiveCfg = Release|Win32
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Release|x86.Build.0 = Release|Win32
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}.Release|x86.Deploy.0 = Release|Win32
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Debug|ARM.Build.0 = Debug|ARM
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Debug|x64.ActiveCfg = Debug|x64
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Debug|x64.Build.0 = Debug|x64
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Debug|x64.Deploy.0 = Debug|x64
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Debug|x86.ActiveCfg = Debug|Win32
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Debug|x86.Build.0 = Debug|Win32
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Debug|x86.Deploy.0 = Debug|Win32
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Release|ARM.ActiveCfg = Release|ARM
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Release|ARM.Build.0 = Release|ARM
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Release|ARM.Deploy.0 = Release|ARM
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Release|x64.ActiveCfg = Release|x64
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Release|x64.Build.0 = Release|x64
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Release|x64.Deploy.0 = Release|x64
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Release|x86.ActiveCfg = Release|Win32
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Release|x86.Build.0 = Release|Win32
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Clipboard/cpp/Clipboard.vcxproj b/Samples/Clipboard/cpp/Clipboard.vcxproj
index fe0959d6a1..990077f4d8 100644
--- a/Samples/Clipboard/cpp/Clipboard.vcxproj
+++ b/Samples/Clipboard/cpp/Clipboard.vcxproj
@@ -1,15 +1,15 @@
- {DC92FBD1-07B6-5DD6-8891-A8C8166F7587}
+ {D15A801A-5FD6-5341-8B6D-40EAF26564FF}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/Clipboard/cpp/Package.appxmanifest b/Samples/Clipboard/cpp/Package.appxmanifest
index 4959e109d7..7ea5f5d730 100644
--- a/Samples/Clipboard/cpp/Package.appxmanifest
+++ b/Samples/Clipboard/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/Clipboard/cs/Clipboard.csproj b/Samples/Clipboard/cs/Clipboard.csproj
index 3c57be1ed5..1326d70210 100644
--- a/Samples/Clipboard/cs/Clipboard.csproj
+++ b/Samples/Clipboard/cs/Clipboard.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {4044B2DF-C360-5E71-A6D7-7756769AF535}
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}
AppContainerExe
Properties
SDKTemplate
Clipboard
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Clipboard/cs/Clipboard.sln b/Samples/Clipboard/cs/Clipboard.sln
index 97bb00b4e4..a19773e703 100644
--- a/Samples/Clipboard/cs/Clipboard.sln
+++ b/Samples/Clipboard/cs/Clipboard.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clipboard", "Clipboard.csproj", "{4044B2DF-C360-5E71-A6D7-7756769AF535}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clipboard", "Clipboard.csproj", "{1D35A726-873C-5FF2-9D05-DA2C94479A68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Debug|ARM.ActiveCfg = Debug|ARM
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Debug|ARM.Build.0 = Debug|ARM
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Debug|ARM.Deploy.0 = Debug|ARM
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Debug|x64.ActiveCfg = Debug|x64
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Debug|x64.Build.0 = Debug|x64
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Debug|x64.Deploy.0 = Debug|x64
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Debug|x86.ActiveCfg = Debug|x86
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Debug|x86.Build.0 = Debug|x86
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Debug|x86.Deploy.0 = Debug|x86
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Release|ARM.ActiveCfg = Release|ARM
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Release|ARM.Build.0 = Release|ARM
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Release|ARM.Deploy.0 = Release|ARM
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Release|x64.ActiveCfg = Release|x64
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Release|x64.Build.0 = Release|x64
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Release|x64.Deploy.0 = Release|x64
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Release|x86.ActiveCfg = Release|x86
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Release|x86.Build.0 = Release|x86
- {4044B2DF-C360-5E71-A6D7-7756769AF535}.Release|x86.Deploy.0 = Release|x86
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Debug|ARM.ActiveCfg = Debug|ARM
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Debug|ARM.Build.0 = Debug|ARM
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Debug|ARM.Deploy.0 = Debug|ARM
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Debug|x64.ActiveCfg = Debug|x64
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Debug|x64.Build.0 = Debug|x64
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Debug|x64.Deploy.0 = Debug|x64
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Debug|x86.ActiveCfg = Debug|x86
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Debug|x86.Build.0 = Debug|x86
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Debug|x86.Deploy.0 = Debug|x86
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Release|ARM.ActiveCfg = Release|ARM
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Release|ARM.Build.0 = Release|ARM
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Release|ARM.Deploy.0 = Release|ARM
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Release|x64.ActiveCfg = Release|x64
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Release|x64.Build.0 = Release|x64
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Release|x64.Deploy.0 = Release|x64
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Release|x86.ActiveCfg = Release|x86
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Release|x86.Build.0 = Release|x86
+ {1D35A726-873C-5FF2-9D05-DA2C94479A68}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Clipboard/cs/Package.appxmanifest b/Samples/Clipboard/cs/Package.appxmanifest
index 6d9dce0eca..d1e553b6f8 100644
--- a/Samples/Clipboard/cs/Package.appxmanifest
+++ b/Samples/Clipboard/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/Clipboard/js/Clipboard.jsproj b/Samples/Clipboard/js/Clipboard.jsproj
index c4377f9553..1ab47ba80c 100644
--- a/Samples/Clipboard/js/Clipboard.jsproj
+++ b/Samples/Clipboard/js/Clipboard.jsproj
@@ -35,7 +35,7 @@
- {3c16324c-49f1-53ea-bceb-1b9067144148}
+ {e6393937-4a99-5fb5-8d64-6d97124b4c0a}
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/Clipboard/js/Clipboard.sln b/Samples/Clipboard/js/Clipboard.sln
index 75869fbe6a..b355de7528 100644
--- a/Samples/Clipboard/js/Clipboard.sln
+++ b/Samples/Clipboard/js/Clipboard.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Clipboard", "Clipboard.jsproj", "{3C16324C-49F1-53EA-BCEB-1B9067144148}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Clipboard", "Clipboard.jsproj", "{E6393937-4A99-5FB5-8D64-6D97124B4C0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|ARM.ActiveCfg = Debug|ARM
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|ARM.Build.0 = Debug|ARM
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|ARM.Deploy.0 = Debug|ARM
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|x64.ActiveCfg = Debug|x64
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|x64.Build.0 = Debug|x64
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|x64.Deploy.0 = Debug|x64
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|x86.ActiveCfg = Debug|x86
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|x86.Build.0 = Debug|x86
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Debug|x86.Deploy.0 = Debug|x86
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|Any CPU.Build.0 = Release|Any CPU
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|ARM.ActiveCfg = Release|ARM
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|ARM.Build.0 = Release|ARM
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|ARM.Deploy.0 = Release|ARM
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|x64.ActiveCfg = Release|x64
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|x64.Build.0 = Release|x64
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|x64.Deploy.0 = Release|x64
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|x86.ActiveCfg = Release|x86
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|x86.Build.0 = Release|x86
- {3C16324C-49F1-53EA-BCEB-1B9067144148}.Release|x86.Deploy.0 = Release|x86
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|ARM.Build.0 = Debug|ARM
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|ARM.Deploy.0 = Debug|ARM
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|x64.ActiveCfg = Debug|x64
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|x64.Build.0 = Debug|x64
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|x64.Deploy.0 = Debug|x64
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|x86.ActiveCfg = Debug|x86
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|x86.Build.0 = Debug|x86
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Debug|x86.Deploy.0 = Debug|x86
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|ARM.ActiveCfg = Release|ARM
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|ARM.Build.0 = Release|ARM
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|ARM.Deploy.0 = Release|ARM
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|x64.ActiveCfg = Release|x64
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|x64.Build.0 = Release|x64
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|x64.Deploy.0 = Release|x64
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|x86.ActiveCfg = Release|x86
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|x86.Build.0 = Release|x86
+ {E6393937-4A99-5FB5-8D64-6D97124B4C0A}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Clipboard/js/Package.appxmanifest b/Samples/Clipboard/js/Package.appxmanifest
index 823cd8c63a..ec1964c790 100644
--- a/Samples/Clipboard/js/Package.appxmanifest
+++ b/Samples/Clipboard/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/Clipboard/vb/Clipboard.sln b/Samples/Clipboard/vb/Clipboard.sln
index a823535b88..0d7cef12a4 100644
--- a/Samples/Clipboard/vb/Clipboard.sln
+++ b/Samples/Clipboard/vb/Clipboard.sln
@@ -2,7 +2,7 @@
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Clipboard", "Clipboard.vbproj", "{05BDC955-0B25-567C-ACA6-C117EB6B0A95}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Clipboard", "Clipboard.vbproj", "{8C16D624-D5A1-5FC5-901C-81DB998DFD32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -14,24 +14,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Debug|ARM.ActiveCfg = Debug|ARM
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Debug|ARM.Build.0 = Debug|ARM
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Debug|ARM.Deploy.0 = Debug|ARM
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Debug|x64.ActiveCfg = Debug|x64
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Debug|x64.Build.0 = Debug|x64
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Debug|x64.Deploy.0 = Debug|x64
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Debug|x86.ActiveCfg = Debug|x86
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Debug|x86.Build.0 = Debug|x86
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Debug|x86.Deploy.0 = Debug|x86
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Release|ARM.ActiveCfg = Release|ARM
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Release|ARM.Build.0 = Release|ARM
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Release|ARM.Deploy.0 = Release|ARM
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Release|x64.ActiveCfg = Release|x64
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Release|x64.Build.0 = Release|x64
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Release|x64.Deploy.0 = Release|x64
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Release|x86.ActiveCfg = Release|x86
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Release|x86.Build.0 = Release|x86
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}.Release|x86.Deploy.0 = Release|x86
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Debug|ARM.Build.0 = Debug|ARM
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Debug|ARM.Deploy.0 = Debug|ARM
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Debug|x64.ActiveCfg = Debug|x64
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Debug|x64.Build.0 = Debug|x64
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Debug|x64.Deploy.0 = Debug|x64
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Debug|x86.ActiveCfg = Debug|x86
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Debug|x86.Build.0 = Debug|x86
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Debug|x86.Deploy.0 = Debug|x86
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Release|ARM.ActiveCfg = Release|ARM
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Release|ARM.Build.0 = Release|ARM
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Release|ARM.Deploy.0 = Release|ARM
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Release|x64.ActiveCfg = Release|x64
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Release|x64.Build.0 = Release|x64
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Release|x64.Deploy.0 = Release|x64
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Release|x86.ActiveCfg = Release|x86
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Release|x86.Build.0 = Release|x86
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Clipboard/vb/Clipboard.vbproj b/Samples/Clipboard/vb/Clipboard.vbproj
index d771889d20..c603af7c47 100644
--- a/Samples/Clipboard/vb/Clipboard.vbproj
+++ b/Samples/Clipboard/vb/Clipboard.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {05BDC955-0B25-567C-ACA6-C117EB6B0A95}
+ {8C16D624-D5A1-5FC5-901C-81DB998DFD32}
AppContainerExe
SDKTemplate
Clipboard
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Clipboard/vb/Package.appxmanifest b/Samples/Clipboard/vb/Package.appxmanifest
index f7dfd362bb..0d4c63d3b0 100644
--- a/Samples/Clipboard/vb/Package.appxmanifest
+++ b/Samples/Clipboard/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/CommunicationBlockAndFilter/communication-block-and-filter.yaml b/Samples/CommunicationBlockAndFilter/communication-block-and-filter.yml
similarity index 100%
rename from Samples/CommunicationBlockAndFilter/communication-block-and-filter.yaml
rename to Samples/CommunicationBlockAndFilter/communication-block-and-filter.yml
diff --git a/Samples/CommunicationBlockAndFilter/cs/BlockAndFilter.csproj b/Samples/CommunicationBlockAndFilter/cs/BlockAndFilter.csproj
index d530f82205..1fae0c32e2 100755
--- a/Samples/CommunicationBlockAndFilter/cs/BlockAndFilter.csproj
+++ b/Samples/CommunicationBlockAndFilter/cs/BlockAndFilter.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}
AppContainerExe
Properties
SDKTemplate
BlockAndFilter
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -167,7 +167,7 @@
-
+
Windows Mobile Extensions for the UWP
diff --git a/Samples/CommunicationBlockAndFilter/cs/BlockAndFilter.sln b/Samples/CommunicationBlockAndFilter/cs/BlockAndFilter.sln
index 87aa4e495b..5798b8c5cb 100755
--- a/Samples/CommunicationBlockAndFilter/cs/BlockAndFilter.sln
+++ b/Samples/CommunicationBlockAndFilter/cs/BlockAndFilter.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockAndFilter", "BlockAndFilter.csproj", "{FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockAndFilter", "BlockAndFilter.csproj", "{7A3BD577-9CE0-527C-AC1E-EAC701A170B7}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockAndFilterTasks", "Tasks\BlockAndFilterTasks.csproj", "{4A557FDB-03F3-5A5F-B952-95D7791EB50A}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockAndFilterTasks", "Tasks\BlockAndFilterTasks.csproj", "{05009484-FBF0-563C-9AC6-08822A428B00}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,26 +15,26 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Debug|ARM.ActiveCfg = Debug|ARM
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Debug|ARM.Build.0 = Debug|ARM
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Debug|ARM.Deploy.0 = Debug|ARM
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Debug|x86.ActiveCfg = Debug|x86
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Debug|x86.Build.0 = Debug|x86
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Debug|x86.Deploy.0 = Debug|x86
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Release|ARM.ActiveCfg = Release|ARM
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Release|ARM.Build.0 = Release|ARM
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Release|ARM.Deploy.0 = Release|ARM
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Release|x86.ActiveCfg = Release|x86
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Release|x86.Build.0 = Release|x86
- {FCEAE644-4FB7-5B0A-89FE-DBC0695DC0A4}.Release|x86.Deploy.0 = Release|x86
- {4A557FDB-03F3-5A5F-B952-95D7791EB50A}.Debug|ARM.ActiveCfg = Debug|ARM
- {4A557FDB-03F3-5A5F-B952-95D7791EB50A}.Debug|ARM.Build.0 = Debug|ARM
- {4A557FDB-03F3-5A5F-B952-95D7791EB50A}.Debug|x86.ActiveCfg = Debug|x86
- {4A557FDB-03F3-5A5F-B952-95D7791EB50A}.Debug|x86.Build.0 = Debug|x86
- {4A557FDB-03F3-5A5F-B952-95D7791EB50A}.Release|ARM.ActiveCfg = Release|ARM
- {4A557FDB-03F3-5A5F-B952-95D7791EB50A}.Release|ARM.Build.0 = Release|ARM
- {4A557FDB-03F3-5A5F-B952-95D7791EB50A}.Release|x86.ActiveCfg = Release|x86
- {4A557FDB-03F3-5A5F-B952-95D7791EB50A}.Release|x86.Build.0 = Release|x86
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Debug|ARM.ActiveCfg = Debug|ARM
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Debug|ARM.Build.0 = Debug|ARM
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Debug|ARM.Deploy.0 = Debug|ARM
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Debug|x86.ActiveCfg = Debug|x86
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Debug|x86.Build.0 = Debug|x86
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Debug|x86.Deploy.0 = Debug|x86
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Release|ARM.ActiveCfg = Release|ARM
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Release|ARM.Build.0 = Release|ARM
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Release|ARM.Deploy.0 = Release|ARM
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Release|x86.ActiveCfg = Release|x86
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Release|x86.Build.0 = Release|x86
+ {7A3BD577-9CE0-527C-AC1E-EAC701A170B7}.Release|x86.Deploy.0 = Release|x86
+ {05009484-FBF0-563C-9AC6-08822A428B00}.Debug|ARM.ActiveCfg = Debug|ARM
+ {05009484-FBF0-563C-9AC6-08822A428B00}.Debug|ARM.Build.0 = Debug|ARM
+ {05009484-FBF0-563C-9AC6-08822A428B00}.Debug|x86.ActiveCfg = Debug|x86
+ {05009484-FBF0-563C-9AC6-08822A428B00}.Debug|x86.Build.0 = Debug|x86
+ {05009484-FBF0-563C-9AC6-08822A428B00}.Release|ARM.ActiveCfg = Release|ARM
+ {05009484-FBF0-563C-9AC6-08822A428B00}.Release|ARM.Build.0 = Release|ARM
+ {05009484-FBF0-563C-9AC6-08822A428B00}.Release|x86.ActiveCfg = Release|x86
+ {05009484-FBF0-563C-9AC6-08822A428B00}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CommunicationBlockAndFilter/cs/Package.appxmanifest b/Samples/CommunicationBlockAndFilter/cs/Package.appxmanifest
index 22588d6329..fa16455e43 100755
--- a/Samples/CommunicationBlockAndFilter/cs/Package.appxmanifest
+++ b/Samples/CommunicationBlockAndFilter/cs/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CommunicationBlockAndFilter/cs/Tasks/BlockAndFilterTasks.csproj b/Samples/CommunicationBlockAndFilter/cs/Tasks/BlockAndFilterTasks.csproj
index dc3febe532..36d388f125 100755
--- a/Samples/CommunicationBlockAndFilter/cs/Tasks/BlockAndFilterTasks.csproj
+++ b/Samples/CommunicationBlockAndFilter/cs/Tasks/BlockAndFilterTasks.csproj
@@ -4,15 +4,15 @@
Debug
AnyCPU
- {4A557FDB-03F3-5A5F-B952-95D7791EB50A}
+ {05009484-FBF0-563C-9AC6-08822A428B00}
winmdobj
Properties
BlockAndFilterTasks
BlockAndFilterTasks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
512
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
@@ -125,7 +125,7 @@
-
+
Windows Mobile Extensions for the UWP
diff --git a/Samples/Compass/compass.yaml b/Samples/Compass/compass.yml
similarity index 100%
rename from Samples/Compass/compass.yaml
rename to Samples/Compass/compass.yml
diff --git a/Samples/Compass/cpp/Compass.sln b/Samples/Compass/cpp/Compass.sln
index dcd6f0b759..c43ae962ae 100644
--- a/Samples/Compass/cpp/Compass.sln
+++ b/Samples/Compass/cpp/Compass.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Compass", "Compass.vcxproj", "{8225C61D-8168-51DF-B482-0F414C40F3CE}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Compass", "Compass.vcxproj", "{493095CF-A411-5A52-B6DE-500714D63B11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Debug|ARM.ActiveCfg = Debug|ARM
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Debug|ARM.Build.0 = Debug|ARM
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Debug|ARM.Deploy.0 = Debug|ARM
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Debug|Win32.ActiveCfg = Debug|Win32
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Debug|Win32.Build.0 = Debug|Win32
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Debug|Win32.Deploy.0 = Debug|Win32
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Debug|x64.ActiveCfg = Debug|x64
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Debug|x64.Build.0 = Debug|x64
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Debug|x64.Deploy.0 = Debug|x64
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Release|ARM.ActiveCfg = Release|ARM
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Release|ARM.Build.0 = Release|ARM
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Release|ARM.Deploy.0 = Release|ARM
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Release|Win32.ActiveCfg = Release|Win32
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Release|Win32.Build.0 = Release|Win32
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Release|Win32.Deploy.0 = Release|Win32
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Release|x64.ActiveCfg = Release|x64
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Release|x64.Build.0 = Release|x64
- {8225C61D-8168-51DF-B482-0F414C40F3CE}.Release|x64.Deploy.0 = Release|x64
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Debug|ARM.ActiveCfg = Debug|ARM
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Debug|ARM.Build.0 = Debug|ARM
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Debug|ARM.Deploy.0 = Debug|ARM
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Debug|Win32.ActiveCfg = Debug|Win32
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Debug|Win32.Build.0 = Debug|Win32
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Debug|Win32.Deploy.0 = Debug|Win32
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Debug|x64.ActiveCfg = Debug|x64
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Debug|x64.Build.0 = Debug|x64
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Debug|x64.Deploy.0 = Debug|x64
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Release|ARM.ActiveCfg = Release|ARM
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Release|ARM.Build.0 = Release|ARM
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Release|ARM.Deploy.0 = Release|ARM
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Release|Win32.ActiveCfg = Release|Win32
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Release|Win32.Build.0 = Release|Win32
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Release|Win32.Deploy.0 = Release|Win32
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Release|x64.ActiveCfg = Release|x64
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Release|x64.Build.0 = Release|x64
+ {493095CF-A411-5A52-B6DE-500714D63B11}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Compass/cpp/Compass.vcxproj b/Samples/Compass/cpp/Compass.vcxproj
index f5fbc4c974..4545798796 100644
--- a/Samples/Compass/cpp/Compass.vcxproj
+++ b/Samples/Compass/cpp/Compass.vcxproj
@@ -1,15 +1,15 @@
- {8225c61d-8168-51df-b482-0f414c40f3ce}
+ {493095cf-a411-5a52-b6de-500714d63b11}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/Compass/cpp/Package.appxmanifest b/Samples/Compass/cpp/Package.appxmanifest
index d7b63216ed..c77b869fc0 100644
--- a/Samples/Compass/cpp/Package.appxmanifest
+++ b/Samples/Compass/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/Compass/cs/Compass.csproj b/Samples/Compass/cs/Compass.csproj
index dce3e0b151..a1bcc66c75 100644
--- a/Samples/Compass/cs/Compass.csproj
+++ b/Samples/Compass/cs/Compass.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {E75220E9-2621-5D12-9872-9B230F9E6A03}
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}
AppContainerExe
Properties
SDKTemplate
Compass
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Compass/cs/Compass.sln b/Samples/Compass/cs/Compass.sln
index 464ad73fd1..4c12b3f48b 100644
--- a/Samples/Compass/cs/Compass.sln
+++ b/Samples/Compass/cs/Compass.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compass", "Compass.csproj", "{E75220E9-2621-5D12-9872-9B230F9E6A03}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compass", "Compass.csproj", "{9D3A390D-30D7-5891-AB0C-B2F78D5991E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Debug|ARM.ActiveCfg = Debug|ARM
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Debug|ARM.Build.0 = Debug|ARM
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Debug|ARM.Deploy.0 = Debug|ARM
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Debug|x64.ActiveCfg = Debug|x64
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Debug|x64.Build.0 = Debug|x64
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Debug|x64.Deploy.0 = Debug|x64
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Debug|x86.ActiveCfg = Debug|x86
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Debug|x86.Build.0 = Debug|x86
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Debug|x86.Deploy.0 = Debug|x86
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Release|ARM.ActiveCfg = Release|ARM
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Release|ARM.Build.0 = Release|ARM
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Release|ARM.Deploy.0 = Release|ARM
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Release|x64.ActiveCfg = Release|x64
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Release|x64.Build.0 = Release|x64
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Release|x64.Deploy.0 = Release|x64
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Release|x86.ActiveCfg = Release|x86
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Release|x86.Build.0 = Release|x86
- {E75220E9-2621-5D12-9872-9B230F9E6A03}.Release|x86.Deploy.0 = Release|x86
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Debug|ARM.ActiveCfg = Debug|ARM
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Debug|ARM.Build.0 = Debug|ARM
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Debug|ARM.Deploy.0 = Debug|ARM
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Debug|x64.ActiveCfg = Debug|x64
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Debug|x64.Build.0 = Debug|x64
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Debug|x64.Deploy.0 = Debug|x64
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Debug|x86.ActiveCfg = Debug|x86
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Debug|x86.Build.0 = Debug|x86
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Debug|x86.Deploy.0 = Debug|x86
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Release|ARM.ActiveCfg = Release|ARM
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Release|ARM.Build.0 = Release|ARM
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Release|ARM.Deploy.0 = Release|ARM
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Release|x64.ActiveCfg = Release|x64
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Release|x64.Build.0 = Release|x64
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Release|x64.Deploy.0 = Release|x64
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Release|x86.ActiveCfg = Release|x86
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Release|x86.Build.0 = Release|x86
+ {9D3A390D-30D7-5891-AB0C-B2F78D5991E1}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Compass/cs/Package.appxmanifest b/Samples/Compass/cs/Package.appxmanifest
index e7213a9562..baeaae1d43 100644
--- a/Samples/Compass/cs/Package.appxmanifest
+++ b/Samples/Compass/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/Compass/js/Compass.jsproj b/Samples/Compass/js/Compass.jsproj
index 1920edd14d..bf32acb9a1 100644
--- a/Samples/Compass/js/Compass.jsproj
+++ b/Samples/Compass/js/Compass.jsproj
@@ -35,7 +35,7 @@
- a903936d-4480-5d03-8272-c459849b8c62
+ 4b740657-6aa1-594d-a428-22daccd475b2
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/Compass/js/Compass.sln b/Samples/Compass/js/Compass.sln
index f3413e29ab..65b63eb747 100644
--- a/Samples/Compass/js/Compass.sln
+++ b/Samples/Compass/js/Compass.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Compass", "Compass.jsproj", "{A903936D-4480-5D03-8272-C459849B8C62}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Compass", "Compass.jsproj", "{4B740657-6AA1-594D-A428-22DACCD475B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|ARM.ActiveCfg = Debug|ARM
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|ARM.Build.0 = Debug|ARM
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|ARM.Deploy.0 = Debug|ARM
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|x64.ActiveCfg = Debug|x64
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|x64.Build.0 = Debug|x64
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|x64.Deploy.0 = Debug|x64
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|x86.ActiveCfg = Debug|x86
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|x86.Build.0 = Debug|x86
- {A903936D-4480-5D03-8272-C459849B8C62}.Debug|x86.Deploy.0 = Debug|x86
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|Any CPU.Build.0 = Release|Any CPU
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|ARM.ActiveCfg = Release|ARM
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|ARM.Build.0 = Release|ARM
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|ARM.Deploy.0 = Release|ARM
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|x64.ActiveCfg = Release|x64
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|x64.Build.0 = Release|x64
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|x64.Deploy.0 = Release|x64
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|x86.ActiveCfg = Release|x86
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|x86.Build.0 = Release|x86
- {A903936D-4480-5D03-8272-C459849B8C62}.Release|x86.Deploy.0 = Release|x86
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|ARM.ActiveCfg = Debug|ARM
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|ARM.Build.0 = Debug|ARM
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|ARM.Deploy.0 = Debug|ARM
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|x64.ActiveCfg = Debug|x64
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|x64.Build.0 = Debug|x64
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|x64.Deploy.0 = Debug|x64
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|x86.ActiveCfg = Debug|x86
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|x86.Build.0 = Debug|x86
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Debug|x86.Deploy.0 = Debug|x86
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|ARM.ActiveCfg = Release|ARM
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|ARM.Build.0 = Release|ARM
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|ARM.Deploy.0 = Release|ARM
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|x64.ActiveCfg = Release|x64
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|x64.Build.0 = Release|x64
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|x64.Deploy.0 = Release|x64
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|x86.ActiveCfg = Release|x86
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|x86.Build.0 = Release|x86
+ {4B740657-6AA1-594D-A428-22DACCD475B2}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Compass/js/Package.appxmanifest b/Samples/Compass/js/Package.appxmanifest
index 5e608d49da..f4182ab7b8 100644
--- a/Samples/Compass/js/Package.appxmanifest
+++ b/Samples/Compass/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/Compass/vb/Compass.sln b/Samples/Compass/vb/Compass.sln
index 2e7d11ae5e..593c69f7d3 100644
--- a/Samples/Compass/vb/Compass.sln
+++ b/Samples/Compass/vb/Compass.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Compass", "Compass.vbproj", "{0C703A3D-8922-51DC-B6E7-4CB046EAA491}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Compass", "Compass.vbproj", "{697AAE09-70A9-511F-9301-ABF6C4C2AC32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Debug|ARM.ActiveCfg = Debug|ARM
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Debug|ARM.Build.0 = Debug|ARM
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Debug|ARM.Deploy.0 = Debug|ARM
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Debug|x64.ActiveCfg = Debug|x64
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Debug|x64.Build.0 = Debug|x64
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Debug|x64.Deploy.0 = Debug|x64
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Debug|x86.ActiveCfg = Debug|x86
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Debug|x86.Build.0 = Debug|x86
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Debug|x86.Deploy.0 = Debug|x86
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Release|ARM.ActiveCfg = Release|ARM
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Release|ARM.Build.0 = Release|ARM
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Release|ARM.Deploy.0 = Release|ARM
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Release|x64.ActiveCfg = Release|x64
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Release|x64.Build.0 = Release|x64
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Release|x64.Deploy.0 = Release|x64
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Release|x86.ActiveCfg = Release|x86
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Release|x86.Build.0 = Release|x86
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}.Release|x86.Deploy.0 = Release|x86
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Debug|ARM.ActiveCfg = Debug|ARM
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Debug|ARM.Build.0 = Debug|ARM
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Debug|ARM.Deploy.0 = Debug|ARM
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Debug|x64.ActiveCfg = Debug|x64
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Debug|x64.Build.0 = Debug|x64
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Debug|x64.Deploy.0 = Debug|x64
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Debug|x86.ActiveCfg = Debug|x86
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Debug|x86.Build.0 = Debug|x86
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Debug|x86.Deploy.0 = Debug|x86
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Release|ARM.ActiveCfg = Release|ARM
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Release|ARM.Build.0 = Release|ARM
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Release|ARM.Deploy.0 = Release|ARM
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Release|x64.ActiveCfg = Release|x64
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Release|x64.Build.0 = Release|x64
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Release|x64.Deploy.0 = Release|x64
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Release|x86.ActiveCfg = Release|x86
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Release|x86.Build.0 = Release|x86
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Compass/vb/Compass.vbproj b/Samples/Compass/vb/Compass.vbproj
index 780d0b68a0..47ac7b73d0 100644
--- a/Samples/Compass/vb/Compass.vbproj
+++ b/Samples/Compass/vb/Compass.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {0C703A3D-8922-51DC-B6E7-4CB046EAA491}
+ {697AAE09-70A9-511F-9301-ABF6C4C2AC32}
AppContainerExe
SDKTemplate
Compass
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Compass/vb/Package.appxmanifest b/Samples/Compass/vb/Package.appxmanifest
index 77b3dae1c4..baf0eac241 100644
--- a/Samples/Compass/vb/Package.appxmanifest
+++ b/Samples/Compass/vb/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ComplexInk/complex-ink.yaml b/Samples/ComplexInk/complex-ink.yml
similarity index 100%
rename from Samples/ComplexInk/complex-ink.yaml
rename to Samples/ComplexInk/complex-ink.yml
diff --git a/Samples/ComplexInk/cpp/ComplexInk.sln b/Samples/ComplexInk/cpp/ComplexInk.sln
index adde417d2a..bf44ad190e 100644
--- a/Samples/ComplexInk/cpp/ComplexInk.sln
+++ b/Samples/ComplexInk/cpp/ComplexInk.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ComplexInk", "ComplexInk.vcxproj", "{45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ComplexInk", "ComplexInk.vcxproj", "{CC194D82-9F8F-5593-8C2B-B150C8405FDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Debug|ARM.ActiveCfg = Debug|ARM
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Debug|ARM.Build.0 = Debug|ARM
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Debug|ARM.Deploy.0 = Debug|ARM
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Debug|x64.ActiveCfg = Debug|x64
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Debug|x64.Build.0 = Debug|x64
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Debug|x64.Deploy.0 = Debug|x64
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Debug|x86.ActiveCfg = Debug|Win32
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Debug|x86.Build.0 = Debug|Win32
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Debug|x86.Deploy.0 = Debug|Win32
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Release|ARM.ActiveCfg = Release|ARM
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Release|ARM.Build.0 = Release|ARM
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Release|ARM.Deploy.0 = Release|ARM
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Release|x64.ActiveCfg = Release|x64
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Release|x64.Build.0 = Release|x64
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Release|x64.Deploy.0 = Release|x64
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Release|x86.ActiveCfg = Release|Win32
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Release|x86.Build.0 = Release|Win32
- {45EFDE7E-C2D8-5AA9-9560-E371FA5B6BAB}.Release|x86.Deploy.0 = Release|Win32
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Debug|ARM.Build.0 = Debug|ARM
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Debug|ARM.Deploy.0 = Debug|ARM
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Debug|x64.ActiveCfg = Debug|x64
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Debug|x64.Build.0 = Debug|x64
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Debug|x64.Deploy.0 = Debug|x64
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Debug|x86.ActiveCfg = Debug|Win32
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Debug|x86.Build.0 = Debug|Win32
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Debug|x86.Deploy.0 = Debug|Win32
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Release|ARM.ActiveCfg = Release|ARM
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Release|ARM.Build.0 = Release|ARM
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Release|ARM.Deploy.0 = Release|ARM
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Release|x64.ActiveCfg = Release|x64
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Release|x64.Build.0 = Release|x64
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Release|x64.Deploy.0 = Release|x64
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Release|x86.ActiveCfg = Release|Win32
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Release|x86.Build.0 = Release|Win32
+ {CC194D82-9F8F-5593-8C2B-B150C8405FDC}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ComplexInk/cpp/ComplexInk.vcxproj b/Samples/ComplexInk/cpp/ComplexInk.vcxproj
index dc75f85ced..ed43f20e5e 100644
--- a/Samples/ComplexInk/cpp/ComplexInk.vcxproj
+++ b/Samples/ComplexInk/cpp/ComplexInk.vcxproj
@@ -1,15 +1,15 @@
- {45efde7e-c2d8-5aa9-9560-e371fa5b6bab}
+ {cc194d82-9f8f-5593-8c2b-b150c8405fdc}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/ComplexInk/cpp/Package.appxmanifest b/Samples/ComplexInk/cpp/Package.appxmanifest
index e4cc711758..9fc9475207 100644
--- a/Samples/ComplexInk/cpp/Package.appxmanifest
+++ b/Samples/ComplexInk/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CompositionVisual/composition-visual.yaml b/Samples/CompositionVisual/composition-visual.yml
similarity index 100%
rename from Samples/CompositionVisual/composition-visual.yaml
rename to Samples/CompositionVisual/composition-visual.yml
diff --git a/Samples/CompositionVisual/cpp/CompositionVisual.sln b/Samples/CompositionVisual/cpp/CompositionVisual.sln
index b4a1bce1d9..9bf81fa237 100644
--- a/Samples/CompositionVisual/cpp/CompositionVisual.sln
+++ b/Samples/CompositionVisual/cpp/CompositionVisual.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CompositionVisual", "CompositionVisual.vcxproj", "{5B20C5AD-0400-5406-B3A5-2ADA94807FE0}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CompositionVisual", "CompositionVisual.vcxproj", "{7AE4EB2B-A41D-5906-9294-B1B48BFF4574}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Debug|ARM.ActiveCfg = Debug|ARM
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Debug|ARM.Build.0 = Debug|ARM
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Debug|ARM.Deploy.0 = Debug|ARM
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Debug|x64.ActiveCfg = Debug|x64
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Debug|x64.Build.0 = Debug|x64
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Debug|x64.Deploy.0 = Debug|x64
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Debug|x86.ActiveCfg = Debug|Win32
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Debug|x86.Build.0 = Debug|Win32
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Debug|x86.Deploy.0 = Debug|Win32
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Release|ARM.ActiveCfg = Release|ARM
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Release|ARM.Build.0 = Release|ARM
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Release|ARM.Deploy.0 = Release|ARM
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Release|x64.ActiveCfg = Release|x64
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Release|x64.Build.0 = Release|x64
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Release|x64.Deploy.0 = Release|x64
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Release|x86.ActiveCfg = Release|Win32
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Release|x86.Build.0 = Release|Win32
- {5B20C5AD-0400-5406-B3A5-2ADA94807FE0}.Release|x86.Deploy.0 = Release|Win32
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Debug|ARM.ActiveCfg = Debug|ARM
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Debug|ARM.Build.0 = Debug|ARM
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Debug|ARM.Deploy.0 = Debug|ARM
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Debug|x64.ActiveCfg = Debug|x64
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Debug|x64.Build.0 = Debug|x64
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Debug|x64.Deploy.0 = Debug|x64
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Debug|x86.ActiveCfg = Debug|Win32
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Debug|x86.Build.0 = Debug|Win32
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Debug|x86.Deploy.0 = Debug|Win32
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Release|ARM.ActiveCfg = Release|ARM
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Release|ARM.Build.0 = Release|ARM
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Release|ARM.Deploy.0 = Release|ARM
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Release|x64.ActiveCfg = Release|x64
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Release|x64.Build.0 = Release|x64
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Release|x64.Deploy.0 = Release|x64
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Release|x86.ActiveCfg = Release|Win32
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Release|x86.Build.0 = Release|Win32
+ {7AE4EB2B-A41D-5906-9294-B1B48BFF4574}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CompositionVisual/cpp/CompositionVisual.vcxproj b/Samples/CompositionVisual/cpp/CompositionVisual.vcxproj
index dde5422348..4e0268422f 100644
--- a/Samples/CompositionVisual/cpp/CompositionVisual.vcxproj
+++ b/Samples/CompositionVisual/cpp/CompositionVisual.vcxproj
@@ -1,15 +1,15 @@
- {5b20c5ad-0400-5406-b3a5-2ada94807fe0}
+ {7ae4eb2b-a41d-5906-9294-b1b48bff4574}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/CompositionVisual/cpp/Package.appxmanifest b/Samples/CompositionVisual/cpp/Package.appxmanifest
index d72c9d657b..218d38b99d 100644
--- a/Samples/CompositionVisual/cpp/Package.appxmanifest
+++ b/Samples/CompositionVisual/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CompositionVisual/cs/CompositionVisual.csproj b/Samples/CompositionVisual/cs/CompositionVisual.csproj
index 1d8f9cee90..889749fa50 100644
--- a/Samples/CompositionVisual/cs/CompositionVisual.csproj
+++ b/Samples/CompositionVisual/cs/CompositionVisual.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}
AppContainerExe
Properties
CompositionVisual
CompositionVisual
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CompositionVisual/cs/CompositionVisual.sln b/Samples/CompositionVisual/cs/CompositionVisual.sln
index 7ba6902402..be9ff6ae5e 100644
--- a/Samples/CompositionVisual/cs/CompositionVisual.sln
+++ b/Samples/CompositionVisual/cs/CompositionVisual.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompositionVisual", "CompositionVisual.csproj", "{D6A01110-F935-578F-B4AD-13D2F2AC77D7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompositionVisual", "CompositionVisual.csproj", "{723FBA6F-8BC5-5ABE-8880-E540280CE1B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Debug|ARM.ActiveCfg = Debug|ARM
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Debug|ARM.Build.0 = Debug|ARM
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Debug|ARM.Deploy.0 = Debug|ARM
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Debug|x64.ActiveCfg = Debug|x64
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Debug|x64.Build.0 = Debug|x64
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Debug|x64.Deploy.0 = Debug|x64
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Debug|x86.ActiveCfg = Debug|x86
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Debug|x86.Build.0 = Debug|x86
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Debug|x86.Deploy.0 = Debug|x86
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Release|ARM.ActiveCfg = Release|ARM
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Release|ARM.Build.0 = Release|ARM
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Release|ARM.Deploy.0 = Release|ARM
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Release|x64.ActiveCfg = Release|x64
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Release|x64.Build.0 = Release|x64
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Release|x64.Deploy.0 = Release|x64
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Release|x86.ActiveCfg = Release|x86
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Release|x86.Build.0 = Release|x86
- {D6A01110-F935-578F-B4AD-13D2F2AC77D7}.Release|x86.Deploy.0 = Release|x86
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Debug|ARM.ActiveCfg = Debug|ARM
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Debug|ARM.Build.0 = Debug|ARM
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Debug|ARM.Deploy.0 = Debug|ARM
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Debug|x64.ActiveCfg = Debug|x64
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Debug|x64.Build.0 = Debug|x64
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Debug|x64.Deploy.0 = Debug|x64
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Debug|x86.ActiveCfg = Debug|x86
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Debug|x86.Build.0 = Debug|x86
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Debug|x86.Deploy.0 = Debug|x86
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Release|ARM.ActiveCfg = Release|ARM
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Release|ARM.Build.0 = Release|ARM
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Release|ARM.Deploy.0 = Release|ARM
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Release|x64.ActiveCfg = Release|x64
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Release|x64.Build.0 = Release|x64
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Release|x64.Deploy.0 = Release|x64
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Release|x86.ActiveCfg = Release|x86
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Release|x86.Build.0 = Release|x86
+ {723FBA6F-8BC5-5ABE-8880-E540280CE1B2}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CompositionVisual/cs/Package.appxmanifest b/Samples/CompositionVisual/cs/Package.appxmanifest
index 92ff1684a8..08ecfdc37b 100644
--- a/Samples/CompositionVisual/cs/Package.appxmanifest
+++ b/Samples/CompositionVisual/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/CompositionVisual/vb/CompositionVisual.sln b/Samples/CompositionVisual/vb/CompositionVisual.sln
index a68c80eaa0..b9405818c5 100644
--- a/Samples/CompositionVisual/vb/CompositionVisual.sln
+++ b/Samples/CompositionVisual/vb/CompositionVisual.sln
@@ -2,7 +2,7 @@
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CompositionVisual", "CompositionVisual.vbproj", "{03F86100-73E0-54F4-B0FE-52E0CDE5338E}"
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CompositionVisual", "CompositionVisual.vbproj", "{CBA5D088-7039-5432-A26A-4DB3324DB8BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -14,24 +14,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Debug|ARM.ActiveCfg = Debug|ARM
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Debug|ARM.Build.0 = Debug|ARM
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Debug|ARM.Deploy.0 = Debug|ARM
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Debug|x64.ActiveCfg = Debug|x64
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Debug|x64.Build.0 = Debug|x64
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Debug|x64.Deploy.0 = Debug|x64
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Debug|x86.ActiveCfg = Debug|x86
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Debug|x86.Build.0 = Debug|x86
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Debug|x86.Deploy.0 = Debug|x86
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Release|ARM.ActiveCfg = Release|ARM
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Release|ARM.Build.0 = Release|ARM
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Release|ARM.Deploy.0 = Release|ARM
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Release|x64.ActiveCfg = Release|x64
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Release|x64.Build.0 = Release|x64
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Release|x64.Deploy.0 = Release|x64
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Release|x86.ActiveCfg = Release|x86
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Release|x86.Build.0 = Release|x86
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}.Release|x86.Deploy.0 = Release|x86
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Debug|ARM.ActiveCfg = Debug|ARM
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Debug|ARM.Build.0 = Debug|ARM
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Debug|ARM.Deploy.0 = Debug|ARM
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Debug|x64.ActiveCfg = Debug|x64
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Debug|x64.Build.0 = Debug|x64
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Debug|x64.Deploy.0 = Debug|x64
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Debug|x86.ActiveCfg = Debug|x86
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Debug|x86.Build.0 = Debug|x86
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Debug|x86.Deploy.0 = Debug|x86
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Release|ARM.ActiveCfg = Release|ARM
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Release|ARM.Build.0 = Release|ARM
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Release|ARM.Deploy.0 = Release|ARM
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Release|x64.ActiveCfg = Release|x64
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Release|x64.Build.0 = Release|x64
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Release|x64.Deploy.0 = Release|x64
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Release|x86.ActiveCfg = Release|x86
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Release|x86.Build.0 = Release|x86
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CompositionVisual/vb/CompositionVisual.vbproj b/Samples/CompositionVisual/vb/CompositionVisual.vbproj
index 45414845da..9b00c5039c 100644
--- a/Samples/CompositionVisual/vb/CompositionVisual.vbproj
+++ b/Samples/CompositionVisual/vb/CompositionVisual.vbproj
@@ -4,15 +4,15 @@
Debug
x86
- {03F86100-73E0-54F4-B0FE-52E0CDE5338E}
+ {CBA5D088-7039-5432-A26A-4DB3324DB8BF}
AppContainerExe
CompositionVisual
CompositionVisual
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CompositionVisual/vb/Package.appxmanifest b/Samples/CompositionVisual/vb/Package.appxmanifest
index e233913cdd..fbe522d3a7 100644
--- a/Samples/CompositionVisual/vb/Package.appxmanifest
+++ b/Samples/CompositionVisual/vb/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/Compression/compression.yaml b/Samples/Compression/compression.yml
similarity index 100%
rename from Samples/Compression/compression.yaml
rename to Samples/Compression/compression.yml
diff --git a/Samples/Compression/cpp/Compression.sln b/Samples/Compression/cpp/Compression.sln
index 49aeaf0a15..ba101ceac8 100644
--- a/Samples/Compression/cpp/Compression.sln
+++ b/Samples/Compression/cpp/Compression.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Compression", "Compression.vcxproj", "{6093A0A9-1147-5D33-BB0F-174B8282F342}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Compression", "Compression.vcxproj", "{C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Debug|ARM.ActiveCfg = Debug|ARM
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Debug|ARM.Build.0 = Debug|ARM
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Debug|ARM.Deploy.0 = Debug|ARM
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Debug|x64.ActiveCfg = Debug|x64
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Debug|x64.Build.0 = Debug|x64
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Debug|x64.Deploy.0 = Debug|x64
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Debug|x86.ActiveCfg = Debug|Win32
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Debug|x86.Build.0 = Debug|Win32
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Debug|x86.Deploy.0 = Debug|Win32
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Release|ARM.ActiveCfg = Release|ARM
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Release|ARM.Build.0 = Release|ARM
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Release|ARM.Deploy.0 = Release|ARM
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Release|x64.ActiveCfg = Release|x64
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Release|x64.Build.0 = Release|x64
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Release|x64.Deploy.0 = Release|x64
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Release|x86.ActiveCfg = Release|Win32
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Release|x86.Build.0 = Release|Win32
- {6093A0A9-1147-5D33-BB0F-174B8282F342}.Release|x86.Deploy.0 = Release|Win32
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Debug|ARM.ActiveCfg = Debug|ARM
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Debug|ARM.Build.0 = Debug|ARM
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Debug|ARM.Deploy.0 = Debug|ARM
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Debug|x64.ActiveCfg = Debug|x64
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Debug|x64.Build.0 = Debug|x64
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Debug|x64.Deploy.0 = Debug|x64
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Debug|x86.ActiveCfg = Debug|Win32
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Debug|x86.Build.0 = Debug|Win32
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Debug|x86.Deploy.0 = Debug|Win32
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Release|ARM.ActiveCfg = Release|ARM
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Release|ARM.Build.0 = Release|ARM
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Release|ARM.Deploy.0 = Release|ARM
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Release|x64.ActiveCfg = Release|x64
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Release|x64.Build.0 = Release|x64
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Release|x64.Deploy.0 = Release|x64
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Release|x86.ActiveCfg = Release|Win32
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Release|x86.Build.0 = Release|Win32
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Compression/cpp/Compression.vcxproj b/Samples/Compression/cpp/Compression.vcxproj
index 057c44a78c..6e90d7772d 100644
--- a/Samples/Compression/cpp/Compression.vcxproj
+++ b/Samples/Compression/cpp/Compression.vcxproj
@@ -1,15 +1,15 @@
- {6093A0A9-1147-5D33-BB0F-174B8282F342}
+ {C9FEDB09-5929-58A4-AB84-DA00E50ECDBA}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/Compression/cpp/Package.appxmanifest b/Samples/Compression/cpp/Package.appxmanifest
index 7f1d1bae7e..8faac9708b 100644
--- a/Samples/Compression/cpp/Package.appxmanifest
+++ b/Samples/Compression/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/Compression/cs/Compression.csproj b/Samples/Compression/cs/Compression.csproj
index b1323b1e90..f1bd21b1c9 100644
--- a/Samples/Compression/cs/Compression.csproj
+++ b/Samples/Compression/cs/Compression.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}
AppContainerExe
Properties
Compression
Compression
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/Compression/cs/Compression.sln b/Samples/Compression/cs/Compression.sln
index dd508ae82b..78b70a2028 100644
--- a/Samples/Compression/cs/Compression.sln
+++ b/Samples/Compression/cs/Compression.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compression", "Compression.csproj", "{D57E1A84-2C5D-5453-8688-B97257B42EC3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compression", "Compression.csproj", "{B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Debug|ARM.ActiveCfg = Debug|ARM
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Debug|ARM.Build.0 = Debug|ARM
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Debug|ARM.Deploy.0 = Debug|ARM
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Debug|x64.ActiveCfg = Debug|x64
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Debug|x64.Build.0 = Debug|x64
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Debug|x64.Deploy.0 = Debug|x64
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Debug|x86.ActiveCfg = Debug|x86
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Debug|x86.Build.0 = Debug|x86
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Debug|x86.Deploy.0 = Debug|x86
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Release|ARM.ActiveCfg = Release|ARM
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Release|ARM.Build.0 = Release|ARM
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Release|ARM.Deploy.0 = Release|ARM
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Release|x64.ActiveCfg = Release|x64
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Release|x64.Build.0 = Release|x64
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Release|x64.Deploy.0 = Release|x64
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Release|x86.ActiveCfg = Release|x86
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Release|x86.Build.0 = Release|x86
- {D57E1A84-2C5D-5453-8688-B97257B42EC3}.Release|x86.Deploy.0 = Release|x86
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Debug|ARM.Build.0 = Debug|ARM
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Debug|ARM.Deploy.0 = Debug|ARM
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Debug|x64.ActiveCfg = Debug|x64
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Debug|x64.Build.0 = Debug|x64
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Debug|x64.Deploy.0 = Debug|x64
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Debug|x86.ActiveCfg = Debug|x86
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Debug|x86.Build.0 = Debug|x86
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Debug|x86.Deploy.0 = Debug|x86
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Release|ARM.ActiveCfg = Release|ARM
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Release|ARM.Build.0 = Release|ARM
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Release|ARM.Deploy.0 = Release|ARM
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Release|x64.ActiveCfg = Release|x64
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Release|x64.Build.0 = Release|x64
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Release|x64.Deploy.0 = Release|x64
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Release|x86.ActiveCfg = Release|x86
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Release|x86.Build.0 = Release|x86
+ {B5387B5F-BE7E-56B3-A012-2D4D5EF0BF7E}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Compression/cs/Package.appxmanifest b/Samples/Compression/cs/Package.appxmanifest
index f2697b37f0..198120db14 100644
--- a/Samples/Compression/cs/Package.appxmanifest
+++ b/Samples/Compression/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/Compression/js/Compression.jsproj b/Samples/Compression/js/Compression.jsproj
index 6335b525b3..268f8b26dd 100644
--- a/Samples/Compression/js/Compression.jsproj
+++ b/Samples/Compression/js/Compression.jsproj
@@ -35,7 +35,7 @@
- 78b0b080-ad9f-54da-987d-9825733de967
+ 2a6884a0-06fe-5bc5-8706-b9c2244bae81
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/Compression/js/Compression.sln b/Samples/Compression/js/Compression.sln
index 5df510ad34..aa8fb1ee32 100644
--- a/Samples/Compression/js/Compression.sln
+++ b/Samples/Compression/js/Compression.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Compression", "Compression.jsproj", "{78B0B080-AD9F-54DA-987D-9825733DE967}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Compression", "Compression.jsproj", "{2A6884A0-06FE-5BC5-8706-B9C2244BAE81}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|ARM.ActiveCfg = Debug|ARM
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|ARM.Build.0 = Debug|ARM
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|ARM.Deploy.0 = Debug|ARM
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|x64.ActiveCfg = Debug|x64
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|x64.Build.0 = Debug|x64
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|x64.Deploy.0 = Debug|x64
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|x86.ActiveCfg = Debug|x86
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|x86.Build.0 = Debug|x86
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Debug|x86.Deploy.0 = Debug|x86
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|Any CPU.Build.0 = Release|Any CPU
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|ARM.ActiveCfg = Release|ARM
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|ARM.Build.0 = Release|ARM
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|ARM.Deploy.0 = Release|ARM
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|x64.ActiveCfg = Release|x64
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|x64.Build.0 = Release|x64
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|x64.Deploy.0 = Release|x64
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|x86.ActiveCfg = Release|x86
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|x86.Build.0 = Release|x86
- {78B0B080-AD9F-54DA-987D-9825733DE967}.Release|x86.Deploy.0 = Release|x86
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|ARM.Build.0 = Debug|ARM
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|ARM.Deploy.0 = Debug|ARM
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|x64.ActiveCfg = Debug|x64
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|x64.Build.0 = Debug|x64
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|x64.Deploy.0 = Debug|x64
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|x86.ActiveCfg = Debug|x86
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|x86.Build.0 = Debug|x86
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Debug|x86.Deploy.0 = Debug|x86
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|Any CPU.Build.0 = Release|Any CPU
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|ARM.ActiveCfg = Release|ARM
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|ARM.Build.0 = Release|ARM
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|ARM.Deploy.0 = Release|ARM
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|x64.ActiveCfg = Release|x64
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|x64.Build.0 = Release|x64
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|x64.Deploy.0 = Release|x64
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|x86.ActiveCfg = Release|x86
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|x86.Build.0 = Release|x86
+ {2A6884A0-06FE-5BC5-8706-B9C2244BAE81}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Compression/js/Package.appxmanifest b/Samples/Compression/js/Package.appxmanifest
index b41d6a72fb..e9913a45fd 100644
--- a/Samples/Compression/js/Package.appxmanifest
+++ b/Samples/Compression/js/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ContactCardIntegration/contact-card-integration.yaml b/Samples/ContactCardIntegration/contact-card-integration.yml
similarity index 100%
rename from Samples/ContactCardIntegration/contact-card-integration.yaml
rename to Samples/ContactCardIntegration/contact-card-integration.yml
diff --git a/Samples/ContactCardIntegration/cs/ContactCardIntegration.csproj b/Samples/ContactCardIntegration/cs/ContactCardIntegration.csproj
index 7fd4b0bf34..aa3b29ffce 100644
--- a/Samples/ContactCardIntegration/cs/ContactCardIntegration.csproj
+++ b/Samples/ContactCardIntegration/cs/ContactCardIntegration.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}
AppContainerExe
Properties
SDKTemplate
ContactCardIntegration
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ContactCardIntegration/cs/ContactCardIntegration.sln b/Samples/ContactCardIntegration/cs/ContactCardIntegration.sln
index e50a5671e8..834e5df0e9 100644
--- a/Samples/ContactCardIntegration/cs/ContactCardIntegration.sln
+++ b/Samples/ContactCardIntegration/cs/ContactCardIntegration.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContactCardIntegration", "ContactCardIntegration.csproj", "{C3532CD6-6CAF-524F-9EC7-B3669B3DC544}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContactCardIntegration", "ContactCardIntegration.csproj", "{E07AD6C8-6EEF-5652-92FD-CC6530B690AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Debug|ARM.ActiveCfg = Debug|ARM
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Debug|ARM.Build.0 = Debug|ARM
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Debug|ARM.Deploy.0 = Debug|ARM
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Debug|x64.ActiveCfg = Debug|x64
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Debug|x64.Build.0 = Debug|x64
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Debug|x64.Deploy.0 = Debug|x64
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Debug|x86.ActiveCfg = Debug|x86
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Debug|x86.Build.0 = Debug|x86
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Debug|x86.Deploy.0 = Debug|x86
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Release|ARM.ActiveCfg = Release|ARM
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Release|ARM.Build.0 = Release|ARM
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Release|ARM.Deploy.0 = Release|ARM
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Release|x64.ActiveCfg = Release|x64
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Release|x64.Build.0 = Release|x64
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Release|x64.Deploy.0 = Release|x64
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Release|x86.ActiveCfg = Release|x86
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Release|x86.Build.0 = Release|x86
- {C3532CD6-6CAF-524F-9EC7-B3669B3DC544}.Release|x86.Deploy.0 = Release|x86
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Debug|ARM.Build.0 = Debug|ARM
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Debug|ARM.Deploy.0 = Debug|ARM
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Debug|x64.ActiveCfg = Debug|x64
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Debug|x64.Build.0 = Debug|x64
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Debug|x64.Deploy.0 = Debug|x64
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Debug|x86.ActiveCfg = Debug|x86
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Debug|x86.Build.0 = Debug|x86
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Debug|x86.Deploy.0 = Debug|x86
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Release|ARM.ActiveCfg = Release|ARM
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Release|ARM.Build.0 = Release|ARM
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Release|ARM.Deploy.0 = Release|ARM
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Release|x64.ActiveCfg = Release|x64
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Release|x64.Build.0 = Release|x64
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Release|x64.Deploy.0 = Release|x64
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Release|x86.ActiveCfg = Release|x86
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Release|x86.Build.0 = Release|x86
+ {E07AD6C8-6EEF-5652-92FD-CC6530B690AC}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContactCardIntegration/cs/Package.appxmanifest b/Samples/ContactCardIntegration/cs/Package.appxmanifest
index b3fb0d6513..1245b7dd41 100644
--- a/Samples/ContactCardIntegration/cs/Package.appxmanifest
+++ b/Samples/ContactCardIntegration/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ContactCards/contact-cards.yaml b/Samples/ContactCards/contact-cards.yml
similarity index 100%
rename from Samples/ContactCards/contact-cards.yaml
rename to Samples/ContactCards/contact-cards.yml
diff --git a/Samples/ContactCards/cpp/ContactCards.sln b/Samples/ContactCards/cpp/ContactCards.sln
index b15e30aafa..518e11b353 100644
--- a/Samples/ContactCards/cpp/ContactCards.sln
+++ b/Samples/ContactCards/cpp/ContactCards.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContactCards", "ContactCards.vcxproj", "{D43DE892-09D6-5858-826A-A6D643994A02}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContactCards", "ContactCards.vcxproj", "{9821BB38-F0B5-50B1-B2BB-AB31FF18D832}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D43DE892-09D6-5858-826A-A6D643994A02}.Debug|ARM.ActiveCfg = Debug|ARM
- {D43DE892-09D6-5858-826A-A6D643994A02}.Debug|ARM.Build.0 = Debug|ARM
- {D43DE892-09D6-5858-826A-A6D643994A02}.Debug|ARM.Deploy.0 = Debug|ARM
- {D43DE892-09D6-5858-826A-A6D643994A02}.Debug|x64.ActiveCfg = Debug|x64
- {D43DE892-09D6-5858-826A-A6D643994A02}.Debug|x64.Build.0 = Debug|x64
- {D43DE892-09D6-5858-826A-A6D643994A02}.Debug|x64.Deploy.0 = Debug|x64
- {D43DE892-09D6-5858-826A-A6D643994A02}.Debug|x86.ActiveCfg = Debug|Win32
- {D43DE892-09D6-5858-826A-A6D643994A02}.Debug|x86.Build.0 = Debug|Win32
- {D43DE892-09D6-5858-826A-A6D643994A02}.Debug|x86.Deploy.0 = Debug|Win32
- {D43DE892-09D6-5858-826A-A6D643994A02}.Release|ARM.ActiveCfg = Release|ARM
- {D43DE892-09D6-5858-826A-A6D643994A02}.Release|ARM.Build.0 = Release|ARM
- {D43DE892-09D6-5858-826A-A6D643994A02}.Release|ARM.Deploy.0 = Release|ARM
- {D43DE892-09D6-5858-826A-A6D643994A02}.Release|x64.ActiveCfg = Release|x64
- {D43DE892-09D6-5858-826A-A6D643994A02}.Release|x64.Build.0 = Release|x64
- {D43DE892-09D6-5858-826A-A6D643994A02}.Release|x64.Deploy.0 = Release|x64
- {D43DE892-09D6-5858-826A-A6D643994A02}.Release|x86.ActiveCfg = Release|Win32
- {D43DE892-09D6-5858-826A-A6D643994A02}.Release|x86.Build.0 = Release|Win32
- {D43DE892-09D6-5858-826A-A6D643994A02}.Release|x86.Deploy.0 = Release|Win32
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Debug|ARM.ActiveCfg = Debug|ARM
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Debug|ARM.Build.0 = Debug|ARM
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Debug|ARM.Deploy.0 = Debug|ARM
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Debug|x64.ActiveCfg = Debug|x64
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Debug|x64.Build.0 = Debug|x64
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Debug|x64.Deploy.0 = Debug|x64
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Debug|x86.ActiveCfg = Debug|Win32
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Debug|x86.Build.0 = Debug|Win32
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Debug|x86.Deploy.0 = Debug|Win32
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Release|ARM.ActiveCfg = Release|ARM
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Release|ARM.Build.0 = Release|ARM
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Release|ARM.Deploy.0 = Release|ARM
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Release|x64.ActiveCfg = Release|x64
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Release|x64.Build.0 = Release|x64
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Release|x64.Deploy.0 = Release|x64
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Release|x86.ActiveCfg = Release|Win32
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Release|x86.Build.0 = Release|Win32
+ {9821BB38-F0B5-50B1-B2BB-AB31FF18D832}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContactCards/cpp/ContactCards.vcxproj b/Samples/ContactCards/cpp/ContactCards.vcxproj
index 304b66a13c..ab14584bd3 100644
--- a/Samples/ContactCards/cpp/ContactCards.vcxproj
+++ b/Samples/ContactCards/cpp/ContactCards.vcxproj
@@ -1,15 +1,15 @@
- {d43de892-09d6-5858-826a-a6d643994a02}
+ {9821bb38-f0b5-50b1-b2bb-ab31ff18d832}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/ContactCards/cpp/Package.appxmanifest b/Samples/ContactCards/cpp/Package.appxmanifest
index 97891e6425..4cbda240ad 100644
--- a/Samples/ContactCards/cpp/Package.appxmanifest
+++ b/Samples/ContactCards/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ContactCards/cs/ContactCards.csproj b/Samples/ContactCards/cs/ContactCards.csproj
index e0923bb617..bf1da4efd0 100644
--- a/Samples/ContactCards/cs/ContactCards.csproj
+++ b/Samples/ContactCards/cs/ContactCards.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {29C5A1BA-DB3E-5403-85C5-94175F610471}
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}
AppContainerExe
Properties
SDKTemplate
ContactCards
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ContactCards/cs/ContactCards.sln b/Samples/ContactCards/cs/ContactCards.sln
index 64f2c4df23..77404eb9d2 100644
--- a/Samples/ContactCards/cs/ContactCards.sln
+++ b/Samples/ContactCards/cs/ContactCards.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContactCards", "ContactCards.csproj", "{29C5A1BA-DB3E-5403-85C5-94175F610471}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContactCards", "ContactCards.csproj", "{24125860-C62B-5C91-BEE6-35446D1C6C18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Debug|ARM.ActiveCfg = Debug|ARM
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Debug|ARM.Build.0 = Debug|ARM
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Debug|ARM.Deploy.0 = Debug|ARM
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Debug|x64.ActiveCfg = Debug|x64
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Debug|x64.Build.0 = Debug|x64
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Debug|x64.Deploy.0 = Debug|x64
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Debug|x86.ActiveCfg = Debug|x86
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Debug|x86.Build.0 = Debug|x86
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Debug|x86.Deploy.0 = Debug|x86
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Release|ARM.ActiveCfg = Release|ARM
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Release|ARM.Build.0 = Release|ARM
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Release|ARM.Deploy.0 = Release|ARM
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Release|x64.ActiveCfg = Release|x64
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Release|x64.Build.0 = Release|x64
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Release|x64.Deploy.0 = Release|x64
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Release|x86.ActiveCfg = Release|x86
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Release|x86.Build.0 = Release|x86
- {29C5A1BA-DB3E-5403-85C5-94175F610471}.Release|x86.Deploy.0 = Release|x86
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Debug|ARM.ActiveCfg = Debug|ARM
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Debug|ARM.Build.0 = Debug|ARM
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Debug|ARM.Deploy.0 = Debug|ARM
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Debug|x64.ActiveCfg = Debug|x64
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Debug|x64.Build.0 = Debug|x64
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Debug|x64.Deploy.0 = Debug|x64
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Debug|x86.ActiveCfg = Debug|x86
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Debug|x86.Build.0 = Debug|x86
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Debug|x86.Deploy.0 = Debug|x86
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Release|ARM.ActiveCfg = Release|ARM
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Release|ARM.Build.0 = Release|ARM
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Release|ARM.Deploy.0 = Release|ARM
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Release|x64.ActiveCfg = Release|x64
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Release|x64.Build.0 = Release|x64
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Release|x64.Deploy.0 = Release|x64
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Release|x86.ActiveCfg = Release|x86
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Release|x86.Build.0 = Release|x86
+ {24125860-C62B-5C91-BEE6-35446D1C6C18}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContactCards/cs/Package.appxmanifest b/Samples/ContactCards/cs/Package.appxmanifest
index 98d6688b54..48c6b3c4c6 100644
--- a/Samples/ContactCards/cs/Package.appxmanifest
+++ b/Samples/ContactCards/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/ContactCards/js/ContactCards.jsproj b/Samples/ContactCards/js/ContactCards.jsproj
index 310fb47f21..da497461a7 100644
--- a/Samples/ContactCards/js/ContactCards.jsproj
+++ b/Samples/ContactCards/js/ContactCards.jsproj
@@ -35,7 +35,7 @@
- 05b63439-f6e7-5b4c-bfc4-d67f9302a1d1
+ 71ddda8b-68c8-53fa-bbfb-95ffc5f6d166
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/ContactCards/js/ContactCards.sln b/Samples/ContactCards/js/ContactCards.sln
index 28951b20ef..d64df457f6 100644
--- a/Samples/ContactCards/js/ContactCards.sln
+++ b/Samples/ContactCards/js/ContactCards.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ContactCards", "ContactCards.jsproj", "{05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ContactCards", "ContactCards.jsproj", "{71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|ARM.ActiveCfg = Debug|ARM
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|ARM.Build.0 = Debug|ARM
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|ARM.Deploy.0 = Debug|ARM
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|x64.ActiveCfg = Debug|x64
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|x64.Build.0 = Debug|x64
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|x64.Deploy.0 = Debug|x64
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|x86.ActiveCfg = Debug|x86
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|x86.Build.0 = Debug|x86
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Debug|x86.Deploy.0 = Debug|x86
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|Any CPU.Build.0 = Release|Any CPU
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|ARM.ActiveCfg = Release|ARM
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|ARM.Build.0 = Release|ARM
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|ARM.Deploy.0 = Release|ARM
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|x64.ActiveCfg = Release|x64
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|x64.Build.0 = Release|x64
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|x64.Deploy.0 = Release|x64
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|x86.ActiveCfg = Release|x86
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|x86.Build.0 = Release|x86
- {05B63439-F6E7-5B4C-BFC4-D67F9302A1D1}.Release|x86.Deploy.0 = Release|x86
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|ARM.ActiveCfg = Debug|ARM
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|ARM.Build.0 = Debug|ARM
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|ARM.Deploy.0 = Debug|ARM
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|x64.ActiveCfg = Debug|x64
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|x64.Build.0 = Debug|x64
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|x64.Deploy.0 = Debug|x64
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|x86.ActiveCfg = Debug|x86
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|x86.Build.0 = Debug|x86
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Debug|x86.Deploy.0 = Debug|x86
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|Any CPU.Build.0 = Release|Any CPU
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|ARM.ActiveCfg = Release|ARM
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|ARM.Build.0 = Release|ARM
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|ARM.Deploy.0 = Release|ARM
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|x64.ActiveCfg = Release|x64
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|x64.Build.0 = Release|x64
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|x64.Deploy.0 = Release|x64
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|x86.ActiveCfg = Release|x86
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|x86.Build.0 = Release|x86
+ {71DDDA8B-68C8-53FA-BBFB-95FFC5F6D166}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContactCards/js/Package.appxmanifest b/Samples/ContactCards/js/Package.appxmanifest
index 8e054e6bba..cf4d717a72 100644
--- a/Samples/ContactCards/js/Package.appxmanifest
+++ b/Samples/ContactCards/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/ContactPanel/contact-panel.yaml b/Samples/ContactPanel/contact-panel.yml
similarity index 100%
rename from Samples/ContactPanel/contact-panel.yaml
rename to Samples/ContactPanel/contact-panel.yml
diff --git a/Samples/ContactPanel/cs/ContactPanel.csproj b/Samples/ContactPanel/cs/ContactPanel.csproj
index 91b2f81923..9815511067 100644
--- a/Samples/ContactPanel/cs/ContactPanel.csproj
+++ b/Samples/ContactPanel/cs/ContactPanel.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {363B9E3B-311C-5802-B140-98C81F43E956}
+ {66810322-0208-55A1-A587-5AA7A780EC5C}
AppContainerExe
Properties
SDKTemplate
ContactPanel
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
15
true
512
diff --git a/Samples/ContactPanel/cs/ContactPanel.sln b/Samples/ContactPanel/cs/ContactPanel.sln
index 4d094700cc..6baa19bd05 100644
--- a/Samples/ContactPanel/cs/ContactPanel.sln
+++ b/Samples/ContactPanel/cs/ContactPanel.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContactPanel", "ContactPanel.csproj", "{363B9E3B-311C-5802-B140-98C81F43E956}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContactPanel", "ContactPanel.csproj", "{66810322-0208-55A1-A587-5AA7A780EC5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {363B9E3B-311C-5802-B140-98C81F43E956}.Debug|ARM.ActiveCfg = Debug|ARM
- {363B9E3B-311C-5802-B140-98C81F43E956}.Debug|ARM.Build.0 = Debug|ARM
- {363B9E3B-311C-5802-B140-98C81F43E956}.Debug|ARM.Deploy.0 = Debug|ARM
- {363B9E3B-311C-5802-B140-98C81F43E956}.Debug|x64.ActiveCfg = Debug|x64
- {363B9E3B-311C-5802-B140-98C81F43E956}.Debug|x64.Build.0 = Debug|x64
- {363B9E3B-311C-5802-B140-98C81F43E956}.Debug|x64.Deploy.0 = Debug|x64
- {363B9E3B-311C-5802-B140-98C81F43E956}.Debug|x86.ActiveCfg = Debug|x86
- {363B9E3B-311C-5802-B140-98C81F43E956}.Debug|x86.Build.0 = Debug|x86
- {363B9E3B-311C-5802-B140-98C81F43E956}.Debug|x86.Deploy.0 = Debug|x86
- {363B9E3B-311C-5802-B140-98C81F43E956}.Release|ARM.ActiveCfg = Release|ARM
- {363B9E3B-311C-5802-B140-98C81F43E956}.Release|ARM.Build.0 = Release|ARM
- {363B9E3B-311C-5802-B140-98C81F43E956}.Release|ARM.Deploy.0 = Release|ARM
- {363B9E3B-311C-5802-B140-98C81F43E956}.Release|x64.ActiveCfg = Release|x64
- {363B9E3B-311C-5802-B140-98C81F43E956}.Release|x64.Build.0 = Release|x64
- {363B9E3B-311C-5802-B140-98C81F43E956}.Release|x64.Deploy.0 = Release|x64
- {363B9E3B-311C-5802-B140-98C81F43E956}.Release|x86.ActiveCfg = Release|x86
- {363B9E3B-311C-5802-B140-98C81F43E956}.Release|x86.Build.0 = Release|x86
- {363B9E3B-311C-5802-B140-98C81F43E956}.Release|x86.Deploy.0 = Release|x86
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Debug|ARM.Build.0 = Debug|ARM
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Debug|x64.ActiveCfg = Debug|x64
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Debug|x64.Build.0 = Debug|x64
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Debug|x64.Deploy.0 = Debug|x64
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Debug|x86.ActiveCfg = Debug|x86
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Debug|x86.Build.0 = Debug|x86
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Debug|x86.Deploy.0 = Debug|x86
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Release|ARM.ActiveCfg = Release|ARM
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Release|ARM.Build.0 = Release|ARM
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Release|ARM.Deploy.0 = Release|ARM
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Release|x64.ActiveCfg = Release|x64
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Release|x64.Build.0 = Release|x64
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Release|x64.Deploy.0 = Release|x64
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Release|x86.ActiveCfg = Release|x86
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Release|x86.Build.0 = Release|x86
+ {66810322-0208-55A1-A587-5AA7A780EC5C}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContactPanel/cs/Package.appxmanifest b/Samples/ContactPanel/cs/Package.appxmanifest
index 3db61033bd..34d3e823da 100644
--- a/Samples/ContactPanel/cs/Package.appxmanifest
+++ b/Samples/ContactPanel/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/ContactPicker/contact-picker.yaml b/Samples/ContactPicker/contact-picker.yml
similarity index 100%
rename from Samples/ContactPicker/contact-picker.yaml
rename to Samples/ContactPicker/contact-picker.yml
diff --git a/Samples/ContactPicker/cpp/ContactPicker.sln b/Samples/ContactPicker/cpp/ContactPicker.sln
index b4a0d5acff..3684a65f11 100644
--- a/Samples/ContactPicker/cpp/ContactPicker.sln
+++ b/Samples/ContactPicker/cpp/ContactPicker.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContactPicker", "ContactPicker.vcxproj", "{1448139C-2DF8-59FB-B003-ABD2FE0D77A0}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContactPicker", "ContactPicker.vcxproj", "{635E6821-B009-5CAA-904E-8FCEC82618A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Debug|ARM.ActiveCfg = Debug|ARM
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Debug|ARM.Build.0 = Debug|ARM
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Debug|ARM.Deploy.0 = Debug|ARM
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Debug|x64.ActiveCfg = Debug|x64
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Debug|x64.Build.0 = Debug|x64
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Debug|x64.Deploy.0 = Debug|x64
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Debug|x86.ActiveCfg = Debug|Win32
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Debug|x86.Build.0 = Debug|Win32
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Debug|x86.Deploy.0 = Debug|Win32
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Release|ARM.ActiveCfg = Release|ARM
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Release|ARM.Build.0 = Release|ARM
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Release|ARM.Deploy.0 = Release|ARM
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Release|x64.ActiveCfg = Release|x64
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Release|x64.Build.0 = Release|x64
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Release|x64.Deploy.0 = Release|x64
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Release|x86.ActiveCfg = Release|Win32
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Release|x86.Build.0 = Release|Win32
- {1448139C-2DF8-59FB-B003-ABD2FE0D77A0}.Release|x86.Deploy.0 = Release|Win32
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Debug|ARM.Build.0 = Debug|ARM
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Debug|ARM.Deploy.0 = Debug|ARM
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Debug|x64.ActiveCfg = Debug|x64
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Debug|x64.Build.0 = Debug|x64
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Debug|x64.Deploy.0 = Debug|x64
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Debug|x86.ActiveCfg = Debug|Win32
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Debug|x86.Build.0 = Debug|Win32
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Debug|x86.Deploy.0 = Debug|Win32
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Release|ARM.ActiveCfg = Release|ARM
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Release|ARM.Build.0 = Release|ARM
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Release|ARM.Deploy.0 = Release|ARM
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Release|x64.ActiveCfg = Release|x64
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Release|x64.Build.0 = Release|x64
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Release|x64.Deploy.0 = Release|x64
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Release|x86.ActiveCfg = Release|Win32
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Release|x86.Build.0 = Release|Win32
+ {635E6821-B009-5CAA-904E-8FCEC82618A8}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContactPicker/cpp/ContactPicker.vcxproj b/Samples/ContactPicker/cpp/ContactPicker.vcxproj
index 558cb59038..742c6bcde8 100644
--- a/Samples/ContactPicker/cpp/ContactPicker.vcxproj
+++ b/Samples/ContactPicker/cpp/ContactPicker.vcxproj
@@ -1,15 +1,15 @@
- {1448139c-2df8-59fb-b003-abd2fe0d77a0}
+ {635e6821-b009-5caa-904e-8fcec82618a8}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/ContactPicker/cpp/Package.appxmanifest b/Samples/ContactPicker/cpp/Package.appxmanifest
index 2a1f9d826a..4e28e2aea9 100644
--- a/Samples/ContactPicker/cpp/Package.appxmanifest
+++ b/Samples/ContactPicker/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ContactPicker/cs/ContactPicker.csproj b/Samples/ContactPicker/cs/ContactPicker.csproj
index d6db398c99..647f5fac9b 100644
--- a/Samples/ContactPicker/cs/ContactPicker.csproj
+++ b/Samples/ContactPicker/cs/ContactPicker.csproj
@@ -3,15 +3,15 @@
Debug
- {10A107CA-55EF-50F9-99A1-107DA2323969}
+ {111FF88B-3600-5906-A9D3-61BC45875565}
AppContainerExe
Properties
SDKTemplate
ResizeView
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ContactPicker/cs/ContactPicker.sln b/Samples/ContactPicker/cs/ContactPicker.sln
index a77ac66721..c1ba7a4d3f 100644
--- a/Samples/ContactPicker/cs/ContactPicker.sln
+++ b/Samples/ContactPicker/cs/ContactPicker.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContactPicker", "ContactPicker.csproj", "{10A107CA-55EF-50F9-99A1-107DA2323969}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContactPicker", "ContactPicker.csproj", "{111FF88B-3600-5906-A9D3-61BC45875565}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Debug|ARM.ActiveCfg = Debug|ARM
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Debug|ARM.Build.0 = Debug|ARM
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Debug|ARM.Deploy.0 = Debug|ARM
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Debug|x64.ActiveCfg = Debug|x64
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Debug|x64.Build.0 = Debug|x64
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Debug|x64.Deploy.0 = Debug|x64
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Debug|x86.ActiveCfg = Debug|x86
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Debug|x86.Build.0 = Debug|x86
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Debug|x86.Deploy.0 = Debug|x86
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Release|ARM.ActiveCfg = Release|ARM
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Release|ARM.Build.0 = Release|ARM
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Release|ARM.Deploy.0 = Release|ARM
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Release|x64.ActiveCfg = Release|x64
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Release|x64.Build.0 = Release|x64
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Release|x64.Deploy.0 = Release|x64
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Release|x86.ActiveCfg = Release|x86
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Release|x86.Build.0 = Release|x86
- {10A107CA-55EF-50F9-99A1-107DA2323969}.Release|x86.Deploy.0 = Release|x86
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Debug|ARM.ActiveCfg = Debug|ARM
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Debug|ARM.Build.0 = Debug|ARM
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Debug|ARM.Deploy.0 = Debug|ARM
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Debug|x64.ActiveCfg = Debug|x64
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Debug|x64.Build.0 = Debug|x64
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Debug|x64.Deploy.0 = Debug|x64
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Debug|x86.ActiveCfg = Debug|x86
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Debug|x86.Build.0 = Debug|x86
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Debug|x86.Deploy.0 = Debug|x86
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Release|ARM.ActiveCfg = Release|ARM
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Release|ARM.Build.0 = Release|ARM
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Release|ARM.Deploy.0 = Release|ARM
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Release|x64.ActiveCfg = Release|x64
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Release|x64.Build.0 = Release|x64
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Release|x64.Deploy.0 = Release|x64
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Release|x86.ActiveCfg = Release|x86
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Release|x86.Build.0 = Release|x86
+ {111FF88B-3600-5906-A9D3-61BC45875565}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContactPicker/cs/Package.appxmanifest b/Samples/ContactPicker/cs/Package.appxmanifest
index 0067526e76..cf27e4f343 100644
--- a/Samples/ContactPicker/cs/Package.appxmanifest
+++ b/Samples/ContactPicker/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/ContactPicker/js/ContactPicker.jsproj b/Samples/ContactPicker/js/ContactPicker.jsproj
index 29c59b9a24..5b6736d831 100644
--- a/Samples/ContactPicker/js/ContactPicker.jsproj
+++ b/Samples/ContactPicker/js/ContactPicker.jsproj
@@ -35,7 +35,7 @@
- 00e1916a-580c-55cd-90f5-b15b286e78cc
+ 1b5a519d-1d0d-542d-998c-cda2bb526932
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/ContactPicker/js/ContactPicker.sln b/Samples/ContactPicker/js/ContactPicker.sln
index 2bff61b51e..f8e44e439b 100644
--- a/Samples/ContactPicker/js/ContactPicker.sln
+++ b/Samples/ContactPicker/js/ContactPicker.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ContactPicker", "ContactPicker.jsproj", "{00E1916A-580C-55CD-90F5-B15B286E78CC}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ContactPicker", "ContactPicker.jsproj", "{1B5A519D-1D0D-542D-998C-CDA2BB526932}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|ARM.ActiveCfg = Debug|ARM
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|ARM.Build.0 = Debug|ARM
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|ARM.Deploy.0 = Debug|ARM
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|x64.ActiveCfg = Debug|x64
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|x64.Build.0 = Debug|x64
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|x64.Deploy.0 = Debug|x64
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|x86.ActiveCfg = Debug|x86
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|x86.Build.0 = Debug|x86
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Debug|x86.Deploy.0 = Debug|x86
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|Any CPU.Build.0 = Release|Any CPU
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|ARM.ActiveCfg = Release|ARM
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|ARM.Build.0 = Release|ARM
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|ARM.Deploy.0 = Release|ARM
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|x64.ActiveCfg = Release|x64
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|x64.Build.0 = Release|x64
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|x64.Deploy.0 = Release|x64
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|x86.ActiveCfg = Release|x86
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|x86.Build.0 = Release|x86
- {00E1916A-580C-55CD-90F5-B15B286E78CC}.Release|x86.Deploy.0 = Release|x86
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|ARM.ActiveCfg = Debug|ARM
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|ARM.Build.0 = Debug|ARM
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|ARM.Deploy.0 = Debug|ARM
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|x64.ActiveCfg = Debug|x64
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|x64.Build.0 = Debug|x64
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|x64.Deploy.0 = Debug|x64
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|x86.ActiveCfg = Debug|x86
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|x86.Build.0 = Debug|x86
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Debug|x86.Deploy.0 = Debug|x86
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|ARM.ActiveCfg = Release|ARM
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|ARM.Build.0 = Release|ARM
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|ARM.Deploy.0 = Release|ARM
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|x64.ActiveCfg = Release|x64
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|x64.Build.0 = Release|x64
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|x64.Deploy.0 = Release|x64
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|x86.ActiveCfg = Release|x86
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|x86.Build.0 = Release|x86
+ {1B5A519D-1D0D-542D-998C-CDA2BB526932}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContactPicker/js/Package.appxmanifest b/Samples/ContactPicker/js/Package.appxmanifest
index c3a9289af8..0286bb7a81 100644
--- a/Samples/ContactPicker/js/Package.appxmanifest
+++ b/Samples/ContactPicker/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/ContentIndexer/content-indexer.yaml b/Samples/ContentIndexer/content-indexer.yml
similarity index 100%
rename from Samples/ContentIndexer/content-indexer.yaml
rename to Samples/ContentIndexer/content-indexer.yml
diff --git a/Samples/ContentIndexer/cpp/ContentIndexer.sln b/Samples/ContentIndexer/cpp/ContentIndexer.sln
index 0c97deac67..1558e98b73 100644
--- a/Samples/ContentIndexer/cpp/ContentIndexer.sln
+++ b/Samples/ContentIndexer/cpp/ContentIndexer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContentIndexer", "ContentIndexer.vcxproj", "{709839FC-2CA1-5C41-B11F-B9E9F7313C4E}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContentIndexer", "ContentIndexer.vcxproj", "{211E566B-8E44-5018-892A-B412C8237F2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Debug|ARM.ActiveCfg = Debug|ARM
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Debug|ARM.Build.0 = Debug|ARM
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Debug|ARM.Deploy.0 = Debug|ARM
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Debug|x64.ActiveCfg = Debug|x64
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Debug|x64.Build.0 = Debug|x64
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Debug|x64.Deploy.0 = Debug|x64
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Debug|x86.ActiveCfg = Debug|Win32
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Debug|x86.Build.0 = Debug|Win32
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Debug|x86.Deploy.0 = Debug|Win32
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Release|ARM.ActiveCfg = Release|ARM
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Release|ARM.Build.0 = Release|ARM
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Release|ARM.Deploy.0 = Release|ARM
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Release|x64.ActiveCfg = Release|x64
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Release|x64.Build.0 = Release|x64
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Release|x64.Deploy.0 = Release|x64
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Release|x86.ActiveCfg = Release|Win32
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Release|x86.Build.0 = Release|Win32
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}.Release|x86.Deploy.0 = Release|Win32
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Debug|ARM.Build.0 = Debug|ARM
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Debug|x64.ActiveCfg = Debug|x64
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Debug|x64.Build.0 = Debug|x64
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Debug|x64.Deploy.0 = Debug|x64
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Debug|x86.ActiveCfg = Debug|Win32
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Debug|x86.Build.0 = Debug|Win32
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Debug|x86.Deploy.0 = Debug|Win32
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Release|ARM.ActiveCfg = Release|ARM
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Release|ARM.Build.0 = Release|ARM
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Release|ARM.Deploy.0 = Release|ARM
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Release|x64.ActiveCfg = Release|x64
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Release|x64.Build.0 = Release|x64
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Release|x64.Deploy.0 = Release|x64
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Release|x86.ActiveCfg = Release|Win32
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Release|x86.Build.0 = Release|Win32
+ {211E566B-8E44-5018-892A-B412C8237F2C}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContentIndexer/cpp/ContentIndexer.vcxproj b/Samples/ContentIndexer/cpp/ContentIndexer.vcxproj
index 1ee7cd6f16..52d877a05c 100644
--- a/Samples/ContentIndexer/cpp/ContentIndexer.vcxproj
+++ b/Samples/ContentIndexer/cpp/ContentIndexer.vcxproj
@@ -1,15 +1,15 @@
- {709839FC-2CA1-5C41-B11F-B9E9F7313C4E}
+ {211E566B-8E44-5018-892A-B412C8237F2C}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/ContentIndexer/cpp/Package.appxmanifest b/Samples/ContentIndexer/cpp/Package.appxmanifest
index 6e1fbe38f4..9266fce377 100644
--- a/Samples/ContentIndexer/cpp/Package.appxmanifest
+++ b/Samples/ContentIndexer/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ContentIndexer/cs/ContentIndexer.csproj b/Samples/ContentIndexer/cs/ContentIndexer.csproj
index e13f210451..abb99fc729 100644
--- a/Samples/ContentIndexer/cs/ContentIndexer.csproj
+++ b/Samples/ContentIndexer/cs/ContentIndexer.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {A1A67294-6B7A-528E-928C-889D756B6154}
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}
AppContainerExe
Properties
SDKTemplate
Indexer
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ContentIndexer/cs/ContentIndexer.sln b/Samples/ContentIndexer/cs/ContentIndexer.sln
index ff83350b4f..87d9fc530f 100644
--- a/Samples/ContentIndexer/cs/ContentIndexer.sln
+++ b/Samples/ContentIndexer/cs/ContentIndexer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentIndexer", "ContentIndexer.csproj", "{A1A67294-6B7A-528E-928C-889D756B6154}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentIndexer", "ContentIndexer.csproj", "{038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A1A67294-6B7A-528E-928C-889D756B6154}.Debug|ARM.ActiveCfg = Debug|ARM
- {A1A67294-6B7A-528E-928C-889D756B6154}.Debug|ARM.Build.0 = Debug|ARM
- {A1A67294-6B7A-528E-928C-889D756B6154}.Debug|ARM.Deploy.0 = Debug|ARM
- {A1A67294-6B7A-528E-928C-889D756B6154}.Debug|x64.ActiveCfg = Debug|x64
- {A1A67294-6B7A-528E-928C-889D756B6154}.Debug|x64.Build.0 = Debug|x64
- {A1A67294-6B7A-528E-928C-889D756B6154}.Debug|x64.Deploy.0 = Debug|x64
- {A1A67294-6B7A-528E-928C-889D756B6154}.Debug|x86.ActiveCfg = Debug|x86
- {A1A67294-6B7A-528E-928C-889D756B6154}.Debug|x86.Build.0 = Debug|x86
- {A1A67294-6B7A-528E-928C-889D756B6154}.Debug|x86.Deploy.0 = Debug|x86
- {A1A67294-6B7A-528E-928C-889D756B6154}.Release|ARM.ActiveCfg = Release|ARM
- {A1A67294-6B7A-528E-928C-889D756B6154}.Release|ARM.Build.0 = Release|ARM
- {A1A67294-6B7A-528E-928C-889D756B6154}.Release|ARM.Deploy.0 = Release|ARM
- {A1A67294-6B7A-528E-928C-889D756B6154}.Release|x64.ActiveCfg = Release|x64
- {A1A67294-6B7A-528E-928C-889D756B6154}.Release|x64.Build.0 = Release|x64
- {A1A67294-6B7A-528E-928C-889D756B6154}.Release|x64.Deploy.0 = Release|x64
- {A1A67294-6B7A-528E-928C-889D756B6154}.Release|x86.ActiveCfg = Release|x86
- {A1A67294-6B7A-528E-928C-889D756B6154}.Release|x86.Build.0 = Release|x86
- {A1A67294-6B7A-528E-928C-889D756B6154}.Release|x86.Deploy.0 = Release|x86
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Debug|ARM.Build.0 = Debug|ARM
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Debug|x64.ActiveCfg = Debug|x64
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Debug|x64.Build.0 = Debug|x64
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Debug|x64.Deploy.0 = Debug|x64
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Debug|x86.ActiveCfg = Debug|x86
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Debug|x86.Build.0 = Debug|x86
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Debug|x86.Deploy.0 = Debug|x86
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Release|ARM.ActiveCfg = Release|ARM
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Release|ARM.Build.0 = Release|ARM
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Release|ARM.Deploy.0 = Release|ARM
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Release|x64.ActiveCfg = Release|x64
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Release|x64.Build.0 = Release|x64
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Release|x64.Deploy.0 = Release|x64
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Release|x86.ActiveCfg = Release|x86
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Release|x86.Build.0 = Release|x86
+ {038CF5DC-1051-5F94-9FFD-FABB5EC4E34C}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContentIndexer/cs/Package.appxmanifest b/Samples/ContentIndexer/cs/Package.appxmanifest
index c4bf1baef3..fa19bac463 100644
--- a/Samples/ContentIndexer/cs/Package.appxmanifest
+++ b/Samples/ContentIndexer/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/ContentIndexer/js/ContentIndexer.jsproj b/Samples/ContentIndexer/js/ContentIndexer.jsproj
index bb8a77967f..c32f2c5d10 100644
--- a/Samples/ContentIndexer/js/ContentIndexer.jsproj
+++ b/Samples/ContentIndexer/js/ContentIndexer.jsproj
@@ -35,7 +35,7 @@
- {e72f5bf2-4840-5d07-b745-f789e62f25b1}
+ {381dc888-be26-52e3-97bf-1bab2b654bc1}
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/ContentIndexer/js/ContentIndexer.sln b/Samples/ContentIndexer/js/ContentIndexer.sln
index 0260efd651..48454f5085 100644
--- a/Samples/ContentIndexer/js/ContentIndexer.sln
+++ b/Samples/ContentIndexer/js/ContentIndexer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ContentIndexer", "ContentIndexer.jsproj", "{E72F5BF2-4840-5D07-B745-F789E62F25B1}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ContentIndexer", "ContentIndexer.jsproj", "{381DC888-BE26-52E3-97BF-1BAB2B654BC1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|ARM.ActiveCfg = Debug|ARM
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|ARM.Build.0 = Debug|ARM
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|ARM.Deploy.0 = Debug|ARM
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|x64.ActiveCfg = Debug|x64
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|x64.Build.0 = Debug|x64
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|x64.Deploy.0 = Debug|x64
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|x86.ActiveCfg = Debug|x86
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|x86.Build.0 = Debug|x86
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Debug|x86.Deploy.0 = Debug|x86
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|Any CPU.Build.0 = Release|Any CPU
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|ARM.ActiveCfg = Release|ARM
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|ARM.Build.0 = Release|ARM
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|ARM.Deploy.0 = Release|ARM
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|x64.ActiveCfg = Release|x64
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|x64.Build.0 = Release|x64
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|x64.Deploy.0 = Release|x64
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|x86.ActiveCfg = Release|x86
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|x86.Build.0 = Release|x86
- {E72F5BF2-4840-5D07-B745-F789E62F25B1}.Release|x86.Deploy.0 = Release|x86
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|ARM.ActiveCfg = Debug|ARM
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|ARM.Build.0 = Debug|ARM
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|ARM.Deploy.0 = Debug|ARM
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|x64.ActiveCfg = Debug|x64
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|x64.Build.0 = Debug|x64
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|x64.Deploy.0 = Debug|x64
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|x86.ActiveCfg = Debug|x86
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|x86.Build.0 = Debug|x86
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Debug|x86.Deploy.0 = Debug|x86
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|Any CPU.Build.0 = Release|Any CPU
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|ARM.ActiveCfg = Release|ARM
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|ARM.Build.0 = Release|ARM
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|ARM.Deploy.0 = Release|ARM
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|x64.ActiveCfg = Release|x64
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|x64.Build.0 = Release|x64
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|x64.Deploy.0 = Release|x64
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|x86.ActiveCfg = Release|x86
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|x86.Build.0 = Release|x86
+ {381DC888-BE26-52E3-97BF-1BAB2B654BC1}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContentIndexer/js/Package.appxmanifest b/Samples/ContentIndexer/js/Package.appxmanifest
index ee40818831..e75eb85a56 100644
--- a/Samples/ContentIndexer/js/Package.appxmanifest
+++ b/Samples/ContentIndexer/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/ContextMenu/README.md b/Samples/ContextMenu/README.md
index 6b17401c9e..3c62d2e073 100644
--- a/Samples/ContextMenu/README.md
+++ b/Samples/ContextMenu/README.md
@@ -26,6 +26,10 @@ The sample demonstrates these two tasks:
To learn about choosing commands and designing a context menu, see [Guidelines and checklist for context menus](http://msdn.microsoft.com/library/windows/apps/hh465308).
+For XAML-based apps, we recommend that developers
+[use the ContextFlyout property to implement context menus](https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/menus)
+This sample uses the PopupMenu class for illustration purposes.
+
Additional APIs for this sample include:
- [UICommand](http://msdn.microsoft.com/library/windows/apps/br242166) class
diff --git a/Samples/ContextMenu/context-menu.yaml b/Samples/ContextMenu/context-menu.yml
similarity index 100%
rename from Samples/ContextMenu/context-menu.yaml
rename to Samples/ContextMenu/context-menu.yml
diff --git a/Samples/ContextMenu/cpp/ContextMenu.sln b/Samples/ContextMenu/cpp/ContextMenu.sln
index e6be2c3a25..874ac007d4 100644
--- a/Samples/ContextMenu/cpp/ContextMenu.sln
+++ b/Samples/ContextMenu/cpp/ContextMenu.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContextMenu", "ContextMenu.vcxproj", "{338F1D2B-1A32-572B-91EA-ED29535E5DDD}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContextMenu", "ContextMenu.vcxproj", "{BF99038F-7729-5281-9299-366A01802567}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Debug|ARM.ActiveCfg = Debug|ARM
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Debug|ARM.Build.0 = Debug|ARM
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Debug|ARM.Deploy.0 = Debug|ARM
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Debug|x64.ActiveCfg = Debug|x64
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Debug|x64.Build.0 = Debug|x64
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Debug|x64.Deploy.0 = Debug|x64
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Debug|x86.ActiveCfg = Debug|Win32
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Debug|x86.Build.0 = Debug|Win32
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Debug|x86.Deploy.0 = Debug|Win32
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Release|ARM.ActiveCfg = Release|ARM
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Release|ARM.Build.0 = Release|ARM
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Release|ARM.Deploy.0 = Release|ARM
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Release|x64.ActiveCfg = Release|x64
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Release|x64.Build.0 = Release|x64
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Release|x64.Deploy.0 = Release|x64
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Release|x86.ActiveCfg = Release|Win32
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Release|x86.Build.0 = Release|Win32
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}.Release|x86.Deploy.0 = Release|Win32
+ {BF99038F-7729-5281-9299-366A01802567}.Debug|ARM.ActiveCfg = Debug|ARM
+ {BF99038F-7729-5281-9299-366A01802567}.Debug|ARM.Build.0 = Debug|ARM
+ {BF99038F-7729-5281-9299-366A01802567}.Debug|ARM.Deploy.0 = Debug|ARM
+ {BF99038F-7729-5281-9299-366A01802567}.Debug|x64.ActiveCfg = Debug|x64
+ {BF99038F-7729-5281-9299-366A01802567}.Debug|x64.Build.0 = Debug|x64
+ {BF99038F-7729-5281-9299-366A01802567}.Debug|x64.Deploy.0 = Debug|x64
+ {BF99038F-7729-5281-9299-366A01802567}.Debug|x86.ActiveCfg = Debug|Win32
+ {BF99038F-7729-5281-9299-366A01802567}.Debug|x86.Build.0 = Debug|Win32
+ {BF99038F-7729-5281-9299-366A01802567}.Debug|x86.Deploy.0 = Debug|Win32
+ {BF99038F-7729-5281-9299-366A01802567}.Release|ARM.ActiveCfg = Release|ARM
+ {BF99038F-7729-5281-9299-366A01802567}.Release|ARM.Build.0 = Release|ARM
+ {BF99038F-7729-5281-9299-366A01802567}.Release|ARM.Deploy.0 = Release|ARM
+ {BF99038F-7729-5281-9299-366A01802567}.Release|x64.ActiveCfg = Release|x64
+ {BF99038F-7729-5281-9299-366A01802567}.Release|x64.Build.0 = Release|x64
+ {BF99038F-7729-5281-9299-366A01802567}.Release|x64.Deploy.0 = Release|x64
+ {BF99038F-7729-5281-9299-366A01802567}.Release|x86.ActiveCfg = Release|Win32
+ {BF99038F-7729-5281-9299-366A01802567}.Release|x86.Build.0 = Release|Win32
+ {BF99038F-7729-5281-9299-366A01802567}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContextMenu/cpp/ContextMenu.vcxproj b/Samples/ContextMenu/cpp/ContextMenu.vcxproj
index b106e13408..bad5ea673c 100644
--- a/Samples/ContextMenu/cpp/ContextMenu.vcxproj
+++ b/Samples/ContextMenu/cpp/ContextMenu.vcxproj
@@ -1,15 +1,15 @@
- {338F1D2B-1A32-572B-91EA-ED29535E5DDD}
+ {BF99038F-7729-5281-9299-366A01802567}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/ContextMenu/cpp/Package.appxmanifest b/Samples/ContextMenu/cpp/Package.appxmanifest
index 71099e3601..2d3cd0004c 100644
--- a/Samples/ContextMenu/cpp/Package.appxmanifest
+++ b/Samples/ContextMenu/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/ContextMenu/cs/ContextMenu.csproj b/Samples/ContextMenu/cs/ContextMenu.csproj
index a64343fe2b..e5a0d46575 100644
--- a/Samples/ContextMenu/cs/ContextMenu.csproj
+++ b/Samples/ContextMenu/cs/ContextMenu.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {6A83DC79-9287-5706-B109-4ED508C42F9C}
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}
AppContainerExe
Properties
ContextMenu
ContextMenu
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/ContextMenu/cs/ContextMenu.sln b/Samples/ContextMenu/cs/ContextMenu.sln
index 6c9a4f733b..0711dee56f 100644
--- a/Samples/ContextMenu/cs/ContextMenu.sln
+++ b/Samples/ContextMenu/cs/ContextMenu.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContextMenu", "ContextMenu.csproj", "{6A83DC79-9287-5706-B109-4ED508C42F9C}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContextMenu", "ContextMenu.csproj", "{AC79D27C-D3D4-56B7-849B-A3F2E8651054}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Debug|ARM.ActiveCfg = Debug|ARM
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Debug|ARM.Build.0 = Debug|ARM
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Debug|ARM.Deploy.0 = Debug|ARM
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Debug|x64.ActiveCfg = Debug|x64
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Debug|x64.Build.0 = Debug|x64
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Debug|x64.Deploy.0 = Debug|x64
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Debug|x86.ActiveCfg = Debug|x86
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Debug|x86.Build.0 = Debug|x86
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Debug|x86.Deploy.0 = Debug|x86
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Release|ARM.ActiveCfg = Release|ARM
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Release|ARM.Build.0 = Release|ARM
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Release|ARM.Deploy.0 = Release|ARM
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Release|x64.ActiveCfg = Release|x64
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Release|x64.Build.0 = Release|x64
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Release|x64.Deploy.0 = Release|x64
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Release|x86.ActiveCfg = Release|x86
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Release|x86.Build.0 = Release|x86
- {6A83DC79-9287-5706-B109-4ED508C42F9C}.Release|x86.Deploy.0 = Release|x86
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Debug|ARM.ActiveCfg = Debug|ARM
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Debug|ARM.Build.0 = Debug|ARM
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Debug|ARM.Deploy.0 = Debug|ARM
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Debug|x64.ActiveCfg = Debug|x64
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Debug|x64.Build.0 = Debug|x64
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Debug|x64.Deploy.0 = Debug|x64
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Debug|x86.ActiveCfg = Debug|x86
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Debug|x86.Build.0 = Debug|x86
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Debug|x86.Deploy.0 = Debug|x86
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Release|ARM.ActiveCfg = Release|ARM
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Release|ARM.Build.0 = Release|ARM
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Release|ARM.Deploy.0 = Release|ARM
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Release|x64.ActiveCfg = Release|x64
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Release|x64.Build.0 = Release|x64
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Release|x64.Deploy.0 = Release|x64
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Release|x86.ActiveCfg = Release|x86
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Release|x86.Build.0 = Release|x86
+ {AC79D27C-D3D4-56B7-849B-A3F2E8651054}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContextMenu/cs/Package.appxmanifest b/Samples/ContextMenu/cs/Package.appxmanifest
index bcfe471fd7..645c1b0d00 100644
--- a/Samples/ContextMenu/cs/Package.appxmanifest
+++ b/Samples/ContextMenu/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/ContextMenu/js/ContextMenu.jsproj b/Samples/ContextMenu/js/ContextMenu.jsproj
index 740f31238d..39f03c71b3 100644
--- a/Samples/ContextMenu/js/ContextMenu.jsproj
+++ b/Samples/ContextMenu/js/ContextMenu.jsproj
@@ -35,7 +35,7 @@
- {65768b91-4d2a-56d8-bba9-32aceb811cef}
+ {7005d34d-1c99-5186-b44d-dc47686b8bde}
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/ContextMenu/js/ContextMenu.sln b/Samples/ContextMenu/js/ContextMenu.sln
index b90afad75f..5162fc17a4 100644
--- a/Samples/ContextMenu/js/ContextMenu.sln
+++ b/Samples/ContextMenu/js/ContextMenu.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ContextMenu", "ContextMenu.jsproj", "{65768B91-4D2A-56D8-BBA9-32ACEB811CEF}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ContextMenu", "ContextMenu.jsproj", "{7005D34D-1C99-5186-B44D-DC47686B8BDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|ARM.ActiveCfg = Debug|ARM
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|ARM.Build.0 = Debug|ARM
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|ARM.Deploy.0 = Debug|ARM
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|x64.ActiveCfg = Debug|x64
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|x64.Build.0 = Debug|x64
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|x64.Deploy.0 = Debug|x64
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|x86.ActiveCfg = Debug|x86
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|x86.Build.0 = Debug|x86
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Debug|x86.Deploy.0 = Debug|x86
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|Any CPU.Build.0 = Release|Any CPU
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|ARM.ActiveCfg = Release|ARM
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|ARM.Build.0 = Release|ARM
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|ARM.Deploy.0 = Release|ARM
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|x64.ActiveCfg = Release|x64
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|x64.Build.0 = Release|x64
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|x64.Deploy.0 = Release|x64
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|x86.ActiveCfg = Release|x86
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|x86.Build.0 = Release|x86
- {65768B91-4D2A-56D8-BBA9-32ACEB811CEF}.Release|x86.Deploy.0 = Release|x86
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|ARM.ActiveCfg = Debug|ARM
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|ARM.Build.0 = Debug|ARM
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|ARM.Deploy.0 = Debug|ARM
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|x64.ActiveCfg = Debug|x64
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|x64.Build.0 = Debug|x64
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|x64.Deploy.0 = Debug|x64
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|x86.ActiveCfg = Debug|x86
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|x86.Build.0 = Debug|x86
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Debug|x86.Deploy.0 = Debug|x86
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|Any CPU.Build.0 = Release|Any CPU
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|ARM.ActiveCfg = Release|ARM
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|ARM.Build.0 = Release|ARM
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|ARM.Deploy.0 = Release|ARM
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|x64.ActiveCfg = Release|x64
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|x64.Build.0 = Release|x64
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|x64.Deploy.0 = Release|x64
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|x86.ActiveCfg = Release|x86
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|x86.Build.0 = Release|x86
+ {7005D34D-1C99-5186-B44D-DC47686B8BDE}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ContextMenu/js/Package.appxmanifest b/Samples/ContextMenu/js/Package.appxmanifest
index c8f6e7d428..3eafbe4330 100644
--- a/Samples/ContextMenu/js/Package.appxmanifest
+++ b/Samples/ContextMenu/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/ContextMenu/shared/Scenario1.xaml b/Samples/ContextMenu/shared/Scenario1.xaml
index 2435540359..91717a27f5 100644
--- a/Samples/ContextMenu/shared/Scenario1.xaml
+++ b/Samples/ContextMenu/shared/Scenario1.xaml
@@ -18,25 +18,23 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
Right-click or press-and-hold on the image to show a simple context menu.
-
-
-
+
+ For XAML-based apps, we recommend that developers
+
+ use the ContextFlyout property to implement context menus .
+ This sample uses the PopupMenu class for illustration purposes.
+
+
+
+
-
-
+
+
+
diff --git a/Samples/CortanaVoiceCommand/cortana-voice-command.yaml b/Samples/CortanaVoiceCommand/cortana-voice-command.yml
similarity index 100%
rename from Samples/CortanaVoiceCommand/cortana-voice-command.yaml
rename to Samples/CortanaVoiceCommand/cortana-voice-command.yml
diff --git a/Samples/CortanaVoiceCommand/cpp/AdventureWorks.Shared/AdventureWorks.Shared.vcxproj b/Samples/CortanaVoiceCommand/cpp/AdventureWorks.Shared/AdventureWorks.Shared.vcxproj
index 2912892d87..4de097be6a 100644
--- a/Samples/CortanaVoiceCommand/cpp/AdventureWorks.Shared/AdventureWorks.Shared.vcxproj
+++ b/Samples/CortanaVoiceCommand/cpp/AdventureWorks.Shared/AdventureWorks.Shared.vcxproj
@@ -27,7 +27,7 @@
- {ec6258d5-0ee2-5f75-a250-280451c9e19a}
+ {c5774832-f953-513d-b6b9-72882adf3fe4}
WindowsRuntimeComponent
AdventureWorks.Shared
AdventureWorks_Shared
@@ -36,8 +36,8 @@
true
Windows Store
8.2
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/CortanaVoiceCommand/cpp/AdventureWorks.sln b/Samples/CortanaVoiceCommand/cpp/AdventureWorks.sln
index 3454ec9dfd..38b749724a 100644
--- a/Samples/CortanaVoiceCommand/cpp/AdventureWorks.sln
+++ b/Samples/CortanaVoiceCommand/cpp/AdventureWorks.sln
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AdventureWorks", "AdventureWorks\AdventureWorks.vcxproj", "{C54E8108-2E48-5562-95E3-73299F7304ED}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AdventureWorks", "AdventureWorks\AdventureWorks.vcxproj", "{DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AdventureWorks.Shared", "AdventureWorks.Shared\AdventureWorks.Shared.vcxproj", "{EC6258D5-0EE2-5F75-A250-280451C9E19A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AdventureWorks.Shared", "AdventureWorks.Shared\AdventureWorks.Shared.vcxproj", "{C5774832-F953-513D-B6B9-72882ADF3FE4}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VoiceCommandService", "VoiceCommandService\VoiceCommandService.vcxproj", "{ECB05851-54CF-558F-B6F1-230669B78150}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VoiceCommandService", "VoiceCommandService\VoiceCommandService.vcxproj", "{96E5C644-69CC-5262-8637-3AB6F33BFAB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,48 +19,48 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Debug|ARM.ActiveCfg = Debug|ARM
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Debug|ARM.Build.0 = Debug|ARM
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Debug|ARM.Deploy.0 = Debug|ARM
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Debug|x64.ActiveCfg = Debug|x64
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Debug|x64.Build.0 = Debug|x64
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Debug|x64.Deploy.0 = Debug|x64
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Debug|x86.ActiveCfg = Debug|Win32
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Debug|x86.Build.0 = Debug|Win32
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Debug|x86.Deploy.0 = Debug|Win32
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Release|ARM.ActiveCfg = Release|ARM
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Release|ARM.Build.0 = Release|ARM
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Release|ARM.Deploy.0 = Release|ARM
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Release|x64.ActiveCfg = Release|x64
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Release|x64.Build.0 = Release|x64
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Release|x64.Deploy.0 = Release|x64
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Release|x86.ActiveCfg = Release|Win32
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Release|x86.Build.0 = Release|Win32
- {C54E8108-2E48-5562-95E3-73299F7304ED}.Release|x86.Deploy.0 = Release|Win32
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Debug|ARM.ActiveCfg = Debug|ARM
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Debug|ARM.Build.0 = Debug|ARM
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Debug|x64.ActiveCfg = Debug|x64
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Debug|x64.Build.0 = Debug|x64
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Debug|x86.ActiveCfg = Debug|Win32
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Debug|x86.Build.0 = Debug|Win32
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Release|ARM.ActiveCfg = Release|ARM
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Release|ARM.Build.0 = Release|ARM
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Release|x64.ActiveCfg = Release|x64
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Release|x64.Build.0 = Release|x64
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Release|x86.ActiveCfg = Release|Win32
- {EC6258D5-0EE2-5F75-A250-280451C9E19A}.Release|x86.Build.0 = Release|Win32
- {ECB05851-54CF-558F-B6F1-230669B78150}.Debug|ARM.ActiveCfg = Debug|ARM
- {ECB05851-54CF-558F-B6F1-230669B78150}.Debug|ARM.Build.0 = Debug|ARM
- {ECB05851-54CF-558F-B6F1-230669B78150}.Debug|x64.ActiveCfg = Debug|x64
- {ECB05851-54CF-558F-B6F1-230669B78150}.Debug|x64.Build.0 = Debug|x64
- {ECB05851-54CF-558F-B6F1-230669B78150}.Debug|x86.ActiveCfg = Debug|Win32
- {ECB05851-54CF-558F-B6F1-230669B78150}.Debug|x86.Build.0 = Debug|Win32
- {ECB05851-54CF-558F-B6F1-230669B78150}.Release|ARM.ActiveCfg = Release|ARM
- {ECB05851-54CF-558F-B6F1-230669B78150}.Release|ARM.Build.0 = Release|ARM
- {ECB05851-54CF-558F-B6F1-230669B78150}.Release|x64.ActiveCfg = Release|x64
- {ECB05851-54CF-558F-B6F1-230669B78150}.Release|x64.Build.0 = Release|x64
- {ECB05851-54CF-558F-B6F1-230669B78150}.Release|x86.ActiveCfg = Release|Win32
- {ECB05851-54CF-558F-B6F1-230669B78150}.Release|x86.Build.0 = Release|Win32
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Debug|ARM.ActiveCfg = Debug|ARM
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Debug|ARM.Build.0 = Debug|ARM
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Debug|ARM.Deploy.0 = Debug|ARM
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Debug|x64.ActiveCfg = Debug|x64
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Debug|x64.Build.0 = Debug|x64
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Debug|x64.Deploy.0 = Debug|x64
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Debug|x86.ActiveCfg = Debug|Win32
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Debug|x86.Build.0 = Debug|Win32
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Debug|x86.Deploy.0 = Debug|Win32
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Release|ARM.ActiveCfg = Release|ARM
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Release|ARM.Build.0 = Release|ARM
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Release|ARM.Deploy.0 = Release|ARM
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Release|x64.ActiveCfg = Release|x64
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Release|x64.Build.0 = Release|x64
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Release|x64.Deploy.0 = Release|x64
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Release|x86.ActiveCfg = Release|Win32
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Release|x86.Build.0 = Release|Win32
+ {DCFCDBF8-2A07-5EB4-A119-1D97CF6CF686}.Release|x86.Deploy.0 = Release|Win32
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Debug|ARM.ActiveCfg = Debug|ARM
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Debug|ARM.Build.0 = Debug|ARM
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Debug|x64.ActiveCfg = Debug|x64
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Debug|x64.Build.0 = Debug|x64
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Debug|x86.ActiveCfg = Debug|Win32
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Debug|x86.Build.0 = Debug|Win32
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Release|ARM.ActiveCfg = Release|ARM
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Release|ARM.Build.0 = Release|ARM
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Release|x64.ActiveCfg = Release|x64
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Release|x64.Build.0 = Release|x64
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Release|x86.ActiveCfg = Release|Win32
+ {C5774832-F953-513D-B6B9-72882ADF3FE4}.Release|x86.Build.0 = Release|Win32
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Debug|ARM.Build.0 = Debug|ARM
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Debug|x64.ActiveCfg = Debug|x64
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Debug|x64.Build.0 = Debug|x64
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Debug|x86.ActiveCfg = Debug|Win32
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Debug|x86.Build.0 = Debug|Win32
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Release|ARM.ActiveCfg = Release|ARM
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Release|ARM.Build.0 = Release|ARM
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Release|x64.ActiveCfg = Release|x64
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Release|x64.Build.0 = Release|x64
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Release|x86.ActiveCfg = Release|Win32
+ {96E5C644-69CC-5262-8637-3AB6F33BFAB8}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CortanaVoiceCommand/cpp/AdventureWorks/AdventureWorks.vcxproj b/Samples/CortanaVoiceCommand/cpp/AdventureWorks/AdventureWorks.vcxproj
index 6fb5c8ea39..e4015482e8 100644
--- a/Samples/CortanaVoiceCommand/cpp/AdventureWorks/AdventureWorks.vcxproj
+++ b/Samples/CortanaVoiceCommand/cpp/AdventureWorks/AdventureWorks.vcxproj
@@ -1,15 +1,15 @@
- {c54e8108-2e48-5562-95e3-73299f7304ed}
+ {dcfcdbf8-2a07-5eb4-a119-1d97cf6cf686}
AdventureWorks
en-US
14.0
true
Windows Store
8.2
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/CortanaVoiceCommand/cpp/AdventureWorks/Package.appxmanifest b/Samples/CortanaVoiceCommand/cpp/AdventureWorks/Package.appxmanifest
index 5b99ac5353..201113f9ac 100644
--- a/Samples/CortanaVoiceCommand/cpp/AdventureWorks/Package.appxmanifest
+++ b/Samples/CortanaVoiceCommand/cpp/AdventureWorks/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CortanaVoiceCommand/cpp/VoiceCommandService/VoiceCommandService.vcxproj b/Samples/CortanaVoiceCommand/cpp/VoiceCommandService/VoiceCommandService.vcxproj
index 4b4b502c7f..a88ba35996 100644
--- a/Samples/CortanaVoiceCommand/cpp/VoiceCommandService/VoiceCommandService.vcxproj
+++ b/Samples/CortanaVoiceCommand/cpp/VoiceCommandService/VoiceCommandService.vcxproj
@@ -27,7 +27,7 @@
- {ecb05851-54cf-558f-b6f1-230669b78150}
+ {96e5c644-69cc-5262-8637-3ab6f33bfab8}
WindowsRuntimeComponent
VoiceCommandService
VoiceCommandService
@@ -36,8 +36,8 @@
true
Windows Store
8.2
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
diff --git a/Samples/CortanaVoiceCommand/cs/AdventureWorks.shared/AdventureWorks.Model.csproj b/Samples/CortanaVoiceCommand/cs/AdventureWorks.shared/AdventureWorks.Model.csproj
index 86abb8608e..b420887ab7 100644
--- a/Samples/CortanaVoiceCommand/cs/AdventureWorks.shared/AdventureWorks.Model.csproj
+++ b/Samples/CortanaVoiceCommand/cs/AdventureWorks.shared/AdventureWorks.Model.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {0CB7E691-95AB-508B-B6C8-77772556A48B}
+ {9278B700-7211-5673-BAED-838F70640829}
Library
Properties
AdventureWorks.Model
AdventureWorks.Shared
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CortanaVoiceCommand/cs/AdventureWorks.sln b/Samples/CortanaVoiceCommand/cs/AdventureWorks.sln
index 7c956970f9..1cbebcd1c7 100644
--- a/Samples/CortanaVoiceCommand/cs/AdventureWorks.sln
+++ b/Samples/CortanaVoiceCommand/cs/AdventureWorks.sln
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureWorks", "AdventureWorks\AdventureWorks.csproj", "{3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureWorks", "AdventureWorks\AdventureWorks.csproj", "{A02778FC-FD0C-59FD-AD66-676CA794C0E1}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureWorks.Model", "AdventureWorks.Shared\AdventureWorks.Model.csproj", "{0CB7E691-95AB-508B-B6C8-77772556A48B}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureWorks.Model", "AdventureWorks.Shared\AdventureWorks.Model.csproj", "{9278B700-7211-5673-BAED-838F70640829}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoiceCommandService", "VoiceCommandService\VoiceCommandService.csproj", "{874BAF52-9773-5270-AA16-1383B082B820}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoiceCommandService", "VoiceCommandService\VoiceCommandService.csproj", "{CC4BAE18-29F6-530D-B3B4-BB337602037E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,54 +19,54 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Debug|ARM.ActiveCfg = Debug|ARM
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Debug|ARM.Build.0 = Debug|ARM
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Debug|ARM.Deploy.0 = Debug|ARM
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Debug|x64.ActiveCfg = Debug|x64
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Debug|x64.Build.0 = Debug|x64
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Debug|x64.Deploy.0 = Debug|x64
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Debug|x86.ActiveCfg = Debug|x86
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Debug|x86.Build.0 = Debug|x86
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Debug|x86.Deploy.0 = Debug|x86
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Release|ARM.ActiveCfg = Release|ARM
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Release|ARM.Build.0 = Release|ARM
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Release|ARM.Deploy.0 = Release|ARM
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Release|x64.ActiveCfg = Release|x64
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Release|x64.Build.0 = Release|x64
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Release|x64.Deploy.0 = Release|x64
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Release|x86.ActiveCfg = Release|x86
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Release|x86.Build.0 = Release|x86
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}.Release|x86.Deploy.0 = Release|x86
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Debug|ARM.ActiveCfg = Debug|ARM
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Debug|ARM.Build.0 = Debug|ARM
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Debug|x64.ActiveCfg = Debug|x64
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Debug|x64.Build.0 = Debug|x64
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Debug|x86.ActiveCfg = Debug|x86
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Debug|x86.Build.0 = Debug|x86
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Release|ARM.ActiveCfg = Release|ARM
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Release|ARM.Build.0 = Release|ARM
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Release|x64.ActiveCfg = Release|x64
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Release|x64.Build.0 = Release|x64
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Release|x86.ActiveCfg = Release|x86
- {0CB7E691-95AB-508B-B6C8-77772556A48B}.Release|x86.Build.0 = Release|x86
- {874BAF52-9773-5270-AA16-1383B082B820}.Debug|ARM.ActiveCfg = Debug|ARM
- {874BAF52-9773-5270-AA16-1383B082B820}.Debug|ARM.Build.0 = Debug|ARM
- {874BAF52-9773-5270-AA16-1383B082B820}.Debug|ARM.Deploy.0 = Debug|ARM
- {874BAF52-9773-5270-AA16-1383B082B820}.Debug|x64.ActiveCfg = Debug|x64
- {874BAF52-9773-5270-AA16-1383B082B820}.Debug|x64.Build.0 = Debug|x64
- {874BAF52-9773-5270-AA16-1383B082B820}.Debug|x64.Deploy.0 = Debug|x64
- {874BAF52-9773-5270-AA16-1383B082B820}.Debug|x86.ActiveCfg = Debug|x86
- {874BAF52-9773-5270-AA16-1383B082B820}.Debug|x86.Build.0 = Debug|x86
- {874BAF52-9773-5270-AA16-1383B082B820}.Debug|x86.Deploy.0 = Debug|x86
- {874BAF52-9773-5270-AA16-1383B082B820}.Release|ARM.ActiveCfg = Release|ARM
- {874BAF52-9773-5270-AA16-1383B082B820}.Release|ARM.Build.0 = Release|ARM
- {874BAF52-9773-5270-AA16-1383B082B820}.Release|ARM.Deploy.0 = Release|ARM
- {874BAF52-9773-5270-AA16-1383B082B820}.Release|x64.ActiveCfg = Release|x64
- {874BAF52-9773-5270-AA16-1383B082B820}.Release|x64.Build.0 = Release|x64
- {874BAF52-9773-5270-AA16-1383B082B820}.Release|x64.Deploy.0 = Release|x64
- {874BAF52-9773-5270-AA16-1383B082B820}.Release|x86.ActiveCfg = Release|x86
- {874BAF52-9773-5270-AA16-1383B082B820}.Release|x86.Build.0 = Release|x86
- {874BAF52-9773-5270-AA16-1383B082B820}.Release|x86.Deploy.0 = Release|x86
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Debug|ARM.Build.0 = Debug|ARM
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Debug|x64.ActiveCfg = Debug|x64
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Debug|x64.Build.0 = Debug|x64
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Debug|x64.Deploy.0 = Debug|x64
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Debug|x86.ActiveCfg = Debug|x86
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Debug|x86.Build.0 = Debug|x86
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Debug|x86.Deploy.0 = Debug|x86
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Release|ARM.ActiveCfg = Release|ARM
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Release|ARM.Build.0 = Release|ARM
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Release|ARM.Deploy.0 = Release|ARM
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Release|x64.ActiveCfg = Release|x64
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Release|x64.Build.0 = Release|x64
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Release|x64.Deploy.0 = Release|x64
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Release|x86.ActiveCfg = Release|x86
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Release|x86.Build.0 = Release|x86
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}.Release|x86.Deploy.0 = Release|x86
+ {9278B700-7211-5673-BAED-838F70640829}.Debug|ARM.ActiveCfg = Debug|ARM
+ {9278B700-7211-5673-BAED-838F70640829}.Debug|ARM.Build.0 = Debug|ARM
+ {9278B700-7211-5673-BAED-838F70640829}.Debug|x64.ActiveCfg = Debug|x64
+ {9278B700-7211-5673-BAED-838F70640829}.Debug|x64.Build.0 = Debug|x64
+ {9278B700-7211-5673-BAED-838F70640829}.Debug|x86.ActiveCfg = Debug|x86
+ {9278B700-7211-5673-BAED-838F70640829}.Debug|x86.Build.0 = Debug|x86
+ {9278B700-7211-5673-BAED-838F70640829}.Release|ARM.ActiveCfg = Release|ARM
+ {9278B700-7211-5673-BAED-838F70640829}.Release|ARM.Build.0 = Release|ARM
+ {9278B700-7211-5673-BAED-838F70640829}.Release|x64.ActiveCfg = Release|x64
+ {9278B700-7211-5673-BAED-838F70640829}.Release|x64.Build.0 = Release|x64
+ {9278B700-7211-5673-BAED-838F70640829}.Release|x86.ActiveCfg = Release|x86
+ {9278B700-7211-5673-BAED-838F70640829}.Release|x86.Build.0 = Release|x86
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Debug|ARM.Build.0 = Debug|ARM
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Debug|ARM.Deploy.0 = Debug|ARM
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Debug|x64.ActiveCfg = Debug|x64
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Debug|x64.Build.0 = Debug|x64
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Debug|x64.Deploy.0 = Debug|x64
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Debug|x86.ActiveCfg = Debug|x86
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Debug|x86.Build.0 = Debug|x86
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Debug|x86.Deploy.0 = Debug|x86
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Release|ARM.ActiveCfg = Release|ARM
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Release|ARM.Build.0 = Release|ARM
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Release|ARM.Deploy.0 = Release|ARM
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Release|x64.ActiveCfg = Release|x64
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Release|x64.Build.0 = Release|x64
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Release|x64.Deploy.0 = Release|x64
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Release|x86.ActiveCfg = Release|x86
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Release|x86.Build.0 = Release|x86
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CortanaVoiceCommand/cs/AdventureWorks/AdventureWorks.csproj b/Samples/CortanaVoiceCommand/cs/AdventureWorks/AdventureWorks.csproj
index 41e931a298..d8e37b4abf 100644
--- a/Samples/CortanaVoiceCommand/cs/AdventureWorks/AdventureWorks.csproj
+++ b/Samples/CortanaVoiceCommand/cs/AdventureWorks/AdventureWorks.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {3E42F9F5-74AD-50EF-BA98-BBA3617BAFE1}
+ {A02778FC-FD0C-59FD-AD66-676CA794C0E1}
AppContainerExe
Properties
AdventureWorks
AdventureWorks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CortanaVoiceCommand/cs/AdventureWorks/Package.appxmanifest b/Samples/CortanaVoiceCommand/cs/AdventureWorks/Package.appxmanifest
index b789e1b023..70827929e2 100644
--- a/Samples/CortanaVoiceCommand/cs/AdventureWorks/Package.appxmanifest
+++ b/Samples/CortanaVoiceCommand/cs/AdventureWorks/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/CortanaVoiceCommand/cs/VoiceCommandService/VoiceCommandService.csproj b/Samples/CortanaVoiceCommand/cs/VoiceCommandService/VoiceCommandService.csproj
index 6d5a397a59..af9362bb8f 100644
--- a/Samples/CortanaVoiceCommand/cs/VoiceCommandService/VoiceCommandService.csproj
+++ b/Samples/CortanaVoiceCommand/cs/VoiceCommandService/VoiceCommandService.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {874BAF52-9773-5270-AA16-1383B082B820}
+ {CC4BAE18-29F6-530D-B3B4-BB337602037E}
winmdobj
Properties
AdventureWorks.VoiceCommands
VoiceCommandService
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CortanaVoiceCommand/js/AdventureWorks.sln b/Samples/CortanaVoiceCommand/js/AdventureWorks.sln
index c383295f68..2e47dc6233 100644
--- a/Samples/CortanaVoiceCommand/js/AdventureWorks.sln
+++ b/Samples/CortanaVoiceCommand/js/AdventureWorks.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AdventureWorks", "AdventureWorks\AdventureWorks.jsproj", "{7621B87C-07D5-5A50-A552-20E3157408A9}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AdventureWorks", "AdventureWorks\AdventureWorks.jsproj", "{BA0AE980-947B-5514-BFD8-FF1321CBF2F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Debug|ARM.ActiveCfg = Debug|ARM
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Debug|ARM.Build.0 = Debug|ARM
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Debug|ARM.Deploy.0 = Debug|ARM
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Debug|x64.ActiveCfg = Debug|x64
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Debug|x64.Build.0 = Debug|x64
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Debug|x64.Deploy.0 = Debug|x64
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Debug|x86.ActiveCfg = Debug|x86
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Debug|x86.Build.0 = Debug|x86
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Debug|x86.Deploy.0 = Debug|x86
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Release|ARM.ActiveCfg = Release|ARM
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Release|ARM.Build.0 = Release|ARM
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Release|ARM.Deploy.0 = Release|ARM
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Release|x64.ActiveCfg = Release|x64
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Release|x64.Build.0 = Release|x64
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Release|x64.Deploy.0 = Release|x64
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Release|x86.ActiveCfg = Release|x86
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Release|x86.Build.0 = Release|x86
- {7621B87C-07D5-5A50-A552-20E3157408A9}.Release|x86.Deploy.0 = Release|x86
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Debug|ARM.ActiveCfg = Debug|ARM
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Debug|ARM.Build.0 = Debug|ARM
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Debug|ARM.Deploy.0 = Debug|ARM
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Debug|x64.ActiveCfg = Debug|x64
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Debug|x64.Build.0 = Debug|x64
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Debug|x64.Deploy.0 = Debug|x64
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Debug|x86.ActiveCfg = Debug|x86
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Debug|x86.Build.0 = Debug|x86
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Debug|x86.Deploy.0 = Debug|x86
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Release|ARM.ActiveCfg = Release|ARM
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Release|ARM.Build.0 = Release|ARM
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Release|ARM.Deploy.0 = Release|ARM
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Release|x64.ActiveCfg = Release|x64
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Release|x64.Build.0 = Release|x64
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Release|x64.Deploy.0 = Release|x64
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Release|x86.ActiveCfg = Release|x86
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Release|x86.Build.0 = Release|x86
+ {BA0AE980-947B-5514-BFD8-FF1321CBF2F2}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CortanaVoiceCommand/js/AdventureWorks/AdventureWorks.jsproj b/Samples/CortanaVoiceCommand/js/AdventureWorks/AdventureWorks.jsproj
index 5de13a32aa..1d9ea966c5 100644
--- a/Samples/CortanaVoiceCommand/js/AdventureWorks/AdventureWorks.jsproj
+++ b/Samples/CortanaVoiceCommand/js/AdventureWorks/AdventureWorks.jsproj
@@ -27,7 +27,7 @@
- 7621b87c-07d5-5a50-a552-20e3157408a9
+ ba0ae980-947b-5514-bfd8-ff1321cbf2f2
@@ -37,8 +37,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/CortanaVoiceCommand/js/AdventureWorks/package.appxmanifest b/Samples/CortanaVoiceCommand/js/AdventureWorks/package.appxmanifest
index f71bad3526..48b1a55594 100644
--- a/Samples/CortanaVoiceCommand/js/AdventureWorks/package.appxmanifest
+++ b/Samples/CortanaVoiceCommand/js/AdventureWorks/package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/CredentialPicker/cpp/CredentialPicker.sln b/Samples/CredentialPicker/cpp/CredentialPicker.sln
index 926a361526..4aad812409 100644
--- a/Samples/CredentialPicker/cpp/CredentialPicker.sln
+++ b/Samples/CredentialPicker/cpp/CredentialPicker.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CredentialPicker", "CredentialPicker.vcxproj", "{53024B98-3A18-5C42-8A9D-C3D50FC34D07}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CredentialPicker", "CredentialPicker.vcxproj", "{BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Debug|ARM.ActiveCfg = Debug|ARM
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Debug|ARM.Build.0 = Debug|ARM
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Debug|ARM.Deploy.0 = Debug|ARM
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Debug|x64.ActiveCfg = Debug|x64
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Debug|x64.Build.0 = Debug|x64
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Debug|x64.Deploy.0 = Debug|x64
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Debug|x86.ActiveCfg = Debug|Win32
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Debug|x86.Build.0 = Debug|Win32
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Debug|x86.Deploy.0 = Debug|Win32
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Release|ARM.ActiveCfg = Release|ARM
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Release|ARM.Build.0 = Release|ARM
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Release|ARM.Deploy.0 = Release|ARM
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Release|x64.ActiveCfg = Release|x64
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Release|x64.Build.0 = Release|x64
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Release|x64.Deploy.0 = Release|x64
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Release|x86.ActiveCfg = Release|Win32
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Release|x86.Build.0 = Release|Win32
- {53024B98-3A18-5C42-8A9D-C3D50FC34D07}.Release|x86.Deploy.0 = Release|Win32
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Debug|ARM.ActiveCfg = Debug|ARM
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Debug|ARM.Build.0 = Debug|ARM
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Debug|ARM.Deploy.0 = Debug|ARM
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Debug|x64.ActiveCfg = Debug|x64
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Debug|x64.Build.0 = Debug|x64
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Debug|x64.Deploy.0 = Debug|x64
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Debug|x86.ActiveCfg = Debug|Win32
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Debug|x86.Build.0 = Debug|Win32
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Debug|x86.Deploy.0 = Debug|Win32
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Release|ARM.ActiveCfg = Release|ARM
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Release|ARM.Build.0 = Release|ARM
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Release|ARM.Deploy.0 = Release|ARM
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Release|x64.ActiveCfg = Release|x64
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Release|x64.Build.0 = Release|x64
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Release|x64.Deploy.0 = Release|x64
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Release|x86.ActiveCfg = Release|Win32
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Release|x86.Build.0 = Release|Win32
+ {BA7B7466-D03B-5C6F-90C1-525D85A0DFFD}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CredentialPicker/cpp/CredentialPicker.vcxproj b/Samples/CredentialPicker/cpp/CredentialPicker.vcxproj
index c25f040a4e..485ddd7f17 100644
--- a/Samples/CredentialPicker/cpp/CredentialPicker.vcxproj
+++ b/Samples/CredentialPicker/cpp/CredentialPicker.vcxproj
@@ -1,15 +1,15 @@
- {53024b98-3a18-5c42-8a9d-c3d50fc34d07}
+ {ba7b7466-d03b-5c6f-90c1-525d85a0dffd}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
CredentialPicker
diff --git a/Samples/CredentialPicker/cpp/Package.appxmanifest b/Samples/CredentialPicker/cpp/Package.appxmanifest
index 2924430921..14ed22b4b8 100644
--- a/Samples/CredentialPicker/cpp/Package.appxmanifest
+++ b/Samples/CredentialPicker/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CredentialPicker/credential-picker.yaml b/Samples/CredentialPicker/credential-picker.yml
similarity index 100%
rename from Samples/CredentialPicker/credential-picker.yaml
rename to Samples/CredentialPicker/credential-picker.yml
diff --git a/Samples/CredentialPicker/cs/CredentialPicker.csproj b/Samples/CredentialPicker/cs/CredentialPicker.csproj
index 2cac075fc7..f5367d1036 100644
--- a/Samples/CredentialPicker/cs/CredentialPicker.csproj
+++ b/Samples/CredentialPicker/cs/CredentialPicker.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}
AppContainerExe
Properties
CredentialPicker
CredentialPicker
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CredentialPicker/cs/CredentialPicker.sln b/Samples/CredentialPicker/cs/CredentialPicker.sln
index 0f6bbffce6..4b6044c32e 100644
--- a/Samples/CredentialPicker/cs/CredentialPicker.sln
+++ b/Samples/CredentialPicker/cs/CredentialPicker.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CredentialPicker", "CredentialPicker.csproj", "{DCAEB12B-9751-5D74-9762-D6EB46D7236C}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CredentialPicker", "CredentialPicker.csproj", "{025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Debug|ARM.ActiveCfg = Debug|ARM
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Debug|ARM.Build.0 = Debug|ARM
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Debug|ARM.Deploy.0 = Debug|ARM
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Debug|x64.ActiveCfg = Debug|x64
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Debug|x64.Build.0 = Debug|x64
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Debug|x64.Deploy.0 = Debug|x64
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Debug|x86.ActiveCfg = Debug|x86
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Debug|x86.Build.0 = Debug|x86
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Debug|x86.Deploy.0 = Debug|x86
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Release|ARM.ActiveCfg = Release|ARM
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Release|ARM.Build.0 = Release|ARM
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Release|ARM.Deploy.0 = Release|ARM
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Release|x64.ActiveCfg = Release|x64
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Release|x64.Build.0 = Release|x64
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Release|x64.Deploy.0 = Release|x64
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Release|x86.ActiveCfg = Release|x86
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Release|x86.Build.0 = Release|x86
- {DCAEB12B-9751-5D74-9762-D6EB46D7236C}.Release|x86.Deploy.0 = Release|x86
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Debug|ARM.ActiveCfg = Debug|ARM
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Debug|ARM.Build.0 = Debug|ARM
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Debug|ARM.Deploy.0 = Debug|ARM
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Debug|x64.ActiveCfg = Debug|x64
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Debug|x64.Build.0 = Debug|x64
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Debug|x64.Deploy.0 = Debug|x64
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Debug|x86.ActiveCfg = Debug|x86
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Debug|x86.Build.0 = Debug|x86
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Debug|x86.Deploy.0 = Debug|x86
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Release|ARM.ActiveCfg = Release|ARM
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Release|ARM.Build.0 = Release|ARM
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Release|ARM.Deploy.0 = Release|ARM
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Release|x64.ActiveCfg = Release|x64
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Release|x64.Build.0 = Release|x64
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Release|x64.Deploy.0 = Release|x64
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Release|x86.ActiveCfg = Release|x86
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Release|x86.Build.0 = Release|x86
+ {025F9A19-F4AD-5240-BC5C-5C08BDA3BE85}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CredentialPicker/cs/Package.appxmanifest b/Samples/CredentialPicker/cs/Package.appxmanifest
index 724776aa00..ce44553ec6 100644
--- a/Samples/CredentialPicker/cs/Package.appxmanifest
+++ b/Samples/CredentialPicker/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/CredentialPicker/js/CredentialPicker.jsproj b/Samples/CredentialPicker/js/CredentialPicker.jsproj
index 813f4fa07e..97cc32980e 100644
--- a/Samples/CredentialPicker/js/CredentialPicker.jsproj
+++ b/Samples/CredentialPicker/js/CredentialPicker.jsproj
@@ -35,7 +35,7 @@
- 3477464b-2087-5ede-bff8-a6bc2811b8e1
+ 75fff979-ca71-5b74-a628-406597473904
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/CredentialPicker/js/CredentialPicker.sln b/Samples/CredentialPicker/js/CredentialPicker.sln
index cce6123897..8db9f497d5 100644
--- a/Samples/CredentialPicker/js/CredentialPicker.sln
+++ b/Samples/CredentialPicker/js/CredentialPicker.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CredentialPicker", "CredentialPicker.jsproj", "{3477464B-2087-5EDE-BFF8-A6BC2811B8E1}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CredentialPicker", "CredentialPicker.jsproj", "{75FFF979-CA71-5B74-A628-406597473904}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|ARM.ActiveCfg = Debug|ARM
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|ARM.Build.0 = Debug|ARM
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|ARM.Deploy.0 = Debug|ARM
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|x64.ActiveCfg = Debug|x64
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|x64.Build.0 = Debug|x64
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|x64.Deploy.0 = Debug|x64
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|x86.ActiveCfg = Debug|x86
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|x86.Build.0 = Debug|x86
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Debug|x86.Deploy.0 = Debug|x86
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|Any CPU.Build.0 = Release|Any CPU
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|ARM.ActiveCfg = Release|ARM
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|ARM.Build.0 = Release|ARM
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|ARM.Deploy.0 = Release|ARM
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|x64.ActiveCfg = Release|x64
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|x64.Build.0 = Release|x64
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|x64.Deploy.0 = Release|x64
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|x86.ActiveCfg = Release|x86
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|x86.Build.0 = Release|x86
- {3477464B-2087-5EDE-BFF8-A6BC2811B8E1}.Release|x86.Deploy.0 = Release|x86
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|ARM.ActiveCfg = Debug|ARM
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|ARM.Build.0 = Debug|ARM
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|ARM.Deploy.0 = Debug|ARM
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|x64.ActiveCfg = Debug|x64
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|x64.Build.0 = Debug|x64
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|x64.Deploy.0 = Debug|x64
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|x86.ActiveCfg = Debug|x86
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|x86.Build.0 = Debug|x86
+ {75FFF979-CA71-5B74-A628-406597473904}.Debug|x86.Deploy.0 = Debug|x86
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|Any CPU.Build.0 = Release|Any CPU
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|ARM.ActiveCfg = Release|ARM
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|ARM.Build.0 = Release|ARM
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|ARM.Deploy.0 = Release|ARM
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|x64.ActiveCfg = Release|x64
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|x64.Build.0 = Release|x64
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|x64.Deploy.0 = Release|x64
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|x86.ActiveCfg = Release|x86
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|x86.Build.0 = Release|x86
+ {75FFF979-CA71-5B74-A628-406597473904}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CredentialPicker/js/Package.appxmanifest b/Samples/CredentialPicker/js/Package.appxmanifest
index 5a53efcfb7..a799504456 100644
--- a/Samples/CredentialPicker/js/Package.appxmanifest
+++ b/Samples/CredentialPicker/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/CustomCapability/README.md b/Samples/CustomCapability/README.md
index d39018ea9c..6f43142bb5 100644
--- a/Samples/CustomCapability/README.md
+++ b/Samples/CustomCapability/README.md
@@ -199,3 +199,7 @@ The next steps depend on whether you just want to deploy the sample or you want
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or select Debug > Start Without Debugging.
- To run the "Connect to an NT service" scenario, see additional instructions above.
+
+### Modifying the sample
+
+- If you modify the sample, make sure to [change the interface ID in `RpcInterface.idl`](Service/Interface/RpcInterface.idl#L15), because interface IDs must be unique.
diff --git a/Samples/CustomCapability/Service/Client/RpcClient.vcxproj b/Samples/CustomCapability/Service/Client/RpcClient.vcxproj
index 547c80f68b..e592685309 100644
--- a/Samples/CustomCapability/Service/Client/RpcClient.vcxproj
+++ b/Samples/CustomCapability/Service/Client/RpcClient.vcxproj
@@ -27,15 +27,15 @@
- {5010ff5f-204a-539f-a92d-113c669e26b8}
+ {f2e8d069-8f0c-5380-896a-5c78e9254a13}
DynamicLibrary
RpcClient
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
10.0
diff --git a/Samples/CustomCapability/Service/Interface/RpcInterface.Idl b/Samples/CustomCapability/Service/Interface/RpcInterface.Idl
index 1b4b74ccd4..9cd89c1347 100644
--- a/Samples/CustomCapability/Service/Interface/RpcInterface.Idl
+++ b/Samples/CustomCapability/Service/Interface/RpcInterface.Idl
@@ -12,7 +12,7 @@
import "oaidl.idl";
import "unknwn.idl";
-[uuid (906B0CE0-C70B-1067-B317-00DD010662DA),
+[uuid (F72945BF-CB3E-403E-B198-6149328304EF), // You must change this when you change the interface
version(1.0),
pointer_default(unique),
]
diff --git a/Samples/CustomCapability/Service/Interface/RpcInterface.vcxproj b/Samples/CustomCapability/Service/Interface/RpcInterface.vcxproj
index 56c6452936..fd41dadde6 100644
--- a/Samples/CustomCapability/Service/Interface/RpcInterface.vcxproj
+++ b/Samples/CustomCapability/Service/Interface/RpcInterface.vcxproj
@@ -27,10 +27,10 @@
- {50D25BE9-AA7C-5B0E-98B5-BF20F295606D}
+ {3A8A0259-5EB0-52D7-A1A6-3297579288FD}
Win32Proj
RpcInterface
- 10.0.17134.0
+ 10.0.17763.0
diff --git a/Samples/CustomCapability/Service/Interface/RpcInterface_c.c b/Samples/CustomCapability/Service/Interface/RpcInterface_c.c
deleted file mode 100644
index 39affc1459..0000000000
--- a/Samples/CustomCapability/Service/Interface/RpcInterface_c.c
+++ /dev/null
@@ -1,712 +0,0 @@
-
-
-/* this ALWAYS GENERATED file contains the RPC client stubs */
-
-
- /* File created by MIDL compiler version 8.01.0622 */
-/* at Mon Jan 18 19:14:07 2038
- */
-/* Compiler settings for RpcInterface.Idl:
- Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.01.0622
- protocol : dce , ms_ext, c_ext, robust
- error checks: allocation ref bounds_check enum stub_data
- VC __declspec() decoration level:
- __declspec(uuid()), __declspec(selectany), __declspec(novtable)
- DECLSPEC_UUID(), MIDL_INTERFACE()
-*/
-/* @@MIDL_FILE_HEADING( ) */
-
-#if !defined(_M_IA64) && !defined(_M_AMD64) && !defined(_ARM_)
-
-
-#pragma warning( disable: 4049 ) /* more than 64k source lines */
-#if _MSC_VER >= 1200
-#pragma warning(push)
-#endif
-
-#pragma warning( disable: 4211 ) /* redefine extern to static */
-#pragma warning( disable: 4232 ) /* dllimport identity*/
-#pragma warning( disable: 4024 ) /* array to pointer mapping*/
-#pragma warning( disable: 4100 ) /* unreferenced arguments in x86 call */
-
-#pragma optimize("", off )
-
-#include
-
-#include "RpcInterface_h.h"
-
-#define TYPE_FORMAT_STRING_SIZE 63
-#define PROC_FORMAT_STRING_SIZE 395
-#define EXPR_FORMAT_STRING_SIZE 1
-#define TRANSMIT_AS_TABLE_SIZE 0
-#define WIRE_MARSHAL_TABLE_SIZE 0
-
-typedef struct _RpcInterface_MIDL_TYPE_FORMAT_STRING
- {
- short Pad;
- unsigned char Format[ TYPE_FORMAT_STRING_SIZE ];
- } RpcInterface_MIDL_TYPE_FORMAT_STRING;
-
-typedef struct _RpcInterface_MIDL_PROC_FORMAT_STRING
- {
- short Pad;
- unsigned char Format[ PROC_FORMAT_STRING_SIZE ];
- } RpcInterface_MIDL_PROC_FORMAT_STRING;
-
-typedef struct _RpcInterface_MIDL_EXPR_FORMAT_STRING
- {
- long Pad;
- unsigned char Format[ EXPR_FORMAT_STRING_SIZE ];
- } RpcInterface_MIDL_EXPR_FORMAT_STRING;
-
-
-static const RPC_SYNTAX_IDENTIFIER _RpcTransferSyntax =
-{{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}};
-
-
-extern const RpcInterface_MIDL_TYPE_FORMAT_STRING RpcInterface__MIDL_TypeFormatString;
-extern const RpcInterface_MIDL_PROC_FORMAT_STRING RpcInterface__MIDL_ProcFormatString;
-extern const RpcInterface_MIDL_EXPR_FORMAT_STRING RpcInterface__MIDL_ExprFormatString;
-
-#define GENERIC_BINDING_TABLE_SIZE 0
-
-
-/* Standard interface: RpcInterface, ver. 1.0,
- GUID={0x906B0CE0,0xC70B,0x1067,{0xB3,0x17,0x00,0xDD,0x01,0x06,0x62,0xDA}} */
-
-
-extern const MIDL_SERVER_INFO RpcInterface_ServerInfo;
-
-
-extern const RPC_DISPATCH_TABLE RpcInterface_v1_0_DispatchTable;
-
-static const RPC_CLIENT_INTERFACE RpcInterface___RpcClientInterface =
- {
- sizeof(RPC_CLIENT_INTERFACE),
- {{0x906B0CE0,0xC70B,0x1067,{0xB3,0x17,0x00,0xDD,0x01,0x06,0x62,0xDA}},{1,0}},
- {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
- (RPC_DISPATCH_TABLE*)&RpcInterface_v1_0_DispatchTable,
- 0,
- 0,
- 0,
- &RpcInterface_ServerInfo,
- 0x04000000
- };
-RPC_IF_HANDLE RpcInterface_v1_0_c_ifspec = (RPC_IF_HANDLE)& RpcInterface___RpcClientInterface;
-
-extern const MIDL_STUB_DESC RpcInterface_StubDesc;
-
-static RPC_BINDING_HANDLE RpcInterface__MIDL_AutoBindHandle;
-
-
-void RemoteOpen(
- /* [in] */ handle_t hBinding,
- /* [out] */ PPCONTEXT_HANDLE_TYPE pphContext)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[0],
- ( unsigned char * )&hBinding);
-
-}
-
-
-void RemoteClose(
- /* [out][in] */ PPCONTEXT_HANDLE_TYPE pphContext)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[34],
- ( unsigned char * )&pphContext);
-
-}
-
-
-__int64 RegistryGetValue(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 knownHKey,
- /* [string][in] */ wchar_t *subkey,
- /* [string][in] */ wchar_t *valueName,
- /* [in] */ unsigned long buffsize,
- /* [out] */ unsigned long *type,
- /* [size_is][out] */ byte *value,
- /* [out] */ unsigned long *valuesize)
-{
-
- CLIENT_CALL_RETURN _RetVal;
-
- _RetVal = NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[70],
- ( unsigned char * )&phContext);
- return ( __int64 )_RetVal.Simple;
-
-}
-
-
-__int64 RegistrySetValue(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 hKey,
- /* [string][in] */ wchar_t *subkey,
- /* [string][in] */ wchar_t *valuename,
- /* [in] */ unsigned long type,
- /* [size_is][in] */ byte *value,
- /* [in] */ unsigned long valuesize)
-{
-
- CLIENT_CALL_RETURN _RetVal;
-
- _RetVal = NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[154],
- ( unsigned char * )&phContext);
- return ( __int64 )_RetVal.Simple;
-
-}
-
-
-void StartMetering(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 samplePeriod,
- /* [optional][in] */ __int64 context)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[232],
- ( unsigned char * )&phContext);
-
-}
-
-
-void SetSamplePeriod(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 samplePeriod)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[280],
- ( unsigned char * )&phContext);
-
-}
-
-
-void StopMetering(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[322],
- ( unsigned char * )&phContext);
-
-}
-
-
-#if !defined(__RPC_WIN32__)
-#error Invalid build platform for this stub.
-#endif
-
-#if !(TARGET_IS_NT50_OR_LATER)
-#error You need Windows 2000 or later to run this stub because it uses these features:
-#error /robust command line switch.
-#error However, your C/C++ compilation flags indicate you intend to run this app on earlier systems.
-#error This app will fail with the RPC_X_WRONG_STUB_VERSION error.
-#endif
-
-
-static const RpcInterface_MIDL_PROC_FORMAT_STRING RpcInterface__MIDL_ProcFormatString =
- {
- 0,
- {
-
- /* Procedure RemoteOpen */
-
- 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 2 */ NdrFcLong( 0x0 ), /* 0 */
-/* 6 */ NdrFcShort( 0x0 ), /* 0 */
-/* 8 */ NdrFcShort( 0x8 ), /* x86 Stack size/offset = 8 */
-/* 10 */ 0x32, /* FC_BIND_PRIMITIVE */
- 0x0, /* 0 */
-/* 12 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 14 */ NdrFcShort( 0x0 ), /* 0 */
-/* 16 */ NdrFcShort( 0x38 ), /* 56 */
-/* 18 */ 0x40, /* Oi2 Flags: has ext, */
- 0x1, /* 1 */
-/* 20 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 22 */ NdrFcShort( 0x0 ), /* 0 */
-/* 24 */ NdrFcShort( 0x0 ), /* 0 */
-/* 26 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter pphContext */
-
-/* 28 */ NdrFcShort( 0x110 ), /* Flags: out, simple ref, */
-/* 30 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 32 */ NdrFcShort( 0x6 ), /* Type Offset=6 */
-
- /* Procedure RemoteClose */
-
-/* 34 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 36 */ NdrFcLong( 0x0 ), /* 0 */
-/* 40 */ NdrFcShort( 0x1 ), /* 1 */
-/* 42 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 44 */ 0x30, /* FC_BIND_CONTEXT */
- 0xe4, /* Ctxt flags: via ptr, in, out, no serialize, */
-/* 46 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 48 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 50 */ NdrFcShort( 0x38 ), /* 56 */
-/* 52 */ NdrFcShort( 0x38 ), /* 56 */
-/* 54 */ 0x40, /* Oi2 Flags: has ext, */
- 0x1, /* 1 */
-/* 56 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 58 */ NdrFcShort( 0x0 ), /* 0 */
-/* 60 */ NdrFcShort( 0x0 ), /* 0 */
-/* 62 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter pphContext */
-
-/* 64 */ NdrFcShort( 0x118 ), /* Flags: in, out, simple ref, */
-/* 66 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 68 */ NdrFcShort( 0xe ), /* Type Offset=14 */
-
- /* Procedure RegistryGetValue */
-
-/* 70 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 72 */ NdrFcLong( 0x0 ), /* 0 */
-/* 76 */ NdrFcShort( 0x2 ), /* 2 */
-/* 78 */ NdrFcShort( 0x2c ), /* x86 Stack size/offset = 44 */
-/* 80 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 82 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 84 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 86 */ NdrFcShort( 0x3c ), /* 60 */
-/* 88 */ NdrFcShort( 0x48 ), /* 72 */
-/* 90 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */
- 0x9, /* 9 */
-/* 92 */ 0x8, /* 8 */
- 0x3, /* Ext Flags: new corr desc, clt corr check, */
-/* 94 */ NdrFcShort( 0x1 ), /* 1 */
-/* 96 */ NdrFcShort( 0x0 ), /* 0 */
-/* 98 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 100 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 102 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 104 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter knownHKey */
-
-/* 106 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 108 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 110 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter subkey */
-
-/* 112 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 114 */ NdrFcShort( 0xc ), /* x86 Stack size/offset = 12 */
-/* 116 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter valueName */
-
-/* 118 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 120 */ NdrFcShort( 0x10 ), /* x86 Stack size/offset = 16 */
-/* 122 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter buffsize */
-
-/* 124 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 126 */ NdrFcShort( 0x14 ), /* x86 Stack size/offset = 20 */
-/* 128 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Parameter type */
-
-/* 130 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */
-/* 132 */ NdrFcShort( 0x18 ), /* x86 Stack size/offset = 24 */
-/* 134 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Parameter value */
-
-/* 136 */ NdrFcShort( 0x113 ), /* Flags: must size, must free, out, simple ref, */
-/* 138 */ NdrFcShort( 0x1c ), /* x86 Stack size/offset = 28 */
-/* 140 */ NdrFcShort( 0x22 ), /* Type Offset=34 */
-
- /* Parameter valuesize */
-
-/* 142 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */
-/* 144 */ NdrFcShort( 0x20 ), /* x86 Stack size/offset = 32 */
-/* 146 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Return value */
-
-/* 148 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
-/* 150 */ NdrFcShort( 0x24 ), /* x86 Stack size/offset = 36 */
-/* 152 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure RegistrySetValue */
-
-/* 154 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 156 */ NdrFcLong( 0x0 ), /* 0 */
-/* 160 */ NdrFcShort( 0x3 ), /* 3 */
-/* 162 */ NdrFcShort( 0x28 ), /* x86 Stack size/offset = 40 */
-/* 164 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 166 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 168 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 170 */ NdrFcShort( 0x44 ), /* 68 */
-/* 172 */ NdrFcShort( 0x10 ), /* 16 */
-/* 174 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */
- 0x8, /* 8 */
-/* 176 */ 0x8, /* 8 */
- 0x5, /* Ext Flags: new corr desc, srv corr check, */
-/* 178 */ NdrFcShort( 0x0 ), /* 0 */
-/* 180 */ NdrFcShort( 0x1 ), /* 1 */
-/* 182 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 184 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 186 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 188 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter hKey */
-
-/* 190 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 192 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 194 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter subkey */
-
-/* 196 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 198 */ NdrFcShort( 0xc ), /* x86 Stack size/offset = 12 */
-/* 200 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter valuename */
-
-/* 202 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 204 */ NdrFcShort( 0x10 ), /* x86 Stack size/offset = 16 */
-/* 206 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter type */
-
-/* 208 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 210 */ NdrFcShort( 0x14 ), /* x86 Stack size/offset = 20 */
-/* 212 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Parameter value */
-
-/* 214 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 216 */ NdrFcShort( 0x18 ), /* x86 Stack size/offset = 24 */
-/* 218 */ NdrFcShort( 0x32 ), /* Type Offset=50 */
-
- /* Parameter valuesize */
-
-/* 220 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 222 */ NdrFcShort( 0x1c ), /* x86 Stack size/offset = 28 */
-/* 224 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Return value */
-
-/* 226 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
-/* 228 */ NdrFcShort( 0x20 ), /* x86 Stack size/offset = 32 */
-/* 230 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure StartMetering */
-
-/* 232 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 234 */ NdrFcLong( 0x0 ), /* 0 */
-/* 238 */ NdrFcShort( 0x4 ), /* 4 */
-/* 240 */ NdrFcShort( 0x14 ), /* x86 Stack size/offset = 20 */
-/* 242 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 244 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 246 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 248 */ NdrFcShort( 0x44 ), /* 68 */
-/* 250 */ NdrFcShort( 0x0 ), /* 0 */
-/* 252 */ 0x40, /* Oi2 Flags: has ext, */
- 0x3, /* 3 */
-/* 254 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 256 */ NdrFcShort( 0x0 ), /* 0 */
-/* 258 */ NdrFcShort( 0x0 ), /* 0 */
-/* 260 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 262 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 264 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 266 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter samplePeriod */
-
-/* 268 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 270 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 272 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter context */
-
-/* 274 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 276 */ NdrFcShort( 0xc ), /* x86 Stack size/offset = 12 */
-/* 278 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure SetSamplePeriod */
-
-/* 280 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 282 */ NdrFcLong( 0x0 ), /* 0 */
-/* 286 */ NdrFcShort( 0x5 ), /* 5 */
-/* 288 */ NdrFcShort( 0xc ), /* x86 Stack size/offset = 12 */
-/* 290 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 292 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 294 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 296 */ NdrFcShort( 0x34 ), /* 52 */
-/* 298 */ NdrFcShort( 0x0 ), /* 0 */
-/* 300 */ 0x40, /* Oi2 Flags: has ext, */
- 0x2, /* 2 */
-/* 302 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 304 */ NdrFcShort( 0x0 ), /* 0 */
-/* 306 */ NdrFcShort( 0x0 ), /* 0 */
-/* 308 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 310 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 312 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 314 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter samplePeriod */
-
-/* 316 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 318 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 320 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure StopMetering */
-
-/* 322 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 324 */ NdrFcLong( 0x0 ), /* 0 */
-/* 328 */ NdrFcShort( 0x6 ), /* 6 */
-/* 330 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 332 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 334 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 336 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 338 */ NdrFcShort( 0x24 ), /* 36 */
-/* 340 */ NdrFcShort( 0x0 ), /* 0 */
-/* 342 */ 0x40, /* Oi2 Flags: has ext, */
- 0x1, /* 1 */
-/* 344 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 346 */ NdrFcShort( 0x0 ), /* 0 */
-/* 348 */ NdrFcShort( 0x0 ), /* 0 */
-/* 350 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 352 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 354 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 356 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Procedure MeteringDataEvent */
-
-/* 358 */ 0x34, /* FC_CALLBACK_HANDLE */
- 0x48, /* Old Flags: */
-/* 360 */ NdrFcLong( 0x0 ), /* 0 */
-/* 364 */ NdrFcShort( 0x0 ), /* 0 */
-/* 366 */ NdrFcShort( 0x10 ), /* x86 Stack size/offset = 16 */
-/* 368 */ NdrFcShort( 0x20 ), /* 32 */
-/* 370 */ NdrFcShort( 0x0 ), /* 0 */
-/* 372 */ 0x40, /* Oi2 Flags: has ext, */
- 0x2, /* 2 */
-/* 374 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 376 */ NdrFcShort( 0x0 ), /* 0 */
-/* 378 */ NdrFcShort( 0x0 ), /* 0 */
-/* 380 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter data */
-
-/* 382 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 384 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 386 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter context */
-
-/* 388 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 390 */ NdrFcShort( 0x8 ), /* x86 Stack size/offset = 8 */
-/* 392 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- 0x0
- }
- };
-
-static const RpcInterface_MIDL_TYPE_FORMAT_STRING RpcInterface__MIDL_TypeFormatString =
- {
- 0,
- {
- NdrFcShort( 0x0 ), /* 0 */
-/* 2 */
- 0x11, 0x4, /* FC_RP [alloced_on_stack] */
-/* 4 */ NdrFcShort( 0x2 ), /* Offset= 2 (6) */
-/* 6 */ 0x30, /* FC_BIND_CONTEXT */
- 0xa4, /* Ctxt flags: via ptr, out, no serialize, */
-/* 8 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 10 */
- 0x11, 0x4, /* FC_RP [alloced_on_stack] */
-/* 12 */ NdrFcShort( 0x2 ), /* Offset= 2 (14) */
-/* 14 */ 0x30, /* FC_BIND_CONTEXT */
- 0xe5, /* Ctxt flags: via ptr, in, out, no serialize, can't be null */
-/* 16 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 18 */ 0x30, /* FC_BIND_CONTEXT */
- 0x45, /* Ctxt flags: in, no serialize, can't be null */
-/* 20 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 22 */
- 0x11, 0x8, /* FC_RP [simple_pointer] */
-/* 24 */
- 0x25, /* FC_C_WSTRING */
- 0x5c, /* FC_PAD */
-/* 26 */
- 0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */
-/* 28 */ 0x8, /* FC_LONG */
- 0x5c, /* FC_PAD */
-/* 30 */
- 0x11, 0x0, /* FC_RP */
-/* 32 */ NdrFcShort( 0x2 ), /* Offset= 2 (34) */
-/* 34 */
- 0x1b, /* FC_CARRAY */
- 0x0, /* 0 */
-/* 36 */ NdrFcShort( 0x1 ), /* 1 */
-/* 38 */ 0x29, /* Corr desc: parameter, FC_ULONG */
- 0x0, /* */
-/* 40 */ NdrFcShort( 0x14 ), /* x86 Stack size/offset = 20 */
-/* 42 */ NdrFcShort( 0x1 ), /* Corr flags: early, */
-/* 44 */ 0x1, /* FC_BYTE */
- 0x5b, /* FC_END */
-/* 46 */
- 0x11, 0x0, /* FC_RP */
-/* 48 */ NdrFcShort( 0x2 ), /* Offset= 2 (50) */
-/* 50 */
- 0x1b, /* FC_CARRAY */
- 0x0, /* 0 */
-/* 52 */ NdrFcShort( 0x1 ), /* 1 */
-/* 54 */ 0x29, /* Corr desc: parameter, FC_ULONG */
- 0x0, /* */
-/* 56 */ NdrFcShort( 0x1c ), /* x86 Stack size/offset = 28 */
-/* 58 */ NdrFcShort( 0x0 ), /* Corr flags: */
-/* 60 */ 0x1, /* FC_BYTE */
- 0x5b, /* FC_END */
-
- 0x0
- }
- };
-
-static const unsigned short RpcInterface_FormatStringOffsetTable[] =
- {
- 0,
- 34,
- 70,
- 154,
- 232,
- 280,
- 322,
- };
-
-
-static const unsigned short _callbackRpcInterface_FormatStringOffsetTable[] =
- {
- 358
- };
-
-
-static const MIDL_STUB_DESC RpcInterface_StubDesc =
- {
- (void *)& RpcInterface___RpcClientInterface,
- MIDL_user_allocate,
- MIDL_user_free,
- &RpcInterface__MIDL_AutoBindHandle,
- 0,
- 0,
- 0,
- 0,
- RpcInterface__MIDL_TypeFormatString.Format,
- 1, /* -error bounds_check flag */
- 0x50002, /* Ndr library version */
- 0,
- 0x801026e, /* MIDL Version 8.1.622 */
- 0,
- 0,
- 0, /* notify & notify_flag routine table */
- 0x1, /* MIDL flag */
- 0, /* cs routines */
- 0, /* proxy/server info */
- 0
- };
-
-static const RPC_DISPATCH_FUNCTION RpcInterface_table[] =
- {
- NdrServerCall2,
- 0
- };
-static const RPC_DISPATCH_TABLE RpcInterface_v1_0_DispatchTable =
- {
- 1,
- (RPC_DISPATCH_FUNCTION*)RpcInterface_table
- };
-
-static const SERVER_ROUTINE RpcInterface_ServerRoutineTable[] =
- {
- (SERVER_ROUTINE)MeteringDataEvent
- };
-
-static const MIDL_SERVER_INFO RpcInterface_ServerInfo =
- {
- &RpcInterface_StubDesc,
- RpcInterface_ServerRoutineTable,
- RpcInterface__MIDL_ProcFormatString.Format,
- _callbackRpcInterface_FormatStringOffsetTable,
- 0,
- 0,
- 0,
- 0};
-#if _MSC_VER >= 1200
-#pragma warning(pop)
-#endif
-
-
-#endif /* !defined(_M_IA64) && !defined(_M_AMD64) && !defined(_ARM_) */
-
diff --git a/Samples/CustomCapability/Service/Interface/RpcInterface_c.cp b/Samples/CustomCapability/Service/Interface/RpcInterface_c.cp
deleted file mode 100644
index 06128520ed..0000000000
--- a/Samples/CustomCapability/Service/Interface/RpcInterface_c.cp
+++ /dev/null
@@ -1,726 +0,0 @@
-
-
-/* this ALWAYS GENERATED file contains the RPC client stubs */
-
-
- /* File created by MIDL compiler version 8.01.0620 */
-/* at Mon Jan 18 19:14:07 2038
- */
-/* Compiler settings for RpcInterface.Idl:
- Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0620
- protocol : dce , ms_ext, c_ext, robust
- error checks: allocation ref bounds_check enum stub_data
- VC __declspec() decoration level:
- __declspec(uuid()), __declspec(selectany), __declspec(novtable)
- DECLSPEC_UUID(), MIDL_INTERFACE()
-*/
-/* @@MIDL_FILE_HEADING( ) */
-
-#if defined(_M_AMD64)
-
-
-#pragma warning( disable: 4049 ) /* more than 64k source lines */
-#if _MSC_VER >= 1200
-#pragma warning(push)
-#endif
-
-#pragma warning( disable: 4211 ) /* redefine extern to static */
-#pragma warning( disable: 4232 ) /* dllimport identity*/
-#pragma warning( disable: 4024 ) /* array to pointer mapping*/
-
-#include
-
-#include "RpcInterface_h.h"
-
-#define TYPE_FORMAT_STRING_SIZE 63
-#define PROC_FORMAT_STRING_SIZE 411
-#define EXPR_FORMAT_STRING_SIZE 1
-#define TRANSMIT_AS_TABLE_SIZE 0
-#define WIRE_MARSHAL_TABLE_SIZE 0
-
-typedef struct _RpcInterface_MIDL_TYPE_FORMAT_STRING
- {
- short Pad;
- unsigned char Format[ TYPE_FORMAT_STRING_SIZE ];
- } RpcInterface_MIDL_TYPE_FORMAT_STRING;
-
-typedef struct _RpcInterface_MIDL_PROC_FORMAT_STRING
- {
- short Pad;
- unsigned char Format[ PROC_FORMAT_STRING_SIZE ];
- } RpcInterface_MIDL_PROC_FORMAT_STRING;
-
-typedef struct _RpcInterface_MIDL_EXPR_FORMAT_STRING
- {
- long Pad;
- unsigned char Format[ EXPR_FORMAT_STRING_SIZE ];
- } RpcInterface_MIDL_EXPR_FORMAT_STRING;
-
-
-static const RPC_SYNTAX_IDENTIFIER _RpcTransferSyntax =
-{{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}};
-
-
-extern const RpcInterface_MIDL_TYPE_FORMAT_STRING RpcInterface__MIDL_TypeFormatString;
-extern const RpcInterface_MIDL_PROC_FORMAT_STRING RpcInterface__MIDL_ProcFormatString;
-extern const RpcInterface_MIDL_EXPR_FORMAT_STRING RpcInterface__MIDL_ExprFormatString;
-
-#define GENERIC_BINDING_TABLE_SIZE 0
-
-
-/* Standard interface: RpcInterface, ver. 1.0,
- GUID={0x906B0CE0,0xC70B,0x1067,{0xB3,0x17,0x00,0xDD,0x01,0x06,0x62,0xDA}} */
-
-
-extern const MIDL_SERVER_INFO RpcInterface_ServerInfo;
-
-
-extern const RPC_DISPATCH_TABLE RpcInterface_v1_0_DispatchTable;
-
-static const RPC_CLIENT_INTERFACE RpcInterface___RpcClientInterface =
- {
- sizeof(RPC_CLIENT_INTERFACE),
- {{0x906B0CE0,0xC70B,0x1067,{0xB3,0x17,0x00,0xDD,0x01,0x06,0x62,0xDA}},{1,0}},
- {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
- (RPC_DISPATCH_TABLE*)&RpcInterface_v1_0_DispatchTable,
- 0,
- 0,
- 0,
- &RpcInterface_ServerInfo,
- 0x04000000
- };
-RPC_IF_HANDLE RpcInterface_v1_0_c_ifspec = (RPC_IF_HANDLE)& RpcInterface___RpcClientInterface;
-
-extern const MIDL_STUB_DESC RpcInterface_StubDesc;
-
-static RPC_BINDING_HANDLE RpcInterface__MIDL_AutoBindHandle;
-
-
-void RemoteOpen(
- /* [in] */ handle_t hBinding,
- /* [out] */ PPCONTEXT_HANDLE_TYPE pphContext)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[0],
- hBinding,
- pphContext);
-
-}
-
-
-void RemoteClose(
- /* [out][in] */ PPCONTEXT_HANDLE_TYPE pphContext)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[36],
- pphContext);
-
-}
-
-
-__int64 RegistryGetValue(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 knownHKey,
- /* [string][in] */ wchar_t *subkey,
- /* [string][in] */ wchar_t *valueName,
- /* [in] */ unsigned long buffsize,
- /* [out] */ unsigned long *type,
- /* [size_is][out] */ byte *value,
- /* [out] */ unsigned long *valuesize)
-{
-
- CLIENT_CALL_RETURN _RetVal;
-
- _RetVal = NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[74],
- phContext,
- knownHKey,
- subkey,
- valueName,
- buffsize,
- type,
- value,
- valuesize);
- return ( __int64 )_RetVal.Simple;
-
-}
-
-
-__int64 RegistrySetValue(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 hKey,
- /* [string][in] */ wchar_t *subkey,
- /* [string][in] */ wchar_t *valuename,
- /* [in] */ unsigned long type,
- /* [size_is][in] */ byte *value,
- /* [in] */ unsigned long valuesize)
-{
-
- CLIENT_CALL_RETURN _RetVal;
-
- _RetVal = NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[160],
- phContext,
- hKey,
- subkey,
- valuename,
- type,
- value,
- valuesize);
- return ( __int64 )_RetVal.Simple;
-
-}
-
-
-void StartMetering(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 samplePeriod,
- /* [optional][in] */ __int64 context)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[240],
- phContext,
- samplePeriod,
- context);
-
-}
-
-
-void SetSamplePeriod(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 samplePeriod)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[290],
- phContext,
- samplePeriod);
-
-}
-
-
-void StopMetering(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[334],
- phContext);
-
-}
-
-
-#if !defined(__RPC_WIN64__)
-#error Invalid build platform for this stub.
-#endif
-
-static const RpcInterface_MIDL_PROC_FORMAT_STRING RpcInterface__MIDL_ProcFormatString =
- {
- 0,
- {
-
- /* Procedure RemoteOpen */
-
- 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 2 */ NdrFcLong( 0x0 ), /* 0 */
-/* 6 */ NdrFcShort( 0x0 ), /* 0 */
-/* 8 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
-/* 10 */ 0x32, /* FC_BIND_PRIMITIVE */
- 0x0, /* 0 */
-/* 12 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 14 */ NdrFcShort( 0x0 ), /* 0 */
-/* 16 */ NdrFcShort( 0x38 ), /* 56 */
-/* 18 */ 0x40, /* Oi2 Flags: has ext, */
- 0x1, /* 1 */
-/* 20 */ 0xa, /* 10 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 22 */ NdrFcShort( 0x0 ), /* 0 */
-/* 24 */ NdrFcShort( 0x0 ), /* 0 */
-/* 26 */ NdrFcShort( 0x0 ), /* 0 */
-/* 28 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter pphContext */
-
-/* 30 */ NdrFcShort( 0x110 ), /* Flags: out, simple ref, */
-/* 32 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
-/* 34 */ NdrFcShort( 0x6 ), /* Type Offset=6 */
-
- /* Procedure RemoteClose */
-
-/* 36 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 38 */ NdrFcLong( 0x0 ), /* 0 */
-/* 42 */ NdrFcShort( 0x1 ), /* 1 */
-/* 44 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
-/* 46 */ 0x30, /* FC_BIND_CONTEXT */
- 0xe4, /* Ctxt flags: via ptr, in, out, no serialize, */
-/* 48 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 50 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 52 */ NdrFcShort( 0x38 ), /* 56 */
-/* 54 */ NdrFcShort( 0x38 ), /* 56 */
-/* 56 */ 0x40, /* Oi2 Flags: has ext, */
- 0x1, /* 1 */
-/* 58 */ 0xa, /* 10 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 60 */ NdrFcShort( 0x0 ), /* 0 */
-/* 62 */ NdrFcShort( 0x0 ), /* 0 */
-/* 64 */ NdrFcShort( 0x0 ), /* 0 */
-/* 66 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter pphContext */
-
-/* 68 */ NdrFcShort( 0x118 ), /* Flags: in, out, simple ref, */
-/* 70 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 72 */ NdrFcShort( 0xe ), /* Type Offset=14 */
-
- /* Procedure RegistryGetValue */
-
-/* 74 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 76 */ NdrFcLong( 0x0 ), /* 0 */
-/* 80 */ NdrFcShort( 0x2 ), /* 2 */
-/* 82 */ NdrFcShort( 0x48 ), /* X64 Stack size/offset = 72 */
-/* 84 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 86 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 88 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 90 */ NdrFcShort( 0x3c ), /* 60 */
-/* 92 */ NdrFcShort( 0x48 ), /* 72 */
-/* 94 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */
- 0x9, /* 9 */
-/* 96 */ 0xa, /* 10 */
- 0x3, /* Ext Flags: new corr desc, clt corr check, */
-/* 98 */ NdrFcShort( 0x1 ), /* 1 */
-/* 100 */ NdrFcShort( 0x0 ), /* 0 */
-/* 102 */ NdrFcShort( 0x0 ), /* 0 */
-/* 104 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 106 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 108 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 110 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter knownHKey */
-
-/* 112 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 114 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
-/* 116 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter subkey */
-
-/* 118 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 120 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
-/* 122 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter valueName */
-
-/* 124 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 126 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */
-/* 128 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter buffsize */
-
-/* 130 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 132 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */
-/* 134 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Parameter type */
-
-/* 136 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */
-/* 138 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */
-/* 140 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Parameter value */
-
-/* 142 */ NdrFcShort( 0x113 ), /* Flags: must size, must free, out, simple ref, */
-/* 144 */ NdrFcShort( 0x30 ), /* X64 Stack size/offset = 48 */
-/* 146 */ NdrFcShort( 0x22 ), /* Type Offset=34 */
-
- /* Parameter valuesize */
-
-/* 148 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */
-/* 150 */ NdrFcShort( 0x38 ), /* X64 Stack size/offset = 56 */
-/* 152 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Return value */
-
-/* 154 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
-/* 156 */ NdrFcShort( 0x40 ), /* X64 Stack size/offset = 64 */
-/* 158 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure RegistrySetValue */
-
-/* 160 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 162 */ NdrFcLong( 0x0 ), /* 0 */
-/* 166 */ NdrFcShort( 0x3 ), /* 3 */
-/* 168 */ NdrFcShort( 0x40 ), /* X64 Stack size/offset = 64 */
-/* 170 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 172 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 174 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 176 */ NdrFcShort( 0x44 ), /* 68 */
-/* 178 */ NdrFcShort( 0x10 ), /* 16 */
-/* 180 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */
- 0x8, /* 8 */
-/* 182 */ 0xa, /* 10 */
- 0x5, /* Ext Flags: new corr desc, srv corr check, */
-/* 184 */ NdrFcShort( 0x0 ), /* 0 */
-/* 186 */ NdrFcShort( 0x1 ), /* 1 */
-/* 188 */ NdrFcShort( 0x0 ), /* 0 */
-/* 190 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 192 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 194 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 196 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter hKey */
-
-/* 198 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 200 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
-/* 202 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter subkey */
-
-/* 204 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 206 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
-/* 208 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter valuename */
-
-/* 210 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 212 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */
-/* 214 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter type */
-
-/* 216 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 218 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */
-/* 220 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Parameter value */
-
-/* 222 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 224 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */
-/* 226 */ NdrFcShort( 0x32 ), /* Type Offset=50 */
-
- /* Parameter valuesize */
-
-/* 228 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 230 */ NdrFcShort( 0x30 ), /* X64 Stack size/offset = 48 */
-/* 232 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Return value */
-
-/* 234 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
-/* 236 */ NdrFcShort( 0x38 ), /* X64 Stack size/offset = 56 */
-/* 238 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure StartMetering */
-
-/* 240 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 242 */ NdrFcLong( 0x0 ), /* 0 */
-/* 246 */ NdrFcShort( 0x4 ), /* 4 */
-/* 248 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */
-/* 250 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 252 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 254 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 256 */ NdrFcShort( 0x44 ), /* 68 */
-/* 258 */ NdrFcShort( 0x0 ), /* 0 */
-/* 260 */ 0x40, /* Oi2 Flags: has ext, */
- 0x3, /* 3 */
-/* 262 */ 0xa, /* 10 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 264 */ NdrFcShort( 0x0 ), /* 0 */
-/* 266 */ NdrFcShort( 0x0 ), /* 0 */
-/* 268 */ NdrFcShort( 0x0 ), /* 0 */
-/* 270 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 272 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 274 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 276 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter samplePeriod */
-
-/* 278 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 280 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
-/* 282 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter context */
-
-/* 284 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 286 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
-/* 288 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure SetSamplePeriod */
-
-/* 290 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 292 */ NdrFcLong( 0x0 ), /* 0 */
-/* 296 */ NdrFcShort( 0x5 ), /* 5 */
-/* 298 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
-/* 300 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 302 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 304 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 306 */ NdrFcShort( 0x34 ), /* 52 */
-/* 308 */ NdrFcShort( 0x0 ), /* 0 */
-/* 310 */ 0x40, /* Oi2 Flags: has ext, */
- 0x2, /* 2 */
-/* 312 */ 0xa, /* 10 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 314 */ NdrFcShort( 0x0 ), /* 0 */
-/* 316 */ NdrFcShort( 0x0 ), /* 0 */
-/* 318 */ NdrFcShort( 0x0 ), /* 0 */
-/* 320 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 322 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 324 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 326 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter samplePeriod */
-
-/* 328 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 330 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
-/* 332 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure StopMetering */
-
-/* 334 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 336 */ NdrFcLong( 0x0 ), /* 0 */
-/* 340 */ NdrFcShort( 0x6 ), /* 6 */
-/* 342 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
-/* 344 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 346 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 348 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 350 */ NdrFcShort( 0x24 ), /* 36 */
-/* 352 */ NdrFcShort( 0x0 ), /* 0 */
-/* 354 */ 0x40, /* Oi2 Flags: has ext, */
- 0x1, /* 1 */
-/* 356 */ 0xa, /* 10 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 358 */ NdrFcShort( 0x0 ), /* 0 */
-/* 360 */ NdrFcShort( 0x0 ), /* 0 */
-/* 362 */ NdrFcShort( 0x0 ), /* 0 */
-/* 364 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 366 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 368 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 370 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Procedure MeteringDataEvent */
-
-/* 372 */ 0x34, /* FC_CALLBACK_HANDLE */
- 0x48, /* Old Flags: */
-/* 374 */ NdrFcLong( 0x0 ), /* 0 */
-/* 378 */ NdrFcShort( 0x0 ), /* 0 */
-/* 380 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
-/* 382 */ NdrFcShort( 0x20 ), /* 32 */
-/* 384 */ NdrFcShort( 0x0 ), /* 0 */
-/* 386 */ 0x40, /* Oi2 Flags: has ext, */
- 0x2, /* 2 */
-/* 388 */ 0xa, /* 10 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 390 */ NdrFcShort( 0x0 ), /* 0 */
-/* 392 */ NdrFcShort( 0x0 ), /* 0 */
-/* 394 */ NdrFcShort( 0x0 ), /* 0 */
-/* 396 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter data */
-
-/* 398 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 400 */ NdrFcShort( 0x0 ), /* X64 Stack size/offset = 0 */
-/* 402 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter context */
-
-/* 404 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 406 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
-/* 408 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- 0x0
- }
- };
-
-static const RpcInterface_MIDL_TYPE_FORMAT_STRING RpcInterface__MIDL_TypeFormatString =
- {
- 0,
- {
- NdrFcShort( 0x0 ), /* 0 */
-/* 2 */
- 0x11, 0x4, /* FC_RP [alloced_on_stack] */
-/* 4 */ NdrFcShort( 0x2 ), /* Offset= 2 (6) */
-/* 6 */ 0x30, /* FC_BIND_CONTEXT */
- 0xa4, /* Ctxt flags: via ptr, out, no serialize, */
-/* 8 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 10 */
- 0x11, 0x4, /* FC_RP [alloced_on_stack] */
-/* 12 */ NdrFcShort( 0x2 ), /* Offset= 2 (14) */
-/* 14 */ 0x30, /* FC_BIND_CONTEXT */
- 0xe5, /* Ctxt flags: via ptr, in, out, no serialize, can't be null */
-/* 16 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 18 */ 0x30, /* FC_BIND_CONTEXT */
- 0x45, /* Ctxt flags: in, no serialize, can't be null */
-/* 20 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 22 */
- 0x11, 0x8, /* FC_RP [simple_pointer] */
-/* 24 */
- 0x25, /* FC_C_WSTRING */
- 0x5c, /* FC_PAD */
-/* 26 */
- 0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */
-/* 28 */ 0x8, /* FC_LONG */
- 0x5c, /* FC_PAD */
-/* 30 */
- 0x11, 0x0, /* FC_RP */
-/* 32 */ NdrFcShort( 0x2 ), /* Offset= 2 (34) */
-/* 34 */
- 0x1b, /* FC_CARRAY */
- 0x0, /* 0 */
-/* 36 */ NdrFcShort( 0x1 ), /* 1 */
-/* 38 */ 0x29, /* Corr desc: parameter, FC_ULONG */
- 0x0, /* */
-/* 40 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */
-/* 42 */ NdrFcShort( 0x1 ), /* Corr flags: early, */
-/* 44 */ 0x1, /* FC_BYTE */
- 0x5b, /* FC_END */
-/* 46 */
- 0x11, 0x0, /* FC_RP */
-/* 48 */ NdrFcShort( 0x2 ), /* Offset= 2 (50) */
-/* 50 */
- 0x1b, /* FC_CARRAY */
- 0x0, /* 0 */
-/* 52 */ NdrFcShort( 0x1 ), /* 1 */
-/* 54 */ 0x29, /* Corr desc: parameter, FC_ULONG */
- 0x0, /* */
-/* 56 */ NdrFcShort( 0x30 ), /* X64 Stack size/offset = 48 */
-/* 58 */ NdrFcShort( 0x0 ), /* Corr flags: */
-/* 60 */ 0x1, /* FC_BYTE */
- 0x5b, /* FC_END */
-
- 0x0
- }
- };
-
-static const unsigned short RpcInterface_FormatStringOffsetTable[] =
- {
- 0,
- 36,
- 74,
- 160,
- 240,
- 290,
- 334,
- };
-
-
-static const unsigned short _callbackRpcInterface_FormatStringOffsetTable[] =
- {
- 372
- };
-
-
-static const MIDL_STUB_DESC RpcInterface_StubDesc =
- {
- (void *)& RpcInterface___RpcClientInterface,
- MIDL_user_allocate,
- MIDL_user_free,
- &RpcInterface__MIDL_AutoBindHandle,
- 0,
- 0,
- 0,
- 0,
- RpcInterface__MIDL_TypeFormatString.Format,
- 1, /* -error bounds_check flag */
- 0x50002, /* Ndr library version */
- 0,
- 0x801026c, /* MIDL Version 8.1.620 */
- 0,
- 0,
- 0, /* notify & notify_flag routine table */
- 0x1, /* MIDL flag */
- 0, /* cs routines */
- 0, /* proxy/server info */
- 0
- };
-
-static const RPC_DISPATCH_FUNCTION RpcInterface_table[] =
- {
- NdrServerCall2,
- 0
- };
-static const RPC_DISPATCH_TABLE RpcInterface_v1_0_DispatchTable =
- {
- 1,
- (RPC_DISPATCH_FUNCTION*)RpcInterface_table
- };
-
-static const SERVER_ROUTINE RpcInterface_ServerRoutineTable[] =
- {
- (SERVER_ROUTINE)MeteringDataEvent
- };
-
-static const MIDL_SERVER_INFO RpcInterface_ServerInfo =
- {
- &RpcInterface_StubDesc,
- RpcInterface_ServerRoutineTable,
- RpcInterface__MIDL_ProcFormatString.Format,
- _callbackRpcInterface_FormatStringOffsetTable,
- 0,
- 0,
- 0,
- 0};
-#if _MSC_VER >= 1200
-#pragma warning(pop)
-#endif
-
-
-#endif /* defined(_M_AMD64)*/
-
diff --git a/Samples/CustomCapability/Service/Interface/RpcInterface_h.h b/Samples/CustomCapability/Service/Interface/RpcInterface_h.h
deleted file mode 100644
index 0943116b4f..0000000000
--- a/Samples/CustomCapability/Service/Interface/RpcInterface_h.h
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-/* this ALWAYS GENERATED file contains the definitions for the interfaces */
-
-
- /* File created by MIDL compiler version 8.01.0622 */
-/* at Mon Jan 18 19:14:07 2038
- */
-/* Compiler settings for RpcInterface.Idl:
- Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.01.0622
- protocol : dce , ms_ext, c_ext, robust
- error checks: allocation ref bounds_check enum stub_data
- VC __declspec() decoration level:
- __declspec(uuid()), __declspec(selectany), __declspec(novtable)
- DECLSPEC_UUID(), MIDL_INTERFACE()
-*/
-/* @@MIDL_FILE_HEADING( ) */
-
-#pragma warning( disable: 4049 ) /* more than 64k source lines */
-
-
-/* verify that the version is high enough to compile this file*/
-#ifndef __REQUIRED_RPCNDR_H_VERSION__
-#define __REQUIRED_RPCNDR_H_VERSION__ 475
-#endif
-
-#include "rpc.h"
-#include "rpcndr.h"
-
-#ifndef __RPCNDR_H_VERSION__
-#error this stub requires an updated version of
-#endif /* __RPCNDR_H_VERSION__ */
-
-
-#ifndef __RpcInterface_h_h__
-#define __RpcInterface_h_h__
-
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
-#pragma once
-#endif
-
-/* Forward Declarations */
-
-/* header files for imported files */
-#include "oaidl.h"
-
-#ifdef __cplusplus
-extern "C"{
-#endif
-
-
-#ifndef __RpcInterface_INTERFACE_DEFINED__
-#define __RpcInterface_INTERFACE_DEFINED__
-
-/* interface RpcInterface */
-/* [unique][version][uuid] */
-
-typedef /* [context_handle_noserialize][context_handle] */ void *PCONTEXT_HANDLE_TYPE;
-
-typedef /* [ref] */ PCONTEXT_HANDLE_TYPE *PPCONTEXT_HANDLE_TYPE;
-
-void RemoteOpen(
- /* [in] */ handle_t hBinding,
- /* [out] */ PPCONTEXT_HANDLE_TYPE pphContext);
-
-void RemoteClose(
- /* [out][in] */ PPCONTEXT_HANDLE_TYPE pphContext);
-
-__int64 RegistryGetValue(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 knownHKey,
- /* [string][in] */ wchar_t *subkey,
- /* [string][in] */ wchar_t *valueName,
- /* [in] */ unsigned long buffsize,
- /* [out] */ unsigned long *type,
- /* [size_is][out] */ byte *value,
- /* [out] */ unsigned long *valuesize);
-
-__int64 RegistrySetValue(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 hKey,
- /* [string][in] */ wchar_t *subkey,
- /* [string][in] */ wchar_t *valuename,
- /* [in] */ unsigned long type,
- /* [size_is][in] */ byte *value,
- /* [in] */ unsigned long valuesize);
-
-void StartMetering(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 samplePeriod,
- /* [optional][in] */ __int64 context);
-
-void SetSamplePeriod(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
- /* [in] */ __int64 samplePeriod);
-
-void StopMetering(
- /* [in] */ PCONTEXT_HANDLE_TYPE phContext);
-
-/* [callback] */ void MeteringDataEvent(
- /* [in] */ __int64 data,
- /* [optional][in] */ __int64 context);
-
-
-
-extern RPC_IF_HANDLE RpcInterface_v1_0_c_ifspec;
-extern RPC_IF_HANDLE RpcInterface_v1_0_s_ifspec;
-#endif /* __RpcInterface_INTERFACE_DEFINED__ */
-
-/* Additional Prototypes for ALL interfaces */
-
-void __RPC_USER PCONTEXT_HANDLE_TYPE_rundown( PCONTEXT_HANDLE_TYPE );
-
-/* end of Additional Prototypes */
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-
-
diff --git a/Samples/CustomCapability/Service/Interface/RpcInterface_s.c b/Samples/CustomCapability/Service/Interface/RpcInterface_s.c
deleted file mode 100644
index 5e3e4b591b..0000000000
--- a/Samples/CustomCapability/Service/Interface/RpcInterface_s.c
+++ /dev/null
@@ -1,707 +0,0 @@
-
-
-/* this ALWAYS GENERATED file contains the RPC server stubs */
-
-
- /* File created by MIDL compiler version 8.01.0622 */
-/* at Mon Jan 18 19:14:07 2038
- */
-/* Compiler settings for RpcInterface.Idl:
- Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.01.0622
- protocol : dce , ms_ext, c_ext, robust
- error checks: allocation ref bounds_check enum stub_data
- VC __declspec() decoration level:
- __declspec(uuid()), __declspec(selectany), __declspec(novtable)
- DECLSPEC_UUID(), MIDL_INTERFACE()
-*/
-/* @@MIDL_FILE_HEADING( ) */
-
-#if !defined(_M_IA64) && !defined(_M_AMD64) && !defined(_ARM_)
-
-
-#pragma warning( disable: 4049 ) /* more than 64k source lines */
-#if _MSC_VER >= 1200
-#pragma warning(push)
-#endif
-
-#pragma warning( disable: 4211 ) /* redefine extern to static */
-#pragma warning( disable: 4232 ) /* dllimport identity*/
-#pragma warning( disable: 4024 ) /* array to pointer mapping*/
-#pragma warning( disable: 4100 ) /* unreferenced arguments in x86 call */
-
-#pragma optimize("", off )
-
-#include
-#include "RpcInterface_h.h"
-
-#define TYPE_FORMAT_STRING_SIZE 63
-#define PROC_FORMAT_STRING_SIZE 395
-#define EXPR_FORMAT_STRING_SIZE 1
-#define TRANSMIT_AS_TABLE_SIZE 0
-#define WIRE_MARSHAL_TABLE_SIZE 0
-
-typedef struct _RpcInterface_MIDL_TYPE_FORMAT_STRING
- {
- short Pad;
- unsigned char Format[ TYPE_FORMAT_STRING_SIZE ];
- } RpcInterface_MIDL_TYPE_FORMAT_STRING;
-
-typedef struct _RpcInterface_MIDL_PROC_FORMAT_STRING
- {
- short Pad;
- unsigned char Format[ PROC_FORMAT_STRING_SIZE ];
- } RpcInterface_MIDL_PROC_FORMAT_STRING;
-
-typedef struct _RpcInterface_MIDL_EXPR_FORMAT_STRING
- {
- long Pad;
- unsigned char Format[ EXPR_FORMAT_STRING_SIZE ];
- } RpcInterface_MIDL_EXPR_FORMAT_STRING;
-
-
-static const RPC_SYNTAX_IDENTIFIER _RpcTransferSyntax =
-{{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}};
-
-extern const RpcInterface_MIDL_TYPE_FORMAT_STRING RpcInterface__MIDL_TypeFormatString;
-extern const RpcInterface_MIDL_PROC_FORMAT_STRING RpcInterface__MIDL_ProcFormatString;
-extern const RpcInterface_MIDL_EXPR_FORMAT_STRING RpcInterface__MIDL_ExprFormatString;
-
-/* Standard interface: RpcInterface, ver. 1.0,
- GUID={0x906B0CE0,0xC70B,0x1067,{0xB3,0x17,0x00,0xDD,0x01,0x06,0x62,0xDA}} */
-
-
-extern const MIDL_SERVER_INFO RpcInterface_ServerInfo;
-
-extern const RPC_DISPATCH_TABLE RpcInterface_v1_0_DispatchTable;
-
-static const RPC_SERVER_INTERFACE RpcInterface___RpcServerInterface =
- {
- sizeof(RPC_SERVER_INTERFACE),
- {{0x906B0CE0,0xC70B,0x1067,{0xB3,0x17,0x00,0xDD,0x01,0x06,0x62,0xDA}},{1,0}},
- {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
- (RPC_DISPATCH_TABLE*)&RpcInterface_v1_0_DispatchTable,
- 0,
- 0,
- 0,
- &RpcInterface_ServerInfo,
- 0x04000000
- };
-RPC_IF_HANDLE RpcInterface_v1_0_s_ifspec = (RPC_IF_HANDLE)& RpcInterface___RpcServerInterface;
-
-extern const MIDL_STUB_DESC RpcInterface_StubDesc;
-
- extern const MIDL_STUBLESS_PROXY_INFO RpcInterface_ProxyInfo;
-void __RPC_API
-RpcInterface_RegistryGetValue_Thunk(
- PMIDL_STUB_MESSAGE pStubMsg )
-{
- #pragma pack(4)
- struct _PARAM_STRUCT
- {
- NDR_SCONTEXT phContext;
- __int64 knownHKey;
- wchar_t *subkey;
- wchar_t *valueName;
- unsigned long buffsize;
- unsigned long *type;
- byte *value;
- unsigned long *valuesize;
- __int64 _RetVal;
- };
- #pragma pack( )
- struct _PARAM_STRUCT * pParamStruct;
-
- pParamStruct = (struct _PARAM_STRUCT *) pStubMsg->StackTop;
-
- pParamStruct->_RetVal = RegistryGetValue(
- pParamStruct->phContext,
- pParamStruct->knownHKey,
- pParamStruct->subkey,
- pParamStruct->valueName,
- pParamStruct->buffsize,
- pParamStruct->type,
- pParamStruct->value,
- pParamStruct->valuesize);
-
-}
-
-void __RPC_API
-RpcInterface_RegistrySetValue_Thunk(
- PMIDL_STUB_MESSAGE pStubMsg )
-{
- #pragma pack(4)
- struct _PARAM_STRUCT
- {
- NDR_SCONTEXT phContext;
- __int64 hKey;
- wchar_t *subkey;
- wchar_t *valuename;
- unsigned long type;
- byte *value;
- unsigned long valuesize;
- __int64 _RetVal;
- };
- #pragma pack( )
- struct _PARAM_STRUCT * pParamStruct;
-
- pParamStruct = (struct _PARAM_STRUCT *) pStubMsg->StackTop;
-
- pParamStruct->_RetVal = RegistrySetValue(
- pParamStruct->phContext,
- pParamStruct->hKey,
- pParamStruct->subkey,
- pParamStruct->valuename,
- pParamStruct->type,
- pParamStruct->value,
- pParamStruct->valuesize);
-
-}
-
-
-/* [callback] */ void MeteringDataEvent(
- /* [in] */ __int64 data,
- /* [optional][in] */ __int64 context)
-{
-
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&RpcInterface_StubDesc,
- (PFORMAT_STRING) &RpcInterface__MIDL_ProcFormatString.Format[358],
- ( unsigned char * )&data);
-
-}
-
-extern const NDR_RUNDOWN RundownRoutines[];
-
-#if !defined(__RPC_WIN32__)
-#error Invalid build platform for this stub.
-#endif
-
-#if !(TARGET_IS_NT50_OR_LATER)
-#error You need Windows 2000 or later to run this stub because it uses these features:
-#error /robust command line switch.
-#error However, your C/C++ compilation flags indicate you intend to run this app on earlier systems.
-#error This app will fail with the RPC_X_WRONG_STUB_VERSION error.
-#endif
-
-
-static const RpcInterface_MIDL_PROC_FORMAT_STRING RpcInterface__MIDL_ProcFormatString =
- {
- 0,
- {
-
- /* Procedure RemoteOpen */
-
- 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 2 */ NdrFcLong( 0x0 ), /* 0 */
-/* 6 */ NdrFcShort( 0x0 ), /* 0 */
-/* 8 */ NdrFcShort( 0x8 ), /* x86 Stack size/offset = 8 */
-/* 10 */ 0x32, /* FC_BIND_PRIMITIVE */
- 0x0, /* 0 */
-/* 12 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 14 */ NdrFcShort( 0x0 ), /* 0 */
-/* 16 */ NdrFcShort( 0x38 ), /* 56 */
-/* 18 */ 0x40, /* Oi2 Flags: has ext, */
- 0x1, /* 1 */
-/* 20 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 22 */ NdrFcShort( 0x0 ), /* 0 */
-/* 24 */ NdrFcShort( 0x0 ), /* 0 */
-/* 26 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter pphContext */
-
-/* 28 */ NdrFcShort( 0x110 ), /* Flags: out, simple ref, */
-/* 30 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 32 */ NdrFcShort( 0x6 ), /* Type Offset=6 */
-
- /* Procedure RemoteClose */
-
-/* 34 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 36 */ NdrFcLong( 0x0 ), /* 0 */
-/* 40 */ NdrFcShort( 0x1 ), /* 1 */
-/* 42 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 44 */ 0x30, /* FC_BIND_CONTEXT */
- 0xe4, /* Ctxt flags: via ptr, in, out, no serialize, */
-/* 46 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 48 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 50 */ NdrFcShort( 0x38 ), /* 56 */
-/* 52 */ NdrFcShort( 0x38 ), /* 56 */
-/* 54 */ 0x40, /* Oi2 Flags: has ext, */
- 0x1, /* 1 */
-/* 56 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 58 */ NdrFcShort( 0x0 ), /* 0 */
-/* 60 */ NdrFcShort( 0x0 ), /* 0 */
-/* 62 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter pphContext */
-
-/* 64 */ NdrFcShort( 0x118 ), /* Flags: in, out, simple ref, */
-/* 66 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 68 */ NdrFcShort( 0xe ), /* Type Offset=14 */
-
- /* Procedure RegistryGetValue */
-
-/* 70 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 72 */ NdrFcLong( 0x0 ), /* 0 */
-/* 76 */ NdrFcShort( 0x2 ), /* 2 */
-/* 78 */ NdrFcShort( 0x2c ), /* x86 Stack size/offset = 44 */
-/* 80 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 82 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 84 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 86 */ NdrFcShort( 0x3c ), /* 60 */
-/* 88 */ NdrFcShort( 0x48 ), /* 72 */
-/* 90 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */
- 0x9, /* 9 */
-/* 92 */ 0x8, /* 8 */
- 0x3, /* Ext Flags: new corr desc, clt corr check, */
-/* 94 */ NdrFcShort( 0x1 ), /* 1 */
-/* 96 */ NdrFcShort( 0x0 ), /* 0 */
-/* 98 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 100 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 102 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 104 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter knownHKey */
-
-/* 106 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 108 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 110 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter subkey */
-
-/* 112 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 114 */ NdrFcShort( 0xc ), /* x86 Stack size/offset = 12 */
-/* 116 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter valueName */
-
-/* 118 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 120 */ NdrFcShort( 0x10 ), /* x86 Stack size/offset = 16 */
-/* 122 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter buffsize */
-
-/* 124 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 126 */ NdrFcShort( 0x14 ), /* x86 Stack size/offset = 20 */
-/* 128 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Parameter type */
-
-/* 130 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */
-/* 132 */ NdrFcShort( 0x18 ), /* x86 Stack size/offset = 24 */
-/* 134 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Parameter value */
-
-/* 136 */ NdrFcShort( 0x113 ), /* Flags: must size, must free, out, simple ref, */
-/* 138 */ NdrFcShort( 0x1c ), /* x86 Stack size/offset = 28 */
-/* 140 */ NdrFcShort( 0x22 ), /* Type Offset=34 */
-
- /* Parameter valuesize */
-
-/* 142 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */
-/* 144 */ NdrFcShort( 0x20 ), /* x86 Stack size/offset = 32 */
-/* 146 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Return value */
-
-/* 148 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
-/* 150 */ NdrFcShort( 0x24 ), /* x86 Stack size/offset = 36 */
-/* 152 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure RegistrySetValue */
-
-/* 154 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 156 */ NdrFcLong( 0x0 ), /* 0 */
-/* 160 */ NdrFcShort( 0x3 ), /* 3 */
-/* 162 */ NdrFcShort( 0x28 ), /* x86 Stack size/offset = 40 */
-/* 164 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 166 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 168 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 170 */ NdrFcShort( 0x44 ), /* 68 */
-/* 172 */ NdrFcShort( 0x10 ), /* 16 */
-/* 174 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */
- 0x8, /* 8 */
-/* 176 */ 0x8, /* 8 */
- 0x5, /* Ext Flags: new corr desc, srv corr check, */
-/* 178 */ NdrFcShort( 0x0 ), /* 0 */
-/* 180 */ NdrFcShort( 0x1 ), /* 1 */
-/* 182 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 184 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 186 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 188 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter hKey */
-
-/* 190 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 192 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 194 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter subkey */
-
-/* 196 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 198 */ NdrFcShort( 0xc ), /* x86 Stack size/offset = 12 */
-/* 200 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter valuename */
-
-/* 202 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 204 */ NdrFcShort( 0x10 ), /* x86 Stack size/offset = 16 */
-/* 206 */ NdrFcShort( 0x18 ), /* Type Offset=24 */
-
- /* Parameter type */
-
-/* 208 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 210 */ NdrFcShort( 0x14 ), /* x86 Stack size/offset = 20 */
-/* 212 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Parameter value */
-
-/* 214 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
-/* 216 */ NdrFcShort( 0x18 ), /* x86 Stack size/offset = 24 */
-/* 218 */ NdrFcShort( 0x32 ), /* Type Offset=50 */
-
- /* Parameter valuesize */
-
-/* 220 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 222 */ NdrFcShort( 0x1c ), /* x86 Stack size/offset = 28 */
-/* 224 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
-
- /* Return value */
-
-/* 226 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
-/* 228 */ NdrFcShort( 0x20 ), /* x86 Stack size/offset = 32 */
-/* 230 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure StartMetering */
-
-/* 232 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 234 */ NdrFcLong( 0x0 ), /* 0 */
-/* 238 */ NdrFcShort( 0x4 ), /* 4 */
-/* 240 */ NdrFcShort( 0x14 ), /* x86 Stack size/offset = 20 */
-/* 242 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 244 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 246 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 248 */ NdrFcShort( 0x44 ), /* 68 */
-/* 250 */ NdrFcShort( 0x0 ), /* 0 */
-/* 252 */ 0x40, /* Oi2 Flags: has ext, */
- 0x3, /* 3 */
-/* 254 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 256 */ NdrFcShort( 0x0 ), /* 0 */
-/* 258 */ NdrFcShort( 0x0 ), /* 0 */
-/* 260 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 262 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 264 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 266 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter samplePeriod */
-
-/* 268 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 270 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 272 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter context */
-
-/* 274 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 276 */ NdrFcShort( 0xc ), /* x86 Stack size/offset = 12 */
-/* 278 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure SetSamplePeriod */
-
-/* 280 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 282 */ NdrFcLong( 0x0 ), /* 0 */
-/* 286 */ NdrFcShort( 0x5 ), /* 5 */
-/* 288 */ NdrFcShort( 0xc ), /* x86 Stack size/offset = 12 */
-/* 290 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 292 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 294 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 296 */ NdrFcShort( 0x34 ), /* 52 */
-/* 298 */ NdrFcShort( 0x0 ), /* 0 */
-/* 300 */ 0x40, /* Oi2 Flags: has ext, */
- 0x2, /* 2 */
-/* 302 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 304 */ NdrFcShort( 0x0 ), /* 0 */
-/* 306 */ NdrFcShort( 0x0 ), /* 0 */
-/* 308 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 310 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 312 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 314 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Parameter samplePeriod */
-
-/* 316 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 318 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 320 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Procedure StopMetering */
-
-/* 322 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
-/* 324 */ NdrFcLong( 0x0 ), /* 0 */
-/* 328 */ NdrFcShort( 0x6 ), /* 6 */
-/* 330 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
-/* 332 */ 0x30, /* FC_BIND_CONTEXT */
- 0x44, /* Ctxt flags: in, no serialize, */
-/* 334 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 336 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 338 */ NdrFcShort( 0x24 ), /* 36 */
-/* 340 */ NdrFcShort( 0x0 ), /* 0 */
-/* 342 */ 0x40, /* Oi2 Flags: has ext, */
- 0x1, /* 1 */
-/* 344 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 346 */ NdrFcShort( 0x0 ), /* 0 */
-/* 348 */ NdrFcShort( 0x0 ), /* 0 */
-/* 350 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter phContext */
-
-/* 352 */ NdrFcShort( 0x8 ), /* Flags: in, */
-/* 354 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 356 */ NdrFcShort( 0x12 ), /* Type Offset=18 */
-
- /* Procedure MeteringDataEvent */
-
-/* 358 */ 0x34, /* FC_CALLBACK_HANDLE */
- 0x48, /* Old Flags: */
-/* 360 */ NdrFcLong( 0x0 ), /* 0 */
-/* 364 */ NdrFcShort( 0x0 ), /* 0 */
-/* 366 */ NdrFcShort( 0x10 ), /* x86 Stack size/offset = 16 */
-/* 368 */ NdrFcShort( 0x20 ), /* 32 */
-/* 370 */ NdrFcShort( 0x0 ), /* 0 */
-/* 372 */ 0x40, /* Oi2 Flags: has ext, */
- 0x2, /* 2 */
-/* 374 */ 0x8, /* 8 */
- 0x1, /* Ext Flags: new corr desc, */
-/* 376 */ NdrFcShort( 0x0 ), /* 0 */
-/* 378 */ NdrFcShort( 0x0 ), /* 0 */
-/* 380 */ NdrFcShort( 0x0 ), /* 0 */
-
- /* Parameter data */
-
-/* 382 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 384 */ NdrFcShort( 0x0 ), /* x86 Stack size/offset = 0 */
-/* 386 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- /* Parameter context */
-
-/* 388 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
-/* 390 */ NdrFcShort( 0x8 ), /* x86 Stack size/offset = 8 */
-/* 392 */ 0xb, /* FC_HYPER */
- 0x0, /* 0 */
-
- 0x0
- }
- };
-
-static const RpcInterface_MIDL_TYPE_FORMAT_STRING RpcInterface__MIDL_TypeFormatString =
- {
- 0,
- {
- NdrFcShort( 0x0 ), /* 0 */
-/* 2 */
- 0x11, 0x4, /* FC_RP [alloced_on_stack] */
-/* 4 */ NdrFcShort( 0x2 ), /* Offset= 2 (6) */
-/* 6 */ 0x30, /* FC_BIND_CONTEXT */
- 0xa4, /* Ctxt flags: via ptr, out, no serialize, */
-/* 8 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 10 */
- 0x11, 0x4, /* FC_RP [alloced_on_stack] */
-/* 12 */ NdrFcShort( 0x2 ), /* Offset= 2 (14) */
-/* 14 */ 0x30, /* FC_BIND_CONTEXT */
- 0xe5, /* Ctxt flags: via ptr, in, out, no serialize, can't be null */
-/* 16 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 18 */ 0x30, /* FC_BIND_CONTEXT */
- 0x45, /* Ctxt flags: in, no serialize, can't be null */
-/* 20 */ 0x0, /* 0 */
- 0x0, /* 0 */
-/* 22 */
- 0x11, 0x8, /* FC_RP [simple_pointer] */
-/* 24 */
- 0x25, /* FC_C_WSTRING */
- 0x5c, /* FC_PAD */
-/* 26 */
- 0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */
-/* 28 */ 0x8, /* FC_LONG */
- 0x5c, /* FC_PAD */
-/* 30 */
- 0x11, 0x0, /* FC_RP */
-/* 32 */ NdrFcShort( 0x2 ), /* Offset= 2 (34) */
-/* 34 */
- 0x1b, /* FC_CARRAY */
- 0x0, /* 0 */
-/* 36 */ NdrFcShort( 0x1 ), /* 1 */
-/* 38 */ 0x29, /* Corr desc: parameter, FC_ULONG */
- 0x0, /* */
-/* 40 */ NdrFcShort( 0x14 ), /* x86 Stack size/offset = 20 */
-/* 42 */ NdrFcShort( 0x1 ), /* Corr flags: early, */
-/* 44 */ 0x1, /* FC_BYTE */
- 0x5b, /* FC_END */
-/* 46 */
- 0x11, 0x0, /* FC_RP */
-/* 48 */ NdrFcShort( 0x2 ), /* Offset= 2 (50) */
-/* 50 */
- 0x1b, /* FC_CARRAY */
- 0x0, /* 0 */
-/* 52 */ NdrFcShort( 0x1 ), /* 1 */
-/* 54 */ 0x29, /* Corr desc: parameter, FC_ULONG */
- 0x0, /* */
-/* 56 */ NdrFcShort( 0x1c ), /* x86 Stack size/offset = 28 */
-/* 58 */ NdrFcShort( 0x0 ), /* Corr flags: */
-/* 60 */ 0x1, /* FC_BYTE */
- 0x5b, /* FC_END */
-
- 0x0
- }
- };
-
-static const NDR_RUNDOWN RundownRoutines[] =
- {
- PCONTEXT_HANDLE_TYPE_rundown
- };
-
-
-static const unsigned short RpcInterface_FormatStringOffsetTable[] =
- {
- 0,
- 34,
- 70,
- 154,
- 232,
- 280,
- 322,
- };
-
-
-static const unsigned short _callbackRpcInterface_FormatStringOffsetTable[] =
- {
- 358
- };
-
-
-static const MIDL_STUB_DESC RpcInterface_StubDesc =
- {
- (void *)& RpcInterface___RpcServerInterface,
- MIDL_user_allocate,
- MIDL_user_free,
- 0,
- RundownRoutines,
- 0,
- 0,
- 0,
- RpcInterface__MIDL_TypeFormatString.Format,
- 1, /* -error bounds_check flag */
- 0x50002, /* Ndr library version */
- 0,
- 0x801026e, /* MIDL Version 8.1.622 */
- 0,
- 0,
- 0, /* notify & notify_flag routine table */
- 0x1, /* MIDL flag */
- 0, /* cs routines */
- 0, /* proxy/server info */
- 0
- };
-
-static const RPC_DISPATCH_FUNCTION RpcInterface_table[] =
- {
- NdrServerCall2,
- NdrServerCall2,
- NdrServerCall2,
- NdrServerCall2,
- NdrServerCall2,
- NdrServerCall2,
- NdrServerCall2,
- 0
- };
-static const RPC_DISPATCH_TABLE RpcInterface_v1_0_DispatchTable =
- {
- 7,
- (RPC_DISPATCH_FUNCTION*)RpcInterface_table
- };
-
-static const SERVER_ROUTINE RpcInterface_ServerRoutineTable[] =
- {
- (SERVER_ROUTINE)RemoteOpen,
- (SERVER_ROUTINE)RemoteClose,
- (SERVER_ROUTINE)RegistryGetValue,
- (SERVER_ROUTINE)RegistrySetValue,
- (SERVER_ROUTINE)StartMetering,
- (SERVER_ROUTINE)SetSamplePeriod,
- (SERVER_ROUTINE)StopMetering,
- };
-
-static const STUB_THUNK RpcInterface_StubThunkTable[] =
- {
- 0,
- 0,
- RpcInterface_RegistryGetValue_Thunk,
- RpcInterface_RegistrySetValue_Thunk,
- 0,
- 0,
- 0,
- };
-
-static const MIDL_SERVER_INFO RpcInterface_ServerInfo =
- {
- &RpcInterface_StubDesc,
- RpcInterface_ServerRoutineTable,
- RpcInterface__MIDL_ProcFormatString.Format,
- RpcInterface_FormatStringOffsetTable,
- RpcInterface_StubThunkTable,
- 0,
- 0,
- 0};
-#if _MSC_VER >= 1200
-#pragma warning(pop)
-#endif
-
-
-#endif /* !defined(_M_IA64) && !defined(_M_AMD64) && !defined(_ARM_) */
-
diff --git a/Samples/CustomCapability/Service/Osrusbfx2Task/Osrusbfx2Task.csproj b/Samples/CustomCapability/Service/Osrusbfx2Task/Osrusbfx2Task.csproj
index 8e649f965d..f926e62df4 100644
--- a/Samples/CustomCapability/Service/Osrusbfx2Task/Osrusbfx2Task.csproj
+++ b/Samples/CustomCapability/Service/Osrusbfx2Task/Osrusbfx2Task.csproj
@@ -4,15 +4,15 @@
Debug
AnyCPU
- {87655708-3F5C-5E82-B201-52F6DB1A8971}
+ {D53F5E5E-2B0F-592C-A91D-19B0A0EC3233}
winmdobj
Properties
Osrusbfx2Task
Osrusbfx2Task
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
512
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/Samples/CustomCapability/Service/Server/RpcServer.vcxproj b/Samples/CustomCapability/Service/Server/RpcServer.vcxproj
index bebf2dff59..3bc66c1f9a 100644
--- a/Samples/CustomCapability/Service/Server/RpcServer.vcxproj
+++ b/Samples/CustomCapability/Service/Server/RpcServer.vcxproj
@@ -27,10 +27,10 @@
- {D1D0DB15-9D7D-57C6-9B84-32731D4F4B3A}
+ {5D1BFD32-D7ED-5CBD-973F-3299E24FE415}
Win32Proj
RpcServer
- 10.0.17134.0
+ 10.0.17763.0
diff --git a/Samples/CustomCapability/cpp/CustomCapability.sln b/Samples/CustomCapability/cpp/CustomCapability.sln
index f8009175c2..b6b668bce4 100644
--- a/Samples/CustomCapability/cpp/CustomCapability.sln
+++ b/Samples/CustomCapability/cpp/CustomCapability.sln
@@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomCapability", "CustomCapability.vcxproj", "{DBDDFB64-E433-5A05-BD84-15612E0C8937}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomCapability", "CustomCapability.vcxproj", "{9D992D7C-1431-55E5-B919-D09590C98031}"
ProjectSection(ProjectDependencies) = postProject
- {43579D6C-9BA2-505C-9FB3-7D74A71E6379} = {43579D6C-9BA2-505C-9FB3-7D74A71E6379}
+ {E9977421-75B7-5FC5-8330-3A82ABFDBD50} = {E9977421-75B7-5FC5-8330-3A82ABFDBD50}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcInterface", "..\Service\Interface\RpcInterface.vcxproj", "{B9574DFC-0906-5CE8-9A93-88FD96F9076F}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcInterface", "..\Service\Interface\RpcInterface.vcxproj", "{63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcServer", "..\Service\Server\RpcServer.vcxproj", "{EA240EE5-06A0-54BD-AA79-CD5B9AADE097}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcServer", "..\Service\Server\RpcServer.vcxproj", "{0C7787FC-5CBF-5A0D-8975-9D0F44E1EF34}"
ProjectSection(ProjectDependencies) = postProject
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F} = {B9574DFC-0906-5CE8-9A93-88FD96F9076F}
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7} = {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcClient", "..\Service\Client\RpcClient.vcxproj", "{43579D6C-9BA2-505C-9FB3-7D74A71E6379}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcClient", "..\Service\Client\RpcClient.vcxproj", "{E9977421-75B7-5FC5-8330-3A82ABFDBD50}"
ProjectSection(ProjectDependencies) = postProject
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F} = {B9574DFC-0906-5CE8-9A93-88FD96F9076F}
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7} = {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Osrusbfx2Task", "..\Service\Osrusbfx2Task\Osrusbfx2Task.csproj", "{28201DC4-0755-547C-99F5-0812FF7DCD85}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Osrusbfx2Task", "..\Service\Osrusbfx2Task\Osrusbfx2Task.csproj", "{7533D946-9A01-59E1-B66C-1898BD4DB8B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -30,51 +30,51 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Debug|x64.ActiveCfg = Debug|x64
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Debug|x64.Build.0 = Debug|x64
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Debug|x64.Deploy.0 = Debug|x64
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Debug|x86.ActiveCfg = Debug|Win32
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Debug|x86.Build.0 = Debug|Win32
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Debug|x86.Deploy.0 = Debug|Win32
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Release|x64.ActiveCfg = Release|x64
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Release|x64.Build.0 = Release|x64
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Release|x64.Deploy.0 = Release|x64
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Release|x86.ActiveCfg = Release|Win32
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Release|x86.Build.0 = Release|Win32
- {DBDDFB64-E433-5A05-BD84-15612E0C8937}.Release|x86.Deploy.0 = Release|Win32
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F}.Debug|x64.ActiveCfg = Debug|x64
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F}.Debug|x64.Build.0 = Debug|x64
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F}.Debug|x64.Deploy.0 = Debug|x64
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F}.Debug|x86.ActiveCfg = Debug|Win32
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F}.Debug|x86.Build.0 = Debug|Win32
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F}.Release|x64.ActiveCfg = Release|x64
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F}.Release|x64.Build.0 = Release|x64
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F}.Release|x86.ActiveCfg = Release|Win32
- {B9574DFC-0906-5CE8-9A93-88FD96F9076F}.Release|x86.Build.0 = Release|Win32
- {EA240EE5-06A0-54BD-AA79-CD5B9AADE097}.Debug|x64.ActiveCfg = Debug|x64
- {EA240EE5-06A0-54BD-AA79-CD5B9AADE097}.Debug|x64.Build.0 = Debug|x64
- {EA240EE5-06A0-54BD-AA79-CD5B9AADE097}.Debug|x86.ActiveCfg = Debug|Win32
- {EA240EE5-06A0-54BD-AA79-CD5B9AADE097}.Debug|x86.Build.0 = Debug|Win32
- {EA240EE5-06A0-54BD-AA79-CD5B9AADE097}.Release|x64.ActiveCfg = Release|x64
- {EA240EE5-06A0-54BD-AA79-CD5B9AADE097}.Release|x64.Build.0 = Release|x64
- {EA240EE5-06A0-54BD-AA79-CD5B9AADE097}.Release|x86.ActiveCfg = Release|Win32
- {EA240EE5-06A0-54BD-AA79-CD5B9AADE097}.Release|x86.Build.0 = Release|Win32
- {43579D6C-9BA2-505C-9FB3-7D74A71E6379}.Debug|x64.ActiveCfg = Debug|x64
- {43579D6C-9BA2-505C-9FB3-7D74A71E6379}.Debug|x64.Build.0 = Debug|x64
- {43579D6C-9BA2-505C-9FB3-7D74A71E6379}.Debug|x86.ActiveCfg = Debug|Win32
- {43579D6C-9BA2-505C-9FB3-7D74A71E6379}.Debug|x86.Build.0 = Debug|Win32
- {43579D6C-9BA2-505C-9FB3-7D74A71E6379}.Release|x64.ActiveCfg = Release|x64
- {43579D6C-9BA2-505C-9FB3-7D74A71E6379}.Release|x64.Build.0 = Release|x64
- {43579D6C-9BA2-505C-9FB3-7D74A71E6379}.Release|x86.ActiveCfg = Release|Win32
- {43579D6C-9BA2-505C-9FB3-7D74A71E6379}.Release|x86.Build.0 = Release|Win32
- {28201DC4-0755-547C-99F5-0812FF7DCD85}.Debug|x64.ActiveCfg = Debug|x64
- {28201DC4-0755-547C-99F5-0812FF7DCD85}.Debug|x64.Build.0 = Debug|x64
- {28201DC4-0755-547C-99F5-0812FF7DCD85}.Debug|x86.ActiveCfg = Debug|x86
- {28201DC4-0755-547C-99F5-0812FF7DCD85}.Debug|x86.Build.0 = Debug|x86
- {28201DC4-0755-547C-99F5-0812FF7DCD85}.Release|x64.ActiveCfg = Release|x64
- {28201DC4-0755-547C-99F5-0812FF7DCD85}.Release|x64.Build.0 = Release|x64
- {28201DC4-0755-547C-99F5-0812FF7DCD85}.Release|x86.ActiveCfg = Release|x86
- {28201DC4-0755-547C-99F5-0812FF7DCD85}.Release|x86.Build.0 = Release|x86
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Debug|x64.ActiveCfg = Debug|x64
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Debug|x64.Build.0 = Debug|x64
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Debug|x64.Deploy.0 = Debug|x64
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Debug|x86.ActiveCfg = Debug|Win32
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Debug|x86.Build.0 = Debug|Win32
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Debug|x86.Deploy.0 = Debug|Win32
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Release|x64.ActiveCfg = Release|x64
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Release|x64.Build.0 = Release|x64
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Release|x64.Deploy.0 = Release|x64
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Release|x86.ActiveCfg = Release|Win32
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Release|x86.Build.0 = Release|Win32
+ {9D992D7C-1431-55E5-B919-D09590C98031}.Release|x86.Deploy.0 = Release|Win32
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}.Debug|x64.ActiveCfg = Debug|x64
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}.Debug|x64.Build.0 = Debug|x64
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}.Debug|x64.Deploy.0 = Debug|x64
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}.Debug|x86.ActiveCfg = Debug|Win32
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}.Debug|x86.Build.0 = Debug|Win32
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}.Release|x64.ActiveCfg = Release|x64
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}.Release|x64.Build.0 = Release|x64
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}.Release|x86.ActiveCfg = Release|Win32
+ {63BDA28A-0D98-5F1A-8EDB-6BEF22E352D7}.Release|x86.Build.0 = Release|Win32
+ {0C7787FC-5CBF-5A0D-8975-9D0F44E1EF34}.Debug|x64.ActiveCfg = Debug|x64
+ {0C7787FC-5CBF-5A0D-8975-9D0F44E1EF34}.Debug|x64.Build.0 = Debug|x64
+ {0C7787FC-5CBF-5A0D-8975-9D0F44E1EF34}.Debug|x86.ActiveCfg = Debug|Win32
+ {0C7787FC-5CBF-5A0D-8975-9D0F44E1EF34}.Debug|x86.Build.0 = Debug|Win32
+ {0C7787FC-5CBF-5A0D-8975-9D0F44E1EF34}.Release|x64.ActiveCfg = Release|x64
+ {0C7787FC-5CBF-5A0D-8975-9D0F44E1EF34}.Release|x64.Build.0 = Release|x64
+ {0C7787FC-5CBF-5A0D-8975-9D0F44E1EF34}.Release|x86.ActiveCfg = Release|Win32
+ {0C7787FC-5CBF-5A0D-8975-9D0F44E1EF34}.Release|x86.Build.0 = Release|Win32
+ {E9977421-75B7-5FC5-8330-3A82ABFDBD50}.Debug|x64.ActiveCfg = Debug|x64
+ {E9977421-75B7-5FC5-8330-3A82ABFDBD50}.Debug|x64.Build.0 = Debug|x64
+ {E9977421-75B7-5FC5-8330-3A82ABFDBD50}.Debug|x86.ActiveCfg = Debug|Win32
+ {E9977421-75B7-5FC5-8330-3A82ABFDBD50}.Debug|x86.Build.0 = Debug|Win32
+ {E9977421-75B7-5FC5-8330-3A82ABFDBD50}.Release|x64.ActiveCfg = Release|x64
+ {E9977421-75B7-5FC5-8330-3A82ABFDBD50}.Release|x64.Build.0 = Release|x64
+ {E9977421-75B7-5FC5-8330-3A82ABFDBD50}.Release|x86.ActiveCfg = Release|Win32
+ {E9977421-75B7-5FC5-8330-3A82ABFDBD50}.Release|x86.Build.0 = Release|Win32
+ {7533D946-9A01-59E1-B66C-1898BD4DB8B6}.Debug|x64.ActiveCfg = Debug|x64
+ {7533D946-9A01-59E1-B66C-1898BD4DB8B6}.Debug|x64.Build.0 = Debug|x64
+ {7533D946-9A01-59E1-B66C-1898BD4DB8B6}.Debug|x86.ActiveCfg = Debug|x86
+ {7533D946-9A01-59E1-B66C-1898BD4DB8B6}.Debug|x86.Build.0 = Debug|x86
+ {7533D946-9A01-59E1-B66C-1898BD4DB8B6}.Release|x64.ActiveCfg = Release|x64
+ {7533D946-9A01-59E1-B66C-1898BD4DB8B6}.Release|x64.Build.0 = Release|x64
+ {7533D946-9A01-59E1-B66C-1898BD4DB8B6}.Release|x86.ActiveCfg = Release|x86
+ {7533D946-9A01-59E1-B66C-1898BD4DB8B6}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomCapability/cpp/CustomCapability.vcxproj b/Samples/CustomCapability/cpp/CustomCapability.vcxproj
index daa431d802..a79f578013 100644
--- a/Samples/CustomCapability/cpp/CustomCapability.vcxproj
+++ b/Samples/CustomCapability/cpp/CustomCapability.vcxproj
@@ -1,14 +1,14 @@
- {dbddfb64-e433-5a05-bd84-15612e0c8937}
+ {9d992d7c-1431-55e5-b919-d09590c98031}
SDKTemplate
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
10.0
CustomCapability
diff --git a/Samples/CustomCapability/cpp/Package.appxmanifest b/Samples/CustomCapability/cpp/Package.appxmanifest
index e170a28543..0fd506d805 100644
--- a/Samples/CustomCapability/cpp/Package.appxmanifest
+++ b/Samples/CustomCapability/cpp/Package.appxmanifest
@@ -15,7 +15,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CustomCapability/cs/CustomCapability.csproj b/Samples/CustomCapability/cs/CustomCapability.csproj
index 14e097eb1a..4ccc16a26b 100644
--- a/Samples/CustomCapability/cs/CustomCapability.csproj
+++ b/Samples/CustomCapability/cs/CustomCapability.csproj
@@ -2,15 +2,15 @@
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}
AppContainerExe
Properties
SDKTemplate
CustomCapability
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/Samples/CustomCapability/cs/CustomCapability.sln b/Samples/CustomCapability/cs/CustomCapability.sln
index f2c31c50ed..cde1d627d8 100644
--- a/Samples/CustomCapability/cs/CustomCapability.sln
+++ b/Samples/CustomCapability/cs/CustomCapability.sln
@@ -3,21 +3,21 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcInterface", "..\Service\Interface\RpcInterface.vcxproj", "{146F5FC7-B970-588C-A9E1-E33140CECB29}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcInterface", "..\Service\Interface\RpcInterface.vcxproj", "{698B6A48-FC98-503B-9559-9B94C0168BBD}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcServer", "..\Service\Server\RpcServer.vcxproj", "{2125A674-5E3F-57DC-96EB-DB20C36FF7D3}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcServer", "..\Service\Server\RpcServer.vcxproj", "{FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}"
ProjectSection(ProjectDependencies) = postProject
- {146F5FC7-B970-588C-A9E1-E33140CECB29} = {146F5FC7-B970-588C-A9E1-E33140CECB29}
+ {698B6A48-FC98-503B-9559-9B94C0168BBD} = {698B6A48-FC98-503B-9559-9B94C0168BBD}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcClient", "..\Service\Client\RpcClient.vcxproj", "{35C2A506-5CDC-5EAE-B633-2385314CFF17}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcClient", "..\Service\Client\RpcClient.vcxproj", "{C7A37AC5-07A8-5F36-B088-F95F3F846BD1}"
ProjectSection(ProjectDependencies) = postProject
- {146F5FC7-B970-588C-A9E1-E33140CECB29} = {146F5FC7-B970-588C-A9E1-E33140CECB29}
+ {698B6A48-FC98-503B-9559-9B94C0168BBD} = {698B6A48-FC98-503B-9559-9B94C0168BBD}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCapability", "CustomCapability.csproj", "{F33E1D68-F07A-5273-B28A-3ABA296F0B5C}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCapability", "CustomCapability.csproj", "{000A35A4-E3C7-5E4A-9D75-E75550106B4C}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Osrusbfx2Task", "..\Service\Osrusbfx2Task\Osrusbfx2Task.csproj", "{8790F5BD-720C-5C15-9A07-D72D4BA3FD35}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Osrusbfx2Task", "..\Service\Osrusbfx2Task\Osrusbfx2Task.csproj", "{08B7C0E4-6A86-53F7-9534-EACE3034E76E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -29,63 +29,63 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Debug|x64.ActiveCfg = Debug|x64
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Debug|x64.Build.0 = Debug|x64
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Debug|x64.Deploy.0 = Debug|x64
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Debug|x86.ActiveCfg = Debug|Win32
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Debug|x86.Build.0 = Debug|Win32
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Release|Any CPU.ActiveCfg = Release|Win32
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Release|x64.ActiveCfg = Release|x64
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Release|x64.Build.0 = Release|x64
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Release|x86.ActiveCfg = Release|Win32
- {146F5FC7-B970-588C-A9E1-E33140CECB29}.Release|x86.Build.0 = Release|Win32
- {2125A674-5E3F-57DC-96EB-DB20C36FF7D3}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {2125A674-5E3F-57DC-96EB-DB20C36FF7D3}.Debug|x64.ActiveCfg = Debug|x64
- {2125A674-5E3F-57DC-96EB-DB20C36FF7D3}.Debug|x64.Build.0 = Debug|x64
- {2125A674-5E3F-57DC-96EB-DB20C36FF7D3}.Debug|x86.ActiveCfg = Debug|Win32
- {2125A674-5E3F-57DC-96EB-DB20C36FF7D3}.Debug|x86.Build.0 = Debug|Win32
- {2125A674-5E3F-57DC-96EB-DB20C36FF7D3}.Release|Any CPU.ActiveCfg = Release|Win32
- {2125A674-5E3F-57DC-96EB-DB20C36FF7D3}.Release|x64.ActiveCfg = Release|x64
- {2125A674-5E3F-57DC-96EB-DB20C36FF7D3}.Release|x64.Build.0 = Release|x64
- {2125A674-5E3F-57DC-96EB-DB20C36FF7D3}.Release|x86.ActiveCfg = Release|Win32
- {2125A674-5E3F-57DC-96EB-DB20C36FF7D3}.Release|x86.Build.0 = Release|Win32
- {35C2A506-5CDC-5EAE-B633-2385314CFF17}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {35C2A506-5CDC-5EAE-B633-2385314CFF17}.Debug|x64.ActiveCfg = Debug|x64
- {35C2A506-5CDC-5EAE-B633-2385314CFF17}.Debug|x64.Build.0 = Debug|x64
- {35C2A506-5CDC-5EAE-B633-2385314CFF17}.Debug|x86.ActiveCfg = Debug|Win32
- {35C2A506-5CDC-5EAE-B633-2385314CFF17}.Debug|x86.Build.0 = Debug|Win32
- {35C2A506-5CDC-5EAE-B633-2385314CFF17}.Release|Any CPU.ActiveCfg = Release|Win32
- {35C2A506-5CDC-5EAE-B633-2385314CFF17}.Release|x64.ActiveCfg = Release|x64
- {35C2A506-5CDC-5EAE-B633-2385314CFF17}.Release|x64.Build.0 = Release|x64
- {35C2A506-5CDC-5EAE-B633-2385314CFF17}.Release|x86.ActiveCfg = Release|Win32
- {35C2A506-5CDC-5EAE-B633-2385314CFF17}.Release|x86.Build.0 = Release|Win32
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Debug|Any CPU.ActiveCfg = Debug|x86
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Debug|x64.ActiveCfg = Debug|x64
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Debug|x64.Build.0 = Debug|x64
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Debug|x64.Deploy.0 = Debug|x64
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Debug|x86.ActiveCfg = Debug|x86
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Debug|x86.Build.0 = Debug|x86
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Debug|x86.Deploy.0 = Debug|x86
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Release|Any CPU.ActiveCfg = Release|x86
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Release|x64.ActiveCfg = Release|x64
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Release|x64.Build.0 = Release|x64
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Release|x64.Deploy.0 = Release|x64
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Release|x86.ActiveCfg = Release|x86
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Release|x86.Build.0 = Release|x86
- {F33E1D68-F07A-5273-B28A-3ABA296F0B5C}.Release|x86.Deploy.0 = Release|x86
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Debug|x64.ActiveCfg = Debug|x64
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Debug|x64.Build.0 = Debug|x64
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Debug|x86.ActiveCfg = Debug|x86
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Debug|x86.Build.0 = Debug|x86
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Release|Any CPU.Build.0 = Release|Any CPU
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Release|x64.ActiveCfg = Release|x64
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Release|x64.Build.0 = Release|x64
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Release|x86.ActiveCfg = Release|x86
- {8790F5BD-720C-5C15-9A07-D72D4BA3FD35}.Release|x86.Build.0 = Release|x86
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Debug|x64.ActiveCfg = Debug|x64
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Debug|x64.Build.0 = Debug|x64
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Debug|x64.Deploy.0 = Debug|x64
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Debug|x86.ActiveCfg = Debug|Win32
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Debug|x86.Build.0 = Debug|Win32
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Release|Any CPU.ActiveCfg = Release|Win32
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Release|x64.ActiveCfg = Release|x64
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Release|x64.Build.0 = Release|x64
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Release|x86.ActiveCfg = Release|Win32
+ {698B6A48-FC98-503B-9559-9B94C0168BBD}.Release|x86.Build.0 = Release|Win32
+ {FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}.Debug|x64.ActiveCfg = Debug|x64
+ {FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}.Debug|x64.Build.0 = Debug|x64
+ {FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}.Debug|x86.ActiveCfg = Debug|Win32
+ {FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}.Debug|x86.Build.0 = Debug|Win32
+ {FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}.Release|Any CPU.ActiveCfg = Release|Win32
+ {FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}.Release|x64.ActiveCfg = Release|x64
+ {FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}.Release|x64.Build.0 = Release|x64
+ {FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}.Release|x86.ActiveCfg = Release|Win32
+ {FA1DF72F-C52D-5D50-9A9F-1C2C378E62E0}.Release|x86.Build.0 = Release|Win32
+ {C7A37AC5-07A8-5F36-B088-F95F3F846BD1}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {C7A37AC5-07A8-5F36-B088-F95F3F846BD1}.Debug|x64.ActiveCfg = Debug|x64
+ {C7A37AC5-07A8-5F36-B088-F95F3F846BD1}.Debug|x64.Build.0 = Debug|x64
+ {C7A37AC5-07A8-5F36-B088-F95F3F846BD1}.Debug|x86.ActiveCfg = Debug|Win32
+ {C7A37AC5-07A8-5F36-B088-F95F3F846BD1}.Debug|x86.Build.0 = Debug|Win32
+ {C7A37AC5-07A8-5F36-B088-F95F3F846BD1}.Release|Any CPU.ActiveCfg = Release|Win32
+ {C7A37AC5-07A8-5F36-B088-F95F3F846BD1}.Release|x64.ActiveCfg = Release|x64
+ {C7A37AC5-07A8-5F36-B088-F95F3F846BD1}.Release|x64.Build.0 = Release|x64
+ {C7A37AC5-07A8-5F36-B088-F95F3F846BD1}.Release|x86.ActiveCfg = Release|Win32
+ {C7A37AC5-07A8-5F36-B088-F95F3F846BD1}.Release|x86.Build.0 = Release|Win32
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Debug|x64.ActiveCfg = Debug|x64
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Debug|x64.Build.0 = Debug|x64
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Debug|x64.Deploy.0 = Debug|x64
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Debug|x86.ActiveCfg = Debug|x86
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Debug|x86.Build.0 = Debug|x86
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Debug|x86.Deploy.0 = Debug|x86
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Release|Any CPU.ActiveCfg = Release|x86
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Release|x64.ActiveCfg = Release|x64
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Release|x64.Build.0 = Release|x64
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Release|x64.Deploy.0 = Release|x64
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Release|x86.ActiveCfg = Release|x86
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Release|x86.Build.0 = Release|x86
+ {000A35A4-E3C7-5E4A-9D75-E75550106B4C}.Release|x86.Deploy.0 = Release|x86
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Debug|x64.ActiveCfg = Debug|x64
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Debug|x64.Build.0 = Debug|x64
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Debug|x86.ActiveCfg = Debug|x86
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Debug|x86.Build.0 = Debug|x86
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Release|Any CPU.Build.0 = Release|Any CPU
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Release|x64.ActiveCfg = Release|x64
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Release|x64.Build.0 = Release|x64
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Release|x86.ActiveCfg = Release|x86
+ {08B7C0E4-6A86-53F7-9534-EACE3034E76E}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomCapability/cs/Package.appxmanifest b/Samples/CustomCapability/cs/Package.appxmanifest
index ca20d9d90f..968da971f0 100644
--- a/Samples/CustomCapability/cs/Package.appxmanifest
+++ b/Samples/CustomCapability/cs/Package.appxmanifest
@@ -23,7 +23,7 @@
-
+
diff --git a/Samples/CustomCapability/custom-capability.yaml b/Samples/CustomCapability/custom-capability.yml
similarity index 100%
rename from Samples/CustomCapability/custom-capability.yaml
rename to Samples/CustomCapability/custom-capability.yml
diff --git a/Samples/CustomCapability/js/CustomCapability.jsproj b/Samples/CustomCapability/js/CustomCapability.jsproj
index 2ee01f12c7..0ef95017e2 100644
--- a/Samples/CustomCapability/js/CustomCapability.jsproj
+++ b/Samples/CustomCapability/js/CustomCapability.jsproj
@@ -38,7 +38,7 @@
- 945b7c2c-7f47-5f0f-928f-2ddc69f89f31
+ 0214b9df-1bf3-5539-9fe2-472b8600a931
@@ -48,8 +48,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/CustomCapability/js/CustomCapability.sln b/Samples/CustomCapability/js/CustomCapability.sln
index 96edfb0514..819d597910 100644
--- a/Samples/CustomCapability/js/CustomCapability.sln
+++ b/Samples/CustomCapability/js/CustomCapability.sln
@@ -3,26 +3,26 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcInterface", "..\Service\Interface\RpcInterface.vcxproj", "{BA80D389-9C8D-5BBA-932D-05E5C733D657}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcInterface", "..\Service\Interface\RpcInterface.vcxproj", "{DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcServer", "..\Service\Server\RpcServer.vcxproj", "{3E0FCE27-35CC-588A-89BF-3408B1FD0645}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcServer", "..\Service\Server\RpcServer.vcxproj", "{6C40660C-06F5-56EC-BADB-2B991332201E}"
ProjectSection(ProjectDependencies) = postProject
- {BA80D389-9C8D-5BBA-932D-05E5C733D657} = {BA80D389-9C8D-5BBA-932D-05E5C733D657}
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A} = {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcClient", "..\Service\Client\RpcClient.vcxproj", "{DA565D01-E248-5913-9DF9-A16EBB6B9C5E}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcClient", "..\Service\Client\RpcClient.vcxproj", "{8707AD07-A67A-52C7-8ECC-A4ED963C52B1}"
ProjectSection(ProjectDependencies) = postProject
- {BA80D389-9C8D-5BBA-932D-05E5C733D657} = {BA80D389-9C8D-5BBA-932D-05E5C733D657}
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A} = {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}
EndProjectSection
EndProject
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CustomCapability", "CustomCapability.jsproj", "{945B7C2C-7F47-5F0F-928F-2DDC69F89F31}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CustomCapability", "CustomCapability.jsproj", "{0214B9DF-1BF3-5539-9FE2-472B8600A931}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcClientRt", "RpcClientRt\RpcClientRt.vcxproj", "{03DB0B89-07A6-58C7-B52A-16FC172BBC93}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RpcClientRt", "RpcClientRt\RpcClientRt.vcxproj", "{CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}"
ProjectSection(ProjectDependencies) = postProject
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E} = {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1} = {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Osrusbfx2Task", "..\Service\Osrusbfx2Task\Osrusbfx2Task.csproj", "{6ED16835-4B91-50B2-AA39-2C2955ABD440}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Osrusbfx2Task", "..\Service\Osrusbfx2Task\Osrusbfx2Task.csproj", "{B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -34,77 +34,77 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Debug|x64.ActiveCfg = Debug|x64
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Debug|x64.Build.0 = Debug|x64
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Debug|x64.Deploy.0 = Debug|x64
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Debug|x86.ActiveCfg = Debug|Win32
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Debug|x86.Build.0 = Debug|Win32
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Release|Any CPU.ActiveCfg = Release|Win32
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Release|x64.ActiveCfg = Release|x64
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Release|x64.Build.0 = Release|x64
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Release|x86.ActiveCfg = Release|Win32
- {BA80D389-9C8D-5BBA-932D-05E5C733D657}.Release|x86.Build.0 = Release|Win32
- {3E0FCE27-35CC-588A-89BF-3408B1FD0645}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {3E0FCE27-35CC-588A-89BF-3408B1FD0645}.Debug|x64.ActiveCfg = Debug|x64
- {3E0FCE27-35CC-588A-89BF-3408B1FD0645}.Debug|x64.Build.0 = Debug|x64
- {3E0FCE27-35CC-588A-89BF-3408B1FD0645}.Debug|x86.ActiveCfg = Debug|Win32
- {3E0FCE27-35CC-588A-89BF-3408B1FD0645}.Debug|x86.Build.0 = Debug|Win32
- {3E0FCE27-35CC-588A-89BF-3408B1FD0645}.Release|Any CPU.ActiveCfg = Release|Win32
- {3E0FCE27-35CC-588A-89BF-3408B1FD0645}.Release|x64.ActiveCfg = Release|x64
- {3E0FCE27-35CC-588A-89BF-3408B1FD0645}.Release|x64.Build.0 = Release|x64
- {3E0FCE27-35CC-588A-89BF-3408B1FD0645}.Release|x86.ActiveCfg = Release|Win32
- {3E0FCE27-35CC-588A-89BF-3408B1FD0645}.Release|x86.Build.0 = Release|Win32
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}.Debug|x64.ActiveCfg = Debug|x64
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}.Debug|x64.Build.0 = Debug|x64
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}.Debug|x86.ActiveCfg = Debug|Win32
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}.Debug|x86.Build.0 = Debug|Win32
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}.Release|Any CPU.ActiveCfg = Release|Win32
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}.Release|x64.ActiveCfg = Release|x64
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}.Release|x64.Build.0 = Release|x64
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}.Release|x86.ActiveCfg = Release|Win32
- {DA565D01-E248-5913-9DF9-A16EBB6B9C5E}.Release|x86.Build.0 = Release|Win32
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Debug|x64.ActiveCfg = Debug|x64
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Debug|x64.Build.0 = Debug|x64
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Debug|x64.Deploy.0 = Debug|x64
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Debug|x86.ActiveCfg = Debug|x86
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Debug|x86.Build.0 = Debug|x86
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Debug|x86.Deploy.0 = Debug|x86
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Release|Any CPU.Build.0 = Release|Any CPU
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Release|x64.ActiveCfg = Release|x64
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Release|x64.Build.0 = Release|x64
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Release|x64.Deploy.0 = Release|x64
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Release|x86.ActiveCfg = Release|x86
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Release|x86.Build.0 = Release|x86
- {945B7C2C-7F47-5F0F-928F-2DDC69F89F31}.Release|x86.Deploy.0 = Release|x86
- {03DB0B89-07A6-58C7-B52A-16FC172BBC93}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {03DB0B89-07A6-58C7-B52A-16FC172BBC93}.Debug|x64.ActiveCfg = Debug|x64
- {03DB0B89-07A6-58C7-B52A-16FC172BBC93}.Debug|x64.Build.0 = Debug|x64
- {03DB0B89-07A6-58C7-B52A-16FC172BBC93}.Debug|x86.ActiveCfg = Debug|Win32
- {03DB0B89-07A6-58C7-B52A-16FC172BBC93}.Debug|x86.Build.0 = Debug|Win32
- {03DB0B89-07A6-58C7-B52A-16FC172BBC93}.Release|Any CPU.ActiveCfg = Release|Win32
- {03DB0B89-07A6-58C7-B52A-16FC172BBC93}.Release|x64.ActiveCfg = Release|x64
- {03DB0B89-07A6-58C7-B52A-16FC172BBC93}.Release|x64.Build.0 = Release|x64
- {03DB0B89-07A6-58C7-B52A-16FC172BBC93}.Release|x86.ActiveCfg = Release|Win32
- {03DB0B89-07A6-58C7-B52A-16FC172BBC93}.Release|x86.Build.0 = Release|Win32
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Debug|x64.ActiveCfg = Debug|x64
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Debug|x64.Build.0 = Debug|x64
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Debug|x86.ActiveCfg = Debug|x86
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Debug|x86.Build.0 = Debug|x86
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Release|Any CPU.Build.0 = Release|Any CPU
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Release|x64.ActiveCfg = Release|x64
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Release|x64.Build.0 = Release|x64
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Release|x86.ActiveCfg = Release|x86
- {6ED16835-4B91-50B2-AA39-2C2955ABD440}.Release|x86.Build.0 = Release|x86
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Debug|x64.ActiveCfg = Debug|x64
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Debug|x64.Build.0 = Debug|x64
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Debug|x64.Deploy.0 = Debug|x64
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Debug|x86.ActiveCfg = Debug|Win32
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Debug|x86.Build.0 = Debug|Win32
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Release|Any CPU.ActiveCfg = Release|Win32
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Release|x64.ActiveCfg = Release|x64
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Release|x64.Build.0 = Release|x64
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Release|x86.ActiveCfg = Release|Win32
+ {DD4486B2-CAB2-5F3D-B73A-388F1A180C7A}.Release|x86.Build.0 = Release|Win32
+ {6C40660C-06F5-56EC-BADB-2B991332201E}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {6C40660C-06F5-56EC-BADB-2B991332201E}.Debug|x64.ActiveCfg = Debug|x64
+ {6C40660C-06F5-56EC-BADB-2B991332201E}.Debug|x64.Build.0 = Debug|x64
+ {6C40660C-06F5-56EC-BADB-2B991332201E}.Debug|x86.ActiveCfg = Debug|Win32
+ {6C40660C-06F5-56EC-BADB-2B991332201E}.Debug|x86.Build.0 = Debug|Win32
+ {6C40660C-06F5-56EC-BADB-2B991332201E}.Release|Any CPU.ActiveCfg = Release|Win32
+ {6C40660C-06F5-56EC-BADB-2B991332201E}.Release|x64.ActiveCfg = Release|x64
+ {6C40660C-06F5-56EC-BADB-2B991332201E}.Release|x64.Build.0 = Release|x64
+ {6C40660C-06F5-56EC-BADB-2B991332201E}.Release|x86.ActiveCfg = Release|Win32
+ {6C40660C-06F5-56EC-BADB-2B991332201E}.Release|x86.Build.0 = Release|Win32
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}.Debug|x64.ActiveCfg = Debug|x64
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}.Debug|x64.Build.0 = Debug|x64
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}.Debug|x86.ActiveCfg = Debug|Win32
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}.Debug|x86.Build.0 = Debug|Win32
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}.Release|Any CPU.ActiveCfg = Release|Win32
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}.Release|x64.ActiveCfg = Release|x64
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}.Release|x64.Build.0 = Release|x64
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}.Release|x86.ActiveCfg = Release|Win32
+ {8707AD07-A67A-52C7-8ECC-A4ED963C52B1}.Release|x86.Build.0 = Release|Win32
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Debug|x64.ActiveCfg = Debug|x64
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Debug|x64.Build.0 = Debug|x64
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Debug|x64.Deploy.0 = Debug|x64
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Debug|x86.ActiveCfg = Debug|x86
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Debug|x86.Build.0 = Debug|x86
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Debug|x86.Deploy.0 = Debug|x86
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Release|Any CPU.Build.0 = Release|Any CPU
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Release|x64.ActiveCfg = Release|x64
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Release|x64.Build.0 = Release|x64
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Release|x64.Deploy.0 = Release|x64
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Release|x86.ActiveCfg = Release|x86
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Release|x86.Build.0 = Release|x86
+ {0214B9DF-1BF3-5539-9FE2-472B8600A931}.Release|x86.Deploy.0 = Release|x86
+ {CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}.Debug|x64.ActiveCfg = Debug|x64
+ {CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}.Debug|x64.Build.0 = Debug|x64
+ {CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}.Debug|x86.ActiveCfg = Debug|Win32
+ {CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}.Debug|x86.Build.0 = Debug|Win32
+ {CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}.Release|Any CPU.ActiveCfg = Release|Win32
+ {CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}.Release|x64.ActiveCfg = Release|x64
+ {CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}.Release|x64.Build.0 = Release|x64
+ {CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}.Release|x86.ActiveCfg = Release|Win32
+ {CD2062BD-D06B-5D02-8BC1-D783BE81DDA1}.Release|x86.Build.0 = Release|Win32
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Debug|x64.ActiveCfg = Debug|x64
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Debug|x64.Build.0 = Debug|x64
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Debug|x86.ActiveCfg = Debug|x86
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Debug|x86.Build.0 = Debug|x86
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Release|x64.ActiveCfg = Release|x64
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Release|x64.Build.0 = Release|x64
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Release|x86.ActiveCfg = Release|x86
+ {B01BDEDB-C3FC-5EDC-B861-CC84C3FDCD6B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomCapability/js/RpcClientRt/RpcClientRt.vcxproj b/Samples/CustomCapability/js/RpcClientRt/RpcClientRt.vcxproj
index 22d9ee3d1e..3a374f9eb6 100644
--- a/Samples/CustomCapability/js/RpcClientRt/RpcClientRt.vcxproj
+++ b/Samples/CustomCapability/js/RpcClientRt/RpcClientRt.vcxproj
@@ -27,15 +27,15 @@
- {03db0b89-07a6-58c7-b52a-16fc172bbc93}
+ {cd2062bd-d06b-5d02-8bc1-d783be81dda1}
WindowsRuntimeComponent
RpcClientRt
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
10.0
diff --git a/Samples/CustomCapability/js/package.appxmanifest b/Samples/CustomCapability/js/package.appxmanifest
index 433058b032..e9884efce1 100644
--- a/Samples/CustomCapability/js/package.appxmanifest
+++ b/Samples/CustomCapability/js/package.appxmanifest
@@ -15,7 +15,7 @@
images\StoreLogo-sdk.png
-
+
diff --git a/Samples/CustomEditControl/cs/CustomEditControl.csproj b/Samples/CustomEditControl/cs/CustomEditControl.csproj
index 426dcd0e9e..af2f965cbf 100644
--- a/Samples/CustomEditControl/cs/CustomEditControl.csproj
+++ b/Samples/CustomEditControl/cs/CustomEditControl.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}
AppContainerExe
Properties
SDKTemplate
CustomEditControl
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CustomEditControl/cs/CustomEditControl.sln b/Samples/CustomEditControl/cs/CustomEditControl.sln
index 8fba66bbb6..77199c9be3 100644
--- a/Samples/CustomEditControl/cs/CustomEditControl.sln
+++ b/Samples/CustomEditControl/cs/CustomEditControl.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomEditControl", "CustomEditControl.csproj", "{AD44AF56-E88F-5E0A-807F-FECBC697CEEB}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomEditControl", "CustomEditControl.csproj", "{94BD1D42-3B97-5406-88BD-21A0A6476361}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Debug|ARM.ActiveCfg = Debug|ARM
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Debug|ARM.Build.0 = Debug|ARM
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Debug|ARM.Deploy.0 = Debug|ARM
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Debug|x64.ActiveCfg = Debug|x64
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Debug|x64.Build.0 = Debug|x64
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Debug|x64.Deploy.0 = Debug|x64
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Debug|x86.ActiveCfg = Debug|x86
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Debug|x86.Build.0 = Debug|x86
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Debug|x86.Deploy.0 = Debug|x86
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Release|ARM.ActiveCfg = Release|ARM
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Release|ARM.Build.0 = Release|ARM
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Release|ARM.Deploy.0 = Release|ARM
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Release|x64.ActiveCfg = Release|x64
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Release|x64.Build.0 = Release|x64
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Release|x64.Deploy.0 = Release|x64
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Release|x86.ActiveCfg = Release|x86
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Release|x86.Build.0 = Release|x86
- {AD44AF56-E88F-5E0A-807F-FECBC697CEEB}.Release|x86.Deploy.0 = Release|x86
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Debug|ARM.ActiveCfg = Debug|ARM
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Debug|ARM.Build.0 = Debug|ARM
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Debug|ARM.Deploy.0 = Debug|ARM
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Debug|x64.ActiveCfg = Debug|x64
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Debug|x64.Build.0 = Debug|x64
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Debug|x64.Deploy.0 = Debug|x64
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Debug|x86.ActiveCfg = Debug|x86
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Debug|x86.Build.0 = Debug|x86
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Debug|x86.Deploy.0 = Debug|x86
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Release|ARM.ActiveCfg = Release|ARM
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Release|ARM.Build.0 = Release|ARM
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Release|ARM.Deploy.0 = Release|ARM
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Release|x64.ActiveCfg = Release|x64
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Release|x64.Build.0 = Release|x64
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Release|x64.Deploy.0 = Release|x64
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Release|x86.ActiveCfg = Release|x86
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Release|x86.Build.0 = Release|x86
+ {94BD1D42-3B97-5406-88BD-21A0A6476361}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomEditControl/cs/Package.appxmanifest b/Samples/CustomEditControl/cs/Package.appxmanifest
index 508df809f7..4b6b5b8ac2 100644
--- a/Samples/CustomEditControl/cs/Package.appxmanifest
+++ b/Samples/CustomEditControl/cs/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CustomEditControl/custom-edit-control.yaml b/Samples/CustomEditControl/custom-edit-control.yml
similarity index 100%
rename from Samples/CustomEditControl/custom-edit-control.yaml
rename to Samples/CustomEditControl/custom-edit-control.yml
diff --git a/Samples/CustomHidDeviceAccess/cpp/CustomHidDeviceAccess.sln b/Samples/CustomHidDeviceAccess/cpp/CustomHidDeviceAccess.sln
index 7225c3f0ff..46be2c2281 100644
--- a/Samples/CustomHidDeviceAccess/cpp/CustomHidDeviceAccess.sln
+++ b/Samples/CustomHidDeviceAccess/cpp/CustomHidDeviceAccess.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomHidDeviceAccess", "CustomHidDeviceAccess.vcxproj", "{D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomHidDeviceAccess", "CustomHidDeviceAccess.vcxproj", "{7ECE4FBD-5005-51BC-B498-7099051C1B3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Debug|ARM.ActiveCfg = Debug|ARM
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Debug|ARM.Build.0 = Debug|ARM
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Debug|ARM.Deploy.0 = Debug|ARM
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Debug|x64.ActiveCfg = Debug|x64
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Debug|x64.Build.0 = Debug|x64
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Debug|x64.Deploy.0 = Debug|x64
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Debug|x86.ActiveCfg = Debug|Win32
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Debug|x86.Build.0 = Debug|Win32
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Debug|x86.Deploy.0 = Debug|Win32
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Release|ARM.ActiveCfg = Release|ARM
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Release|ARM.Build.0 = Release|ARM
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Release|ARM.Deploy.0 = Release|ARM
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Release|x64.ActiveCfg = Release|x64
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Release|x64.Build.0 = Release|x64
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Release|x64.Deploy.0 = Release|x64
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Release|x86.ActiveCfg = Release|Win32
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Release|x86.Build.0 = Release|Win32
- {D03F38FE-76C6-51E3-91A2-0B1DA4C956A8}.Release|x86.Deploy.0 = Release|Win32
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Debug|ARM.Build.0 = Debug|ARM
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Debug|x64.ActiveCfg = Debug|x64
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Debug|x64.Build.0 = Debug|x64
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Debug|x64.Deploy.0 = Debug|x64
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Debug|x86.ActiveCfg = Debug|Win32
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Debug|x86.Build.0 = Debug|Win32
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Debug|x86.Deploy.0 = Debug|Win32
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Release|ARM.ActiveCfg = Release|ARM
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Release|ARM.Build.0 = Release|ARM
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Release|ARM.Deploy.0 = Release|ARM
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Release|x64.ActiveCfg = Release|x64
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Release|x64.Build.0 = Release|x64
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Release|x64.Deploy.0 = Release|x64
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Release|x86.ActiveCfg = Release|Win32
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Release|x86.Build.0 = Release|Win32
+ {7ECE4FBD-5005-51BC-B498-7099051C1B3C}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomHidDeviceAccess/cpp/CustomHidDeviceAccess.vcxproj b/Samples/CustomHidDeviceAccess/cpp/CustomHidDeviceAccess.vcxproj
index c0e8b97c49..7cd15a6487 100644
--- a/Samples/CustomHidDeviceAccess/cpp/CustomHidDeviceAccess.vcxproj
+++ b/Samples/CustomHidDeviceAccess/cpp/CustomHidDeviceAccess.vcxproj
@@ -1,15 +1,15 @@
- {d03f38fe-76c6-51e3-91a2-0b1da4c956a8}
+ {7ece4fbd-5005-51bc-b498-7099051c1b3c}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/CustomHidDeviceAccess/cpp/Package.appxmanifest b/Samples/CustomHidDeviceAccess/cpp/Package.appxmanifest
index 9e0c21e6e6..3cdd87b43b 100644
--- a/Samples/CustomHidDeviceAccess/cpp/Package.appxmanifest
+++ b/Samples/CustomHidDeviceAccess/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CustomHidDeviceAccess/cs/CustomHidDeviceAccess.csproj b/Samples/CustomHidDeviceAccess/cs/CustomHidDeviceAccess.csproj
index c1ce0190b1..d85f45049c 100644
--- a/Samples/CustomHidDeviceAccess/cs/CustomHidDeviceAccess.csproj
+++ b/Samples/CustomHidDeviceAccess/cs/CustomHidDeviceAccess.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}
AppContainerExe
Properties
CustomHidDeviceAccess
CustomHidDeviceAccess
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CustomHidDeviceAccess/cs/CustomHidDeviceAccess.sln b/Samples/CustomHidDeviceAccess/cs/CustomHidDeviceAccess.sln
index b0ce65f6a1..ea19de266a 100644
--- a/Samples/CustomHidDeviceAccess/cs/CustomHidDeviceAccess.sln
+++ b/Samples/CustomHidDeviceAccess/cs/CustomHidDeviceAccess.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomHidDeviceAccess", "CustomHidDeviceAccess.csproj", "{1931D8A1-ADFC-5B1F-9315-1B67513FEF02}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomHidDeviceAccess", "CustomHidDeviceAccess.csproj", "{A62BE260-E311-5CF1-B8FB-A42E845E468D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Debug|ARM.ActiveCfg = Debug|ARM
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Debug|ARM.Build.0 = Debug|ARM
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Debug|ARM.Deploy.0 = Debug|ARM
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Debug|x64.ActiveCfg = Debug|x64
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Debug|x64.Build.0 = Debug|x64
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Debug|x64.Deploy.0 = Debug|x64
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Debug|x86.ActiveCfg = Debug|x86
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Debug|x86.Build.0 = Debug|x86
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Debug|x86.Deploy.0 = Debug|x86
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Release|ARM.ActiveCfg = Release|ARM
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Release|ARM.Build.0 = Release|ARM
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Release|ARM.Deploy.0 = Release|ARM
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Release|x64.ActiveCfg = Release|x64
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Release|x64.Build.0 = Release|x64
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Release|x64.Deploy.0 = Release|x64
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Release|x86.ActiveCfg = Release|x86
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Release|x86.Build.0 = Release|x86
- {1931D8A1-ADFC-5B1F-9315-1B67513FEF02}.Release|x86.Deploy.0 = Release|x86
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Debug|ARM.Build.0 = Debug|ARM
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Debug|x64.ActiveCfg = Debug|x64
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Debug|x64.Build.0 = Debug|x64
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Debug|x64.Deploy.0 = Debug|x64
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Debug|x86.ActiveCfg = Debug|x86
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Debug|x86.Build.0 = Debug|x86
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Debug|x86.Deploy.0 = Debug|x86
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Release|ARM.ActiveCfg = Release|ARM
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Release|ARM.Build.0 = Release|ARM
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Release|ARM.Deploy.0 = Release|ARM
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Release|x64.ActiveCfg = Release|x64
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Release|x64.Build.0 = Release|x64
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Release|x64.Deploy.0 = Release|x64
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Release|x86.ActiveCfg = Release|x86
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Release|x86.Build.0 = Release|x86
+ {A62BE260-E311-5CF1-B8FB-A42E845E468D}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomHidDeviceAccess/cs/Package.appxmanifest b/Samples/CustomHidDeviceAccess/cs/Package.appxmanifest
index fccacfc8ce..1079fcddc5 100644
--- a/Samples/CustomHidDeviceAccess/cs/Package.appxmanifest
+++ b/Samples/CustomHidDeviceAccess/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CustomHidDeviceAccess/custom-hid-device-access.yaml b/Samples/CustomHidDeviceAccess/custom-hid-device-access.yml
similarity index 100%
rename from Samples/CustomHidDeviceAccess/custom-hid-device-access.yaml
rename to Samples/CustomHidDeviceAccess/custom-hid-device-access.yml
diff --git a/Samples/CustomSensors/cpp/CustomSensors.sln b/Samples/CustomSensors/cpp/CustomSensors.sln
index d155bea4a7..f2cd49aa99 100644
--- a/Samples/CustomSensors/cpp/CustomSensors.sln
+++ b/Samples/CustomSensors/cpp/CustomSensors.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomSensors", "CustomSensors.vcxproj", "{AA2D3BC6-4658-5D06-92F5-8B36861B9531}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomSensors", "CustomSensors.vcxproj", "{2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Debug|ARM.ActiveCfg = Debug|ARM
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Debug|ARM.Build.0 = Debug|ARM
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Debug|ARM.Deploy.0 = Debug|ARM
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Debug|Win32.ActiveCfg = Debug|Win32
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Debug|Win32.Build.0 = Debug|Win32
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Debug|Win32.Deploy.0 = Debug|Win32
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Debug|x64.ActiveCfg = Debug|x64
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Debug|x64.Build.0 = Debug|x64
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Debug|x64.Deploy.0 = Debug|x64
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Release|ARM.ActiveCfg = Release|ARM
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Release|ARM.Build.0 = Release|ARM
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Release|ARM.Deploy.0 = Release|ARM
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Release|Win32.ActiveCfg = Release|Win32
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Release|Win32.Build.0 = Release|Win32
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Release|Win32.Deploy.0 = Release|Win32
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Release|x64.ActiveCfg = Release|x64
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Release|x64.Build.0 = Release|x64
- {AA2D3BC6-4658-5D06-92F5-8B36861B9531}.Release|x64.Deploy.0 = Release|x64
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Debug|ARM.Build.0 = Debug|ARM
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Debug|ARM.Deploy.0 = Debug|ARM
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Debug|Win32.ActiveCfg = Debug|Win32
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Debug|Win32.Build.0 = Debug|Win32
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Debug|Win32.Deploy.0 = Debug|Win32
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Debug|x64.ActiveCfg = Debug|x64
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Debug|x64.Build.0 = Debug|x64
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Debug|x64.Deploy.0 = Debug|x64
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Release|ARM.ActiveCfg = Release|ARM
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Release|ARM.Build.0 = Release|ARM
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Release|ARM.Deploy.0 = Release|ARM
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Release|Win32.ActiveCfg = Release|Win32
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Release|Win32.Build.0 = Release|Win32
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Release|Win32.Deploy.0 = Release|Win32
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Release|x64.ActiveCfg = Release|x64
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Release|x64.Build.0 = Release|x64
+ {2F0A84FC-71AF-5F16-9BB3-78D5353B7EBD}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomSensors/cpp/CustomSensors.vcxproj b/Samples/CustomSensors/cpp/CustomSensors.vcxproj
index 1ed51ea385..471734fccb 100644
--- a/Samples/CustomSensors/cpp/CustomSensors.vcxproj
+++ b/Samples/CustomSensors/cpp/CustomSensors.vcxproj
@@ -1,15 +1,15 @@
- {aa2d3bc6-4658-5d06-92f5-8b36861b9531}
+ {2f0a84fc-71af-5f16-9bb3-78d5353b7ebd}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/CustomSensors/cpp/Package.appxmanifest b/Samples/CustomSensors/cpp/Package.appxmanifest
index 4c87bba8f3..8961668170 100644
--- a/Samples/CustomSensors/cpp/Package.appxmanifest
+++ b/Samples/CustomSensors/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/CustomSensors/cs/CustomSensors.csproj b/Samples/CustomSensors/cs/CustomSensors.csproj
index cfa38bd767..643199e754 100644
--- a/Samples/CustomSensors/cs/CustomSensors.csproj
+++ b/Samples/CustomSensors/cs/CustomSensors.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {80449C76-9C56-570F-9DEE-AC48132B30B6}
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}
AppContainerExe
Properties
CustomSensors
CustomSensors
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CustomSensors/cs/CustomSensors.sln b/Samples/CustomSensors/cs/CustomSensors.sln
index dac52e2c23..9816817ee3 100644
--- a/Samples/CustomSensors/cs/CustomSensors.sln
+++ b/Samples/CustomSensors/cs/CustomSensors.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomSensors", "CustomSensors.csproj", "{80449C76-9C56-570F-9DEE-AC48132B30B6}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomSensors", "CustomSensors.csproj", "{2078D60D-1F4A-5C14-8C4F-56DF81BB1417}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Debug|ARM.ActiveCfg = Debug|ARM
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Debug|ARM.Build.0 = Debug|ARM
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Debug|ARM.Deploy.0 = Debug|ARM
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Debug|x64.ActiveCfg = Debug|x64
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Debug|x64.Build.0 = Debug|x64
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Debug|x64.Deploy.0 = Debug|x64
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Debug|x86.ActiveCfg = Debug|x86
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Debug|x86.Build.0 = Debug|x86
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Debug|x86.Deploy.0 = Debug|x86
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Release|ARM.ActiveCfg = Release|ARM
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Release|ARM.Build.0 = Release|ARM
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Release|ARM.Deploy.0 = Release|ARM
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Release|x64.ActiveCfg = Release|x64
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Release|x64.Build.0 = Release|x64
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Release|x64.Deploy.0 = Release|x64
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Release|x86.ActiveCfg = Release|x86
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Release|x86.Build.0 = Release|x86
- {80449C76-9C56-570F-9DEE-AC48132B30B6}.Release|x86.Deploy.0 = Release|x86
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Debug|ARM.Build.0 = Debug|ARM
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Debug|ARM.Deploy.0 = Debug|ARM
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Debug|x64.ActiveCfg = Debug|x64
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Debug|x64.Build.0 = Debug|x64
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Debug|x64.Deploy.0 = Debug|x64
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Debug|x86.ActiveCfg = Debug|x86
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Debug|x86.Build.0 = Debug|x86
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Debug|x86.Deploy.0 = Debug|x86
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Release|ARM.ActiveCfg = Release|ARM
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Release|ARM.Build.0 = Release|ARM
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Release|ARM.Deploy.0 = Release|ARM
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Release|x64.ActiveCfg = Release|x64
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Release|x64.Build.0 = Release|x64
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Release|x64.Deploy.0 = Release|x64
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Release|x86.ActiveCfg = Release|x86
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Release|x86.Build.0 = Release|x86
+ {2078D60D-1F4A-5C14-8C4F-56DF81BB1417}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomSensors/cs/Package.appxmanifest b/Samples/CustomSensors/cs/Package.appxmanifest
index 4864aba9c7..ba90051bc9 100644
--- a/Samples/CustomSensors/cs/Package.appxmanifest
+++ b/Samples/CustomSensors/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/CustomSensors/custom-sensors.yaml b/Samples/CustomSensors/custom-sensors.yml
similarity index 100%
rename from Samples/CustomSensors/custom-sensors.yaml
rename to Samples/CustomSensors/custom-sensors.yml
diff --git a/Samples/CustomSensors/js/CustomSensor.jsproj b/Samples/CustomSensors/js/CustomSensor.jsproj
index 348916bfc1..cd09d8e65f 100644
--- a/Samples/CustomSensors/js/CustomSensor.jsproj
+++ b/Samples/CustomSensors/js/CustomSensor.jsproj
@@ -35,7 +35,7 @@
- ed591a47-b691-5299-b0ae-90e5d87456f0
+ 04e1cd14-cf37-58cb-9ff1-e8ce41f460b9
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/CustomSensors/js/CustomSensor.sln b/Samples/CustomSensors/js/CustomSensor.sln
index 3452d6c3cb..0c0970cd8c 100644
--- a/Samples/CustomSensors/js/CustomSensor.sln
+++ b/Samples/CustomSensors/js/CustomSensor.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CustomSensor", "CustomSensor.jsproj", "{ED591A47-B691-5299-B0AE-90E5D87456F0}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CustomSensor", "CustomSensor.jsproj", "{04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|ARM.ActiveCfg = Debug|ARM
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|ARM.Build.0 = Debug|ARM
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|ARM.Deploy.0 = Debug|ARM
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|x64.ActiveCfg = Debug|x64
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|x64.Build.0 = Debug|x64
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|x64.Deploy.0 = Debug|x64
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|x86.ActiveCfg = Debug|x86
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|x86.Build.0 = Debug|x86
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Debug|x86.Deploy.0 = Debug|x86
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|Any CPU.Build.0 = Release|Any CPU
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|ARM.ActiveCfg = Release|ARM
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|ARM.Build.0 = Release|ARM
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|ARM.Deploy.0 = Release|ARM
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|x64.ActiveCfg = Release|x64
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|x64.Build.0 = Release|x64
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|x64.Deploy.0 = Release|x64
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|x86.ActiveCfg = Release|x86
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|x86.Build.0 = Release|x86
- {ED591A47-B691-5299-B0AE-90E5D87456F0}.Release|x86.Deploy.0 = Release|x86
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|ARM.ActiveCfg = Debug|ARM
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|ARM.Build.0 = Debug|ARM
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|ARM.Deploy.0 = Debug|ARM
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|x64.ActiveCfg = Debug|x64
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|x64.Build.0 = Debug|x64
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|x64.Deploy.0 = Debug|x64
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|x86.ActiveCfg = Debug|x86
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|x86.Build.0 = Debug|x86
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Debug|x86.Deploy.0 = Debug|x86
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|Any CPU.Build.0 = Release|Any CPU
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|ARM.ActiveCfg = Release|ARM
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|ARM.Build.0 = Release|ARM
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|ARM.Deploy.0 = Release|ARM
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|x64.ActiveCfg = Release|x64
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|x64.Build.0 = Release|x64
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|x64.Deploy.0 = Release|x64
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|x86.ActiveCfg = Release|x86
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|x86.Build.0 = Release|x86
+ {04E1CD14-CF37-58CB-9FF1-E8CE41F460B9}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomSensors/js/Package.appxmanifest b/Samples/CustomSensors/js/Package.appxmanifest
index 644e5cb538..a80b620932 100644
--- a/Samples/CustomSensors/js/Package.appxmanifest
+++ b/Samples/CustomSensors/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/CustomSerialDeviceAccess/cs/CustomSerialDeviceAccess.csproj b/Samples/CustomSerialDeviceAccess/cs/CustomSerialDeviceAccess.csproj
index 3d0c3da646..f5e20bb3a2 100644
--- a/Samples/CustomSerialDeviceAccess/cs/CustomSerialDeviceAccess.csproj
+++ b/Samples/CustomSerialDeviceAccess/cs/CustomSerialDeviceAccess.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}
AppContainerExe
Properties
CustomSerialDeviceAccess
CustomSerialDeviceAccess
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CustomSerialDeviceAccess/cs/CustomSerialDeviceAccess.sln b/Samples/CustomSerialDeviceAccess/cs/CustomSerialDeviceAccess.sln
index d1bfeca987..ec20754d38 100644
--- a/Samples/CustomSerialDeviceAccess/cs/CustomSerialDeviceAccess.sln
+++ b/Samples/CustomSerialDeviceAccess/cs/CustomSerialDeviceAccess.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomSerialDeviceAccess", "CustomSerialDeviceAccess.csproj", "{EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomSerialDeviceAccess", "CustomSerialDeviceAccess.csproj", "{E925CA93-6485-5FBB-B96E-CB7843ECBFC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Debug|ARM.ActiveCfg = Debug|ARM
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Debug|ARM.Build.0 = Debug|ARM
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Debug|ARM.Deploy.0 = Debug|ARM
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Debug|x64.ActiveCfg = Debug|x64
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Debug|x64.Build.0 = Debug|x64
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Debug|x64.Deploy.0 = Debug|x64
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Debug|x86.ActiveCfg = Debug|x86
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Debug|x86.Build.0 = Debug|x86
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Debug|x86.Deploy.0 = Debug|x86
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Release|ARM.ActiveCfg = Release|ARM
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Release|ARM.Build.0 = Release|ARM
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Release|ARM.Deploy.0 = Release|ARM
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Release|x64.ActiveCfg = Release|x64
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Release|x64.Build.0 = Release|x64
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Release|x64.Deploy.0 = Release|x64
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Release|x86.ActiveCfg = Release|x86
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Release|x86.Build.0 = Release|x86
- {EBFACED9-03E8-579A-BEB7-FD87D17CE1A8}.Release|x86.Deploy.0 = Release|x86
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Debug|ARM.ActiveCfg = Debug|ARM
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Debug|ARM.Build.0 = Debug|ARM
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Debug|ARM.Deploy.0 = Debug|ARM
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Debug|x64.ActiveCfg = Debug|x64
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Debug|x64.Build.0 = Debug|x64
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Debug|x64.Deploy.0 = Debug|x64
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Debug|x86.ActiveCfg = Debug|x86
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Debug|x86.Build.0 = Debug|x86
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Debug|x86.Deploy.0 = Debug|x86
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Release|ARM.ActiveCfg = Release|ARM
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Release|ARM.Build.0 = Release|ARM
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Release|ARM.Deploy.0 = Release|ARM
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Release|x64.ActiveCfg = Release|x64
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Release|x64.Build.0 = Release|x64
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Release|x64.Deploy.0 = Release|x64
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Release|x86.ActiveCfg = Release|x86
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Release|x86.Build.0 = Release|x86
+ {E925CA93-6485-5FBB-B96E-CB7843ECBFC6}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomSerialDeviceAccess/cs/Package.appxmanifest b/Samples/CustomSerialDeviceAccess/cs/Package.appxmanifest
index 3f0326122b..e4db92681b 100644
--- a/Samples/CustomSerialDeviceAccess/cs/Package.appxmanifest
+++ b/Samples/CustomSerialDeviceAccess/cs/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/CustomSerialDeviceAccess/custom-serial-device-access.yaml b/Samples/CustomSerialDeviceAccess/custom-serial-device-access.yml
similarity index 100%
rename from Samples/CustomSerialDeviceAccess/custom-serial-device-access.yaml
rename to Samples/CustomSerialDeviceAccess/custom-serial-device-access.yml
diff --git a/Samples/CustomSerialDeviceAccess/js/CustomSerialDeviceAccess.jsproj b/Samples/CustomSerialDeviceAccess/js/CustomSerialDeviceAccess.jsproj
index 1537c9ebd9..a078c257d7 100644
--- a/Samples/CustomSerialDeviceAccess/js/CustomSerialDeviceAccess.jsproj
+++ b/Samples/CustomSerialDeviceAccess/js/CustomSerialDeviceAccess.jsproj
@@ -35,7 +35,7 @@
- a3ec8a86-f241-51ba-bd38-2abb0dd4a707
+ 168e54b0-ddc5-59cf-8a88-ebfa28ba0045
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/CustomSerialDeviceAccess/js/CustomSerialDeviceAccess.sln b/Samples/CustomSerialDeviceAccess/js/CustomSerialDeviceAccess.sln
index b903e9888c..1faafaf36e 100644
--- a/Samples/CustomSerialDeviceAccess/js/CustomSerialDeviceAccess.sln
+++ b/Samples/CustomSerialDeviceAccess/js/CustomSerialDeviceAccess.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CustomSerialDeviceAccess", "CustomSerialDeviceAccess.jsproj", "{A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CustomSerialDeviceAccess", "CustomSerialDeviceAccess.jsproj", "{168E54B0-DDC5-59CF-8A88-EBFA28BA0045}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|ARM.ActiveCfg = Debug|ARM
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|ARM.Build.0 = Debug|ARM
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|ARM.Deploy.0 = Debug|ARM
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|x64.ActiveCfg = Debug|x64
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|x64.Build.0 = Debug|x64
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|x64.Deploy.0 = Debug|x64
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|x86.ActiveCfg = Debug|x86
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|x86.Build.0 = Debug|x86
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Debug|x86.Deploy.0 = Debug|x86
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|Any CPU.Build.0 = Release|Any CPU
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|ARM.ActiveCfg = Release|ARM
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|ARM.Build.0 = Release|ARM
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|ARM.Deploy.0 = Release|ARM
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|x64.ActiveCfg = Release|x64
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|x64.Build.0 = Release|x64
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|x64.Deploy.0 = Release|x64
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|x86.ActiveCfg = Release|x86
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|x86.Build.0 = Release|x86
- {A3EC8A86-F241-51BA-BD38-2ABB0DD4A707}.Release|x86.Deploy.0 = Release|x86
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|ARM.ActiveCfg = Debug|ARM
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|ARM.Build.0 = Debug|ARM
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|ARM.Deploy.0 = Debug|ARM
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|x64.ActiveCfg = Debug|x64
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|x64.Build.0 = Debug|x64
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|x64.Deploy.0 = Debug|x64
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|x86.ActiveCfg = Debug|x86
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|x86.Build.0 = Debug|x86
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Debug|x86.Deploy.0 = Debug|x86
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|Any CPU.Build.0 = Release|Any CPU
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|ARM.ActiveCfg = Release|ARM
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|ARM.Build.0 = Release|ARM
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|ARM.Deploy.0 = Release|ARM
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|x64.ActiveCfg = Release|x64
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|x64.Build.0 = Release|x64
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|x64.Deploy.0 = Release|x64
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|x86.ActiveCfg = Release|x86
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|x86.Build.0 = Release|x86
+ {168E54B0-DDC5-59CF-8A88-EBFA28BA0045}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomSerialDeviceAccess/js/Package.appxmanifest b/Samples/CustomSerialDeviceAccess/js/Package.appxmanifest
index 25eca57ba2..0f76754bed 100644
--- a/Samples/CustomSerialDeviceAccess/js/Package.appxmanifest
+++ b/Samples/CustomSerialDeviceAccess/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/CustomUsbDeviceAccess/cs/BackgroundTask/BackgroundTask.csproj b/Samples/CustomUsbDeviceAccess/cs/BackgroundTask/BackgroundTask.csproj
index 7f1a67478d..2094f4e5b8 100644
--- a/Samples/CustomUsbDeviceAccess/cs/BackgroundTask/BackgroundTask.csproj
+++ b/Samples/CustomUsbDeviceAccess/cs/BackgroundTask/BackgroundTask.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}
winmdobj
Properties
BackgroundTask
BackgroundTask
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CustomUsbDeviceAccess/cs/CustomUsbDeviceAccess.csproj b/Samples/CustomUsbDeviceAccess/cs/CustomUsbDeviceAccess.csproj
index ac764ba77f..0d72be6edb 100644
--- a/Samples/CustomUsbDeviceAccess/cs/CustomUsbDeviceAccess.csproj
+++ b/Samples/CustomUsbDeviceAccess/cs/CustomUsbDeviceAccess.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}
AppContainerExe
Properties
CustomUsbDeviceAccess
CustomUsbDeviceAccess
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/CustomUsbDeviceAccess/cs/CustomUsbDeviceAccess.sln b/Samples/CustomUsbDeviceAccess/cs/CustomUsbDeviceAccess.sln
index d6bce6fdbc..e089594579 100644
--- a/Samples/CustomUsbDeviceAccess/cs/CustomUsbDeviceAccess.sln
+++ b/Samples/CustomUsbDeviceAccess/cs/CustomUsbDeviceAccess.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomUsbDeviceAccess", "CustomUsbDeviceAccess.csproj", "{8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomUsbDeviceAccess", "CustomUsbDeviceAccess.csproj", "{05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundTask", "BackgroundTask\BackgroundTask.csproj", "{D33F0F56-6527-5298-9143-7244CAC1EE6F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackgroundTask", "BackgroundTask\BackgroundTask.csproj", "{3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Debug|ARM.ActiveCfg = Debug|ARM
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Debug|ARM.Build.0 = Debug|ARM
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Debug|ARM.Deploy.0 = Debug|ARM
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Debug|x64.ActiveCfg = Debug|x64
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Debug|x64.Build.0 = Debug|x64
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Debug|x64.Deploy.0 = Debug|x64
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Debug|x86.ActiveCfg = Debug|x86
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Debug|x86.Build.0 = Debug|x86
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Debug|x86.Deploy.0 = Debug|x86
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Release|ARM.ActiveCfg = Release|ARM
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Release|ARM.Build.0 = Release|ARM
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Release|ARM.Deploy.0 = Release|ARM
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Release|x64.ActiveCfg = Release|x64
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Release|x64.Build.0 = Release|x64
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Release|x64.Deploy.0 = Release|x64
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Release|x86.ActiveCfg = Release|x86
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Release|x86.Build.0 = Release|x86
- {8B3F0BC7-62B1-53EB-A11D-CCBFE3744E45}.Release|x86.Deploy.0 = Release|x86
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Debug|ARM.ActiveCfg = Debug|ARM
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Debug|ARM.Build.0 = Debug|ARM
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Debug|x64.ActiveCfg = Debug|x64
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Debug|x64.Build.0 = Debug|x64
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Debug|x86.ActiveCfg = Debug|x86
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Debug|x86.Build.0 = Debug|x86
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Release|ARM.ActiveCfg = Release|ARM
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Release|ARM.Build.0 = Release|ARM
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Release|x64.ActiveCfg = Release|x64
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Release|x64.Build.0 = Release|x64
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Release|x86.ActiveCfg = Release|x86
- {D33F0F56-6527-5298-9143-7244CAC1EE6F}.Release|x86.Build.0 = Release|x86
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Debug|ARM.ActiveCfg = Debug|ARM
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Debug|ARM.Build.0 = Debug|ARM
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Debug|ARM.Deploy.0 = Debug|ARM
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Debug|x64.ActiveCfg = Debug|x64
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Debug|x64.Build.0 = Debug|x64
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Debug|x64.Deploy.0 = Debug|x64
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Debug|x86.ActiveCfg = Debug|x86
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Debug|x86.Build.0 = Debug|x86
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Debug|x86.Deploy.0 = Debug|x86
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Release|ARM.ActiveCfg = Release|ARM
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Release|ARM.Build.0 = Release|ARM
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Release|ARM.Deploy.0 = Release|ARM
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Release|x64.ActiveCfg = Release|x64
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Release|x64.Build.0 = Release|x64
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Release|x64.Deploy.0 = Release|x64
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Release|x86.ActiveCfg = Release|x86
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Release|x86.Build.0 = Release|x86
+ {05EEBBE3-BB46-5F03-B11D-5DEF7B30F5B2}.Release|x86.Deploy.0 = Release|x86
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Debug|ARM.ActiveCfg = Debug|ARM
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Debug|ARM.Build.0 = Debug|ARM
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Debug|x64.ActiveCfg = Debug|x64
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Debug|x64.Build.0 = Debug|x64
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Debug|x86.ActiveCfg = Debug|x86
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Debug|x86.Build.0 = Debug|x86
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Release|ARM.ActiveCfg = Release|ARM
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Release|ARM.Build.0 = Release|ARM
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Release|x64.ActiveCfg = Release|x64
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Release|x64.Build.0 = Release|x64
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Release|x86.ActiveCfg = Release|x86
+ {3FB4D57A-3A2C-540F-9B56-2FDD1EE87FBF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomUsbDeviceAccess/cs/Package.appxmanifest b/Samples/CustomUsbDeviceAccess/cs/Package.appxmanifest
index fd591dad4f..b2a2b16dec 100644
--- a/Samples/CustomUsbDeviceAccess/cs/Package.appxmanifest
+++ b/Samples/CustomUsbDeviceAccess/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/CustomUsbDeviceAccess/custom-usb-device-access.yaml b/Samples/CustomUsbDeviceAccess/custom-usb-device-access.yml
similarity index 100%
rename from Samples/CustomUsbDeviceAccess/custom-usb-device-access.yaml
rename to Samples/CustomUsbDeviceAccess/custom-usb-device-access.yml
diff --git a/Samples/CustomUsbDeviceAccess/js/CustomUsbDeviceAccess.jsproj b/Samples/CustomUsbDeviceAccess/js/CustomUsbDeviceAccess.jsproj
index 8952d41c37..a13f4bbc48 100644
--- a/Samples/CustomUsbDeviceAccess/js/CustomUsbDeviceAccess.jsproj
+++ b/Samples/CustomUsbDeviceAccess/js/CustomUsbDeviceAccess.jsproj
@@ -35,7 +35,7 @@
- 1faaf27d-bf28-51f6-ba61-d0a4eb6284b4
+ 8b315758-4f31-5484-a753-65237f4dd03a
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/CustomUsbDeviceAccess/js/CustomUsbDeviceAccess.sln b/Samples/CustomUsbDeviceAccess/js/CustomUsbDeviceAccess.sln
index 2609f6c09a..bd763fa0d0 100644
--- a/Samples/CustomUsbDeviceAccess/js/CustomUsbDeviceAccess.sln
+++ b/Samples/CustomUsbDeviceAccess/js/CustomUsbDeviceAccess.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CustomUsbDeviceAccess", "CustomUsbDeviceAccess.jsproj", "{1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CustomUsbDeviceAccess", "CustomUsbDeviceAccess.jsproj", "{8B315758-4F31-5484-A753-65237F4DD03A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|ARM.ActiveCfg = Debug|ARM
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|ARM.Build.0 = Debug|ARM
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|ARM.Deploy.0 = Debug|ARM
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|x64.ActiveCfg = Debug|x64
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|x64.Build.0 = Debug|x64
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|x64.Deploy.0 = Debug|x64
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|x86.ActiveCfg = Debug|x86
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|x86.Build.0 = Debug|x86
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Debug|x86.Deploy.0 = Debug|x86
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|Any CPU.Build.0 = Release|Any CPU
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|ARM.ActiveCfg = Release|ARM
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|ARM.Build.0 = Release|ARM
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|ARM.Deploy.0 = Release|ARM
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|x64.ActiveCfg = Release|x64
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|x64.Build.0 = Release|x64
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|x64.Deploy.0 = Release|x64
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|x86.ActiveCfg = Release|x86
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|x86.Build.0 = Release|x86
- {1FAAF27D-BF28-51F6-BA61-D0A4EB6284B4}.Release|x86.Deploy.0 = Release|x86
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|ARM.Build.0 = Debug|ARM
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|ARM.Deploy.0 = Debug|ARM
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|x64.ActiveCfg = Debug|x64
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|x64.Build.0 = Debug|x64
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|x64.Deploy.0 = Debug|x64
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|x86.ActiveCfg = Debug|x86
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|x86.Build.0 = Debug|x86
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Debug|x86.Deploy.0 = Debug|x86
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|ARM.ActiveCfg = Release|ARM
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|ARM.Build.0 = Release|ARM
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|ARM.Deploy.0 = Release|ARM
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|x64.ActiveCfg = Release|x64
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|x64.Build.0 = Release|x64
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|x64.Deploy.0 = Release|x64
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|x86.ActiveCfg = Release|x86
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|x86.Build.0 = Release|x86
+ {8B315758-4F31-5484-A753-65237F4DD03A}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/CustomUsbDeviceAccess/js/Package.appxmanifest b/Samples/CustomUsbDeviceAccess/js/Package.appxmanifest
index 7d17a4ef84..818edf1aa8 100644
--- a/Samples/CustomUsbDeviceAccess/js/Package.appxmanifest
+++ b/Samples/CustomUsbDeviceAccess/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages.sln b/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages.sln
index 7de19aac94..cdbe314c0b 100644
--- a/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages.sln
+++ b/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22919.0
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D2DAdvancedColorImages", "D2DAdvancedColorImages\D2DAdvancedColorImages.vcxproj", "{3B235A3E-4663-54CF-9A96-F76899ADE1F2}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D2DAdvancedColorImages", "D2DAdvancedColorImages\D2DAdvancedColorImages.vcxproj", "{5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Debug|ARM.ActiveCfg = Debug|ARM
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Debug|ARM.Build.0 = Debug|ARM
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Debug|ARM.Deploy.0 = Debug|ARM
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Debug|x86.ActiveCfg = Debug|Win32
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Debug|x86.Build.0 = Debug|Win32
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Debug|x86.Deploy.0 = Debug|Win32
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Debug|x64.ActiveCfg = Debug|x64
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Debug|x64.Build.0 = Debug|x64
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Debug|x64.Deploy.0 = Debug|x64
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Release|ARM.ActiveCfg = Release|ARM
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Release|ARM.Build.0 = Release|ARM
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Release|ARM.Deploy.0 = Release|ARM
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Release|x86.ActiveCfg = Release|Win32
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Release|x86.Build.0 = Release|Win32
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Release|x86.Deploy.0 = Release|Win32
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Release|x64.ActiveCfg = Release|x64
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Release|x64.Build.0 = Release|x64
- {3B235A3E-4663-54CF-9A96-F76899ADE1F2}.Release|x64.Deploy.0 = Release|x64
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Debug|ARM.Build.0 = Debug|ARM
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Debug|ARM.Deploy.0 = Debug|ARM
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Debug|x86.ActiveCfg = Debug|Win32
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Debug|x86.Build.0 = Debug|Win32
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Debug|x86.Deploy.0 = Debug|Win32
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Debug|x64.ActiveCfg = Debug|x64
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Debug|x64.Build.0 = Debug|x64
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Debug|x64.Deploy.0 = Debug|x64
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Release|ARM.ActiveCfg = Release|ARM
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Release|ARM.Build.0 = Release|ARM
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Release|ARM.Deploy.0 = Release|ARM
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Release|x86.ActiveCfg = Release|Win32
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Release|x86.Build.0 = Release|Win32
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Release|x86.Deploy.0 = Release|Win32
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Release|x64.ActiveCfg = Release|x64
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Release|x64.Build.0 = Release|x64
+ {5A1A077B-CE5B-5E52-AE1A-43EDE945EEC8}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages/D2DAdvancedColorImages.vcxproj b/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages/D2DAdvancedColorImages.vcxproj
index 5734cf03ab..1c2a786152 100644
--- a/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages/D2DAdvancedColorImages.vcxproj
+++ b/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages/D2DAdvancedColorImages.vcxproj
@@ -27,7 +27,7 @@
- {3b235a3e-4663-54cf-9a96-f76899ade1f2}
+ {5a1a077b-ce5b-5e52-ae1a-43ede945eec8}
D2DAdvancedColorImages
en-US
14.0
@@ -35,8 +35,8 @@
Windows Store
10.0
true
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
D2DAdvancedColorImages
diff --git a/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages/Package.appxmanifest b/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages/Package.appxmanifest
index 7df8cac2c3..6aa0145ceb 100644
--- a/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages/Package.appxmanifest
+++ b/Samples/D2DAdvancedColorImages/cpp/D2DAdvancedColorImages/Package.appxmanifest
@@ -14,7 +14,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/D2DAdvancedColorImages/d2d-advanced-color-images.yaml b/Samples/D2DAdvancedColorImages/d2d-advanced-color-images.yml
similarity index 100%
rename from Samples/D2DAdvancedColorImages/d2d-advanced-color-images.yaml
rename to Samples/D2DAdvancedColorImages/d2d-advanced-color-images.yml
diff --git a/Samples/D2DCustomEffects/cpp/ComputeShader/CustomComputeShader.vcxproj b/Samples/D2DCustomEffects/cpp/ComputeShader/CustomComputeShader.vcxproj
index 622b6c757f..fee48cc43e 100644
--- a/Samples/D2DCustomEffects/cpp/ComputeShader/CustomComputeShader.vcxproj
+++ b/Samples/D2DCustomEffects/cpp/ComputeShader/CustomComputeShader.vcxproj
@@ -27,14 +27,14 @@
- {0969c531-c49d-5e68-80bb-d7e955ed6716}
+ {1ace5432-1a96-5ee1-b89b-be58ff1ec66a}
CustomComputeShader
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
10.0
true
diff --git a/Samples/D2DCustomEffects/cpp/ComputeShader/Package.appxmanifest b/Samples/D2DCustomEffects/cpp/ComputeShader/Package.appxmanifest
index d78f54454c..f4a3200f0b 100644
--- a/Samples/D2DCustomEffects/cpp/ComputeShader/Package.appxmanifest
+++ b/Samples/D2DCustomEffects/cpp/ComputeShader/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/D2DCustomEffects/cpp/D2DCustomEffects.sln b/Samples/D2DCustomEffects/cpp/D2DCustomEffects.sln
index df1d68a997..e4471b3436 100644
--- a/Samples/D2DCustomEffects/cpp/D2DCustomEffects.sln
+++ b/Samples/D2DCustomEffects/cpp/D2DCustomEffects.sln
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomVertexShader", "VertexShader\CustomVertexShader.vcxproj", "{CF29DF6E-736B-51E3-8967-35BF1A200391}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomVertexShader", "VertexShader\CustomVertexShader.vcxproj", "{A2F582CF-C974-512C-9E06-BEEDE77413B5}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomPixelShader", "PixelShader\CustomPixelShader.vcxproj", "{D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomPixelShader", "PixelShader\CustomPixelShader.vcxproj", "{D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomComputeShader", "ComputeShader\CustomComputeShader.vcxproj", "{0969C531-C49D-5E68-80BB-D7E955ED6716}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomComputeShader", "ComputeShader\CustomComputeShader.vcxproj", "{1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,60 +19,60 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Debug|ARM.ActiveCfg = Debug|ARM
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Debug|ARM.Build.0 = Debug|ARM
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Debug|ARM.Deploy.0 = Debug|ARM
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Debug|x64.ActiveCfg = Debug|x64
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Debug|x64.Build.0 = Debug|x64
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Debug|x64.Deploy.0 = Debug|x64
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Debug|x86.ActiveCfg = Debug|Win32
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Debug|x86.Build.0 = Debug|Win32
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Debug|x86.Deploy.0 = Debug|Win32
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Release|ARM.ActiveCfg = Release|ARM
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Release|ARM.Build.0 = Release|ARM
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Release|ARM.Deploy.0 = Release|ARM
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Release|x64.ActiveCfg = Release|x64
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Release|x64.Build.0 = Release|x64
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Release|x64.Deploy.0 = Release|x64
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Release|x86.ActiveCfg = Release|Win32
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Release|x86.Build.0 = Release|Win32
- {CF29DF6E-736B-51E3-8967-35BF1A200391}.Release|x86.Deploy.0 = Release|Win32
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Debug|ARM.ActiveCfg = Debug|ARM
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Debug|ARM.Build.0 = Debug|ARM
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Debug|ARM.Deploy.0 = Debug|ARM
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Debug|x64.ActiveCfg = Debug|x64
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Debug|x64.Build.0 = Debug|x64
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Debug|x64.Deploy.0 = Debug|x64
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Debug|x86.ActiveCfg = Debug|Win32
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Debug|x86.Build.0 = Debug|Win32
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Debug|x86.Deploy.0 = Debug|Win32
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Release|ARM.ActiveCfg = Release|ARM
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Release|ARM.Build.0 = Release|ARM
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Release|ARM.Deploy.0 = Release|ARM
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Release|x64.ActiveCfg = Release|x64
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Release|x64.Build.0 = Release|x64
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Release|x64.Deploy.0 = Release|x64
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Release|x86.ActiveCfg = Release|Win32
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Release|x86.Build.0 = Release|Win32
- {D58C1E89-D7DD-54A7-A9C8-3AF4A69A05B5}.Release|x86.Deploy.0 = Release|Win32
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Debug|ARM.ActiveCfg = Debug|ARM
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Debug|ARM.Build.0 = Debug|ARM
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Debug|ARM.Deploy.0 = Debug|ARM
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Debug|x64.ActiveCfg = Debug|x64
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Debug|x64.Build.0 = Debug|x64
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Debug|x64.Deploy.0 = Debug|x64
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Debug|x86.ActiveCfg = Debug|Win32
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Debug|x86.Build.0 = Debug|Win32
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Debug|x86.Deploy.0 = Debug|Win32
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Release|ARM.ActiveCfg = Release|ARM
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Release|ARM.Build.0 = Release|ARM
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Release|ARM.Deploy.0 = Release|ARM
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Release|x64.ActiveCfg = Release|x64
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Release|x64.Build.0 = Release|x64
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Release|x64.Deploy.0 = Release|x64
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Release|x86.ActiveCfg = Release|Win32
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Release|x86.Build.0 = Release|Win32
- {0969C531-C49D-5E68-80BB-D7E955ED6716}.Release|x86.Deploy.0 = Release|Win32
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Debug|ARM.Build.0 = Debug|ARM
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Debug|x64.ActiveCfg = Debug|x64
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Debug|x64.Build.0 = Debug|x64
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Debug|x64.Deploy.0 = Debug|x64
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Debug|x86.ActiveCfg = Debug|Win32
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Debug|x86.Build.0 = Debug|Win32
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Debug|x86.Deploy.0 = Debug|Win32
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Release|ARM.ActiveCfg = Release|ARM
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Release|ARM.Build.0 = Release|ARM
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Release|ARM.Deploy.0 = Release|ARM
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Release|x64.ActiveCfg = Release|x64
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Release|x64.Build.0 = Release|x64
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Release|x64.Deploy.0 = Release|x64
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Release|x86.ActiveCfg = Release|Win32
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Release|x86.Build.0 = Release|Win32
+ {A2F582CF-C974-512C-9E06-BEEDE77413B5}.Release|x86.Deploy.0 = Release|Win32
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Debug|ARM.Build.0 = Debug|ARM
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Debug|x64.ActiveCfg = Debug|x64
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Debug|x64.Build.0 = Debug|x64
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Debug|x64.Deploy.0 = Debug|x64
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Debug|x86.ActiveCfg = Debug|Win32
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Debug|x86.Build.0 = Debug|Win32
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Debug|x86.Deploy.0 = Debug|Win32
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Release|ARM.ActiveCfg = Release|ARM
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Release|ARM.Build.0 = Release|ARM
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Release|ARM.Deploy.0 = Release|ARM
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Release|x64.ActiveCfg = Release|x64
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Release|x64.Build.0 = Release|x64
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Release|x64.Deploy.0 = Release|x64
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Release|x86.ActiveCfg = Release|Win32
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Release|x86.Build.0 = Release|Win32
+ {D4A4BD02-6ED2-5643-8CF4-EA82C98F68B7}.Release|x86.Deploy.0 = Release|Win32
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Debug|ARM.Build.0 = Debug|ARM
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Debug|ARM.Deploy.0 = Debug|ARM
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Debug|x64.ActiveCfg = Debug|x64
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Debug|x64.Build.0 = Debug|x64
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Debug|x64.Deploy.0 = Debug|x64
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Debug|x86.ActiveCfg = Debug|Win32
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Debug|x86.Build.0 = Debug|Win32
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Debug|x86.Deploy.0 = Debug|Win32
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Release|ARM.ActiveCfg = Release|ARM
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Release|ARM.Build.0 = Release|ARM
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Release|ARM.Deploy.0 = Release|ARM
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Release|x64.ActiveCfg = Release|x64
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Release|x64.Build.0 = Release|x64
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Release|x64.Deploy.0 = Release|x64
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Release|x86.ActiveCfg = Release|Win32
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Release|x86.Build.0 = Release|Win32
+ {1ACE5432-1A96-5EE1-B89B-BE58FF1EC66A}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/D2DCustomEffects/cpp/PixelShader/CustomPixelShader.vcxproj b/Samples/D2DCustomEffects/cpp/PixelShader/CustomPixelShader.vcxproj
index 1f02c0bc27..991f6ecd5d 100644
--- a/Samples/D2DCustomEffects/cpp/PixelShader/CustomPixelShader.vcxproj
+++ b/Samples/D2DCustomEffects/cpp/PixelShader/CustomPixelShader.vcxproj
@@ -27,14 +27,14 @@
- {d58c1e89-d7dd-54a7-a9c8-3af4a69a05b5}
+ {d4a4bd02-6ed2-5643-8cf4-ea82c98f68b7}
CustomPixelShader
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
10.0
true
diff --git a/Samples/D2DCustomEffects/cpp/PixelShader/Package.appxmanifest b/Samples/D2DCustomEffects/cpp/PixelShader/Package.appxmanifest
index 68b52b2b7d..c2bdfed253 100644
--- a/Samples/D2DCustomEffects/cpp/PixelShader/Package.appxmanifest
+++ b/Samples/D2DCustomEffects/cpp/PixelShader/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/D2DCustomEffects/cpp/VertexShader/CustomVertexShader.vcxproj b/Samples/D2DCustomEffects/cpp/VertexShader/CustomVertexShader.vcxproj
index 802fefdaaa..1e79c4183b 100644
--- a/Samples/D2DCustomEffects/cpp/VertexShader/CustomVertexShader.vcxproj
+++ b/Samples/D2DCustomEffects/cpp/VertexShader/CustomVertexShader.vcxproj
@@ -27,14 +27,14 @@
- {cf29df6e-736b-51e3-8967-35bf1a200391}
+ {a2f582cf-c974-512c-9e06-beede77413b5}
CustomVertexShader
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
10.0
true
diff --git a/Samples/D2DCustomEffects/cpp/VertexShader/Package.appxmanifest b/Samples/D2DCustomEffects/cpp/VertexShader/Package.appxmanifest
index bb1089fe48..aa71a2e594 100644
--- a/Samples/D2DCustomEffects/cpp/VertexShader/Package.appxmanifest
+++ b/Samples/D2DCustomEffects/cpp/VertexShader/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/D2DCustomEffects/d2d-custom-effects.yaml b/Samples/D2DCustomEffects/d2d-custom-effects.yml
similarity index 100%
rename from Samples/D2DCustomEffects/d2d-custom-effects.yaml
rename to Samples/D2DCustomEffects/d2d-custom-effects.yml
diff --git a/Samples/D2DGradientMesh/cpp/D2DGradientMesh.sln b/Samples/D2DGradientMesh/cpp/D2DGradientMesh.sln
index 672e7024d9..fc4c3346df 100644
--- a/Samples/D2DGradientMesh/cpp/D2DGradientMesh.sln
+++ b/Samples/D2DGradientMesh/cpp/D2DGradientMesh.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D2DGradientMesh", "D2DGradientMesh.vcxproj", "{37D51476-9C06-5113-BBED-70F2BAD9FBEF}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D2DGradientMesh", "D2DGradientMesh.vcxproj", "{06DB240A-04CF-59A1-A438-F219DA8489D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Debug|ARM.ActiveCfg = Debug|ARM
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Debug|ARM.Build.0 = Debug|ARM
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Debug|ARM.Deploy.0 = Debug|ARM
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Debug|Win32.ActiveCfg = Debug|Win32
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Debug|Win32.Build.0 = Debug|Win32
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Debug|Win32.Deploy.0 = Debug|Win32
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Debug|x64.ActiveCfg = Debug|x64
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Debug|x64.Build.0 = Debug|x64
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Debug|x64.Deploy.0 = Debug|x64
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Release|ARM.ActiveCfg = Release|ARM
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Release|ARM.Build.0 = Release|ARM
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Release|ARM.Deploy.0 = Release|ARM
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Release|Win32.ActiveCfg = Release|Win32
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Release|Win32.Build.0 = Release|Win32
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Release|Win32.Deploy.0 = Release|Win32
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Release|x64.ActiveCfg = Release|x64
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Release|x64.Build.0 = Release|x64
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}.Release|x64.Deploy.0 = Release|x64
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Debug|ARM.ActiveCfg = Debug|ARM
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Debug|ARM.Build.0 = Debug|ARM
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Debug|ARM.Deploy.0 = Debug|ARM
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Debug|Win32.ActiveCfg = Debug|Win32
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Debug|Win32.Build.0 = Debug|Win32
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Debug|Win32.Deploy.0 = Debug|Win32
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Debug|x64.ActiveCfg = Debug|x64
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Debug|x64.Build.0 = Debug|x64
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Debug|x64.Deploy.0 = Debug|x64
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Release|ARM.ActiveCfg = Release|ARM
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Release|ARM.Build.0 = Release|ARM
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Release|ARM.Deploy.0 = Release|ARM
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Release|Win32.ActiveCfg = Release|Win32
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Release|Win32.Build.0 = Release|Win32
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Release|Win32.Deploy.0 = Release|Win32
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Release|x64.ActiveCfg = Release|x64
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Release|x64.Build.0 = Release|x64
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/D2DGradientMesh/cpp/D2DGradientMesh.vcxproj b/Samples/D2DGradientMesh/cpp/D2DGradientMesh.vcxproj
index be35759ae5..cc135eb6c9 100644
--- a/Samples/D2DGradientMesh/cpp/D2DGradientMesh.vcxproj
+++ b/Samples/D2DGradientMesh/cpp/D2DGradientMesh.vcxproj
@@ -27,14 +27,14 @@
- {37D51476-9C06-5113-BBED-70F2BAD9FBEF}
+ {06DB240A-04CF-59A1-A438-F219DA8489D4}
D2DGradientMesh
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
10.0
diff --git a/Samples/D2DGradientMesh/cpp/Package.appxmanifest b/Samples/D2DGradientMesh/cpp/Package.appxmanifest
index a32fb78a33..19f4ac8534 100644
--- a/Samples/D2DGradientMesh/cpp/Package.appxmanifest
+++ b/Samples/D2DGradientMesh/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/D2DGradientMesh/d2d-gradient-mesh.yaml b/Samples/D2DGradientMesh/d2d-gradient-mesh.yml
similarity index 100%
rename from Samples/D2DGradientMesh/d2d-gradient-mesh.yaml
rename to Samples/D2DGradientMesh/d2d-gradient-mesh.yml
diff --git a/Samples/D2DPhotoAdjustment/cpp/D2DPhotoAdjustment.sln b/Samples/D2DPhotoAdjustment/cpp/D2DPhotoAdjustment.sln
index 6eb66221f5..413cc470d1 100644
--- a/Samples/D2DPhotoAdjustment/cpp/D2DPhotoAdjustment.sln
+++ b/Samples/D2DPhotoAdjustment/cpp/D2DPhotoAdjustment.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D2DPhotoAdjustment", "D2DPhotoAdjustment.vcxproj", "{6B629DB3-EB83-5785-989B-656E80A6177D}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D2DPhotoAdjustment", "D2DPhotoAdjustment.vcxproj", "{A3357DB6-D588-5505-BBD1-000354E1F08C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Debug|ARM.ActiveCfg = Debug|ARM
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Debug|ARM.Build.0 = Debug|ARM
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Debug|ARM.Deploy.0 = Debug|ARM
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Debug|x86.ActiveCfg = Debug|Win32
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Debug|x86.Build.0 = Debug|Win32
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Debug|x86.Deploy.0 = Debug|Win32
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Debug|x64.ActiveCfg = Debug|x64
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Debug|x64.Build.0 = Debug|x64
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Debug|x64.Deploy.0 = Debug|x64
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Release|ARM.ActiveCfg = Release|ARM
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Release|ARM.Build.0 = Release|ARM
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Release|ARM.Deploy.0 = Release|ARM
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Release|x86.ActiveCfg = Release|Win32
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Release|x86.Build.0 = Release|Win32
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Release|x86.Deploy.0 = Release|Win32
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Release|x64.ActiveCfg = Release|x64
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Release|x64.Build.0 = Release|x64
- {6B629DB3-EB83-5785-989B-656E80A6177D}.Release|x64.Deploy.0 = Release|x64
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Debug|ARM.Build.0 = Debug|ARM
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Debug|x86.ActiveCfg = Debug|Win32
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Debug|x86.Build.0 = Debug|Win32
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Debug|x86.Deploy.0 = Debug|Win32
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Debug|x64.ActiveCfg = Debug|x64
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Debug|x64.Build.0 = Debug|x64
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Debug|x64.Deploy.0 = Debug|x64
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Release|ARM.ActiveCfg = Release|ARM
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Release|ARM.Build.0 = Release|ARM
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Release|ARM.Deploy.0 = Release|ARM
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Release|x86.ActiveCfg = Release|Win32
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Release|x86.Build.0 = Release|Win32
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Release|x86.Deploy.0 = Release|Win32
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Release|x64.ActiveCfg = Release|x64
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Release|x64.Build.0 = Release|x64
+ {A3357DB6-D588-5505-BBD1-000354E1F08C}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/D2DPhotoAdjustment/cpp/D2DPhotoAdjustment.vcxproj b/Samples/D2DPhotoAdjustment/cpp/D2DPhotoAdjustment.vcxproj
index 1611c25e8e..4c5f0f241c 100644
--- a/Samples/D2DPhotoAdjustment/cpp/D2DPhotoAdjustment.vcxproj
+++ b/Samples/D2DPhotoAdjustment/cpp/D2DPhotoAdjustment.vcxproj
@@ -27,7 +27,7 @@
- {6b629db3-eb83-5785-989b-656e80a6177d}
+ {a3357db6-d588-5505-bbd1-000354e1f08c}
D2DPhotoAdjustment
en-US
14.0
@@ -35,8 +35,8 @@
Windows Store
10.0
true
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/D2DPhotoAdjustment/cpp/Package.appxmanifest b/Samples/D2DPhotoAdjustment/cpp/Package.appxmanifest
index f9a4360dff..b82caad509 100644
--- a/Samples/D2DPhotoAdjustment/cpp/Package.appxmanifest
+++ b/Samples/D2DPhotoAdjustment/cpp/Package.appxmanifest
@@ -15,7 +15,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/D2DPhotoAdjustment/d2d-photo-adjustment.yaml b/Samples/D2DPhotoAdjustment/d2d-photo-adjustment.yml
similarity index 100%
rename from Samples/D2DPhotoAdjustment/d2d-photo-adjustment.yaml
rename to Samples/D2DPhotoAdjustment/d2d-photo-adjustment.yml
diff --git a/Samples/D2DSvgImage/cpp/D2DSvgImage.sln b/Samples/D2DSvgImage/cpp/D2DSvgImage.sln
index 192eed1d71..0637856a56 100644
--- a/Samples/D2DSvgImage/cpp/D2DSvgImage.sln
+++ b/Samples/D2DSvgImage/cpp/D2DSvgImage.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D2DSvgImage", "D2DSvgImage.vcxproj", "{C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D2DSvgImage", "D2DSvgImage.vcxproj", "{E36D3F5D-7F43-505C-BB7F-F61595742718}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Debug|ARM.ActiveCfg = Debug|ARM
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Debug|ARM.Build.0 = Debug|ARM
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Debug|ARM.Deploy.0 = Debug|ARM
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Debug|x86.ActiveCfg = Debug|Win32
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Debug|x86.Build.0 = Debug|Win32
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Debug|x86.Deploy.0 = Debug|Win32
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Debug|x64.ActiveCfg = Debug|x64
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Debug|x64.Build.0 = Debug|x64
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Debug|x64.Deploy.0 = Debug|x64
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Release|ARM.ActiveCfg = Release|ARM
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Release|ARM.Build.0 = Release|ARM
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Release|ARM.Deploy.0 = Release|ARM
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Release|x86.ActiveCfg = Release|Win32
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Release|x86.Build.0 = Release|Win32
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Release|x86.Deploy.0 = Release|Win32
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Release|x64.ActiveCfg = Release|x64
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Release|x64.Build.0 = Release|x64
- {C40E3B30-78D9-5DBB-9A22-4AA8129A8EBE}.Release|x64.Deploy.0 = Release|x64
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Debug|ARM.ActiveCfg = Debug|ARM
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Debug|ARM.Build.0 = Debug|ARM
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Debug|ARM.Deploy.0 = Debug|ARM
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Debug|x86.ActiveCfg = Debug|Win32
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Debug|x86.Build.0 = Debug|Win32
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Debug|x86.Deploy.0 = Debug|Win32
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Debug|x64.ActiveCfg = Debug|x64
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Debug|x64.Build.0 = Debug|x64
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Debug|x64.Deploy.0 = Debug|x64
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Release|ARM.ActiveCfg = Release|ARM
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Release|ARM.Build.0 = Release|ARM
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Release|ARM.Deploy.0 = Release|ARM
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Release|x86.ActiveCfg = Release|Win32
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Release|x86.Build.0 = Release|Win32
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Release|x86.Deploy.0 = Release|Win32
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Release|x64.ActiveCfg = Release|x64
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Release|x64.Build.0 = Release|x64
+ {E36D3F5D-7F43-505C-BB7F-F61595742718}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/D2DSvgImage/cpp/D2DSvgImage.vcxproj b/Samples/D2DSvgImage/cpp/D2DSvgImage.vcxproj
index aee39fa105..c876746cf6 100644
--- a/Samples/D2DSvgImage/cpp/D2DSvgImage.vcxproj
+++ b/Samples/D2DSvgImage/cpp/D2DSvgImage.vcxproj
@@ -27,7 +27,7 @@
- {c40e3b30-78d9-5dbb-9a22-4aa8129a8ebe}
+ {e36d3f5d-7f43-505c-bb7f-f61595742718}
SDKTemplate
en-US
14.0
@@ -35,8 +35,8 @@
Windows Store
10.0
true
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
D2DSvgImage
diff --git a/Samples/D2DSvgImage/cpp/Package.appxmanifest b/Samples/D2DSvgImage/cpp/Package.appxmanifest
index 3130f2d6da..5ba5ba1726 100644
--- a/Samples/D2DSvgImage/cpp/Package.appxmanifest
+++ b/Samples/D2DSvgImage/cpp/Package.appxmanifest
@@ -13,7 +13,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/D2DSvgImage/d2d-svg-image.yaml b/Samples/D2DSvgImage/d2d-svg-image.yml
similarity index 100%
rename from Samples/D2DSvgImage/d2d-svg-image.yaml
rename to Samples/D2DSvgImage/d2d-svg-image.yml
diff --git a/Samples/DWriteColorGlyph/cpp/DWriteColorTextRenderer.sln b/Samples/DWriteColorGlyph/cpp/DWriteColorTextRenderer.sln
index 7a4b2d9410..4f45220ef5 100644
--- a/Samples/DWriteColorGlyph/cpp/DWriteColorTextRenderer.sln
+++ b/Samples/DWriteColorGlyph/cpp/DWriteColorTextRenderer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWriteColorTextRenderer", "DWriteColorTextRenderer.vcxproj", "{1AF3474F-81EC-5C55-A794-B80694D49412}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWriteColorTextRenderer", "DWriteColorTextRenderer.vcxproj", "{D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Debug|ARM.ActiveCfg = Debug|ARM
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Debug|ARM.Build.0 = Debug|ARM
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Debug|ARM.Deploy.0 = Debug|ARM
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Debug|Win32.ActiveCfg = Debug|Win32
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Debug|Win32.Build.0 = Debug|Win32
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Debug|Win32.Deploy.0 = Debug|Win32
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Debug|x64.ActiveCfg = Debug|x64
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Debug|x64.Build.0 = Debug|x64
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Debug|x64.Deploy.0 = Debug|x64
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Release|ARM.ActiveCfg = Release|ARM
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Release|ARM.Build.0 = Release|ARM
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Release|ARM.Deploy.0 = Release|ARM
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Release|Win32.ActiveCfg = Release|Win32
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Release|Win32.Build.0 = Release|Win32
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Release|Win32.Deploy.0 = Release|Win32
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Release|x64.ActiveCfg = Release|x64
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Release|x64.Build.0 = Release|x64
- {1AF3474F-81EC-5C55-A794-B80694D49412}.Release|x64.Deploy.0 = Release|x64
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Debug|ARM.ActiveCfg = Debug|ARM
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Debug|ARM.Build.0 = Debug|ARM
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Debug|ARM.Deploy.0 = Debug|ARM
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Debug|Win32.ActiveCfg = Debug|Win32
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Debug|Win32.Build.0 = Debug|Win32
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Debug|Win32.Deploy.0 = Debug|Win32
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Debug|x64.ActiveCfg = Debug|x64
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Debug|x64.Build.0 = Debug|x64
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Debug|x64.Deploy.0 = Debug|x64
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Release|ARM.ActiveCfg = Release|ARM
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Release|ARM.Build.0 = Release|ARM
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Release|ARM.Deploy.0 = Release|ARM
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Release|Win32.ActiveCfg = Release|Win32
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Release|Win32.Build.0 = Release|Win32
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Release|Win32.Deploy.0 = Release|Win32
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Release|x64.ActiveCfg = Release|x64
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Release|x64.Build.0 = Release|x64
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DWriteColorGlyph/cpp/DWriteColorTextRenderer.vcxproj b/Samples/DWriteColorGlyph/cpp/DWriteColorTextRenderer.vcxproj
index 679def8a57..d803816011 100644
--- a/Samples/DWriteColorGlyph/cpp/DWriteColorTextRenderer.vcxproj
+++ b/Samples/DWriteColorGlyph/cpp/DWriteColorTextRenderer.vcxproj
@@ -27,14 +27,14 @@
- {1AF3474F-81EC-5C55-A794-B80694D49412}
+ {D46D4BFE-C5C2-5383-A3F6-7C5055BD0B03}
DWriteColorTextRenderer
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
10.0
DWriteColorTextRenderer
diff --git a/Samples/DWriteColorGlyph/cpp/Package.appxmanifest b/Samples/DWriteColorGlyph/cpp/Package.appxmanifest
index e4e71c528d..5dbebfe914 100644
--- a/Samples/DWriteColorGlyph/cpp/Package.appxmanifest
+++ b/Samples/DWriteColorGlyph/cpp/Package.appxmanifest
@@ -13,7 +13,7 @@
Assets\storelogo-sdk.png
-
+
diff --git a/Samples/DWriteColorGlyph/dwrite-color-glyph.yaml b/Samples/DWriteColorGlyph/dwrite-color-glyph.yml
similarity index 100%
rename from Samples/DWriteColorGlyph/dwrite-color-glyph.yaml
rename to Samples/DWriteColorGlyph/dwrite-color-glyph.yml
diff --git a/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes.sln b/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes.sln
index bf59a39e5d..e28b641e4f 100644
--- a/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes.sln
+++ b/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWriteLineSpacingModes", "DWriteLineSpacingModes\DWriteLineSpacingModes.vcxproj", "{C83080BC-0719-53E8-8F31-0F9C3958A4D2}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWriteLineSpacingModes", "DWriteLineSpacingModes\DWriteLineSpacingModes.vcxproj", "{067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWriteTextLayoutImplementation", "DWriteTextLayoutImplementation\DWriteTextLayoutImplementation.vcxproj", "{5F876280-2EE6-5B72-84BB-9567116115FB}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWriteTextLayoutImplementation", "DWriteTextLayoutImplementation\DWriteTextLayoutImplementation.vcxproj", "{2E4C2846-6D97-50DB-8296-F498FE9B56DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Debug|ARM.ActiveCfg = Debug|ARM
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Debug|ARM.Build.0 = Debug|ARM
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Debug|ARM.Deploy.0 = Debug|ARM
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Debug|x64.ActiveCfg = Debug|x64
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Debug|x64.Build.0 = Debug|x64
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Debug|x64.Deploy.0 = Debug|x64
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Debug|x86.ActiveCfg = Debug|Win32
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Debug|x86.Build.0 = Debug|Win32
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Debug|x86.Deploy.0 = Debug|Win32
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Release|ARM.ActiveCfg = Release|ARM
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Release|ARM.Build.0 = Release|ARM
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Release|ARM.Deploy.0 = Release|ARM
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Release|x64.ActiveCfg = Release|x64
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Release|x64.Build.0 = Release|x64
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Release|x64.Deploy.0 = Release|x64
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Release|x86.ActiveCfg = Release|Win32
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Release|x86.Build.0 = Release|Win32
- {C83080BC-0719-53E8-8F31-0F9C3958A4D2}.Release|x86.Deploy.0 = Release|Win32
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Debug|ARM.ActiveCfg = Debug|ARM
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Debug|ARM.Build.0 = Debug|ARM
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Debug|x64.ActiveCfg = Debug|x64
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Debug|x64.Build.0 = Debug|x64
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Debug|x86.ActiveCfg = Debug|Win32
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Debug|x86.Build.0 = Debug|Win32
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Release|ARM.ActiveCfg = Release|ARM
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Release|ARM.Build.0 = Release|ARM
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Release|x64.ActiveCfg = Release|x64
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Release|x64.Build.0 = Release|x64
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Release|x86.ActiveCfg = Release|Win32
- {5F876280-2EE6-5B72-84BB-9567116115FB}.Release|x86.Build.0 = Release|Win32
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Debug|ARM.ActiveCfg = Debug|ARM
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Debug|ARM.Build.0 = Debug|ARM
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Debug|ARM.Deploy.0 = Debug|ARM
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Debug|x64.ActiveCfg = Debug|x64
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Debug|x64.Build.0 = Debug|x64
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Debug|x64.Deploy.0 = Debug|x64
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Debug|x86.ActiveCfg = Debug|Win32
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Debug|x86.Build.0 = Debug|Win32
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Debug|x86.Deploy.0 = Debug|Win32
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Release|ARM.ActiveCfg = Release|ARM
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Release|ARM.Build.0 = Release|ARM
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Release|ARM.Deploy.0 = Release|ARM
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Release|x64.ActiveCfg = Release|x64
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Release|x64.Build.0 = Release|x64
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Release|x64.Deploy.0 = Release|x64
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Release|x86.ActiveCfg = Release|Win32
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Release|x86.Build.0 = Release|Win32
+ {067D23E7-B0D4-5AE3-AC9E-D1B1AFD3FE64}.Release|x86.Deploy.0 = Release|Win32
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Debug|ARM.Build.0 = Debug|ARM
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Debug|x64.ActiveCfg = Debug|x64
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Debug|x64.Build.0 = Debug|x64
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Debug|x86.ActiveCfg = Debug|Win32
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Debug|x86.Build.0 = Debug|Win32
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Release|ARM.ActiveCfg = Release|ARM
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Release|ARM.Build.0 = Release|ARM
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Release|x64.ActiveCfg = Release|x64
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Release|x64.Build.0 = Release|x64
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Release|x86.ActiveCfg = Release|Win32
+ {2E4C2846-6D97-50DB-8296-F498FE9B56DC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes/DWriteLineSpacingModes.vcxproj b/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes/DWriteLineSpacingModes.vcxproj
index 3b62b0f6a4..3df893677b 100644
--- a/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes/DWriteLineSpacingModes.vcxproj
+++ b/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes/DWriteLineSpacingModes.vcxproj
@@ -1,15 +1,15 @@
- {c83080bc-0719-53e8-8f31-0f9c3958a4d2}
+ {067d23e7-b0d4-5ae3-ac9e-d1b1afd3fe64}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
true
diff --git a/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes/Package.appxmanifest b/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes/Package.appxmanifest
index 0ac6a87710..f777a5c6a1 100644
--- a/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes/Package.appxmanifest
+++ b/Samples/DWriteLineSpacingModes/cpp/DWriteLineSpacingModes/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/DWriteLineSpacingModes/cpp/DWriteTextLayoutImplementation/DWriteTextLayoutImplementation.vcxproj b/Samples/DWriteLineSpacingModes/cpp/DWriteTextLayoutImplementation/DWriteTextLayoutImplementation.vcxproj
index ae3bdad281..d654ca9cbc 100644
--- a/Samples/DWriteLineSpacingModes/cpp/DWriteTextLayoutImplementation/DWriteTextLayoutImplementation.vcxproj
+++ b/Samples/DWriteLineSpacingModes/cpp/DWriteTextLayoutImplementation/DWriteTextLayoutImplementation.vcxproj
@@ -27,7 +27,7 @@
- {5f876280-2ee6-5b72-84bb-9567116115fb}
+ {2e4c2846-6d97-50db-8296-f498fe9b56dc}
WindowsRuntimeComponent
DWriteTextLayoutImplementation
DWriteTextLayoutImplementation
@@ -36,8 +36,8 @@
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
true
diff --git a/Samples/DWriteLineSpacingModes/dwrite-line-spacing-modes.yaml b/Samples/DWriteLineSpacingModes/dwrite-line-spacing-modes.yml
similarity index 100%
rename from Samples/DWriteLineSpacingModes/dwrite-line-spacing-modes.yaml
rename to Samples/DWriteLineSpacingModes/dwrite-line-spacing-modes.yml
diff --git a/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont.sln b/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont.sln
index bc7c3ebc22..f0db2f7da9 100644
--- a/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont.sln
+++ b/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWriteTextLayoutCloudFont", "DWriteTextLayoutCloudFont\DWriteTextLayoutCloudFont.vcxproj", "{F7CF593A-30A3-58AA-A3CA-77A20F9C4386}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWriteTextLayoutCloudFont", "DWriteTextLayoutCloudFont\DWriteTextLayoutCloudFont.vcxproj", "{437DA113-96DE-5CBD-8D00-6E76976DB35C}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWriteTextLayoutCloudFontImplementation", "DWriteTextLayoutCloudFontImplementation\DWriteTextLayoutCloudFontImplementation.vcxproj", "{7177FD83-D1DD-5479-868E-0BCCDB41A7EB}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWriteTextLayoutCloudFontImplementation", "DWriteTextLayoutCloudFontImplementation\DWriteTextLayoutCloudFontImplementation.vcxproj", "{8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Debug|ARM.ActiveCfg = Debug|ARM
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Debug|ARM.Build.0 = Debug|ARM
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Debug|ARM.Deploy.0 = Debug|ARM
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Debug|x64.ActiveCfg = Debug|x64
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Debug|x64.Build.0 = Debug|x64
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Debug|x64.Deploy.0 = Debug|x64
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Debug|x86.ActiveCfg = Debug|Win32
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Debug|x86.Build.0 = Debug|Win32
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Debug|x86.Deploy.0 = Debug|Win32
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Release|ARM.ActiveCfg = Release|ARM
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Release|ARM.Build.0 = Release|ARM
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Release|ARM.Deploy.0 = Release|ARM
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Release|x64.ActiveCfg = Release|x64
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Release|x64.Build.0 = Release|x64
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Release|x64.Deploy.0 = Release|x64
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Release|x86.ActiveCfg = Release|Win32
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Release|x86.Build.0 = Release|Win32
- {F7CF593A-30A3-58AA-A3CA-77A20F9C4386}.Release|x86.Deploy.0 = Release|Win32
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Debug|ARM.ActiveCfg = Debug|ARM
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Debug|ARM.Build.0 = Debug|ARM
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Debug|x64.ActiveCfg = Debug|x64
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Debug|x64.Build.0 = Debug|x64
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Debug|x86.ActiveCfg = Debug|Win32
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Debug|x86.Build.0 = Debug|Win32
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Release|ARM.ActiveCfg = Release|ARM
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Release|ARM.Build.0 = Release|ARM
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Release|x64.ActiveCfg = Release|x64
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Release|x64.Build.0 = Release|x64
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Release|x86.ActiveCfg = Release|Win32
- {7177FD83-D1DD-5479-868E-0BCCDB41A7EB}.Release|x86.Build.0 = Release|Win32
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Debug|ARM.Build.0 = Debug|ARM
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Debug|x64.ActiveCfg = Debug|x64
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Debug|x64.Build.0 = Debug|x64
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Debug|x64.Deploy.0 = Debug|x64
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Debug|x86.ActiveCfg = Debug|Win32
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Debug|x86.Build.0 = Debug|Win32
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Debug|x86.Deploy.0 = Debug|Win32
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Release|ARM.ActiveCfg = Release|ARM
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Release|ARM.Build.0 = Release|ARM
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Release|ARM.Deploy.0 = Release|ARM
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Release|x64.ActiveCfg = Release|x64
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Release|x64.Build.0 = Release|x64
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Release|x64.Deploy.0 = Release|x64
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Release|x86.ActiveCfg = Release|Win32
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Release|x86.Build.0 = Release|Win32
+ {437DA113-96DE-5CBD-8D00-6E76976DB35C}.Release|x86.Deploy.0 = Release|Win32
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Debug|ARM.Build.0 = Debug|ARM
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Debug|x64.ActiveCfg = Debug|x64
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Debug|x64.Build.0 = Debug|x64
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Debug|x86.ActiveCfg = Debug|Win32
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Debug|x86.Build.0 = Debug|Win32
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Release|ARM.ActiveCfg = Release|ARM
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Release|ARM.Build.0 = Release|ARM
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Release|x64.ActiveCfg = Release|x64
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Release|x64.Build.0 = Release|x64
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Release|x86.ActiveCfg = Release|Win32
+ {8F2FA600-FBDE-51B8-8AD0-CD1AE6F4002C}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont/DWriteTextLayoutCloudFont.vcxproj b/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont/DWriteTextLayoutCloudFont.vcxproj
index 22dba31575..5f71097694 100644
--- a/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont/DWriteTextLayoutCloudFont.vcxproj
+++ b/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont/DWriteTextLayoutCloudFont.vcxproj
@@ -1,14 +1,14 @@
- {f7cf593a-30a3-58aa-a3ca-77a20f9c4386}
+ {437da113-96de-5cbd-8d00-6e76976db35c}
SDKTemplate
en-US
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
10.0
diff --git a/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont/Package.appxmanifest b/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont/Package.appxmanifest
index d63c7bb0bc..b74c45e113 100644
--- a/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont/Package.appxmanifest
+++ b/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFont/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFontImplementation/DWriteTextLayoutCloudFontImplementation.vcxproj b/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFontImplementation/DWriteTextLayoutCloudFontImplementation.vcxproj
index ab2b1e05f1..781d444a9a 100644
--- a/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFontImplementation/DWriteTextLayoutCloudFontImplementation.vcxproj
+++ b/Samples/DWriteTextLayoutCloudFont/cpp/DWriteTextLayoutCloudFontImplementation/DWriteTextLayoutCloudFontImplementation.vcxproj
@@ -27,7 +27,7 @@
- {7177fd83-d1dd-5479-868e-0bccdb41a7eb}
+ {8f2fa600-fbde-51b8-8ad0-cd1ae6f4002c}
WindowsRuntimeComponent
DWriteTextLayoutCloudFontImplementation
DWriteTextLayoutCloudFontImplementation
@@ -35,8 +35,8 @@
14.0
true
Windows Store
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
10.0
diff --git a/Samples/DWriteTextLayoutCloudFont/dwrite-text-layout-cloud-font.yaml b/Samples/DWriteTextLayoutCloudFont/dwrite-text-layout-cloud-font.yml
similarity index 100%
rename from Samples/DWriteTextLayoutCloudFont/dwrite-text-layout-cloud-font.yaml
rename to Samples/DWriteTextLayoutCloudFont/dwrite-text-layout-cloud-font.yml
diff --git a/Samples/DataReaderWriter/cpp/DataReaderWriter.sln b/Samples/DataReaderWriter/cpp/DataReaderWriter.sln
index 0cc1f4cd98..d732b96c9c 100644
--- a/Samples/DataReaderWriter/cpp/DataReaderWriter.sln
+++ b/Samples/DataReaderWriter/cpp/DataReaderWriter.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DataReaderWriter", "DataReaderWriter.vcxproj", "{7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DataReaderWriter", "DataReaderWriter.vcxproj", "{FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Debug|ARM.ActiveCfg = Debug|ARM
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Debug|ARM.Build.0 = Debug|ARM
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Debug|ARM.Deploy.0 = Debug|ARM
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Debug|x64.ActiveCfg = Debug|x64
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Debug|x64.Build.0 = Debug|x64
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Debug|x64.Deploy.0 = Debug|x64
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Debug|x86.ActiveCfg = Debug|Win32
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Debug|x86.Build.0 = Debug|Win32
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Debug|x86.Deploy.0 = Debug|Win32
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Release|ARM.ActiveCfg = Release|ARM
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Release|ARM.Build.0 = Release|ARM
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Release|ARM.Deploy.0 = Release|ARM
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Release|x64.ActiveCfg = Release|x64
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Release|x64.Build.0 = Release|x64
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Release|x64.Deploy.0 = Release|x64
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Release|x86.ActiveCfg = Release|Win32
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Release|x86.Build.0 = Release|Win32
- {7A406F5E-3ECA-5BAB-8E6A-6638A38AABBA}.Release|x86.Deploy.0 = Release|Win32
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Debug|ARM.Build.0 = Debug|ARM
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Debug|ARM.Deploy.0 = Debug|ARM
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Debug|x64.ActiveCfg = Debug|x64
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Debug|x64.Build.0 = Debug|x64
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Debug|x64.Deploy.0 = Debug|x64
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Debug|x86.ActiveCfg = Debug|Win32
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Debug|x86.Build.0 = Debug|Win32
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Debug|x86.Deploy.0 = Debug|Win32
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Release|ARM.ActiveCfg = Release|ARM
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Release|ARM.Build.0 = Release|ARM
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Release|ARM.Deploy.0 = Release|ARM
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Release|x64.ActiveCfg = Release|x64
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Release|x64.Build.0 = Release|x64
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Release|x64.Deploy.0 = Release|x64
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Release|x86.ActiveCfg = Release|Win32
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Release|x86.Build.0 = Release|Win32
+ {FD05DF6B-9A52-50D3-A12E-4CF1B45EFBDC}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DataReaderWriter/cpp/DataReaderWriter.vcxproj b/Samples/DataReaderWriter/cpp/DataReaderWriter.vcxproj
index 2430602a4a..88f7a780fc 100644
--- a/Samples/DataReaderWriter/cpp/DataReaderWriter.vcxproj
+++ b/Samples/DataReaderWriter/cpp/DataReaderWriter.vcxproj
@@ -1,15 +1,15 @@
- {7a406f5e-3eca-5bab-8e6a-6638a38aabba}
+ {fd05df6b-9a52-50d3-a12e-4cf1b45efbdc}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/DataReaderWriter/cpp/Package.appxmanifest b/Samples/DataReaderWriter/cpp/Package.appxmanifest
index 58ca2f023d..3f963ac0d9 100644
--- a/Samples/DataReaderWriter/cpp/Package.appxmanifest
+++ b/Samples/DataReaderWriter/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/DataReaderWriter/cs/DataReaderWriter.csproj b/Samples/DataReaderWriter/cs/DataReaderWriter.csproj
index ade3ce7d3d..4e830f8427 100644
--- a/Samples/DataReaderWriter/cs/DataReaderWriter.csproj
+++ b/Samples/DataReaderWriter/cs/DataReaderWriter.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}
AppContainerExe
Properties
SDKTemplate
DataReaderWriter
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/DataReaderWriter/cs/DataReaderWriter.sln b/Samples/DataReaderWriter/cs/DataReaderWriter.sln
index 8ec3dcfe27..8779de1b2c 100644
--- a/Samples/DataReaderWriter/cs/DataReaderWriter.sln
+++ b/Samples/DataReaderWriter/cs/DataReaderWriter.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataReaderWriter", "DataReaderWriter.csproj", "{D1751065-C374-5189-BDA0-CA8BC8D60DDB}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataReaderWriter", "DataReaderWriter.csproj", "{A7F265C1-25FC-5775-B192-60B428B4DBD1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Debug|ARM.ActiveCfg = Debug|ARM
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Debug|ARM.Build.0 = Debug|ARM
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Debug|ARM.Deploy.0 = Debug|ARM
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Debug|x64.ActiveCfg = Debug|x64
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Debug|x64.Build.0 = Debug|x64
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Debug|x64.Deploy.0 = Debug|x64
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Debug|x86.ActiveCfg = Debug|x86
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Debug|x86.Build.0 = Debug|x86
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Debug|x86.Deploy.0 = Debug|x86
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Release|ARM.ActiveCfg = Release|ARM
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Release|ARM.Build.0 = Release|ARM
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Release|ARM.Deploy.0 = Release|ARM
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Release|x64.ActiveCfg = Release|x64
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Release|x64.Build.0 = Release|x64
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Release|x64.Deploy.0 = Release|x64
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Release|x86.ActiveCfg = Release|x86
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Release|x86.Build.0 = Release|x86
- {D1751065-C374-5189-BDA0-CA8BC8D60DDB}.Release|x86.Deploy.0 = Release|x86
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Debug|ARM.Build.0 = Debug|ARM
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Debug|x64.ActiveCfg = Debug|x64
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Debug|x64.Build.0 = Debug|x64
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Debug|x64.Deploy.0 = Debug|x64
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Debug|x86.ActiveCfg = Debug|x86
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Debug|x86.Build.0 = Debug|x86
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Debug|x86.Deploy.0 = Debug|x86
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Release|ARM.ActiveCfg = Release|ARM
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Release|ARM.Build.0 = Release|ARM
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Release|ARM.Deploy.0 = Release|ARM
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Release|x64.ActiveCfg = Release|x64
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Release|x64.Build.0 = Release|x64
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Release|x64.Deploy.0 = Release|x64
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Release|x86.ActiveCfg = Release|x86
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Release|x86.Build.0 = Release|x86
+ {A7F265C1-25FC-5775-B192-60B428B4DBD1}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DataReaderWriter/cs/Package.appxmanifest b/Samples/DataReaderWriter/cs/Package.appxmanifest
index dbc009b74d..66034cb4ff 100644
--- a/Samples/DataReaderWriter/cs/Package.appxmanifest
+++ b/Samples/DataReaderWriter/cs/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/DataReaderWriter/data-reader-writer.yaml b/Samples/DataReaderWriter/data-reader-writer.yml
similarity index 100%
rename from Samples/DataReaderWriter/data-reader-writer.yaml
rename to Samples/DataReaderWriter/data-reader-writer.yml
diff --git a/Samples/DataReaderWriter/js/DataReaderWriter.jsproj b/Samples/DataReaderWriter/js/DataReaderWriter.jsproj
index 8dbb6dde4e..5688aa97ae 100644
--- a/Samples/DataReaderWriter/js/DataReaderWriter.jsproj
+++ b/Samples/DataReaderWriter/js/DataReaderWriter.jsproj
@@ -35,7 +35,7 @@
- cfd45b19-fd90-5944-a1e4-6176be354be8
+ 2bb904d7-ef91-5ad8-b9ae-1c607b4ea102
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/DataReaderWriter/js/DataReaderWriter.sln b/Samples/DataReaderWriter/js/DataReaderWriter.sln
index 6305f0334c..b10e1678f0 100644
--- a/Samples/DataReaderWriter/js/DataReaderWriter.sln
+++ b/Samples/DataReaderWriter/js/DataReaderWriter.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DataReaderWriter", "DataReaderWriter.jsproj", "{CFD45B19-FD90-5944-A1E4-6176BE354BE8}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DataReaderWriter", "DataReaderWriter.jsproj", "{2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|ARM.ActiveCfg = Debug|ARM
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|ARM.Build.0 = Debug|ARM
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|ARM.Deploy.0 = Debug|ARM
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|x64.ActiveCfg = Debug|x64
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|x64.Build.0 = Debug|x64
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|x64.Deploy.0 = Debug|x64
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|x86.ActiveCfg = Debug|x86
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|x86.Build.0 = Debug|x86
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Debug|x86.Deploy.0 = Debug|x86
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|Any CPU.Build.0 = Release|Any CPU
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|ARM.ActiveCfg = Release|ARM
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|ARM.Build.0 = Release|ARM
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|ARM.Deploy.0 = Release|ARM
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|x64.ActiveCfg = Release|x64
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|x64.Build.0 = Release|x64
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|x64.Deploy.0 = Release|x64
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|x86.ActiveCfg = Release|x86
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|x86.Build.0 = Release|x86
- {CFD45B19-FD90-5944-A1E4-6176BE354BE8}.Release|x86.Deploy.0 = Release|x86
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|ARM.Build.0 = Debug|ARM
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|ARM.Deploy.0 = Debug|ARM
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|x64.ActiveCfg = Debug|x64
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|x64.Build.0 = Debug|x64
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|x64.Deploy.0 = Debug|x64
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|x86.ActiveCfg = Debug|x86
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|x86.Build.0 = Debug|x86
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Debug|x86.Deploy.0 = Debug|x86
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|Any CPU.Build.0 = Release|Any CPU
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|ARM.ActiveCfg = Release|ARM
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|ARM.Build.0 = Release|ARM
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|ARM.Deploy.0 = Release|ARM
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|x64.ActiveCfg = Release|x64
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|x64.Build.0 = Release|x64
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|x64.Deploy.0 = Release|x64
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|x86.ActiveCfg = Release|x86
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|x86.Build.0 = Release|x86
+ {2BB904D7-EF91-5AD8-B9AE-1C607B4EA102}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DataReaderWriter/js/Package.appxmanifest b/Samples/DataReaderWriter/js/Package.appxmanifest
index 61b4a91f74..e98ebe9235 100644
--- a/Samples/DataReaderWriter/js/Package.appxmanifest
+++ b/Samples/DataReaderWriter/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/DatagramSocket/cpp/DatagramSocket.sln b/Samples/DatagramSocket/cpp/DatagramSocket.sln
index 1f6cac57ad..7dce4760e7 100644
--- a/Samples/DatagramSocket/cpp/DatagramSocket.sln
+++ b/Samples/DatagramSocket/cpp/DatagramSocket.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DatagramSocket", "DatagramSocket.vcxproj", "{3986EE94-CC99-5717-B73B-3CB4819190EB}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DatagramSocket", "DatagramSocket.vcxproj", "{F93116BB-041F-539B-8344-6AE3C868FBA7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Debug|ARM.ActiveCfg = Debug|ARM
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Debug|ARM.Build.0 = Debug|ARM
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Debug|ARM.Deploy.0 = Debug|ARM
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Debug|x64.ActiveCfg = Debug|x64
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Debug|x64.Build.0 = Debug|x64
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Debug|x64.Deploy.0 = Debug|x64
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Debug|x86.ActiveCfg = Debug|Win32
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Debug|x86.Build.0 = Debug|Win32
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Debug|x86.Deploy.0 = Debug|Win32
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Release|ARM.ActiveCfg = Release|ARM
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Release|ARM.Build.0 = Release|ARM
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Release|ARM.Deploy.0 = Release|ARM
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Release|x64.ActiveCfg = Release|x64
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Release|x64.Build.0 = Release|x64
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Release|x64.Deploy.0 = Release|x64
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Release|x86.ActiveCfg = Release|Win32
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Release|x86.Build.0 = Release|Win32
- {3986EE94-CC99-5717-B73B-3CB4819190EB}.Release|x86.Deploy.0 = Release|Win32
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Debug|ARM.Build.0 = Debug|ARM
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Debug|x64.ActiveCfg = Debug|x64
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Debug|x64.Build.0 = Debug|x64
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Debug|x64.Deploy.0 = Debug|x64
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Debug|x86.ActiveCfg = Debug|Win32
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Debug|x86.Build.0 = Debug|Win32
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Debug|x86.Deploy.0 = Debug|Win32
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Release|ARM.ActiveCfg = Release|ARM
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Release|ARM.Build.0 = Release|ARM
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Release|ARM.Deploy.0 = Release|ARM
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Release|x64.ActiveCfg = Release|x64
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Release|x64.Build.0 = Release|x64
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Release|x64.Deploy.0 = Release|x64
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Release|x86.ActiveCfg = Release|Win32
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Release|x86.Build.0 = Release|Win32
+ {F93116BB-041F-539B-8344-6AE3C868FBA7}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DatagramSocket/cpp/DatagramSocket.vcxproj b/Samples/DatagramSocket/cpp/DatagramSocket.vcxproj
index 3746f39c31..d7093e6a93 100644
--- a/Samples/DatagramSocket/cpp/DatagramSocket.vcxproj
+++ b/Samples/DatagramSocket/cpp/DatagramSocket.vcxproj
@@ -1,15 +1,15 @@
- {3986ee94-cc99-5717-b73b-3cb4819190eb}
+ {f93116bb-041f-539b-8344-6ae3c868fba7}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/DatagramSocket/cpp/Package.appxmanifest b/Samples/DatagramSocket/cpp/Package.appxmanifest
index 78bf0fa05f..9bae6572a5 100644
--- a/Samples/DatagramSocket/cpp/Package.appxmanifest
+++ b/Samples/DatagramSocket/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/DatagramSocket/cs/DatagramSocket.csproj b/Samples/DatagramSocket/cs/DatagramSocket.csproj
index 8bcecdea58..92741391da 100644
--- a/Samples/DatagramSocket/cs/DatagramSocket.csproj
+++ b/Samples/DatagramSocket/cs/DatagramSocket.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}
AppContainerExe
Properties
DatagramSocketSample
DatagramSocket
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/DatagramSocket/cs/DatagramSocket.sln b/Samples/DatagramSocket/cs/DatagramSocket.sln
index 7122003221..079e77a42a 100644
--- a/Samples/DatagramSocket/cs/DatagramSocket.sln
+++ b/Samples/DatagramSocket/cs/DatagramSocket.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatagramSocket", "DatagramSocket.csproj", "{E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatagramSocket", "DatagramSocket.csproj", "{A4D05F01-8110-5948-BF05-3C5253F69E01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Debug|ARM.ActiveCfg = Debug|ARM
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Debug|ARM.Build.0 = Debug|ARM
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Debug|ARM.Deploy.0 = Debug|ARM
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Debug|x64.ActiveCfg = Debug|x64
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Debug|x64.Build.0 = Debug|x64
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Debug|x64.Deploy.0 = Debug|x64
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Debug|x86.ActiveCfg = Debug|x86
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Debug|x86.Build.0 = Debug|x86
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Debug|x86.Deploy.0 = Debug|x86
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Release|ARM.ActiveCfg = Release|ARM
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Release|ARM.Build.0 = Release|ARM
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Release|ARM.Deploy.0 = Release|ARM
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Release|x64.ActiveCfg = Release|x64
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Release|x64.Build.0 = Release|x64
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Release|x64.Deploy.0 = Release|x64
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Release|x86.ActiveCfg = Release|x86
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Release|x86.Build.0 = Release|x86
- {E2A1F40C-21A2-5FE2-98EE-A2BB214962B6}.Release|x86.Deploy.0 = Release|x86
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Debug|ARM.Build.0 = Debug|ARM
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Debug|ARM.Deploy.0 = Debug|ARM
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Debug|x64.ActiveCfg = Debug|x64
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Debug|x64.Build.0 = Debug|x64
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Debug|x64.Deploy.0 = Debug|x64
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Debug|x86.ActiveCfg = Debug|x86
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Debug|x86.Build.0 = Debug|x86
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Debug|x86.Deploy.0 = Debug|x86
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Release|ARM.ActiveCfg = Release|ARM
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Release|ARM.Build.0 = Release|ARM
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Release|ARM.Deploy.0 = Release|ARM
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Release|x64.ActiveCfg = Release|x64
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Release|x64.Build.0 = Release|x64
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Release|x64.Deploy.0 = Release|x64
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Release|x86.ActiveCfg = Release|x86
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Release|x86.Build.0 = Release|x86
+ {A4D05F01-8110-5948-BF05-3C5253F69E01}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DatagramSocket/cs/Package.appxmanifest b/Samples/DatagramSocket/cs/Package.appxmanifest
index 57a5bacbb7..f414df8d1b 100644
--- a/Samples/DatagramSocket/cs/Package.appxmanifest
+++ b/Samples/DatagramSocket/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/DatagramSocket/datagram-socket.yaml b/Samples/DatagramSocket/datagram-socket.yml
similarity index 100%
rename from Samples/DatagramSocket/datagram-socket.yaml
rename to Samples/DatagramSocket/datagram-socket.yml
diff --git a/Samples/DatagramSocket/js/DatagramSocket.jsproj b/Samples/DatagramSocket/js/DatagramSocket.jsproj
index e2d04d0dca..e391167433 100644
--- a/Samples/DatagramSocket/js/DatagramSocket.jsproj
+++ b/Samples/DatagramSocket/js/DatagramSocket.jsproj
@@ -35,7 +35,7 @@
- 8b3b3316-413f-537c-84b8-a3d6df295b14
+ 95f69007-9d34-5dc8-92c5-dde9ceeff6eb
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/DatagramSocket/js/DatagramSocket.sln b/Samples/DatagramSocket/js/DatagramSocket.sln
index 11a82736f4..f941271506 100644
--- a/Samples/DatagramSocket/js/DatagramSocket.sln
+++ b/Samples/DatagramSocket/js/DatagramSocket.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DatagramSocket", "DatagramSocket.jsproj", "{8B3B3316-413F-537C-84B8-A3D6DF295B14}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DatagramSocket", "DatagramSocket.jsproj", "{95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|ARM.ActiveCfg = Debug|ARM
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|ARM.Build.0 = Debug|ARM
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|ARM.Deploy.0 = Debug|ARM
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|x64.ActiveCfg = Debug|x64
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|x64.Build.0 = Debug|x64
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|x64.Deploy.0 = Debug|x64
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|x86.ActiveCfg = Debug|x86
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|x86.Build.0 = Debug|x86
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Debug|x86.Deploy.0 = Debug|x86
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|Any CPU.Build.0 = Release|Any CPU
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|ARM.ActiveCfg = Release|ARM
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|ARM.Build.0 = Release|ARM
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|ARM.Deploy.0 = Release|ARM
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|x64.ActiveCfg = Release|x64
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|x64.Build.0 = Release|x64
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|x64.Deploy.0 = Release|x64
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|x86.ActiveCfg = Release|x86
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|x86.Build.0 = Release|x86
- {8B3B3316-413F-537C-84B8-A3D6DF295B14}.Release|x86.Deploy.0 = Release|x86
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|ARM.ActiveCfg = Debug|ARM
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|ARM.Build.0 = Debug|ARM
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|ARM.Deploy.0 = Debug|ARM
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|x64.ActiveCfg = Debug|x64
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|x64.Build.0 = Debug|x64
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|x64.Deploy.0 = Debug|x64
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|x86.ActiveCfg = Debug|x86
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|x86.Build.0 = Debug|x86
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Debug|x86.Deploy.0 = Debug|x86
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|Any CPU.Build.0 = Release|Any CPU
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|ARM.ActiveCfg = Release|ARM
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|ARM.Build.0 = Release|ARM
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|ARM.Deploy.0 = Release|ARM
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|x64.ActiveCfg = Release|x64
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|x64.Build.0 = Release|x64
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|x64.Deploy.0 = Release|x64
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|x86.ActiveCfg = Release|x86
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|x86.Build.0 = Release|x86
+ {95F69007-9D34-5DC8-92C5-DDE9CEEFF6EB}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DatagramSocket/js/Package.appxmanifest b/Samples/DatagramSocket/js/Package.appxmanifest
index a59014dae1..2d37764301 100644
--- a/Samples/DatagramSocket/js/Package.appxmanifest
+++ b/Samples/DatagramSocket/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/DateTimeFormatting/cpp/DateTimeFormatting.sln b/Samples/DateTimeFormatting/cpp/DateTimeFormatting.sln
index b3275311a5..835ea6f623 100644
--- a/Samples/DateTimeFormatting/cpp/DateTimeFormatting.sln
+++ b/Samples/DateTimeFormatting/cpp/DateTimeFormatting.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DateTimeFormatting", "DateTimeFormatting.vcxproj", "{FD80F639-378F-52ED-BE78-2EB0ECD59D2B}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DateTimeFormatting", "DateTimeFormatting.vcxproj", "{E59F8C79-8FDB-5361-A7E6-3AD80C625E49}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Debug|ARM.ActiveCfg = Debug|ARM
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Debug|ARM.Build.0 = Debug|ARM
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Debug|ARM.Deploy.0 = Debug|ARM
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Debug|x64.ActiveCfg = Debug|x64
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Debug|x64.Build.0 = Debug|x64
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Debug|x64.Deploy.0 = Debug|x64
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Debug|x86.ActiveCfg = Debug|Win32
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Debug|x86.Build.0 = Debug|Win32
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Debug|x86.Deploy.0 = Debug|Win32
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Release|ARM.ActiveCfg = Release|ARM
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Release|ARM.Build.0 = Release|ARM
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Release|ARM.Deploy.0 = Release|ARM
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Release|x64.ActiveCfg = Release|x64
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Release|x64.Build.0 = Release|x64
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Release|x64.Deploy.0 = Release|x64
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Release|x86.ActiveCfg = Release|Win32
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Release|x86.Build.0 = Release|Win32
- {FD80F639-378F-52ED-BE78-2EB0ECD59D2B}.Release|x86.Deploy.0 = Release|Win32
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Debug|ARM.ActiveCfg = Debug|ARM
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Debug|ARM.Build.0 = Debug|ARM
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Debug|ARM.Deploy.0 = Debug|ARM
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Debug|x64.ActiveCfg = Debug|x64
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Debug|x64.Build.0 = Debug|x64
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Debug|x64.Deploy.0 = Debug|x64
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Debug|x86.ActiveCfg = Debug|Win32
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Debug|x86.Build.0 = Debug|Win32
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Debug|x86.Deploy.0 = Debug|Win32
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Release|ARM.ActiveCfg = Release|ARM
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Release|ARM.Build.0 = Release|ARM
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Release|ARM.Deploy.0 = Release|ARM
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Release|x64.ActiveCfg = Release|x64
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Release|x64.Build.0 = Release|x64
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Release|x64.Deploy.0 = Release|x64
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Release|x86.ActiveCfg = Release|Win32
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Release|x86.Build.0 = Release|Win32
+ {E59F8C79-8FDB-5361-A7E6-3AD80C625E49}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DateTimeFormatting/cpp/DateTimeFormatting.vcxproj b/Samples/DateTimeFormatting/cpp/DateTimeFormatting.vcxproj
index 60a9e6e5ee..adcc2d3bbb 100644
--- a/Samples/DateTimeFormatting/cpp/DateTimeFormatting.vcxproj
+++ b/Samples/DateTimeFormatting/cpp/DateTimeFormatting.vcxproj
@@ -1,15 +1,15 @@
- {fd80f639-378f-52ed-be78-2eb0ecd59d2b}
+ {e59f8c79-8fdb-5361-a7e6-3ad80c625e49}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/DateTimeFormatting/cpp/Package.appxmanifest b/Samples/DateTimeFormatting/cpp/Package.appxmanifest
index 70f1b61817..d02738d754 100644
--- a/Samples/DateTimeFormatting/cpp/Package.appxmanifest
+++ b/Samples/DateTimeFormatting/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/DateTimeFormatting/cs/DateTimeFormatting.csproj b/Samples/DateTimeFormatting/cs/DateTimeFormatting.csproj
index 0f08d7c411..e9faf570e9 100644
--- a/Samples/DateTimeFormatting/cs/DateTimeFormatting.csproj
+++ b/Samples/DateTimeFormatting/cs/DateTimeFormatting.csproj
@@ -3,15 +3,15 @@
Debug
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}
AppContainerExe
Properties
SDKTemplate
DateTimeFormatting
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/DateTimeFormatting/cs/DateTimeFormatting.sln b/Samples/DateTimeFormatting/cs/DateTimeFormatting.sln
index 4f8d6f5f70..aefe39409c 100644
--- a/Samples/DateTimeFormatting/cs/DateTimeFormatting.sln
+++ b/Samples/DateTimeFormatting/cs/DateTimeFormatting.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DateTimeFormatting", "DateTimeFormatting.csproj", "{3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DateTimeFormatting", "DateTimeFormatting.csproj", "{EE391769-5A6B-5FBD-BC73-9026CDBC429A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Debug|ARM.ActiveCfg = Debug|ARM
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Debug|ARM.Build.0 = Debug|ARM
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Debug|ARM.Deploy.0 = Debug|ARM
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Debug|x64.ActiveCfg = Debug|x64
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Debug|x64.Build.0 = Debug|x64
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Debug|x64.Deploy.0 = Debug|x64
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Debug|x86.ActiveCfg = Debug|x86
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Debug|x86.Build.0 = Debug|x86
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Debug|x86.Deploy.0 = Debug|x86
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Release|ARM.ActiveCfg = Release|ARM
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Release|ARM.Build.0 = Release|ARM
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Release|ARM.Deploy.0 = Release|ARM
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Release|x64.ActiveCfg = Release|x64
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Release|x64.Build.0 = Release|x64
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Release|x64.Deploy.0 = Release|x64
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Release|x86.ActiveCfg = Release|x86
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Release|x86.Build.0 = Release|x86
- {3D95FF44-FBA6-5C5B-AE12-F2D3703F0743}.Release|x86.Deploy.0 = Release|x86
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Debug|ARM.Build.0 = Debug|ARM
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Debug|ARM.Deploy.0 = Debug|ARM
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Debug|x64.ActiveCfg = Debug|x64
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Debug|x64.Build.0 = Debug|x64
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Debug|x64.Deploy.0 = Debug|x64
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Debug|x86.ActiveCfg = Debug|x86
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Debug|x86.Build.0 = Debug|x86
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Debug|x86.Deploy.0 = Debug|x86
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Release|ARM.ActiveCfg = Release|ARM
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Release|ARM.Build.0 = Release|ARM
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Release|ARM.Deploy.0 = Release|ARM
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Release|x64.ActiveCfg = Release|x64
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Release|x64.Build.0 = Release|x64
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Release|x64.Deploy.0 = Release|x64
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Release|x86.ActiveCfg = Release|x86
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Release|x86.Build.0 = Release|x86
+ {EE391769-5A6B-5FBD-BC73-9026CDBC429A}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DateTimeFormatting/cs/Package.appxmanifest b/Samples/DateTimeFormatting/cs/Package.appxmanifest
index 8e13ca98eb..b9b288a643 100644
--- a/Samples/DateTimeFormatting/cs/Package.appxmanifest
+++ b/Samples/DateTimeFormatting/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/DateTimeFormatting/date-time-formatting.yaml b/Samples/DateTimeFormatting/date-time-formatting.yml
similarity index 100%
rename from Samples/DateTimeFormatting/date-time-formatting.yaml
rename to Samples/DateTimeFormatting/date-time-formatting.yml
diff --git a/Samples/DateTimeFormatting/js/DateTimeFormatting.jsproj b/Samples/DateTimeFormatting/js/DateTimeFormatting.jsproj
index 7bca6740b1..5a1b9b5f73 100644
--- a/Samples/DateTimeFormatting/js/DateTimeFormatting.jsproj
+++ b/Samples/DateTimeFormatting/js/DateTimeFormatting.jsproj
@@ -35,7 +35,7 @@
- 377e0c0a-280c-5162-95f3-cab4a5dacbac
+ 46dd8e93-2e02-5637-8982-3c97fbb15c6f
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/DateTimeFormatting/js/DateTimeFormatting.sln b/Samples/DateTimeFormatting/js/DateTimeFormatting.sln
index e42be74e0b..fe26df43f8 100644
--- a/Samples/DateTimeFormatting/js/DateTimeFormatting.sln
+++ b/Samples/DateTimeFormatting/js/DateTimeFormatting.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DateTimeFormatting", "DateTimeFormatting.jsproj", "{377E0C0A-280C-5162-95F3-CAB4A5DACBAC}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DateTimeFormatting", "DateTimeFormatting.jsproj", "{46DD8E93-2E02-5637-8982-3C97FBB15C6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|ARM.ActiveCfg = Debug|ARM
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|ARM.Build.0 = Debug|ARM
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|ARM.Deploy.0 = Debug|ARM
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|x64.ActiveCfg = Debug|x64
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|x64.Build.0 = Debug|x64
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|x64.Deploy.0 = Debug|x64
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|x86.ActiveCfg = Debug|x86
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|x86.Build.0 = Debug|x86
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Debug|x86.Deploy.0 = Debug|x86
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|Any CPU.Build.0 = Release|Any CPU
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|ARM.ActiveCfg = Release|ARM
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|ARM.Build.0 = Release|ARM
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|ARM.Deploy.0 = Release|ARM
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|x64.ActiveCfg = Release|x64
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|x64.Build.0 = Release|x64
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|x64.Deploy.0 = Release|x64
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|x86.ActiveCfg = Release|x86
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|x86.Build.0 = Release|x86
- {377E0C0A-280C-5162-95F3-CAB4A5DACBAC}.Release|x86.Deploy.0 = Release|x86
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|ARM.ActiveCfg = Debug|ARM
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|ARM.Build.0 = Debug|ARM
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|ARM.Deploy.0 = Debug|ARM
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|x64.ActiveCfg = Debug|x64
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|x64.Build.0 = Debug|x64
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|x64.Deploy.0 = Debug|x64
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|x86.ActiveCfg = Debug|x86
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|x86.Build.0 = Debug|x86
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Debug|x86.Deploy.0 = Debug|x86
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|ARM.ActiveCfg = Release|ARM
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|ARM.Build.0 = Release|ARM
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|ARM.Deploy.0 = Release|ARM
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|x64.ActiveCfg = Release|x64
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|x64.Build.0 = Release|x64
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|x64.Deploy.0 = Release|x64
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|x86.ActiveCfg = Release|x86
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|x86.Build.0 = Release|x86
+ {46DD8E93-2E02-5637-8982-3C97FBB15C6F}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DateTimeFormatting/js/Package.appxmanifest b/Samples/DateTimeFormatting/js/Package.appxmanifest
index 0bbdbd03a6..369f6051e6 100644
--- a/Samples/DateTimeFormatting/js/Package.appxmanifest
+++ b/Samples/DateTimeFormatting/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/DeviceEnumerationAndPairing/cpp/DeviceEnumeration.sln b/Samples/DeviceEnumerationAndPairing/cpp/DeviceEnumeration.sln
index 9516917a5f..09035f159f 100644
--- a/Samples/DeviceEnumerationAndPairing/cpp/DeviceEnumeration.sln
+++ b/Samples/DeviceEnumerationAndPairing/cpp/DeviceEnumeration.sln
@@ -3,12 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DeviceEnumeration", "DeviceEnumeration.vcxproj", "{15FECA6C-A5C2-57FD-992A-BBA0612F62CF}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DeviceEnumeration", "DeviceEnumeration.vcxproj", "{F7FBE643-ECCE-5D6F-9D83-1F576008F25F}"
ProjectSection(ProjectDependencies) = postProject
- {D249843A-0BE1-507D-AD3F-714649651AD5} = {D249843A-0BE1-507D-AD3F-714649651AD5}
+ {1BE17202-8F62-5140-A582-0B482D591DD2} = {1BE17202-8F62-5140-A582-0B482D591DD2}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tasks", "Tasks\Tasks.vcxproj", "{D249843A-0BE1-507D-AD3F-714649651AD5}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tasks", "Tasks\Tasks.vcxproj", "{1BE17202-8F62-5140-A582-0B482D591DD2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,36 +20,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Debug|ARM.ActiveCfg = Debug|ARM
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Debug|ARM.Build.0 = Debug|ARM
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Debug|ARM.Deploy.0 = Debug|ARM
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Debug|x64.ActiveCfg = Debug|x64
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Debug|x64.Build.0 = Debug|x64
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Debug|x64.Deploy.0 = Debug|x64
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Debug|x86.ActiveCfg = Debug|Win32
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Debug|x86.Build.0 = Debug|Win32
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Debug|x86.Deploy.0 = Debug|Win32
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Release|ARM.ActiveCfg = Release|ARM
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Release|ARM.Build.0 = Release|ARM
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Release|ARM.Deploy.0 = Release|ARM
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Release|x64.ActiveCfg = Release|x64
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Release|x64.Build.0 = Release|x64
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Release|x64.Deploy.0 = Release|x64
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Release|x86.ActiveCfg = Release|Win32
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Release|x86.Build.0 = Release|Win32
- {15FECA6C-A5C2-57FD-992A-BBA0612F62CF}.Release|x86.Deploy.0 = Release|Win32
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Debug|ARM.ActiveCfg = Debug|ARM
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Debug|ARM.Build.0 = Debug|ARM
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Debug|x64.ActiveCfg = Debug|x64
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Debug|x64.Build.0 = Debug|x64
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Debug|x86.ActiveCfg = Debug|Win32
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Debug|x86.Build.0 = Debug|Win32
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Release|ARM.ActiveCfg = Release|ARM
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Release|ARM.Build.0 = Release|ARM
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Release|x64.ActiveCfg = Release|x64
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Release|x64.Build.0 = Release|x64
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Release|x86.ActiveCfg = Release|Win32
- {D249843A-0BE1-507D-AD3F-714649651AD5}.Release|x86.Build.0 = Release|Win32
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Debug|ARM.Build.0 = Debug|ARM
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Debug|x64.ActiveCfg = Debug|x64
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Debug|x64.Build.0 = Debug|x64
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Debug|x64.Deploy.0 = Debug|x64
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Debug|x86.ActiveCfg = Debug|Win32
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Debug|x86.Build.0 = Debug|Win32
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Debug|x86.Deploy.0 = Debug|Win32
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Release|ARM.ActiveCfg = Release|ARM
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Release|ARM.Build.0 = Release|ARM
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Release|ARM.Deploy.0 = Release|ARM
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Release|x64.ActiveCfg = Release|x64
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Release|x64.Build.0 = Release|x64
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Release|x64.Deploy.0 = Release|x64
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Release|x86.ActiveCfg = Release|Win32
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Release|x86.Build.0 = Release|Win32
+ {F7FBE643-ECCE-5D6F-9D83-1F576008F25F}.Release|x86.Deploy.0 = Release|Win32
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Debug|ARM.ActiveCfg = Debug|ARM
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Debug|ARM.Build.0 = Debug|ARM
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Debug|x64.ActiveCfg = Debug|x64
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Debug|x64.Build.0 = Debug|x64
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Debug|x86.ActiveCfg = Debug|Win32
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Debug|x86.Build.0 = Debug|Win32
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Release|ARM.ActiveCfg = Release|ARM
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Release|ARM.Build.0 = Release|ARM
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Release|x64.ActiveCfg = Release|x64
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Release|x64.Build.0 = Release|x64
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Release|x86.ActiveCfg = Release|Win32
+ {1BE17202-8F62-5140-A582-0B482D591DD2}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DeviceEnumerationAndPairing/cpp/DeviceEnumeration.vcxproj b/Samples/DeviceEnumerationAndPairing/cpp/DeviceEnumeration.vcxproj
index b2441d34b7..af5a02a41c 100644
--- a/Samples/DeviceEnumerationAndPairing/cpp/DeviceEnumeration.vcxproj
+++ b/Samples/DeviceEnumerationAndPairing/cpp/DeviceEnumeration.vcxproj
@@ -1,15 +1,15 @@
- {15feca6c-a5c2-57fd-992a-bba0612f62cf}
+ {f7fbe643-ecce-5d6f-9d83-1f576008f25f}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/DeviceEnumerationAndPairing/cpp/Package.appxmanifest b/Samples/DeviceEnumerationAndPairing/cpp/Package.appxmanifest
index 4a4d2b5530..30aa26ac05 100644
--- a/Samples/DeviceEnumerationAndPairing/cpp/Package.appxmanifest
+++ b/Samples/DeviceEnumerationAndPairing/cpp/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/DeviceEnumerationAndPairing/cpp/Tasks/Tasks.vcxproj b/Samples/DeviceEnumerationAndPairing/cpp/Tasks/Tasks.vcxproj
index a235a81486..ce0ceba993 100644
--- a/Samples/DeviceEnumerationAndPairing/cpp/Tasks/Tasks.vcxproj
+++ b/Samples/DeviceEnumerationAndPairing/cpp/Tasks/Tasks.vcxproj
@@ -27,7 +27,7 @@
- {d249843a-0be1-507d-ad3f-714649651ad5}
+ {1be17202-8f62-5140-a582-0b482d591dd2}
WindowsRuntimeComponent
Tasks
BackgroundDeviceWatcherTaskCpp
@@ -36,8 +36,8 @@
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/DeviceEnumerationAndPairing/cs/DeviceEnumeration.csproj b/Samples/DeviceEnumerationAndPairing/cs/DeviceEnumeration.csproj
index 06d74f4790..95b6feef88 100644
--- a/Samples/DeviceEnumerationAndPairing/cs/DeviceEnumeration.csproj
+++ b/Samples/DeviceEnumerationAndPairing/cs/DeviceEnumeration.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {C65CA893-D291-55B2-B332-6898A11A371C}
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}
AppContainerExe
Properties
DeviceEnumerationCs
DeviceEnumeration
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/DeviceEnumerationAndPairing/cs/DeviceEnumeration.sln b/Samples/DeviceEnumerationAndPairing/cs/DeviceEnumeration.sln
index 08138b226a..c46c792943 100644
--- a/Samples/DeviceEnumerationAndPairing/cs/DeviceEnumeration.sln
+++ b/Samples/DeviceEnumerationAndPairing/cs/DeviceEnumeration.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceEnumeration", "DeviceEnumeration.csproj", "{C65CA893-D291-55B2-B332-6898A11A371C}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceEnumeration", "DeviceEnumeration.csproj", "{8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{256F0BD0-EA83-5DC5-839E-529F30916F5C}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C65CA893-D291-55B2-B332-6898A11A371C}.Debug|ARM.ActiveCfg = Debug|ARM
- {C65CA893-D291-55B2-B332-6898A11A371C}.Debug|ARM.Build.0 = Debug|ARM
- {C65CA893-D291-55B2-B332-6898A11A371C}.Debug|ARM.Deploy.0 = Debug|ARM
- {C65CA893-D291-55B2-B332-6898A11A371C}.Debug|x64.ActiveCfg = Debug|x64
- {C65CA893-D291-55B2-B332-6898A11A371C}.Debug|x64.Build.0 = Debug|x64
- {C65CA893-D291-55B2-B332-6898A11A371C}.Debug|x64.Deploy.0 = Debug|x64
- {C65CA893-D291-55B2-B332-6898A11A371C}.Debug|x86.ActiveCfg = Debug|x86
- {C65CA893-D291-55B2-B332-6898A11A371C}.Debug|x86.Build.0 = Debug|x86
- {C65CA893-D291-55B2-B332-6898A11A371C}.Debug|x86.Deploy.0 = Debug|x86
- {C65CA893-D291-55B2-B332-6898A11A371C}.Release|ARM.ActiveCfg = Release|ARM
- {C65CA893-D291-55B2-B332-6898A11A371C}.Release|ARM.Build.0 = Release|ARM
- {C65CA893-D291-55B2-B332-6898A11A371C}.Release|ARM.Deploy.0 = Release|ARM
- {C65CA893-D291-55B2-B332-6898A11A371C}.Release|x64.ActiveCfg = Release|x64
- {C65CA893-D291-55B2-B332-6898A11A371C}.Release|x64.Build.0 = Release|x64
- {C65CA893-D291-55B2-B332-6898A11A371C}.Release|x64.Deploy.0 = Release|x64
- {C65CA893-D291-55B2-B332-6898A11A371C}.Release|x86.ActiveCfg = Release|x86
- {C65CA893-D291-55B2-B332-6898A11A371C}.Release|x86.Build.0 = Release|x86
- {C65CA893-D291-55B2-B332-6898A11A371C}.Release|x86.Deploy.0 = Release|x86
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Debug|ARM.ActiveCfg = Debug|ARM
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Debug|ARM.Build.0 = Debug|ARM
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Debug|x64.ActiveCfg = Debug|x64
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Debug|x64.Build.0 = Debug|x64
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Debug|x86.ActiveCfg = Debug|x86
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Debug|x86.Build.0 = Debug|x86
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Release|ARM.ActiveCfg = Release|ARM
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Release|ARM.Build.0 = Release|ARM
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Release|x64.ActiveCfg = Release|x64
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Release|x64.Build.0 = Release|x64
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Release|x86.ActiveCfg = Release|x86
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}.Release|x86.Build.0 = Release|x86
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Debug|ARM.Build.0 = Debug|ARM
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Debug|ARM.Deploy.0 = Debug|ARM
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Debug|x64.ActiveCfg = Debug|x64
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Debug|x64.Build.0 = Debug|x64
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Debug|x64.Deploy.0 = Debug|x64
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Debug|x86.ActiveCfg = Debug|x86
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Debug|x86.Build.0 = Debug|x86
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Debug|x86.Deploy.0 = Debug|x86
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Release|ARM.ActiveCfg = Release|ARM
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Release|ARM.Build.0 = Release|ARM
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Release|ARM.Deploy.0 = Release|ARM
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Release|x64.ActiveCfg = Release|x64
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Release|x64.Build.0 = Release|x64
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Release|x64.Deploy.0 = Release|x64
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Release|x86.ActiveCfg = Release|x86
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Release|x86.Build.0 = Release|x86
+ {8FAF13BE-5F79-5D8D-9DE9-A30B4FBF8A0F}.Release|x86.Deploy.0 = Release|x86
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Debug|ARM.Build.0 = Debug|ARM
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Debug|x64.ActiveCfg = Debug|x64
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Debug|x64.Build.0 = Debug|x64
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Debug|x86.ActiveCfg = Debug|x86
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Debug|x86.Build.0 = Debug|x86
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Release|ARM.ActiveCfg = Release|ARM
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Release|ARM.Build.0 = Release|ARM
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Release|x64.ActiveCfg = Release|x64
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Release|x64.Build.0 = Release|x64
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Release|x86.ActiveCfg = Release|x86
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DeviceEnumerationAndPairing/cs/Package.appxmanifest b/Samples/DeviceEnumerationAndPairing/cs/Package.appxmanifest
index c4ad87f651..0aeb811d14 100644
--- a/Samples/DeviceEnumerationAndPairing/cs/Package.appxmanifest
+++ b/Samples/DeviceEnumerationAndPairing/cs/Package.appxmanifest
@@ -17,7 +17,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/DeviceEnumerationAndPairing/cs/Tasks/Tasks.csproj b/Samples/DeviceEnumerationAndPairing/cs/Tasks/Tasks.csproj
index 3b4e53e227..afc7208e6a 100644
--- a/Samples/DeviceEnumerationAndPairing/cs/Tasks/Tasks.csproj
+++ b/Samples/DeviceEnumerationAndPairing/cs/Tasks/Tasks.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {256F0BD0-EA83-5DC5-839E-529F30916F5C}
+ {57363D31-D7AE-5743-B4FE-E5DE52E2A0B8}
winmdobj
Properties
BackgroundDeviceWatcherTaskCs
BackgroundDeviceWatcherTaskCs
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/DeviceEnumerationAndPairing/device-enumeration-and-pairing.yaml b/Samples/DeviceEnumerationAndPairing/device-enumeration-and-pairing.yml
similarity index 100%
rename from Samples/DeviceEnumerationAndPairing/device-enumeration-and-pairing.yaml
rename to Samples/DeviceEnumerationAndPairing/device-enumeration-and-pairing.yml
diff --git a/Samples/DeviceEnumerationAndPairing/js/DeviceEnumeration.jsproj b/Samples/DeviceEnumerationAndPairing/js/DeviceEnumeration.jsproj
index c3dddb2705..06f0c5e88b 100644
--- a/Samples/DeviceEnumerationAndPairing/js/DeviceEnumeration.jsproj
+++ b/Samples/DeviceEnumerationAndPairing/js/DeviceEnumeration.jsproj
@@ -35,7 +35,7 @@
- 8f76f7e4-df9a-59f5-a6a6-d69d0b404a41
+ 208d0df3-6148-5b07-be29-6e88b25a5f1a
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/DeviceEnumerationAndPairing/js/DeviceEnumeration.sln b/Samples/DeviceEnumerationAndPairing/js/DeviceEnumeration.sln
index c6b0fdae1c..6e75b5b8d2 100644
--- a/Samples/DeviceEnumerationAndPairing/js/DeviceEnumeration.sln
+++ b/Samples/DeviceEnumerationAndPairing/js/DeviceEnumeration.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DeviceEnumeration", "DeviceEnumeration.jsproj", "{8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DeviceEnumeration", "DeviceEnumeration.jsproj", "{208D0DF3-6148-5B07-BE29-6E88B25A5F1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|ARM.ActiveCfg = Debug|ARM
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|ARM.Build.0 = Debug|ARM
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|ARM.Deploy.0 = Debug|ARM
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|x64.ActiveCfg = Debug|x64
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|x64.Build.0 = Debug|x64
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|x64.Deploy.0 = Debug|x64
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|x86.ActiveCfg = Debug|x86
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|x86.Build.0 = Debug|x86
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Debug|x86.Deploy.0 = Debug|x86
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|Any CPU.Build.0 = Release|Any CPU
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|ARM.ActiveCfg = Release|ARM
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|ARM.Build.0 = Release|ARM
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|ARM.Deploy.0 = Release|ARM
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|x64.ActiveCfg = Release|x64
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|x64.Build.0 = Release|x64
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|x64.Deploy.0 = Release|x64
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|x86.ActiveCfg = Release|x86
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|x86.Build.0 = Release|x86
- {8F76F7E4-DF9A-59F5-A6A6-D69D0B404A41}.Release|x86.Deploy.0 = Release|x86
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|ARM.ActiveCfg = Debug|ARM
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|ARM.Build.0 = Debug|ARM
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|ARM.Deploy.0 = Debug|ARM
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|x64.ActiveCfg = Debug|x64
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|x64.Build.0 = Debug|x64
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|x64.Deploy.0 = Debug|x64
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|x86.ActiveCfg = Debug|x86
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|x86.Build.0 = Debug|x86
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Debug|x86.Deploy.0 = Debug|x86
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|ARM.ActiveCfg = Release|ARM
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|ARM.Build.0 = Release|ARM
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|ARM.Deploy.0 = Release|ARM
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|x64.ActiveCfg = Release|x64
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|x64.Build.0 = Release|x64
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|x64.Deploy.0 = Release|x64
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|x86.ActiveCfg = Release|x86
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|x86.Build.0 = Release|x86
+ {208D0DF3-6148-5B07-BE29-6E88B25A5F1A}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DeviceEnumerationAndPairing/js/Package.appxmanifest b/Samples/DeviceEnumerationAndPairing/js/Package.appxmanifest
index 36401f1bec..c03f073a7f 100644
--- a/Samples/DeviceEnumerationAndPairing/js/Package.appxmanifest
+++ b/Samples/DeviceEnumerationAndPairing/js/Package.appxmanifest
@@ -8,7 +8,7 @@
images\storelogo-sdk.png
-
+
diff --git a/Samples/DeviceLockdownAzureLogin/cs/DeviceLockdownAzureLogin.csproj b/Samples/DeviceLockdownAzureLogin/cs/DeviceLockdownAzureLogin.csproj
index 06a28eed00..3c795cb3dd 100644
--- a/Samples/DeviceLockdownAzureLogin/cs/DeviceLockdownAzureLogin.csproj
+++ b/Samples/DeviceLockdownAzureLogin/cs/DeviceLockdownAzureLogin.csproj
@@ -3,15 +3,15 @@
Debug
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}
AppContainerExe
Properties
SDKTemplate
DeviceLockdownAzureLogin
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -159,7 +159,7 @@
-
+
Windows Mobile Extensions for the UWP
diff --git a/Samples/DeviceLockdownAzureLogin/cs/DeviceLockdownAzureLogin.sln b/Samples/DeviceLockdownAzureLogin/cs/DeviceLockdownAzureLogin.sln
index 317d0707e6..b075a34563 100644
--- a/Samples/DeviceLockdownAzureLogin/cs/DeviceLockdownAzureLogin.sln
+++ b/Samples/DeviceLockdownAzureLogin/cs/DeviceLockdownAzureLogin.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceLockdownAzureLogin", "DeviceLockdownAzureLogin.csproj", "{994CBD4A-BF01-57C8-AA51-E78BA0534637}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceLockdownAzureLogin", "DeviceLockdownAzureLogin.csproj", "{31DA8674-DB2E-59F9-9692-6E9A8B98644D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Debug|ARM.ActiveCfg = Debug|ARM
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Debug|ARM.Build.0 = Debug|ARM
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Debug|ARM.Deploy.0 = Debug|ARM
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Debug|x64.ActiveCfg = Debug|x64
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Debug|x64.Build.0 = Debug|x64
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Debug|x64.Deploy.0 = Debug|x64
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Debug|x86.ActiveCfg = Debug|x86
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Debug|x86.Build.0 = Debug|x86
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Debug|x86.Deploy.0 = Debug|x86
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Release|ARM.ActiveCfg = Release|ARM
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Release|ARM.Build.0 = Release|ARM
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Release|ARM.Deploy.0 = Release|ARM
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Release|x64.ActiveCfg = Release|x64
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Release|x64.Build.0 = Release|x64
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Release|x64.Deploy.0 = Release|x64
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Release|x86.ActiveCfg = Release|x86
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Release|x86.Build.0 = Release|x86
- {994CBD4A-BF01-57C8-AA51-E78BA0534637}.Release|x86.Deploy.0 = Release|x86
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Debug|ARM.ActiveCfg = Debug|ARM
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Debug|ARM.Build.0 = Debug|ARM
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Debug|ARM.Deploy.0 = Debug|ARM
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Debug|x64.ActiveCfg = Debug|x64
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Debug|x64.Build.0 = Debug|x64
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Debug|x64.Deploy.0 = Debug|x64
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Debug|x86.ActiveCfg = Debug|x86
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Debug|x86.Build.0 = Debug|x86
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Debug|x86.Deploy.0 = Debug|x86
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Release|ARM.ActiveCfg = Release|ARM
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Release|ARM.Build.0 = Release|ARM
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Release|ARM.Deploy.0 = Release|ARM
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Release|x64.ActiveCfg = Release|x64
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Release|x64.Build.0 = Release|x64
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Release|x64.Deploy.0 = Release|x64
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Release|x86.ActiveCfg = Release|x86
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Release|x86.Build.0 = Release|x86
+ {31DA8674-DB2E-59F9-9692-6E9A8B98644D}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DeviceLockdownAzureLogin/cs/Package.appxmanifest b/Samples/DeviceLockdownAzureLogin/cs/Package.appxmanifest
index f7277a9613..df30562961 100644
--- a/Samples/DeviceLockdownAzureLogin/cs/Package.appxmanifest
+++ b/Samples/DeviceLockdownAzureLogin/cs/Package.appxmanifest
@@ -17,7 +17,7 @@
-
+
diff --git a/Samples/DeviceLockdownAzureLogin/device-lockdown-azure-login.yaml b/Samples/DeviceLockdownAzureLogin/device-lockdown-azure-login.yml
similarity index 100%
rename from Samples/DeviceLockdownAzureLogin/device-lockdown-azure-login.yaml
rename to Samples/DeviceLockdownAzureLogin/device-lockdown-azure-login.yml
diff --git a/Samples/DisablingScreenCapture/cpp/DisablingScreenCapture.sln b/Samples/DisablingScreenCapture/cpp/DisablingScreenCapture.sln
index 540f27931b..bbe4efcce8 100644
--- a/Samples/DisablingScreenCapture/cpp/DisablingScreenCapture.sln
+++ b/Samples/DisablingScreenCapture/cpp/DisablingScreenCapture.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DisablingScreenCapture", "DisablingScreenCapture.vcxproj", "{8957228A-5601-5954-907C-21B1858E8FA8}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DisablingScreenCapture", "DisablingScreenCapture.vcxproj", "{F1C0B783-2BAF-5EF5-AF5B-5034972E4506}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8957228A-5601-5954-907C-21B1858E8FA8}.Debug|ARM.ActiveCfg = Debug|ARM
- {8957228A-5601-5954-907C-21B1858E8FA8}.Debug|ARM.Build.0 = Debug|ARM
- {8957228A-5601-5954-907C-21B1858E8FA8}.Debug|ARM.Deploy.0 = Debug|ARM
- {8957228A-5601-5954-907C-21B1858E8FA8}.Debug|x64.ActiveCfg = Debug|x64
- {8957228A-5601-5954-907C-21B1858E8FA8}.Debug|x64.Build.0 = Debug|x64
- {8957228A-5601-5954-907C-21B1858E8FA8}.Debug|x64.Deploy.0 = Debug|x64
- {8957228A-5601-5954-907C-21B1858E8FA8}.Debug|x86.ActiveCfg = Debug|Win32
- {8957228A-5601-5954-907C-21B1858E8FA8}.Debug|x86.Build.0 = Debug|Win32
- {8957228A-5601-5954-907C-21B1858E8FA8}.Debug|x86.Deploy.0 = Debug|Win32
- {8957228A-5601-5954-907C-21B1858E8FA8}.Release|ARM.ActiveCfg = Release|ARM
- {8957228A-5601-5954-907C-21B1858E8FA8}.Release|ARM.Build.0 = Release|ARM
- {8957228A-5601-5954-907C-21B1858E8FA8}.Release|ARM.Deploy.0 = Release|ARM
- {8957228A-5601-5954-907C-21B1858E8FA8}.Release|x64.ActiveCfg = Release|x64
- {8957228A-5601-5954-907C-21B1858E8FA8}.Release|x64.Build.0 = Release|x64
- {8957228A-5601-5954-907C-21B1858E8FA8}.Release|x64.Deploy.0 = Release|x64
- {8957228A-5601-5954-907C-21B1858E8FA8}.Release|x86.ActiveCfg = Release|Win32
- {8957228A-5601-5954-907C-21B1858E8FA8}.Release|x86.Build.0 = Release|Win32
- {8957228A-5601-5954-907C-21B1858E8FA8}.Release|x86.Deploy.0 = Release|Win32
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Debug|ARM.Build.0 = Debug|ARM
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Debug|x64.ActiveCfg = Debug|x64
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Debug|x64.Build.0 = Debug|x64
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Debug|x64.Deploy.0 = Debug|x64
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Debug|x86.ActiveCfg = Debug|Win32
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Debug|x86.Build.0 = Debug|Win32
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Debug|x86.Deploy.0 = Debug|Win32
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Release|ARM.ActiveCfg = Release|ARM
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Release|ARM.Build.0 = Release|ARM
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Release|ARM.Deploy.0 = Release|ARM
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Release|x64.ActiveCfg = Release|x64
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Release|x64.Build.0 = Release|x64
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Release|x64.Deploy.0 = Release|x64
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Release|x86.ActiveCfg = Release|Win32
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Release|x86.Build.0 = Release|Win32
+ {F1C0B783-2BAF-5EF5-AF5B-5034972E4506}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DisablingScreenCapture/cpp/DisablingScreenCapture.vcxproj b/Samples/DisablingScreenCapture/cpp/DisablingScreenCapture.vcxproj
index 6147beec93..c42591a702 100644
--- a/Samples/DisablingScreenCapture/cpp/DisablingScreenCapture.vcxproj
+++ b/Samples/DisablingScreenCapture/cpp/DisablingScreenCapture.vcxproj
@@ -1,15 +1,15 @@
- {8957228a-5601-5954-907c-21b1858e8fa8}
+ {f1c0b783-2baf-5ef5-af5b-5034972e4506}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/DisablingScreenCapture/cpp/Package.appxmanifest b/Samples/DisablingScreenCapture/cpp/Package.appxmanifest
index 308e8ef39a..27547ee1cd 100644
--- a/Samples/DisablingScreenCapture/cpp/Package.appxmanifest
+++ b/Samples/DisablingScreenCapture/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/DisablingScreenCapture/cs/DisablingScreenCapture.csproj b/Samples/DisablingScreenCapture/cs/DisablingScreenCapture.csproj
index 2c31a65422..ca04fa5e61 100644
--- a/Samples/DisablingScreenCapture/cs/DisablingScreenCapture.csproj
+++ b/Samples/DisablingScreenCapture/cs/DisablingScreenCapture.csproj
@@ -3,15 +3,15 @@
Debug
- {F40858C4-D921-5462-87EF-5554F805312D}
+ {04147A33-BEEE-588E-9D56-955D7635CE21}
AppContainerExe
Properties
SDKTemplate
DisablingScreenCapture
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/DisablingScreenCapture/cs/DisablingScreenCapture.sln b/Samples/DisablingScreenCapture/cs/DisablingScreenCapture.sln
index a223abdf7e..348767cc57 100644
--- a/Samples/DisablingScreenCapture/cs/DisablingScreenCapture.sln
+++ b/Samples/DisablingScreenCapture/cs/DisablingScreenCapture.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisablingScreenCapture", "DisablingScreenCapture.csproj", "{F40858C4-D921-5462-87EF-5554F805312D}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisablingScreenCapture", "DisablingScreenCapture.csproj", "{04147A33-BEEE-588E-9D56-955D7635CE21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F40858C4-D921-5462-87EF-5554F805312D}.Debug|ARM.ActiveCfg = Debug|ARM
- {F40858C4-D921-5462-87EF-5554F805312D}.Debug|ARM.Build.0 = Debug|ARM
- {F40858C4-D921-5462-87EF-5554F805312D}.Debug|ARM.Deploy.0 = Debug|ARM
- {F40858C4-D921-5462-87EF-5554F805312D}.Debug|x64.ActiveCfg = Debug|x64
- {F40858C4-D921-5462-87EF-5554F805312D}.Debug|x64.Build.0 = Debug|x64
- {F40858C4-D921-5462-87EF-5554F805312D}.Debug|x64.Deploy.0 = Debug|x64
- {F40858C4-D921-5462-87EF-5554F805312D}.Debug|x86.ActiveCfg = Debug|x86
- {F40858C4-D921-5462-87EF-5554F805312D}.Debug|x86.Build.0 = Debug|x86
- {F40858C4-D921-5462-87EF-5554F805312D}.Debug|x86.Deploy.0 = Debug|x86
- {F40858C4-D921-5462-87EF-5554F805312D}.Release|ARM.ActiveCfg = Release|ARM
- {F40858C4-D921-5462-87EF-5554F805312D}.Release|ARM.Build.0 = Release|ARM
- {F40858C4-D921-5462-87EF-5554F805312D}.Release|ARM.Deploy.0 = Release|ARM
- {F40858C4-D921-5462-87EF-5554F805312D}.Release|x64.ActiveCfg = Release|x64
- {F40858C4-D921-5462-87EF-5554F805312D}.Release|x64.Build.0 = Release|x64
- {F40858C4-D921-5462-87EF-5554F805312D}.Release|x64.Deploy.0 = Release|x64
- {F40858C4-D921-5462-87EF-5554F805312D}.Release|x86.ActiveCfg = Release|x86
- {F40858C4-D921-5462-87EF-5554F805312D}.Release|x86.Build.0 = Release|x86
- {F40858C4-D921-5462-87EF-5554F805312D}.Release|x86.Deploy.0 = Release|x86
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Debug|ARM.ActiveCfg = Debug|ARM
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Debug|ARM.Build.0 = Debug|ARM
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Debug|ARM.Deploy.0 = Debug|ARM
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Debug|x64.ActiveCfg = Debug|x64
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Debug|x64.Build.0 = Debug|x64
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Debug|x64.Deploy.0 = Debug|x64
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Debug|x86.ActiveCfg = Debug|x86
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Debug|x86.Build.0 = Debug|x86
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Debug|x86.Deploy.0 = Debug|x86
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Release|ARM.ActiveCfg = Release|ARM
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Release|ARM.Build.0 = Release|ARM
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Release|ARM.Deploy.0 = Release|ARM
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Release|x64.ActiveCfg = Release|x64
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Release|x64.Build.0 = Release|x64
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Release|x64.Deploy.0 = Release|x64
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Release|x86.ActiveCfg = Release|x86
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Release|x86.Build.0 = Release|x86
+ {04147A33-BEEE-588E-9D56-955D7635CE21}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DisablingScreenCapture/cs/Package.appxmanifest b/Samples/DisablingScreenCapture/cs/Package.appxmanifest
index c5a1add110..72ce03180a 100644
--- a/Samples/DisablingScreenCapture/cs/Package.appxmanifest
+++ b/Samples/DisablingScreenCapture/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/DisablingScreenCapture/disabling-screen-capture.yaml b/Samples/DisablingScreenCapture/disabling-screen-capture.yml
similarity index 100%
rename from Samples/DisablingScreenCapture/disabling-screen-capture.yaml
rename to Samples/DisablingScreenCapture/disabling-screen-capture.yml
diff --git a/Samples/DisablingScreenCapture/js/DisablingScreenCapture.jsproj b/Samples/DisablingScreenCapture/js/DisablingScreenCapture.jsproj
index 7f78c332cc..0790f6edc3 100644
--- a/Samples/DisablingScreenCapture/js/DisablingScreenCapture.jsproj
+++ b/Samples/DisablingScreenCapture/js/DisablingScreenCapture.jsproj
@@ -35,7 +35,7 @@
- eb85ae09-9d6b-5f87-a26d-6ef84a9d5379
+ 28a2b04f-6a10-5696-811f-cdedf815a031
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/DisablingScreenCapture/js/DisablingScreenCapture.sln b/Samples/DisablingScreenCapture/js/DisablingScreenCapture.sln
index 0f7b8f78ba..fb4347c486 100644
--- a/Samples/DisablingScreenCapture/js/DisablingScreenCapture.sln
+++ b/Samples/DisablingScreenCapture/js/DisablingScreenCapture.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DisablingScreenCapture", "DisablingScreenCapture.jsproj", "{EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DisablingScreenCapture", "DisablingScreenCapture.jsproj", "{28A2B04F-6A10-5696-811F-CDEDF815A031}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|ARM.ActiveCfg = Debug|ARM
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|ARM.Build.0 = Debug|ARM
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|ARM.Deploy.0 = Debug|ARM
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|x64.ActiveCfg = Debug|x64
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|x64.Build.0 = Debug|x64
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|x64.Deploy.0 = Debug|x64
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|x86.ActiveCfg = Debug|x86
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|x86.Build.0 = Debug|x86
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Debug|x86.Deploy.0 = Debug|x86
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|Any CPU.Build.0 = Release|Any CPU
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|ARM.ActiveCfg = Release|ARM
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|ARM.Build.0 = Release|ARM
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|ARM.Deploy.0 = Release|ARM
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|x64.ActiveCfg = Release|x64
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|x64.Build.0 = Release|x64
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|x64.Deploy.0 = Release|x64
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|x86.ActiveCfg = Release|x86
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|x86.Build.0 = Release|x86
- {EB85AE09-9D6B-5F87-A26D-6EF84A9D5379}.Release|x86.Deploy.0 = Release|x86
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|ARM.ActiveCfg = Debug|ARM
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|ARM.Build.0 = Debug|ARM
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|ARM.Deploy.0 = Debug|ARM
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|x64.ActiveCfg = Debug|x64
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|x64.Build.0 = Debug|x64
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|x64.Deploy.0 = Debug|x64
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|x86.ActiveCfg = Debug|x86
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|x86.Build.0 = Debug|x86
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Debug|x86.Deploy.0 = Debug|x86
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|Any CPU.Build.0 = Release|Any CPU
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|ARM.ActiveCfg = Release|ARM
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|ARM.Build.0 = Release|ARM
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|ARM.Deploy.0 = Release|ARM
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|x64.ActiveCfg = Release|x64
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|x64.Build.0 = Release|x64
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|x64.Deploy.0 = Release|x64
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|x86.ActiveCfg = Release|x86
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|x86.Build.0 = Release|x86
+ {28A2B04F-6A10-5696-811F-CDEDF815A031}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DisablingScreenCapture/js/Package.appxmanifest b/Samples/DisablingScreenCapture/js/Package.appxmanifest
index f468fd308c..020afda7ad 100644
--- a/Samples/DisablingScreenCapture/js/Package.appxmanifest
+++ b/Samples/DisablingScreenCapture/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/DisplayOrientation/cpp/DisplayOrientation.sln b/Samples/DisplayOrientation/cpp/DisplayOrientation.sln
index 41152545d7..601779e7e4 100644
--- a/Samples/DisplayOrientation/cpp/DisplayOrientation.sln
+++ b/Samples/DisplayOrientation/cpp/DisplayOrientation.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DisplayOrientation", "DisplayOrientation.vcxproj", "{F8B3523B-3AD8-5005-A134-7C3A2F23C834}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DisplayOrientation", "DisplayOrientation.vcxproj", "{15F059FF-3067-5FDE-9C3D-3D55CA5777B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Debug|ARM.ActiveCfg = Debug|ARM
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Debug|ARM.Build.0 = Debug|ARM
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Debug|ARM.Deploy.0 = Debug|ARM
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Debug|x64.ActiveCfg = Debug|x64
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Debug|x64.Build.0 = Debug|x64
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Debug|x64.Deploy.0 = Debug|x64
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Debug|x86.ActiveCfg = Debug|Win32
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Debug|x86.Build.0 = Debug|Win32
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Debug|x86.Deploy.0 = Debug|Win32
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Release|ARM.ActiveCfg = Release|ARM
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Release|ARM.Build.0 = Release|ARM
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Release|ARM.Deploy.0 = Release|ARM
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Release|x64.ActiveCfg = Release|x64
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Release|x64.Build.0 = Release|x64
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Release|x64.Deploy.0 = Release|x64
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Release|x86.ActiveCfg = Release|Win32
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Release|x86.Build.0 = Release|Win32
- {F8B3523B-3AD8-5005-A134-7C3A2F23C834}.Release|x86.Deploy.0 = Release|Win32
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Debug|ARM.ActiveCfg = Debug|ARM
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Debug|ARM.Build.0 = Debug|ARM
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Debug|ARM.Deploy.0 = Debug|ARM
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Debug|x64.ActiveCfg = Debug|x64
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Debug|x64.Build.0 = Debug|x64
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Debug|x64.Deploy.0 = Debug|x64
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Debug|x86.ActiveCfg = Debug|Win32
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Debug|x86.Build.0 = Debug|Win32
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Debug|x86.Deploy.0 = Debug|Win32
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Release|ARM.ActiveCfg = Release|ARM
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Release|ARM.Build.0 = Release|ARM
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Release|ARM.Deploy.0 = Release|ARM
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Release|x64.ActiveCfg = Release|x64
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Release|x64.Build.0 = Release|x64
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Release|x64.Deploy.0 = Release|x64
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Release|x86.ActiveCfg = Release|Win32
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Release|x86.Build.0 = Release|Win32
+ {15F059FF-3067-5FDE-9C3D-3D55CA5777B4}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DisplayOrientation/cpp/DisplayOrientation.vcxproj b/Samples/DisplayOrientation/cpp/DisplayOrientation.vcxproj
index 49333f817e..088132bb3a 100644
--- a/Samples/DisplayOrientation/cpp/DisplayOrientation.vcxproj
+++ b/Samples/DisplayOrientation/cpp/DisplayOrientation.vcxproj
@@ -1,15 +1,15 @@
- {f8b3523b-3ad8-5005-a134-7c3a2f23c834}
+ {15f059ff-3067-5fde-9c3d-3d55ca5777b4}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/DisplayOrientation/cpp/Package.appxmanifest b/Samples/DisplayOrientation/cpp/Package.appxmanifest
index 3d4342d97b..a492f1c7e3 100644
--- a/Samples/DisplayOrientation/cpp/Package.appxmanifest
+++ b/Samples/DisplayOrientation/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/DisplayOrientation/cs/DisplayOrientation.csproj b/Samples/DisplayOrientation/cs/DisplayOrientation.csproj
index 8a128be762..cecf5be976 100644
--- a/Samples/DisplayOrientation/cs/DisplayOrientation.csproj
+++ b/Samples/DisplayOrientation/cs/DisplayOrientation.csproj
@@ -3,15 +3,15 @@
Debug
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}
AppContainerExe
Properties
SDKTemplate
DisplayOrientation
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/DisplayOrientation/cs/DisplayOrientation.sln b/Samples/DisplayOrientation/cs/DisplayOrientation.sln
index d29dbbadc1..4411e37355 100644
--- a/Samples/DisplayOrientation/cs/DisplayOrientation.sln
+++ b/Samples/DisplayOrientation/cs/DisplayOrientation.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisplayOrientation", "DisplayOrientation.csproj", "{5BD40D72-F5BA-53A5-95C3-14CE66C5C615}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisplayOrientation", "DisplayOrientation.csproj", "{3F2B28B3-17CE-594D-9D99-039575F477DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Debug|ARM.ActiveCfg = Debug|ARM
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Debug|ARM.Build.0 = Debug|ARM
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Debug|ARM.Deploy.0 = Debug|ARM
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Debug|x64.ActiveCfg = Debug|x64
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Debug|x64.Build.0 = Debug|x64
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Debug|x64.Deploy.0 = Debug|x64
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Debug|x86.ActiveCfg = Debug|x86
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Debug|x86.Build.0 = Debug|x86
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Debug|x86.Deploy.0 = Debug|x86
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Release|ARM.ActiveCfg = Release|ARM
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Release|ARM.Build.0 = Release|ARM
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Release|ARM.Deploy.0 = Release|ARM
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Release|x64.ActiveCfg = Release|x64
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Release|x64.Build.0 = Release|x64
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Release|x64.Deploy.0 = Release|x64
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Release|x86.ActiveCfg = Release|x86
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Release|x86.Build.0 = Release|x86
- {5BD40D72-F5BA-53A5-95C3-14CE66C5C615}.Release|x86.Deploy.0 = Release|x86
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Debug|ARM.ActiveCfg = Debug|ARM
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Debug|ARM.Build.0 = Debug|ARM
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Debug|ARM.Deploy.0 = Debug|ARM
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Debug|x64.ActiveCfg = Debug|x64
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Debug|x64.Build.0 = Debug|x64
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Debug|x64.Deploy.0 = Debug|x64
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Debug|x86.ActiveCfg = Debug|x86
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Debug|x86.Build.0 = Debug|x86
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Debug|x86.Deploy.0 = Debug|x86
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Release|ARM.ActiveCfg = Release|ARM
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Release|ARM.Build.0 = Release|ARM
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Release|ARM.Deploy.0 = Release|ARM
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Release|x64.ActiveCfg = Release|x64
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Release|x64.Build.0 = Release|x64
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Release|x64.Deploy.0 = Release|x64
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Release|x86.ActiveCfg = Release|x86
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Release|x86.Build.0 = Release|x86
+ {3F2B28B3-17CE-594D-9D99-039575F477DA}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DisplayOrientation/cs/Package.appxmanifest b/Samples/DisplayOrientation/cs/Package.appxmanifest
index 80b76a70b1..c7b1aa6a1a 100644
--- a/Samples/DisplayOrientation/cs/Package.appxmanifest
+++ b/Samples/DisplayOrientation/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/DisplayOrientation/display-orientation.yaml b/Samples/DisplayOrientation/display-orientation.yml
similarity index 100%
rename from Samples/DisplayOrientation/display-orientation.yaml
rename to Samples/DisplayOrientation/display-orientation.yml
diff --git a/Samples/DisplayOrientation/js/DisplayOrientation.jsproj b/Samples/DisplayOrientation/js/DisplayOrientation.jsproj
index 01e3e35543..fef2efa353 100644
--- a/Samples/DisplayOrientation/js/DisplayOrientation.jsproj
+++ b/Samples/DisplayOrientation/js/DisplayOrientation.jsproj
@@ -35,7 +35,7 @@
- 1e37749e-f3c0-52d0-8221-0c98c887cbfe
+ f696970b-6f19-53a3-adbc-2f7f07873c9f
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/DisplayOrientation/js/DisplayOrientation.sln b/Samples/DisplayOrientation/js/DisplayOrientation.sln
index f8f12af282..d02c71c861 100644
--- a/Samples/DisplayOrientation/js/DisplayOrientation.sln
+++ b/Samples/DisplayOrientation/js/DisplayOrientation.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DisplayOrientation", "DisplayOrientation.jsproj", "{1E37749E-F3C0-52D0-8221-0C98C887CBFE}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DisplayOrientation", "DisplayOrientation.jsproj", "{F696970B-6F19-53A3-ADBC-2F7F07873C9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|ARM.ActiveCfg = Debug|ARM
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|ARM.Build.0 = Debug|ARM
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|ARM.Deploy.0 = Debug|ARM
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|x64.ActiveCfg = Debug|x64
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|x64.Build.0 = Debug|x64
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|x64.Deploy.0 = Debug|x64
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|x86.ActiveCfg = Debug|x86
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|x86.Build.0 = Debug|x86
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Debug|x86.Deploy.0 = Debug|x86
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|Any CPU.Build.0 = Release|Any CPU
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|ARM.ActiveCfg = Release|ARM
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|ARM.Build.0 = Release|ARM
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|ARM.Deploy.0 = Release|ARM
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|x64.ActiveCfg = Release|x64
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|x64.Build.0 = Release|x64
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|x64.Deploy.0 = Release|x64
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|x86.ActiveCfg = Release|x86
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|x86.Build.0 = Release|x86
- {1E37749E-F3C0-52D0-8221-0C98C887CBFE}.Release|x86.Deploy.0 = Release|x86
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|ARM.Build.0 = Debug|ARM
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|x64.ActiveCfg = Debug|x64
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|x64.Build.0 = Debug|x64
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|x64.Deploy.0 = Debug|x64
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|x86.ActiveCfg = Debug|x86
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|x86.Build.0 = Debug|x86
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Debug|x86.Deploy.0 = Debug|x86
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|ARM.ActiveCfg = Release|ARM
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|ARM.Build.0 = Release|ARM
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|ARM.Deploy.0 = Release|ARM
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|x64.ActiveCfg = Release|x64
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|x64.Build.0 = Release|x64
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|x64.Deploy.0 = Release|x64
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|x86.ActiveCfg = Release|x86
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|x86.Build.0 = Release|x86
+ {F696970B-6F19-53A3-ADBC-2F7F07873C9F}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DisplayOrientation/js/Package.appxmanifest b/Samples/DisplayOrientation/js/Package.appxmanifest
index a2d071519b..3d979f1cfe 100644
--- a/Samples/DisplayOrientation/js/Package.appxmanifest
+++ b/Samples/DisplayOrientation/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/DpiScaling/cpp/DpiScaling.sln b/Samples/DpiScaling/cpp/DpiScaling.sln
index 0622ac27ca..a5ec603a7f 100644
--- a/Samples/DpiScaling/cpp/DpiScaling.sln
+++ b/Samples/DpiScaling/cpp/DpiScaling.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DpiScaling", "DpiScaling.vcxproj", "{86797EEA-BBD5-5581-BA0F-49F8C2CE8790}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DpiScaling", "DpiScaling.vcxproj", "{04108109-34C1-5B10-A590-F0394DF61DB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Debug|ARM.ActiveCfg = Debug|ARM
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Debug|ARM.Build.0 = Debug|ARM
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Debug|ARM.Deploy.0 = Debug|ARM
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Debug|x64.ActiveCfg = Debug|x64
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Debug|x64.Build.0 = Debug|x64
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Debug|x64.Deploy.0 = Debug|x64
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Debug|x86.ActiveCfg = Debug|Win32
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Debug|x86.Build.0 = Debug|Win32
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Debug|x86.Deploy.0 = Debug|Win32
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Release|ARM.ActiveCfg = Release|ARM
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Release|ARM.Build.0 = Release|ARM
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Release|ARM.Deploy.0 = Release|ARM
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Release|x64.ActiveCfg = Release|x64
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Release|x64.Build.0 = Release|x64
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Release|x64.Deploy.0 = Release|x64
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Release|x86.ActiveCfg = Release|Win32
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Release|x86.Build.0 = Release|Win32
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}.Release|x86.Deploy.0 = Release|Win32
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Debug|ARM.Build.0 = Debug|ARM
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Debug|ARM.Deploy.0 = Debug|ARM
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Debug|x64.ActiveCfg = Debug|x64
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Debug|x64.Build.0 = Debug|x64
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Debug|x64.Deploy.0 = Debug|x64
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Debug|x86.ActiveCfg = Debug|Win32
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Debug|x86.Build.0 = Debug|Win32
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Debug|x86.Deploy.0 = Debug|Win32
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Release|ARM.ActiveCfg = Release|ARM
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Release|ARM.Build.0 = Release|ARM
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Release|ARM.Deploy.0 = Release|ARM
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Release|x64.ActiveCfg = Release|x64
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Release|x64.Build.0 = Release|x64
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Release|x64.Deploy.0 = Release|x64
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Release|x86.ActiveCfg = Release|Win32
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Release|x86.Build.0 = Release|Win32
+ {04108109-34C1-5B10-A590-F0394DF61DB8}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DpiScaling/cpp/DpiScaling.vcxproj b/Samples/DpiScaling/cpp/DpiScaling.vcxproj
index 56272e9b3b..5950bc476a 100644
--- a/Samples/DpiScaling/cpp/DpiScaling.vcxproj
+++ b/Samples/DpiScaling/cpp/DpiScaling.vcxproj
@@ -1,15 +1,15 @@
- {86797EEA-BBD5-5581-BA0F-49F8C2CE8790}
+ {04108109-34C1-5B10-A590-F0394DF61DB8}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/DpiScaling/cpp/Package.appxmanifest b/Samples/DpiScaling/cpp/Package.appxmanifest
index 9e05faf377..adc6e45715 100644
--- a/Samples/DpiScaling/cpp/Package.appxmanifest
+++ b/Samples/DpiScaling/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/DpiScaling/cs/DpiScaling.csproj b/Samples/DpiScaling/cs/DpiScaling.csproj
index 5800327ac9..fa88a45d98 100644
--- a/Samples/DpiScaling/cs/DpiScaling.csproj
+++ b/Samples/DpiScaling/cs/DpiScaling.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}
+ {42C16407-1FDB-54FC-AF50-F075C905A863}
AppContainerExe
Properties
Scaling
Scaling
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/DpiScaling/cs/DpiScaling.sln b/Samples/DpiScaling/cs/DpiScaling.sln
index 62bc51def2..e1e5fac80c 100644
--- a/Samples/DpiScaling/cs/DpiScaling.sln
+++ b/Samples/DpiScaling/cs/DpiScaling.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DpiScaling", "DpiScaling.csproj", "{2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DpiScaling", "DpiScaling.csproj", "{42C16407-1FDB-54FC-AF50-F075C905A863}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Debug|ARM.ActiveCfg = Debug|ARM
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Debug|ARM.Build.0 = Debug|ARM
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Debug|ARM.Deploy.0 = Debug|ARM
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Debug|x64.ActiveCfg = Debug|x64
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Debug|x64.Build.0 = Debug|x64
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Debug|x64.Deploy.0 = Debug|x64
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Debug|x86.ActiveCfg = Debug|x86
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Debug|x86.Build.0 = Debug|x86
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Debug|x86.Deploy.0 = Debug|x86
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Release|ARM.ActiveCfg = Release|ARM
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Release|ARM.Build.0 = Release|ARM
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Release|ARM.Deploy.0 = Release|ARM
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Release|x64.ActiveCfg = Release|x64
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Release|x64.Build.0 = Release|x64
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Release|x64.Deploy.0 = Release|x64
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Release|x86.ActiveCfg = Release|x86
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Release|x86.Build.0 = Release|x86
- {2ADA12B6-61AF-5582-AF6F-4506D14AB3FF}.Release|x86.Deploy.0 = Release|x86
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Debug|ARM.ActiveCfg = Debug|ARM
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Debug|ARM.Build.0 = Debug|ARM
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Debug|ARM.Deploy.0 = Debug|ARM
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Debug|x64.ActiveCfg = Debug|x64
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Debug|x64.Build.0 = Debug|x64
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Debug|x64.Deploy.0 = Debug|x64
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Debug|x86.ActiveCfg = Debug|x86
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Debug|x86.Build.0 = Debug|x86
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Debug|x86.Deploy.0 = Debug|x86
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Release|ARM.ActiveCfg = Release|ARM
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Release|ARM.Build.0 = Release|ARM
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Release|ARM.Deploy.0 = Release|ARM
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Release|x64.ActiveCfg = Release|x64
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Release|x64.Build.0 = Release|x64
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Release|x64.Deploy.0 = Release|x64
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Release|x86.ActiveCfg = Release|x86
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Release|x86.Build.0 = Release|x86
+ {42C16407-1FDB-54FC-AF50-F075C905A863}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DpiScaling/cs/Package.appxmanifest b/Samples/DpiScaling/cs/Package.appxmanifest
index 1ac13b7301..fa0577fd3a 100644
--- a/Samples/DpiScaling/cs/Package.appxmanifest
+++ b/Samples/DpiScaling/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/DpiScaling/dpi-scaling.yaml b/Samples/DpiScaling/dpi-scaling.yml
similarity index 100%
rename from Samples/DpiScaling/dpi-scaling.yaml
rename to Samples/DpiScaling/dpi-scaling.yml
diff --git a/Samples/DpiScaling/js/DpiScaling.jsproj b/Samples/DpiScaling/js/DpiScaling.jsproj
index 6a614a0e9d..78fdc4cb58 100644
--- a/Samples/DpiScaling/js/DpiScaling.jsproj
+++ b/Samples/DpiScaling/js/DpiScaling.jsproj
@@ -35,7 +35,7 @@
- {b62d92fe-de5b-5f29-a9b9-4a67a822405a}
+ {8247f648-5383-5a5a-8ec1-76e36c10b776}
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/DpiScaling/js/DpiScaling.sln b/Samples/DpiScaling/js/DpiScaling.sln
index b6d5f985bf..70230dcb3f 100644
--- a/Samples/DpiScaling/js/DpiScaling.sln
+++ b/Samples/DpiScaling/js/DpiScaling.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DpiScaling", "DpiScaling.jsproj", "{B62D92FE-DE5B-5F29-A9B9-4A67A822405A}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "DpiScaling", "DpiScaling.jsproj", "{8247F648-5383-5A5A-8EC1-76E36C10B776}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|ARM.ActiveCfg = Debug|ARM
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|ARM.Build.0 = Debug|ARM
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|ARM.Deploy.0 = Debug|ARM
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|x64.ActiveCfg = Debug|x64
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|x64.Build.0 = Debug|x64
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|x64.Deploy.0 = Debug|x64
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|x86.ActiveCfg = Debug|x86
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|x86.Build.0 = Debug|x86
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Debug|x86.Deploy.0 = Debug|x86
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|Any CPU.Build.0 = Release|Any CPU
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|ARM.ActiveCfg = Release|ARM
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|ARM.Build.0 = Release|ARM
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|ARM.Deploy.0 = Release|ARM
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|x64.ActiveCfg = Release|x64
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|x64.Build.0 = Release|x64
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|x64.Deploy.0 = Release|x64
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|x86.ActiveCfg = Release|x86
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|x86.Build.0 = Release|x86
- {B62D92FE-DE5B-5F29-A9B9-4A67A822405A}.Release|x86.Deploy.0 = Release|x86
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|ARM.ActiveCfg = Debug|ARM
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|ARM.Build.0 = Debug|ARM
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|ARM.Deploy.0 = Debug|ARM
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|x64.ActiveCfg = Debug|x64
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|x64.Build.0 = Debug|x64
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|x64.Deploy.0 = Debug|x64
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|x86.ActiveCfg = Debug|x86
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|x86.Build.0 = Debug|x86
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Debug|x86.Deploy.0 = Debug|x86
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|ARM.ActiveCfg = Release|ARM
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|ARM.Build.0 = Release|ARM
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|ARM.Deploy.0 = Release|ARM
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|x64.ActiveCfg = Release|x64
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|x64.Build.0 = Release|x64
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|x64.Deploy.0 = Release|x64
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|x86.ActiveCfg = Release|x86
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|x86.Build.0 = Release|x86
+ {8247F648-5383-5A5A-8EC1-76E36C10B776}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/DpiScaling/js/Package.appxmanifest b/Samples/DpiScaling/js/Package.appxmanifest
index 3c5920d1e4..39fa22699a 100644
--- a/Samples/DpiScaling/js/Package.appxmanifest
+++ b/Samples/DpiScaling/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/EfficientAnimations/efficient-animations.yaml b/Samples/EfficientAnimations/efficient-animations.yml
similarity index 100%
rename from Samples/EfficientAnimations/efficient-animations.yaml
rename to Samples/EfficientAnimations/efficient-animations.yml
diff --git a/Samples/EfficientAnimations/js/EfficientAnimations.jsproj b/Samples/EfficientAnimations/js/EfficientAnimations.jsproj
index e94c121cb6..d0effdf640 100644
--- a/Samples/EfficientAnimations/js/EfficientAnimations.jsproj
+++ b/Samples/EfficientAnimations/js/EfficientAnimations.jsproj
@@ -35,7 +35,7 @@
- 8a2cfe5f-5fc7-5846-9458-c03176d96729
+ 49ae6af4-80ee-51d8-881f-cdee39cd35f5
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/EfficientAnimations/js/EfficientAnimations.sln b/Samples/EfficientAnimations/js/EfficientAnimations.sln
index 0c84bb6428..de8787f4c6 100644
--- a/Samples/EfficientAnimations/js/EfficientAnimations.sln
+++ b/Samples/EfficientAnimations/js/EfficientAnimations.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "EfficientAnimations", "EfficientAnimations.jsproj", "{8A2CFE5F-5FC7-5846-9458-C03176D96729}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "EfficientAnimations", "EfficientAnimations.jsproj", "{49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|ARM.ActiveCfg = Debug|ARM
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|ARM.Build.0 = Debug|ARM
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|ARM.Deploy.0 = Debug|ARM
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|x64.ActiveCfg = Debug|x64
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|x64.Build.0 = Debug|x64
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|x64.Deploy.0 = Debug|x64
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|x86.ActiveCfg = Debug|x86
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|x86.Build.0 = Debug|x86
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Debug|x86.Deploy.0 = Debug|x86
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|Any CPU.Build.0 = Release|Any CPU
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|ARM.ActiveCfg = Release|ARM
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|ARM.Build.0 = Release|ARM
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|ARM.Deploy.0 = Release|ARM
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|x64.ActiveCfg = Release|x64
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|x64.Build.0 = Release|x64
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|x64.Deploy.0 = Release|x64
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|x86.ActiveCfg = Release|x86
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|x86.Build.0 = Release|x86
- {8A2CFE5F-5FC7-5846-9458-C03176D96729}.Release|x86.Deploy.0 = Release|x86
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|ARM.ActiveCfg = Debug|ARM
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|ARM.Build.0 = Debug|ARM
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|ARM.Deploy.0 = Debug|ARM
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|x64.ActiveCfg = Debug|x64
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|x64.Build.0 = Debug|x64
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|x64.Deploy.0 = Debug|x64
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|x86.ActiveCfg = Debug|x86
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|x86.Build.0 = Debug|x86
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Debug|x86.Deploy.0 = Debug|x86
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|Any CPU.Build.0 = Release|Any CPU
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|ARM.ActiveCfg = Release|ARM
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|ARM.Build.0 = Release|ARM
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|ARM.Deploy.0 = Release|ARM
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|x64.ActiveCfg = Release|x64
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|x64.Build.0 = Release|x64
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|x64.Deploy.0 = Release|x64
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|x86.ActiveCfg = Release|x86
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|x86.Build.0 = Release|x86
+ {49AE6AF4-80EE-51D8-881F-CDEE39CD35F5}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/EfficientAnimations/js/Package.appxmanifest b/Samples/EfficientAnimations/js/Package.appxmanifest
index 0312857452..66289a0c73 100644
--- a/Samples/EfficientAnimations/js/Package.appxmanifest
+++ b/Samples/EfficientAnimations/js/Package.appxmanifest
@@ -15,7 +15,7 @@
images\storelogo-sdk.png
-
+
diff --git a/Samples/EnterpriseDataProtection/cs/EnterpriseDataProtection.csproj b/Samples/EnterpriseDataProtection/cs/EnterpriseDataProtection.csproj
index 4063139dcd..5df416b53f 100644
--- a/Samples/EnterpriseDataProtection/cs/EnterpriseDataProtection.csproj
+++ b/Samples/EnterpriseDataProtection/cs/EnterpriseDataProtection.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}
AppContainerExe
Properties
EDPSamples
EDPSamples
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -245,7 +245,7 @@
-
+
Windows Mobile Extensions for the UWP
diff --git a/Samples/EnterpriseDataProtection/cs/EnterpriseDataProtection.sln b/Samples/EnterpriseDataProtection/cs/EnterpriseDataProtection.sln
index cfd21c4d39..ed1f9ef273 100644
--- a/Samples/EnterpriseDataProtection/cs/EnterpriseDataProtection.sln
+++ b/Samples/EnterpriseDataProtection/cs/EnterpriseDataProtection.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnterpriseDataProtection", "EnterpriseDataProtection.csproj", "{A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnterpriseDataProtection", "EnterpriseDataProtection.csproj", "{638A0CB2-C519-5CAD-BB85-ABE51681AA92}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{376DA511-4468-583E-B72F-A18DA432E193}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\Tasks.csproj", "{2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,36 +17,36 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Debug|ARM.ActiveCfg = Debug|ARM
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Debug|ARM.Build.0 = Debug|ARM
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Debug|ARM.Deploy.0 = Debug|ARM
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Debug|x64.ActiveCfg = Debug|x64
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Debug|x64.Build.0 = Debug|x64
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Debug|x64.Deploy.0 = Debug|x64
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Debug|x86.ActiveCfg = Debug|x86
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Debug|x86.Build.0 = Debug|x86
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Debug|x86.Deploy.0 = Debug|x86
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Release|ARM.ActiveCfg = Release|ARM
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Release|ARM.Build.0 = Release|ARM
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Release|ARM.Deploy.0 = Release|ARM
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Release|x64.ActiveCfg = Release|x64
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Release|x64.Build.0 = Release|x64
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Release|x64.Deploy.0 = Release|x64
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Release|x86.ActiveCfg = Release|x86
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Release|x86.Build.0 = Release|x86
- {A372D2B0-6C8D-5C82-A0FF-C6F78599B32E}.Release|x86.Deploy.0 = Release|x86
- {376DA511-4468-583E-B72F-A18DA432E193}.Debug|ARM.ActiveCfg = Debug|ARM
- {376DA511-4468-583E-B72F-A18DA432E193}.Debug|ARM.Build.0 = Debug|ARM
- {376DA511-4468-583E-B72F-A18DA432E193}.Debug|x64.ActiveCfg = Debug|x64
- {376DA511-4468-583E-B72F-A18DA432E193}.Debug|x64.Build.0 = Debug|x64
- {376DA511-4468-583E-B72F-A18DA432E193}.Debug|x86.ActiveCfg = Debug|x86
- {376DA511-4468-583E-B72F-A18DA432E193}.Debug|x86.Build.0 = Debug|x86
- {376DA511-4468-583E-B72F-A18DA432E193}.Release|ARM.ActiveCfg = Release|ARM
- {376DA511-4468-583E-B72F-A18DA432E193}.Release|ARM.Build.0 = Release|ARM
- {376DA511-4468-583E-B72F-A18DA432E193}.Release|x64.ActiveCfg = Release|x64
- {376DA511-4468-583E-B72F-A18DA432E193}.Release|x64.Build.0 = Release|x64
- {376DA511-4468-583E-B72F-A18DA432E193}.Release|x86.ActiveCfg = Release|x86
- {376DA511-4468-583E-B72F-A18DA432E193}.Release|x86.Build.0 = Release|x86
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Debug|ARM.ActiveCfg = Debug|ARM
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Debug|ARM.Build.0 = Debug|ARM
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Debug|ARM.Deploy.0 = Debug|ARM
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Debug|x64.ActiveCfg = Debug|x64
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Debug|x64.Build.0 = Debug|x64
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Debug|x64.Deploy.0 = Debug|x64
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Debug|x86.ActiveCfg = Debug|x86
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Debug|x86.Build.0 = Debug|x86
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Debug|x86.Deploy.0 = Debug|x86
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Release|ARM.ActiveCfg = Release|ARM
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Release|ARM.Build.0 = Release|ARM
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Release|ARM.Deploy.0 = Release|ARM
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Release|x64.ActiveCfg = Release|x64
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Release|x64.Build.0 = Release|x64
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Release|x64.Deploy.0 = Release|x64
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Release|x86.ActiveCfg = Release|x86
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Release|x86.Build.0 = Release|x86
+ {638A0CB2-C519-5CAD-BB85-ABE51681AA92}.Release|x86.Deploy.0 = Release|x86
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Debug|ARM.ActiveCfg = Debug|ARM
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Debug|ARM.Build.0 = Debug|ARM
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Debug|x64.ActiveCfg = Debug|x64
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Debug|x64.Build.0 = Debug|x64
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Debug|x86.ActiveCfg = Debug|x86
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Debug|x86.Build.0 = Debug|x86
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Release|ARM.ActiveCfg = Release|ARM
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Release|ARM.Build.0 = Release|ARM
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Release|x64.ActiveCfg = Release|x64
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Release|x64.Build.0 = Release|x64
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Release|x86.ActiveCfg = Release|x86
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/EnterpriseDataProtection/cs/Package.appxmanifest b/Samples/EnterpriseDataProtection/cs/Package.appxmanifest
index 3c16151864..5792dddd6b 100644
--- a/Samples/EnterpriseDataProtection/cs/Package.appxmanifest
+++ b/Samples/EnterpriseDataProtection/cs/Package.appxmanifest
@@ -23,7 +23,7 @@
-
+
diff --git a/Samples/EnterpriseDataProtection/cs/Tasks/Tasks.csproj b/Samples/EnterpriseDataProtection/cs/Tasks/Tasks.csproj
index 9fb9d91a8b..f6b2c0c316 100644
--- a/Samples/EnterpriseDataProtection/cs/Tasks/Tasks.csproj
+++ b/Samples/EnterpriseDataProtection/cs/Tasks/Tasks.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {376DA511-4468-583E-B72F-A18DA432E193}
+ {2D6DB146-96B5-5D83-81F4-4F1CD7F0BBCB}
winmdobj
Properties
Tasks
Tasks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
@@ -101,7 +101,7 @@
-
+
Microsoft Mobile Extension SDK for Universal App Platform
diff --git a/Samples/EnterpriseDataProtection/enterprise-data-protection.yaml b/Samples/EnterpriseDataProtection/enterprise-data-protection.yml
similarity index 100%
rename from Samples/EnterpriseDataProtection/enterprise-data-protection.yaml
rename to Samples/EnterpriseDataProtection/enterprise-data-protection.yml
diff --git a/Samples/ExtendedExecution/cpp/ExtendedExecution.sln b/Samples/ExtendedExecution/cpp/ExtendedExecution.sln
index 1393e86b7c..d6c3f077e4 100644
--- a/Samples/ExtendedExecution/cpp/ExtendedExecution.sln
+++ b/Samples/ExtendedExecution/cpp/ExtendedExecution.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExtendedExecution", "ExtendedExecution.vcxproj", "{B3F197C6-625D-5EE6-B455-FD9B1B14C571}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExtendedExecution", "ExtendedExecution.vcxproj", "{3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Debug|ARM.ActiveCfg = Debug|ARM
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Debug|ARM.Build.0 = Debug|ARM
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Debug|ARM.Deploy.0 = Debug|ARM
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Debug|x64.ActiveCfg = Debug|x64
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Debug|x64.Build.0 = Debug|x64
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Debug|x64.Deploy.0 = Debug|x64
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Debug|x86.ActiveCfg = Debug|Win32
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Debug|x86.Build.0 = Debug|Win32
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Debug|x86.Deploy.0 = Debug|Win32
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Release|ARM.ActiveCfg = Release|ARM
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Release|ARM.Build.0 = Release|ARM
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Release|ARM.Deploy.0 = Release|ARM
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Release|x64.ActiveCfg = Release|x64
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Release|x64.Build.0 = Release|x64
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Release|x64.Deploy.0 = Release|x64
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Release|x86.ActiveCfg = Release|Win32
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Release|x86.Build.0 = Release|Win32
- {B3F197C6-625D-5EE6-B455-FD9B1B14C571}.Release|x86.Deploy.0 = Release|Win32
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Debug|ARM.ActiveCfg = Debug|ARM
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Debug|ARM.Build.0 = Debug|ARM
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Debug|ARM.Deploy.0 = Debug|ARM
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Debug|x64.ActiveCfg = Debug|x64
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Debug|x64.Build.0 = Debug|x64
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Debug|x64.Deploy.0 = Debug|x64
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Debug|x86.ActiveCfg = Debug|Win32
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Debug|x86.Build.0 = Debug|Win32
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Debug|x86.Deploy.0 = Debug|Win32
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Release|ARM.ActiveCfg = Release|ARM
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Release|ARM.Build.0 = Release|ARM
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Release|ARM.Deploy.0 = Release|ARM
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Release|x64.ActiveCfg = Release|x64
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Release|x64.Build.0 = Release|x64
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Release|x64.Deploy.0 = Release|x64
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Release|x86.ActiveCfg = Release|Win32
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Release|x86.Build.0 = Release|Win32
+ {3E8E7BF9-6BED-59C4-A0D3-642D69B239C8}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ExtendedExecution/cpp/ExtendedExecution.vcxproj b/Samples/ExtendedExecution/cpp/ExtendedExecution.vcxproj
index 6428bad397..68bfa29fc8 100644
--- a/Samples/ExtendedExecution/cpp/ExtendedExecution.vcxproj
+++ b/Samples/ExtendedExecution/cpp/ExtendedExecution.vcxproj
@@ -1,15 +1,15 @@
- {b3f197c6-625d-5ee6-b455-fd9b1b14c571}
+ {3e8e7bf9-6bed-59c4-a0d3-642d69b239c8}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/ExtendedExecution/cpp/Package.appxmanifest b/Samples/ExtendedExecution/cpp/Package.appxmanifest
index e5090c7276..628ca5609a 100644
--- a/Samples/ExtendedExecution/cpp/Package.appxmanifest
+++ b/Samples/ExtendedExecution/cpp/Package.appxmanifest
@@ -13,7 +13,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/ExtendedExecution/cs/ExtendedExecution.csproj b/Samples/ExtendedExecution/cs/ExtendedExecution.csproj
index a795f891f4..f9098e8de8 100644
--- a/Samples/ExtendedExecution/cs/ExtendedExecution.csproj
+++ b/Samples/ExtendedExecution/cs/ExtendedExecution.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {CA207D19-532C-5662-B4B5-B105BA63B874}
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}
AppContainerExe
Properties
SDKTemplate
ExtendedExecution
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
512
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/Samples/ExtendedExecution/cs/ExtendedExecution.sln b/Samples/ExtendedExecution/cs/ExtendedExecution.sln
index e4e2e79280..585f6b71f9 100644
--- a/Samples/ExtendedExecution/cs/ExtendedExecution.sln
+++ b/Samples/ExtendedExecution/cs/ExtendedExecution.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtendedExecution", "ExtendedExecution.csproj", "{CA207D19-532C-5662-B4B5-B105BA63B874}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtendedExecution", "ExtendedExecution.csproj", "{5CB167CE-CA5A-58E6-95A3-5DA651E6675E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Debug|ARM.ActiveCfg = Debug|ARM
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Debug|ARM.Build.0 = Debug|ARM
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Debug|ARM.Deploy.0 = Debug|ARM
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Debug|x64.ActiveCfg = Debug|x64
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Debug|x64.Build.0 = Debug|x64
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Debug|x64.Deploy.0 = Debug|x64
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Debug|x86.ActiveCfg = Debug|x86
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Debug|x86.Build.0 = Debug|x86
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Debug|x86.Deploy.0 = Debug|x86
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Release|ARM.ActiveCfg = Release|ARM
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Release|ARM.Build.0 = Release|ARM
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Release|ARM.Deploy.0 = Release|ARM
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Release|x64.ActiveCfg = Release|x64
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Release|x64.Build.0 = Release|x64
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Release|x64.Deploy.0 = Release|x64
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Release|x86.ActiveCfg = Release|x86
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Release|x86.Build.0 = Release|x86
- {CA207D19-532C-5662-B4B5-B105BA63B874}.Release|x86.Deploy.0 = Release|x86
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Debug|ARM.Build.0 = Debug|ARM
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Debug|ARM.Deploy.0 = Debug|ARM
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Debug|x64.ActiveCfg = Debug|x64
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Debug|x64.Build.0 = Debug|x64
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Debug|x64.Deploy.0 = Debug|x64
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Debug|x86.ActiveCfg = Debug|x86
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Debug|x86.Build.0 = Debug|x86
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Debug|x86.Deploy.0 = Debug|x86
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Release|ARM.ActiveCfg = Release|ARM
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Release|ARM.Build.0 = Release|ARM
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Release|ARM.Deploy.0 = Release|ARM
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Release|x64.ActiveCfg = Release|x64
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Release|x64.Build.0 = Release|x64
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Release|x64.Deploy.0 = Release|x64
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Release|x86.ActiveCfg = Release|x86
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Release|x86.Build.0 = Release|x86
+ {5CB167CE-CA5A-58E6-95A3-5DA651E6675E}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/ExtendedExecution/cs/Package.appxmanifest b/Samples/ExtendedExecution/cs/Package.appxmanifest
index 7bfa584415..85ff086f1d 100644
--- a/Samples/ExtendedExecution/cs/Package.appxmanifest
+++ b/Samples/ExtendedExecution/cs/Package.appxmanifest
@@ -13,7 +13,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/ExtendedExecution/extended-execution.yaml b/Samples/ExtendedExecution/extended-execution.yml
similarity index 100%
rename from Samples/ExtendedExecution/extended-execution.yaml
rename to Samples/ExtendedExecution/extended-execution.yml
diff --git a/Samples/FeedReader/feed-reader.yaml b/Samples/FeedReader/feed-reader.yml
similarity index 100%
rename from Samples/FeedReader/feed-reader.yaml
rename to Samples/FeedReader/feed-reader.yml
diff --git a/Samples/FeedReader/js/FeedReader.jsproj b/Samples/FeedReader/js/FeedReader.jsproj
index c099fa4aa6..d3309cd01e 100644
--- a/Samples/FeedReader/js/FeedReader.jsproj
+++ b/Samples/FeedReader/js/FeedReader.jsproj
@@ -35,7 +35,7 @@
- 8c1d0d84-4470-5f9c-a4e8-d0bb053b7b88
+ 979cc754-c84e-53aa-b075-313d8bbd026c
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/FeedReader/js/FeedReader.sln b/Samples/FeedReader/js/FeedReader.sln
index 121f32ef4f..73ff15283e 100644
--- a/Samples/FeedReader/js/FeedReader.sln
+++ b/Samples/FeedReader/js/FeedReader.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "FeedReader", "FeedReader.jsproj", "{8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "FeedReader", "FeedReader.jsproj", "{979CC754-C84E-53AA-B075-313D8BBD026C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|ARM.ActiveCfg = Debug|ARM
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|ARM.Build.0 = Debug|ARM
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|ARM.Deploy.0 = Debug|ARM
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|x64.ActiveCfg = Debug|x64
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|x64.Build.0 = Debug|x64
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|x64.Deploy.0 = Debug|x64
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|x86.ActiveCfg = Debug|x86
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|x86.Build.0 = Debug|x86
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Debug|x86.Deploy.0 = Debug|x86
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|Any CPU.Build.0 = Release|Any CPU
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|ARM.ActiveCfg = Release|ARM
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|ARM.Build.0 = Release|ARM
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|ARM.Deploy.0 = Release|ARM
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|x64.ActiveCfg = Release|x64
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|x64.Build.0 = Release|x64
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|x64.Deploy.0 = Release|x64
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|x86.ActiveCfg = Release|x86
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|x86.Build.0 = Release|x86
- {8C1D0D84-4470-5F9C-A4E8-D0BB053B7B88}.Release|x86.Deploy.0 = Release|x86
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|ARM.ActiveCfg = Debug|ARM
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|ARM.Build.0 = Debug|ARM
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|ARM.Deploy.0 = Debug|ARM
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|x64.ActiveCfg = Debug|x64
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|x64.Build.0 = Debug|x64
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|x64.Deploy.0 = Debug|x64
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|x86.ActiveCfg = Debug|x86
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|x86.Build.0 = Debug|x86
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Debug|x86.Deploy.0 = Debug|x86
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|Any CPU.Build.0 = Release|Any CPU
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|ARM.ActiveCfg = Release|ARM
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|ARM.Build.0 = Release|ARM
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|ARM.Deploy.0 = Release|ARM
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|x64.ActiveCfg = Release|x64
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|x64.Build.0 = Release|x64
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|x64.Deploy.0 = Release|x64
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|x86.ActiveCfg = Release|x86
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|x86.Build.0 = Release|x86
+ {979CC754-C84E-53AA-B075-313D8BBD026C}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/FeedReader/js/Package.appxmanifest b/Samples/FeedReader/js/Package.appxmanifest
index 28222c194f..9487c1bc60 100644
--- a/Samples/FeedReader/js/Package.appxmanifest
+++ b/Samples/FeedReader/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/FileAccess/cpp/FileAccess.sln b/Samples/FileAccess/cpp/FileAccess.sln
index af44ae3c08..f00da571b9 100644
--- a/Samples/FileAccess/cpp/FileAccess.sln
+++ b/Samples/FileAccess/cpp/FileAccess.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileAccess", "FileAccess.vcxproj", "{B8088AA6-075E-5F3E-9D54-736F34C4FC8F}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileAccess", "FileAccess.vcxproj", "{4CF105F3-58B8-596A-B05D-49E4309C8853}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Debug|ARM.ActiveCfg = Debug|ARM
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Debug|ARM.Build.0 = Debug|ARM
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Debug|ARM.Deploy.0 = Debug|ARM
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Debug|x64.ActiveCfg = Debug|x64
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Debug|x64.Build.0 = Debug|x64
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Debug|x64.Deploy.0 = Debug|x64
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Debug|x86.ActiveCfg = Debug|Win32
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Debug|x86.Build.0 = Debug|Win32
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Debug|x86.Deploy.0 = Debug|Win32
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Release|ARM.ActiveCfg = Release|ARM
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Release|ARM.Build.0 = Release|ARM
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Release|ARM.Deploy.0 = Release|ARM
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Release|x64.ActiveCfg = Release|x64
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Release|x64.Build.0 = Release|x64
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Release|x64.Deploy.0 = Release|x64
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Release|x86.ActiveCfg = Release|Win32
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Release|x86.Build.0 = Release|Win32
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}.Release|x86.Deploy.0 = Release|Win32
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Debug|ARM.ActiveCfg = Debug|ARM
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Debug|ARM.Build.0 = Debug|ARM
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Debug|ARM.Deploy.0 = Debug|ARM
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Debug|x64.ActiveCfg = Debug|x64
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Debug|x64.Build.0 = Debug|x64
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Debug|x64.Deploy.0 = Debug|x64
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Debug|x86.ActiveCfg = Debug|Win32
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Debug|x86.Build.0 = Debug|Win32
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Debug|x86.Deploy.0 = Debug|Win32
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Release|ARM.ActiveCfg = Release|ARM
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Release|ARM.Build.0 = Release|ARM
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Release|ARM.Deploy.0 = Release|ARM
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Release|x64.ActiveCfg = Release|x64
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Release|x64.Build.0 = Release|x64
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Release|x64.Deploy.0 = Release|x64
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Release|x86.ActiveCfg = Release|Win32
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Release|x86.Build.0 = Release|Win32
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/FileAccess/cpp/FileAccess.vcxproj b/Samples/FileAccess/cpp/FileAccess.vcxproj
index ec773ed09f..817aeff590 100644
--- a/Samples/FileAccess/cpp/FileAccess.vcxproj
+++ b/Samples/FileAccess/cpp/FileAccess.vcxproj
@@ -1,15 +1,15 @@
- {B8088AA6-075E-5F3E-9D54-736F34C4FC8F}
+ {4CF105F3-58B8-596A-B05D-49E4309C8853}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/FileAccess/cpp/Package.appxmanifest b/Samples/FileAccess/cpp/Package.appxmanifest
index da18ab5ac9..9853b8a7f6 100644
--- a/Samples/FileAccess/cpp/Package.appxmanifest
+++ b/Samples/FileAccess/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/FileAccess/cs/FileAccess.csproj b/Samples/FileAccess/cs/FileAccess.csproj
index db6bdc2ce3..cea43347b4 100644
--- a/Samples/FileAccess/cs/FileAccess.csproj
+++ b/Samples/FileAccess/cs/FileAccess.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}
AppContainerExe
Properties
SDKTemplate
FileAccess
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/FileAccess/cs/FileAccess.sln b/Samples/FileAccess/cs/FileAccess.sln
index 8564954398..c2b4ed50b2 100644
--- a/Samples/FileAccess/cs/FileAccess.sln
+++ b/Samples/FileAccess/cs/FileAccess.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileAccess", "FileAccess.csproj", "{17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileAccess", "FileAccess.csproj", "{72416C06-23EE-55E6-A25D-DD7AC861B163}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Debug|ARM.ActiveCfg = Debug|ARM
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Debug|ARM.Build.0 = Debug|ARM
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Debug|ARM.Deploy.0 = Debug|ARM
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Debug|x64.ActiveCfg = Debug|x64
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Debug|x64.Build.0 = Debug|x64
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Debug|x64.Deploy.0 = Debug|x64
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Debug|x86.ActiveCfg = Debug|x86
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Debug|x86.Build.0 = Debug|x86
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Debug|x86.Deploy.0 = Debug|x86
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Release|ARM.ActiveCfg = Release|ARM
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Release|ARM.Build.0 = Release|ARM
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Release|ARM.Deploy.0 = Release|ARM
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Release|x64.ActiveCfg = Release|x64
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Release|x64.Build.0 = Release|x64
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Release|x64.Deploy.0 = Release|x64
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Release|x86.ActiveCfg = Release|x86
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Release|x86.Build.0 = Release|x86
- {17BD3F8E-A5E6-5D01-801B-0FC73814C3B1}.Release|x86.Deploy.0 = Release|x86
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Debug|ARM.ActiveCfg = Debug|ARM
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Debug|ARM.Build.0 = Debug|ARM
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Debug|ARM.Deploy.0 = Debug|ARM
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Debug|x64.ActiveCfg = Debug|x64
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Debug|x64.Build.0 = Debug|x64
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Debug|x64.Deploy.0 = Debug|x64
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Debug|x86.ActiveCfg = Debug|x86
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Debug|x86.Build.0 = Debug|x86
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Debug|x86.Deploy.0 = Debug|x86
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Release|ARM.ActiveCfg = Release|ARM
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Release|ARM.Build.0 = Release|ARM
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Release|ARM.Deploy.0 = Release|ARM
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Release|x64.ActiveCfg = Release|x64
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Release|x64.Build.0 = Release|x64
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Release|x64.Deploy.0 = Release|x64
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Release|x86.ActiveCfg = Release|x86
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Release|x86.Build.0 = Release|x86
+ {72416C06-23EE-55E6-A25D-DD7AC861B163}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/FileAccess/cs/Package.appxmanifest b/Samples/FileAccess/cs/Package.appxmanifest
index 5c398f8fdb..e39a106079 100644
--- a/Samples/FileAccess/cs/Package.appxmanifest
+++ b/Samples/FileAccess/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/FileAccess/file-access.yaml b/Samples/FileAccess/file-access.yml
similarity index 100%
rename from Samples/FileAccess/file-access.yaml
rename to Samples/FileAccess/file-access.yml
diff --git a/Samples/FileAccess/js/FileAccess.jsproj b/Samples/FileAccess/js/FileAccess.jsproj
index 0da6751abe..e1dc51ca2d 100644
--- a/Samples/FileAccess/js/FileAccess.jsproj
+++ b/Samples/FileAccess/js/FileAccess.jsproj
@@ -35,7 +35,7 @@
- {205c8332-9834-58ac-afed-1bb4b2a34096}
+ {87e9c41f-1974-5fe6-8ea1-6b0271443dc5}
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/FileAccess/js/FileAccess.sln b/Samples/FileAccess/js/FileAccess.sln
index 3ce1fb88c6..6342e55e29 100644
--- a/Samples/FileAccess/js/FileAccess.sln
+++ b/Samples/FileAccess/js/FileAccess.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "FileAccess", "FileAccess.jsproj", "{205C8332-9834-58AC-AFED-1BB4B2A34096}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "FileAccess", "FileAccess.jsproj", "{87E9C41F-1974-5FE6-8EA1-6B0271443DC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|ARM.ActiveCfg = Debug|ARM
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|ARM.Build.0 = Debug|ARM
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|ARM.Deploy.0 = Debug|ARM
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|x64.ActiveCfg = Debug|x64
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|x64.Build.0 = Debug|x64
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|x64.Deploy.0 = Debug|x64
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|x86.ActiveCfg = Debug|x86
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|x86.Build.0 = Debug|x86
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Debug|x86.Deploy.0 = Debug|x86
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|Any CPU.Build.0 = Release|Any CPU
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|ARM.ActiveCfg = Release|ARM
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|ARM.Build.0 = Release|ARM
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|ARM.Deploy.0 = Release|ARM
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|x64.ActiveCfg = Release|x64
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|x64.Build.0 = Release|x64
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|x64.Deploy.0 = Release|x64
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|x86.ActiveCfg = Release|x86
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|x86.Build.0 = Release|x86
- {205C8332-9834-58AC-AFED-1BB4B2A34096}.Release|x86.Deploy.0 = Release|x86
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|ARM.ActiveCfg = Debug|ARM
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|ARM.Build.0 = Debug|ARM
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|ARM.Deploy.0 = Debug|ARM
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|x64.ActiveCfg = Debug|x64
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|x64.Build.0 = Debug|x64
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|x64.Deploy.0 = Debug|x64
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|x86.ActiveCfg = Debug|x86
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|x86.Build.0 = Debug|x86
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Debug|x86.Deploy.0 = Debug|x86
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|Any CPU.Build.0 = Release|Any CPU
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|ARM.ActiveCfg = Release|ARM
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|ARM.Build.0 = Release|ARM
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|ARM.Deploy.0 = Release|ARM
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|x64.ActiveCfg = Release|x64
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|x64.Build.0 = Release|x64
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|x64.Deploy.0 = Release|x64
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|x86.ActiveCfg = Release|x86
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|x86.Build.0 = Release|x86
+ {87E9C41F-1974-5FE6-8EA1-6B0271443DC5}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/FileAccess/js/Package.appxmanifest b/Samples/FileAccess/js/Package.appxmanifest
index a3e28102db..d90c12b693 100644
--- a/Samples/FileAccess/js/Package.appxmanifest
+++ b/Samples/FileAccess/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/FilePicker/cpp/FilePicker.sln b/Samples/FilePicker/cpp/FilePicker.sln
index d190f6651f..48b6f5e778 100644
--- a/Samples/FilePicker/cpp/FilePicker.sln
+++ b/Samples/FilePicker/cpp/FilePicker.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FilePicker", "FilePicker.vcxproj", "{C937EE85-C62E-546F-B572-7377CEA22184}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FilePicker", "FilePicker.vcxproj", "{BDEE0664-6313-530A-A5EE-1C7E9609775B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C937EE85-C62E-546F-B572-7377CEA22184}.Debug|ARM.ActiveCfg = Debug|ARM
- {C937EE85-C62E-546F-B572-7377CEA22184}.Debug|ARM.Build.0 = Debug|ARM
- {C937EE85-C62E-546F-B572-7377CEA22184}.Debug|ARM.Deploy.0 = Debug|ARM
- {C937EE85-C62E-546F-B572-7377CEA22184}.Debug|x64.ActiveCfg = Debug|x64
- {C937EE85-C62E-546F-B572-7377CEA22184}.Debug|x64.Build.0 = Debug|x64
- {C937EE85-C62E-546F-B572-7377CEA22184}.Debug|x64.Deploy.0 = Debug|x64
- {C937EE85-C62E-546F-B572-7377CEA22184}.Debug|x86.ActiveCfg = Debug|Win32
- {C937EE85-C62E-546F-B572-7377CEA22184}.Debug|x86.Build.0 = Debug|Win32
- {C937EE85-C62E-546F-B572-7377CEA22184}.Debug|x86.Deploy.0 = Debug|Win32
- {C937EE85-C62E-546F-B572-7377CEA22184}.Release|ARM.ActiveCfg = Release|ARM
- {C937EE85-C62E-546F-B572-7377CEA22184}.Release|ARM.Build.0 = Release|ARM
- {C937EE85-C62E-546F-B572-7377CEA22184}.Release|ARM.Deploy.0 = Release|ARM
- {C937EE85-C62E-546F-B572-7377CEA22184}.Release|x64.ActiveCfg = Release|x64
- {C937EE85-C62E-546F-B572-7377CEA22184}.Release|x64.Build.0 = Release|x64
- {C937EE85-C62E-546F-B572-7377CEA22184}.Release|x64.Deploy.0 = Release|x64
- {C937EE85-C62E-546F-B572-7377CEA22184}.Release|x86.ActiveCfg = Release|Win32
- {C937EE85-C62E-546F-B572-7377CEA22184}.Release|x86.Build.0 = Release|Win32
- {C937EE85-C62E-546F-B572-7377CEA22184}.Release|x86.Deploy.0 = Release|Win32
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Debug|ARM.ActiveCfg = Debug|ARM
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Debug|ARM.Build.0 = Debug|ARM
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Debug|ARM.Deploy.0 = Debug|ARM
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Debug|x64.ActiveCfg = Debug|x64
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Debug|x64.Build.0 = Debug|x64
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Debug|x64.Deploy.0 = Debug|x64
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Debug|x86.ActiveCfg = Debug|Win32
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Debug|x86.Build.0 = Debug|Win32
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Debug|x86.Deploy.0 = Debug|Win32
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Release|ARM.ActiveCfg = Release|ARM
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Release|ARM.Build.0 = Release|ARM
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Release|ARM.Deploy.0 = Release|ARM
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Release|x64.ActiveCfg = Release|x64
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Release|x64.Build.0 = Release|x64
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Release|x64.Deploy.0 = Release|x64
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Release|x86.ActiveCfg = Release|Win32
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Release|x86.Build.0 = Release|Win32
+ {BDEE0664-6313-530A-A5EE-1C7E9609775B}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/FilePicker/cpp/FilePicker.vcxproj b/Samples/FilePicker/cpp/FilePicker.vcxproj
index cd5a8502da..530479540d 100644
--- a/Samples/FilePicker/cpp/FilePicker.vcxproj
+++ b/Samples/FilePicker/cpp/FilePicker.vcxproj
@@ -1,15 +1,15 @@
- {c937ee85-c62e-546f-b572-7377cea22184}
+ {bdee0664-6313-530a-a5ee-1c7e9609775b}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/FilePicker/cpp/Package.appxmanifest b/Samples/FilePicker/cpp/Package.appxmanifest
index 006ede850a..18a63dfa05 100644
--- a/Samples/FilePicker/cpp/Package.appxmanifest
+++ b/Samples/FilePicker/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/FilePicker/cs/FilePicker.csproj b/Samples/FilePicker/cs/FilePicker.csproj
index d2e5fae6e4..2df7f75f11 100644
--- a/Samples/FilePicker/cs/FilePicker.csproj
+++ b/Samples/FilePicker/cs/FilePicker.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}
AppContainerExe
Properties
SDKTemplate
FilePicker
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/FilePicker/cs/FilePicker.sln b/Samples/FilePicker/cs/FilePicker.sln
index 16429b223d..3288d1c9d8 100644
--- a/Samples/FilePicker/cs/FilePicker.sln
+++ b/Samples/FilePicker/cs/FilePicker.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilePicker", "FilePicker.csproj", "{7F507EDF-AD7F-503D-8BEB-5C992F582D65}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilePicker", "FilePicker.csproj", "{6F3F37CC-6A16-5292-9CD4-45153313CDA7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Debug|ARM.ActiveCfg = Debug|ARM
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Debug|ARM.Build.0 = Debug|ARM
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Debug|ARM.Deploy.0 = Debug|ARM
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Debug|x64.ActiveCfg = Debug|x64
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Debug|x64.Build.0 = Debug|x64
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Debug|x64.Deploy.0 = Debug|x64
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Debug|x86.ActiveCfg = Debug|x86
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Debug|x86.Build.0 = Debug|x86
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Debug|x86.Deploy.0 = Debug|x86
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Release|ARM.ActiveCfg = Release|ARM
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Release|ARM.Build.0 = Release|ARM
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Release|ARM.Deploy.0 = Release|ARM
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Release|x64.ActiveCfg = Release|x64
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Release|x64.Build.0 = Release|x64
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Release|x64.Deploy.0 = Release|x64
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Release|x86.ActiveCfg = Release|x86
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Release|x86.Build.0 = Release|x86
- {7F507EDF-AD7F-503D-8BEB-5C992F582D65}.Release|x86.Deploy.0 = Release|x86
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Debug|ARM.ActiveCfg = Debug|ARM
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Debug|ARM.Build.0 = Debug|ARM
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Debug|ARM.Deploy.0 = Debug|ARM
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Debug|x64.ActiveCfg = Debug|x64
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Debug|x64.Build.0 = Debug|x64
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Debug|x64.Deploy.0 = Debug|x64
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Debug|x86.ActiveCfg = Debug|x86
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Debug|x86.Build.0 = Debug|x86
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Debug|x86.Deploy.0 = Debug|x86
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Release|ARM.ActiveCfg = Release|ARM
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Release|ARM.Build.0 = Release|ARM
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Release|ARM.Deploy.0 = Release|ARM
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Release|x64.ActiveCfg = Release|x64
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Release|x64.Build.0 = Release|x64
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Release|x64.Deploy.0 = Release|x64
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Release|x86.ActiveCfg = Release|x86
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Release|x86.Build.0 = Release|x86
+ {6F3F37CC-6A16-5292-9CD4-45153313CDA7}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/FilePicker/cs/Package.appxmanifest b/Samples/FilePicker/cs/Package.appxmanifest
index b9417b3cf6..b11211ef8e 100644
--- a/Samples/FilePicker/cs/Package.appxmanifest
+++ b/Samples/FilePicker/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-
+
diff --git a/Samples/FilePicker/file-picker.yaml b/Samples/FilePicker/file-picker.yml
similarity index 100%
rename from Samples/FilePicker/file-picker.yaml
rename to Samples/FilePicker/file-picker.yml
diff --git a/Samples/FilePicker/js/FilePicker.jsproj b/Samples/FilePicker/js/FilePicker.jsproj
index 8d08222cf4..d11cdb18df 100644
--- a/Samples/FilePicker/js/FilePicker.jsproj
+++ b/Samples/FilePicker/js/FilePicker.jsproj
@@ -35,7 +35,7 @@
- 668c0b43-f2fb-5f4e-a452-59e60fa85e64
+ ab95608e-8f8f-5852-bb3b-f3ff55446f6d
@@ -45,8 +45,8 @@
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
$(VersionNumberMajor).$(VersionNumberMinor)
en-US
diff --git a/Samples/FilePicker/js/FilePicker.sln b/Samples/FilePicker/js/FilePicker.sln
index 7a1d769a33..59432f66e9 100644
--- a/Samples/FilePicker/js/FilePicker.sln
+++ b/Samples/FilePicker/js/FilePicker.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "FilePicker", "FilePicker.jsproj", "{668C0B43-F2FB-5F4E-A452-59E60FA85E64}"
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "FilePicker", "FilePicker.jsproj", "{AB95608E-8F8F-5852-BB3B-F3FF55446F6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,30 +17,30 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|ARM.ActiveCfg = Debug|ARM
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|ARM.Build.0 = Debug|ARM
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|ARM.Deploy.0 = Debug|ARM
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|x64.ActiveCfg = Debug|x64
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|x64.Build.0 = Debug|x64
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|x64.Deploy.0 = Debug|x64
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|x86.ActiveCfg = Debug|x86
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|x86.Build.0 = Debug|x86
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Debug|x86.Deploy.0 = Debug|x86
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|Any CPU.Build.0 = Release|Any CPU
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|ARM.ActiveCfg = Release|ARM
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|ARM.Build.0 = Release|ARM
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|ARM.Deploy.0 = Release|ARM
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|x64.ActiveCfg = Release|x64
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|x64.Build.0 = Release|x64
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|x64.Deploy.0 = Release|x64
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|x86.ActiveCfg = Release|x86
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|x86.Build.0 = Release|x86
- {668C0B43-F2FB-5F4E-A452-59E60FA85E64}.Release|x86.Deploy.0 = Release|x86
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|ARM.ActiveCfg = Debug|ARM
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|ARM.Build.0 = Debug|ARM
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|ARM.Deploy.0 = Debug|ARM
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|x64.ActiveCfg = Debug|x64
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|x64.Build.0 = Debug|x64
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|x64.Deploy.0 = Debug|x64
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|x86.ActiveCfg = Debug|x86
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|x86.Build.0 = Debug|x86
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Debug|x86.Deploy.0 = Debug|x86
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|ARM.ActiveCfg = Release|ARM
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|ARM.Build.0 = Release|ARM
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|ARM.Deploy.0 = Release|ARM
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|x64.ActiveCfg = Release|x64
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|x64.Build.0 = Release|x64
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|x64.Deploy.0 = Release|x64
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|x86.ActiveCfg = Release|x86
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|x86.Build.0 = Release|x86
+ {AB95608E-8F8F-5852-BB3B-F3FF55446F6D}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/FilePicker/js/Package.appxmanifest b/Samples/FilePicker/js/Package.appxmanifest
index 736e56af8c..f2b892ba2a 100644
--- a/Samples/FilePicker/js/Package.appxmanifest
+++ b/Samples/FilePicker/js/Package.appxmanifest
@@ -19,7 +19,7 @@
-
+
diff --git a/Samples/FilePickerContracts/cs/FilePickerContracts.csproj b/Samples/FilePickerContracts/cs/FilePickerContracts.csproj
index d3bf83c838..0892247c38 100644
--- a/Samples/FilePickerContracts/cs/FilePickerContracts.csproj
+++ b/Samples/FilePickerContracts/cs/FilePickerContracts.csproj
@@ -4,15 +4,15 @@
Debug
AnyCPU
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}
AppContainerExe
Properties
FilePickerContracts
FilePickerContracts
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/FilePickerContracts/cs/FilePickerContracts.sln b/Samples/FilePickerContracts/cs/FilePickerContracts.sln
index f4f215352c..8d3b9584f0 100644
--- a/Samples/FilePickerContracts/cs/FilePickerContracts.sln
+++ b/Samples/FilePickerContracts/cs/FilePickerContracts.sln
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilePickerContracts", "FilePickerContracts.csproj", "{D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilePickerContracts", "FilePickerContracts.csproj", "{F65C7DB4-7B4B-5A55-B309-B8805AB29536}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\FilePickerContractsTasks.csproj", "{820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasks", "Tasks\FilePickerContractsTasks.csproj", "{A452DF40-63DA-5DD7-8C30-7126C83D08A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,46 +19,46 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|ARM.ActiveCfg = Debug|ARM
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|ARM.Build.0 = Debug|ARM
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|ARM.Deploy.0 = Debug|ARM
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|x64.ActiveCfg = Debug|x64
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|x64.Build.0 = Debug|x64
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|x64.Deploy.0 = Debug|x64
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|x86.ActiveCfg = Debug|x86
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|x86.Build.0 = Debug|x86
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Debug|x86.Deploy.0 = Debug|x86
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|Any CPU.Build.0 = Release|Any CPU
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|ARM.ActiveCfg = Release|ARM
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|ARM.Build.0 = Release|ARM
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|ARM.Deploy.0 = Release|ARM
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|x64.ActiveCfg = Release|x64
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|x64.Build.0 = Release|x64
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|x64.Deploy.0 = Release|x64
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|x86.ActiveCfg = Release|x86
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|x86.Build.0 = Release|x86
- {D0D6EDE0-BE0D-5EC7-8861-E4910FBC6C88}.Release|x86.Deploy.0 = Release|x86
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Debug|ARM.ActiveCfg = Debug|ARM
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Debug|ARM.Build.0 = Debug|ARM
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Debug|x64.ActiveCfg = Debug|x64
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Debug|x64.Build.0 = Debug|x64
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Debug|x86.ActiveCfg = Debug|x86
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Debug|x86.Build.0 = Debug|x86
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Release|Any CPU.Build.0 = Release|Any CPU
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Release|ARM.ActiveCfg = Release|ARM
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Release|ARM.Build.0 = Release|ARM
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Release|x64.ActiveCfg = Release|x64
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Release|x64.Build.0 = Release|x64
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Release|x86.ActiveCfg = Release|x86
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}.Release|x86.Build.0 = Release|x86
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|ARM.Build.0 = Debug|ARM
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|ARM.Deploy.0 = Debug|ARM
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|x64.ActiveCfg = Debug|x64
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|x64.Build.0 = Debug|x64
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|x64.Deploy.0 = Debug|x64
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|x86.ActiveCfg = Debug|x86
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|x86.Build.0 = Debug|x86
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Debug|x86.Deploy.0 = Debug|x86
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|ARM.ActiveCfg = Release|ARM
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|ARM.Build.0 = Release|ARM
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|ARM.Deploy.0 = Release|ARM
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|x64.ActiveCfg = Release|x64
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|x64.Build.0 = Release|x64
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|x64.Deploy.0 = Release|x64
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|x86.ActiveCfg = Release|x86
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|x86.Build.0 = Release|x86
+ {F65C7DB4-7B4B-5A55-B309-B8805AB29536}.Release|x86.Deploy.0 = Release|x86
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Debug|ARM.ActiveCfg = Debug|ARM
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Debug|ARM.Build.0 = Debug|ARM
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Debug|x64.ActiveCfg = Debug|x64
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Debug|x64.Build.0 = Debug|x64
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Debug|x86.ActiveCfg = Debug|x86
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Debug|x86.Build.0 = Debug|x86
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Release|ARM.ActiveCfg = Release|ARM
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Release|ARM.Build.0 = Release|ARM
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Release|x64.ActiveCfg = Release|x64
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Release|x64.Build.0 = Release|x64
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Release|x86.ActiveCfg = Release|x86
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/FilePickerContracts/cs/Package.appxmanifest b/Samples/FilePickerContracts/cs/Package.appxmanifest
index 25daf15103..3167f23fe2 100644
--- a/Samples/FilePickerContracts/cs/Package.appxmanifest
+++ b/Samples/FilePickerContracts/cs/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\StoreLogo-sdk.png
-
+
diff --git a/Samples/FilePickerContracts/cs/Tasks/FilePickerContractsTasks.csproj b/Samples/FilePickerContracts/cs/Tasks/FilePickerContractsTasks.csproj
index 8598e917ce..88e3ee214e 100644
--- a/Samples/FilePickerContracts/cs/Tasks/FilePickerContractsTasks.csproj
+++ b/Samples/FilePickerContracts/cs/Tasks/FilePickerContractsTasks.csproj
@@ -4,15 +4,15 @@
Debug
AnyCPU
- {820B9AF3-FD51-5F45-9E5D-CB72FEE9D864}
+ {A452DF40-63DA-5DD7-8C30-7126C83D08A2}
winmdobj
Properties
FilePickerContractsTasks
FilePickerContractsTasks
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
512
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/Samples/FilePickerContracts/file-picker-contracts.yaml b/Samples/FilePickerContracts/file-picker-contracts.yml
similarity index 100%
rename from Samples/FilePickerContracts/file-picker-contracts.yaml
rename to Samples/FilePickerContracts/file-picker-contracts.yml
diff --git a/Samples/FileSearch/cpp/FileSearch.sln b/Samples/FileSearch/cpp/FileSearch.sln
index da737afcac..60d56b1b65 100644
--- a/Samples/FileSearch/cpp/FileSearch.sln
+++ b/Samples/FileSearch/cpp/FileSearch.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileSearch", "FileSearch.vcxproj", "{4C454456-CE8D-5E7A-A13C-11B0F174BB76}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileSearch", "FileSearch.vcxproj", "{FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Debug|ARM.ActiveCfg = Debug|ARM
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Debug|ARM.Build.0 = Debug|ARM
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Debug|ARM.Deploy.0 = Debug|ARM
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Debug|x64.ActiveCfg = Debug|x64
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Debug|x64.Build.0 = Debug|x64
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Debug|x64.Deploy.0 = Debug|x64
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Debug|x86.ActiveCfg = Debug|Win32
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Debug|x86.Build.0 = Debug|Win32
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Debug|x86.Deploy.0 = Debug|Win32
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Release|ARM.ActiveCfg = Release|ARM
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Release|ARM.Build.0 = Release|ARM
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Release|ARM.Deploy.0 = Release|ARM
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Release|x64.ActiveCfg = Release|x64
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Release|x64.Build.0 = Release|x64
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Release|x64.Deploy.0 = Release|x64
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Release|x86.ActiveCfg = Release|Win32
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Release|x86.Build.0 = Release|Win32
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}.Release|x86.Deploy.0 = Release|Win32
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Debug|ARM.ActiveCfg = Debug|ARM
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Debug|ARM.Build.0 = Debug|ARM
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Debug|ARM.Deploy.0 = Debug|ARM
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Debug|x64.ActiveCfg = Debug|x64
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Debug|x64.Build.0 = Debug|x64
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Debug|x64.Deploy.0 = Debug|x64
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Debug|x86.ActiveCfg = Debug|Win32
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Debug|x86.Build.0 = Debug|Win32
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Debug|x86.Deploy.0 = Debug|Win32
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Release|ARM.ActiveCfg = Release|ARM
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Release|ARM.Build.0 = Release|ARM
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Release|ARM.Deploy.0 = Release|ARM
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Release|x64.ActiveCfg = Release|x64
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Release|x64.Build.0 = Release|x64
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Release|x64.Deploy.0 = Release|x64
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Release|x86.ActiveCfg = Release|Win32
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Release|x86.Build.0 = Release|Win32
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/FileSearch/cpp/FileSearch.vcxproj b/Samples/FileSearch/cpp/FileSearch.vcxproj
index de46423f01..ef7a55dc99 100644
--- a/Samples/FileSearch/cpp/FileSearch.vcxproj
+++ b/Samples/FileSearch/cpp/FileSearch.vcxproj
@@ -1,15 +1,15 @@
- {4C454456-CE8D-5E7A-A13C-11B0F174BB76}
+ {FFBDEB3D-FD5E-5EE3-83F8-1C7F019D3C74}
SDKTemplate
en-US
14.0
true
Windows Store
10.0
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
true
diff --git a/Samples/FileSearch/cpp/Package.appxmanifest b/Samples/FileSearch/cpp/Package.appxmanifest
index 2f61b912f7..5c65cec2fc 100644
--- a/Samples/FileSearch/cpp/Package.appxmanifest
+++ b/Samples/FileSearch/cpp/Package.appxmanifest
@@ -20,7 +20,7 @@
-
+
diff --git a/Samples/FileSearch/cs/FileSearch.csproj b/Samples/FileSearch/cs/FileSearch.csproj
index 4d506118a2..530045e55b 100644
--- a/Samples/FileSearch/cs/FileSearch.csproj
+++ b/Samples/FileSearch/cs/FileSearch.csproj
@@ -4,15 +4,15 @@
Debug
x86
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}
AppContainerExe
Properties
SDKTemplate
FileSearch
en-US
UAP
- 10.0.17134.0
- 10.0.17134.0
+ 10.0.17763.0
+ 10.0.17763.0
14
true
512
diff --git a/Samples/FileSearch/cs/FileSearch.sln b/Samples/FileSearch/cs/FileSearch.sln
index 37a03afc04..2e4c9eb383 100644
--- a/Samples/FileSearch/cs/FileSearch.sln
+++ b/Samples/FileSearch/cs/FileSearch.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSearch", "FileSearch.csproj", "{550A2C2F-DC3F-52D3-950C-49CF8055DF84}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSearch", "FileSearch.csproj", "{471FCA27-AE20-5916-902C-29693F4A5B8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Debug|ARM.ActiveCfg = Debug|ARM
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Debug|ARM.Build.0 = Debug|ARM
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Debug|ARM.Deploy.0 = Debug|ARM
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Debug|x64.ActiveCfg = Debug|x64
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Debug|x64.Build.0 = Debug|x64
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Debug|x64.Deploy.0 = Debug|x64
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Debug|x86.ActiveCfg = Debug|x86
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Debug|x86.Build.0 = Debug|x86
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Debug|x86.Deploy.0 = Debug|x86
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Release|ARM.ActiveCfg = Release|ARM
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Release|ARM.Build.0 = Release|ARM
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Release|ARM.Deploy.0 = Release|ARM
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Release|x64.ActiveCfg = Release|x64
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Release|x64.Build.0 = Release|x64
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Release|x64.Deploy.0 = Release|x64
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Release|x86.ActiveCfg = Release|x86
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Release|x86.Build.0 = Release|x86
- {550A2C2F-DC3F-52D3-950C-49CF8055DF84}.Release|x86.Deploy.0 = Release|x86
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Debug|ARM.ActiveCfg = Debug|ARM
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Debug|ARM.Build.0 = Debug|ARM
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Debug|ARM.Deploy.0 = Debug|ARM
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Debug|x64.ActiveCfg = Debug|x64
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Debug|x64.Build.0 = Debug|x64
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Debug|x64.Deploy.0 = Debug|x64
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Debug|x86.ActiveCfg = Debug|x86
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Debug|x86.Build.0 = Debug|x86
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Debug|x86.Deploy.0 = Debug|x86
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Release|ARM.ActiveCfg = Release|ARM
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Release|ARM.Build.0 = Release|ARM
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Release|ARM.Deploy.0 = Release|ARM
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Release|x64.ActiveCfg = Release|x64
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Release|x64.Build.0 = Release|x64
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Release|x64.Deploy.0 = Release|x64
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Release|x86.ActiveCfg = Release|x86
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Release|x86.Build.0 = Release|x86
+ {471FCA27-AE20-5916-902C-29693F4A5B8E}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/FileSearch/cs/Package.appxmanifest b/Samples/FileSearch/cs/Package.appxmanifest
index e98665b4ff..3a9eea70f5 100644
--- a/Samples/FileSearch/cs/Package.appxmanifest
+++ b/Samples/FileSearch/cs/Package.appxmanifest
@@ -21,7 +21,7 @@
-