diff --git a/README.md b/README.md index 3dc952c32e..190805833c 100644 --- a/README.md +++ b/README.md @@ -206,19 +206,20 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github. Printing Scaling according to DPI - Splash screen + Secondary windows + Splash screen State triggers Tailored multiple views - Title bar + Title bar UI basics (XAML) User interaction mode - WebView control (HTML) + WebView control (HTML) WebView control (XAML) Window resizing diff --git a/Samples/360VideoPlayback/README.md b/Samples/360VideoPlayback/README.md index 2a8a86ea75..9db642d83f 100644 --- a/Samples/360VideoPlayback/README.md +++ b/Samples/360VideoPlayback/README.md @@ -3,6 +3,7 @@ topic: sample languages: - csharp - cpp +- cppcx products: - windows - windows-uwp diff --git a/Samples/360VideoPlayback/cpp/360VideoPlayback.sln b/Samples/360VideoPlayback/cpp/360VideoPlayback.sln index 8c21ca091d..633dfa8a9e 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", "{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "360VideoPlayback", "360VideoPlayback.vcxproj", "{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -13,18 +13,18 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x64.ActiveCfg = Debug|x64 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x64.Build.0 = Debug|x64 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x64.Deploy.0 = Debug|x64 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x86.ActiveCfg = Debug|Win32 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x86.Build.0 = Debug|Win32 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x86.Deploy.0 = Debug|Win32 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x64.ActiveCfg = Release|x64 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x64.Build.0 = Release|x64 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x64.Deploy.0 = Release|x64 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x86.ActiveCfg = Release|Win32 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x86.Build.0 = Release|Win32 + {3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.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 30518cbeb2..cca8d6152b 100644 --- a/Samples/360VideoPlayback/cpp/360VideoPlayback.vcxproj +++ b/Samples/360VideoPlayback/cpp/360VideoPlayback.vcxproj @@ -1,15 +1,15 @@  - {a23cdfae-d784-55f2-b9e8-7d46f44eaa95} + {3645d95d-4504-556a-bc4f-e8f1da5ddad1} HolographicApp _360VideoPlayback en-US 15.0 true Windows Store - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 10.0 true diff --git a/Samples/360VideoPlayback/cpp/Package.appxmanifest b/Samples/360VideoPlayback/cpp/Package.appxmanifest index 55475acb4e..780f0e9ead 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 2435a7cdf2..80956c74fa 100644 --- a/Samples/360VideoPlayback/cs/360VideoPlayback.csproj +++ b/Samples/360VideoPlayback/cs/360VideoPlayback.csproj @@ -4,15 +4,15 @@ Debug x86 - {F7AEF638-675F-50BF-8D43-58E47B2569BE} + {5211735E-C583-525C-BDB6-81E627EB4B18} AppContainerExe Properties _360VideoPlayback 360VideoPlayback en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.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 627fbf3995..d065b6d4c1 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", "{F7AEF638-675F-50BF-8D43-58E47B2569BE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "360VideoPlayback", "360VideoPlayback.csproj", "{5211735E-C583-525C-BDB6-81E627EB4B18}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -13,18 +13,18 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x64.ActiveCfg = Debug|x64 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x64.Build.0 = Debug|x64 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x64.Deploy.0 = Debug|x64 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x86.ActiveCfg = Debug|x86 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x86.Build.0 = Debug|x86 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x86.Deploy.0 = Debug|x86 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x64.ActiveCfg = Release|x64 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x64.Build.0 = Release|x64 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x64.Deploy.0 = Release|x64 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x86.ActiveCfg = Release|x86 + {5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x86.Build.0 = Release|x86 + {5211735E-C583-525C-BDB6-81E627EB4B18}.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 4f6ac7587e..8dfda2d33d 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/cs/3DPrinting.csproj b/Samples/3DPrinting/cs/3DPrinting.csproj index 96ddabcd2b..ba6111029d 100644 --- a/Samples/3DPrinting/cs/3DPrinting.csproj +++ b/Samples/3DPrinting/cs/3DPrinting.csproj @@ -4,15 +4,15 @@ Debug x86 - {9DAFAF9D-253C-5910-9905-267732F2B0DC} + {3B2608E4-F417-51A7-BFFE-72CEA697161C} AppContainerExe Properties SDKTemplate SDKTemplate en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.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 96a08382ec..460c6136af 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", "{9DAFAF9D-253C-5910-9905-267732F2B0DC}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{3B2608E4-F417-51A7-BFFE-72CEA697161C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|ARM.ActiveCfg = Debug|ARM + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|ARM.Build.0 = Debug|ARM + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|ARM.Deploy.0 = Debug|ARM + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x64.ActiveCfg = Debug|x64 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x64.Build.0 = Debug|x64 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x64.Deploy.0 = Debug|x64 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x86.ActiveCfg = Debug|x86 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x86.Build.0 = Debug|x86 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x86.Deploy.0 = Debug|x86 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|ARM.ActiveCfg = Release|ARM + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|ARM.Build.0 = Release|ARM + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|ARM.Deploy.0 = Release|ARM + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x64.ActiveCfg = Release|x64 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x64.Build.0 = Release|x64 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x64.Deploy.0 = Release|x64 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x86.ActiveCfg = Release|x86 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x86.Build.0 = Release|x86 + {3B2608E4-F417-51A7-BFFE-72CEA697161C}.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 8fdc625865..90f67efe67 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/Accelerometer/README.md b/Samples/Accelerometer/README.md index 5d2c4dbe09..28fa90daef 100644 --- a/Samples/Accelerometer/README.md +++ b/Samples/Accelerometer/README.md @@ -3,6 +3,7 @@ topic: sample languages: - csharp - cpp +- cppcx - js - vb products: diff --git a/Samples/Accelerometer/cpp/Accelerometer.sln b/Samples/Accelerometer/cpp/Accelerometer.sln index cb508bc57c..a84f2306c4 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", "{1554F760-807A-56D9-970D-5F7FBDC2B08A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Accelerometer", "Accelerometer.vcxproj", "{E46428EB-A195-5178-8073-EE1612C4AA81}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|ARM.ActiveCfg = Debug|ARM + {E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|ARM.Build.0 = Debug|ARM + {E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|ARM.Deploy.0 = Debug|ARM + {E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|Win32.ActiveCfg = Debug|Win32 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|Win32.Build.0 = Debug|Win32 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|Win32.Deploy.0 = Debug|Win32 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|x64.ActiveCfg = Debug|x64 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|x64.Build.0 = Debug|x64 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|x64.Deploy.0 = Debug|x64 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Release|ARM.ActiveCfg = Release|ARM + {E46428EB-A195-5178-8073-EE1612C4AA81}.Release|ARM.Build.0 = Release|ARM + {E46428EB-A195-5178-8073-EE1612C4AA81}.Release|ARM.Deploy.0 = Release|ARM + {E46428EB-A195-5178-8073-EE1612C4AA81}.Release|Win32.ActiveCfg = Release|Win32 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Release|Win32.Build.0 = Release|Win32 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Release|Win32.Deploy.0 = Release|Win32 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Release|x64.ActiveCfg = Release|x64 + {E46428EB-A195-5178-8073-EE1612C4AA81}.Release|x64.Build.0 = Release|x64 + {E46428EB-A195-5178-8073-EE1612C4AA81}.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 61daa80816..30e7a41aca 100644 --- a/Samples/Accelerometer/cpp/Accelerometer.vcxproj +++ b/Samples/Accelerometer/cpp/Accelerometer.vcxproj @@ -1,15 +1,15 @@  - {1554f760-807a-56d9-970d-5f7fbdc2b08a} + {e46428eb-a195-5178-8073-ee1612c4aa81} SDKTemplate en-US 14.0 true Windows Store 10.0 - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 true diff --git a/Samples/Accelerometer/cpp/Package.appxmanifest b/Samples/Accelerometer/cpp/Package.appxmanifest index 46bc2357a3..d86e7bd242 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 24011867fb..71c7461f05 100644 --- a/Samples/Accelerometer/cs/Accelerometer.csproj +++ b/Samples/Accelerometer/cs/Accelerometer.csproj @@ -4,15 +4,15 @@ Debug x86 - {31134AC2-E9C8-5ACA-A1FB-89C53736047E} + {F735D966-3E00-5A88-89F7-35C2850E7DD8} AppContainerExe Properties SDKTemplate Accelerometer en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/Accelerometer/cs/Accelerometer.sln b/Samples/Accelerometer/cs/Accelerometer.sln index 52d1489765..f71c811803 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", "{31134AC2-E9C8-5ACA-A1FB-89C53736047E}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accelerometer", "Accelerometer.csproj", "{F735D966-3E00-5A88-89F7-35C2850E7DD8}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Debug|ARM.ActiveCfg = Debug|ARM + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Debug|ARM.Build.0 = Debug|ARM + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Debug|ARM.Deploy.0 = Debug|ARM + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Debug|x64.ActiveCfg = Debug|x64 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Debug|x64.Build.0 = Debug|x64 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Debug|x64.Deploy.0 = Debug|x64 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Debug|x86.ActiveCfg = Debug|x86 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Debug|x86.Build.0 = Debug|x86 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Debug|x86.Deploy.0 = Debug|x86 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Release|ARM.ActiveCfg = Release|ARM + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Release|ARM.Build.0 = Release|ARM + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Release|ARM.Deploy.0 = Release|ARM + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Release|x64.ActiveCfg = Release|x64 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Release|x64.Build.0 = Release|x64 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Release|x64.Deploy.0 = Release|x64 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Release|x86.ActiveCfg = Release|x86 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.Release|x86.Build.0 = Release|x86 + {F735D966-3E00-5A88-89F7-35C2850E7DD8}.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 ccbeefb284..c6d37b26a5 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 c512475f90..8ead50a2af 100644 --- a/Samples/Accelerometer/js/Accelerometer.jsproj +++ b/Samples/Accelerometer/js/Accelerometer.jsproj @@ -35,7 +35,7 @@ - d3273ff4-75c6-5962-a09f-565f53b01df0 + a33ea45c-1e9d-5777-a6a1-6b783b4a649c @@ -45,8 +45,8 @@ UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 $(VersionNumberMajor).$(VersionNumberMinor) en-US diff --git a/Samples/Accelerometer/js/Accelerometer.sln b/Samples/Accelerometer/js/Accelerometer.sln index 73958f10c9..082dfb9c84 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", "{D3273FF4-75C6-5962-A09F-565F53B01DF0}" +Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Accelerometer", "Accelerometer.jsproj", "{A33EA45C-1E9D-5777-A6A1-6B783B4A649C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,30 +17,30 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|ARM.ActiveCfg = Debug|ARM + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|ARM.Build.0 = Debug|ARM + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|ARM.Deploy.0 = Debug|ARM + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|x64.ActiveCfg = Debug|x64 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|x64.Build.0 = Debug|x64 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|x64.Deploy.0 = Debug|x64 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|x86.ActiveCfg = Debug|x86 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|x86.Build.0 = Debug|x86 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Debug|x86.Deploy.0 = Debug|x86 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|Any CPU.Build.0 = Release|Any CPU + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|Any CPU.Deploy.0 = Release|Any CPU + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|ARM.ActiveCfg = Release|ARM + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|ARM.Build.0 = Release|ARM + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|ARM.Deploy.0 = Release|ARM + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|x64.ActiveCfg = Release|x64 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|x64.Build.0 = Release|x64 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|x64.Deploy.0 = Release|x64 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|x86.ActiveCfg = Release|x86 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.Release|x86.Build.0 = Release|x86 + {A33EA45C-1E9D-5777-A6A1-6B783B4A649C}.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 f6918bbb53..45249b3c84 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 66d91efd89..db5cdde351 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", "{596C16FF-1BA0-5C61-BD24-6470D5D87E98}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Accelerometer", "Accelerometer.vbproj", "{6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Debug|ARM.ActiveCfg = Debug|ARM + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Debug|ARM.Build.0 = Debug|ARM + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Debug|ARM.Deploy.0 = Debug|ARM + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Debug|x64.ActiveCfg = Debug|x64 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Debug|x64.Build.0 = Debug|x64 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Debug|x64.Deploy.0 = Debug|x64 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Debug|x86.ActiveCfg = Debug|x86 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Debug|x86.Build.0 = Debug|x86 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Debug|x86.Deploy.0 = Debug|x86 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Release|ARM.ActiveCfg = Release|ARM + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Release|ARM.Build.0 = Release|ARM + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Release|ARM.Deploy.0 = Release|ARM + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Release|x64.ActiveCfg = Release|x64 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Release|x64.Build.0 = Release|x64 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Release|x64.Deploy.0 = Release|x64 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Release|x86.ActiveCfg = Release|x86 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.Release|x86.Build.0 = Release|x86 + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9}.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 c75b54da93..db63a21923 100644 --- a/Samples/Accelerometer/vb/Accelerometer.vbproj +++ b/Samples/Accelerometer/vb/Accelerometer.vbproj @@ -4,15 +4,15 @@ Debug x86 - {596C16FF-1BA0-5C61-BD24-6470D5D87E98} + {6E0CAA37-5754-5504-A7CC-4A8E3DF250E9} AppContainerExe SDKTemplate Accelerometer en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/Accelerometer/vb/Package.appxmanifest b/Samples/Accelerometer/vb/Package.appxmanifest index 2f52d958a8..351d3c08bb 100644 --- a/Samples/Accelerometer/vb/Package.appxmanifest +++ b/Samples/Accelerometer/vb/Package.appxmanifest @@ -21,7 +21,7 @@ - + diff --git a/Samples/ActivitySensor/README.md b/Samples/ActivitySensor/README.md index ec4c7c7b20..100a3419f3 100644 --- a/Samples/ActivitySensor/README.md +++ b/Samples/ActivitySensor/README.md @@ -3,6 +3,7 @@ topic: sample languages: - csharp - cpp +- cppcx - js - vb products: diff --git a/Samples/ActivitySensor/cpp/ActivitySensor.sln b/Samples/ActivitySensor/cpp/ActivitySensor.sln index ce20455468..5e069f4f0f 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", "{820D6A51-E209-5E89-B062-BFDFC6D95413}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ActivitySensor", "ActivitySensor.vcxproj", "{7DCDDF3C-CA60-5323-902C-DE05C74A388B}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.vcxproj", "{6A15ACF1-FCFF-5F6E-AC09-D26A41095645}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.vcxproj", "{05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,39 +17,39 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Debug|ARM.ActiveCfg = Debug|ARM + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Debug|ARM.Build.0 = Debug|ARM + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Debug|ARM.Deploy.0 = Debug|ARM + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Debug|Win32.ActiveCfg = Debug|Win32 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Debug|Win32.Build.0 = Debug|Win32 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Debug|Win32.Deploy.0 = Debug|Win32 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Debug|x64.ActiveCfg = Debug|x64 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Debug|x64.Build.0 = Debug|x64 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Debug|x64.Deploy.0 = Debug|x64 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Release|ARM.ActiveCfg = Release|ARM + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Release|ARM.Build.0 = Release|ARM + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Release|ARM.Deploy.0 = Release|ARM + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Release|Win32.ActiveCfg = Release|Win32 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Release|Win32.Build.0 = Release|Win32 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Release|Win32.Deploy.0 = Release|Win32 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Release|x64.ActiveCfg = Release|x64 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Release|x64.Build.0 = Release|x64 + {7DCDDF3C-CA60-5323-902C-DE05C74A388B}.Release|x64.Deploy.0 = Release|x64 + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Debug|ARM.ActiveCfg = Debug|ARM + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Debug|ARM.Build.0 = Debug|ARM + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Debug|Win32.ActiveCfg = Debug|Win32 + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Debug|Win32.Build.0 = Debug|Win32 + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Debug|x64.ActiveCfg = Debug|x64 + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Debug|x64.Build.0 = Debug|x64 + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Release|ARM.ActiveCfg = Release|ARM + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Release|ARM.Build.0 = Release|ARM + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Release|ARM.Deploy.0 = Release|ARM + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Release|Win32.ActiveCfg = Release|Win32 + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Release|Win32.Build.0 = Release|Win32 + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Release|Win32.Deploy.0 = Release|Win32 + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Release|x64.ActiveCfg = Release|x64 + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.Release|x64.Build.0 = Release|x64 + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA}.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 2b18c33bbc..dc1a311f5b 100644 --- a/Samples/ActivitySensor/cpp/ActivitySensor.vcxproj +++ b/Samples/ActivitySensor/cpp/ActivitySensor.vcxproj @@ -1,15 +1,15 @@  - {820d6a51-e209-5e89-b062-bfdfc6d95413} + {7dcddf3c-ca60-5323-902c-de05c74a388b} SDKTemplate en-US 14.0 true Windows Store 10.0 - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 true diff --git a/Samples/ActivitySensor/cpp/Package.appxmanifest b/Samples/ActivitySensor/cpp/Package.appxmanifest index b7a9e2781e..8bb8384d46 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 e063986a34..e5c91e4044 100644 --- a/Samples/ActivitySensor/cpp/Tasks/ActivitySensorTasks.vcxproj +++ b/Samples/ActivitySensor/cpp/Tasks/ActivitySensorTasks.vcxproj @@ -1,17 +1,17 @@  - {6A15ACF1-FCFF-5F6E-AC09-D26A41095645} + {05888E2C-1DF0-59AD-89F0-C8D810FE2FEA} Tasks en-US 14.0 true Windows Store 10.0 - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 true - 10.0.17763.0 + 10.0.18362.0 diff --git a/Samples/ActivitySensor/cs/ActivitySensor.csproj b/Samples/ActivitySensor/cs/ActivitySensor.csproj index 1c8432fe0f..9af9147075 100644 --- a/Samples/ActivitySensor/cs/ActivitySensor.csproj +++ b/Samples/ActivitySensor/cs/ActivitySensor.csproj @@ -4,15 +4,15 @@ Debug x86 - {03272ACE-50CB-5132-A0DE-6A03592655EF} + {4900DFEC-7CA3-503C-B2A1-2E09415B4056} AppContainerExe Properties SDKTemplate ActivitySensor en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/ActivitySensor/cs/ActivitySensor.sln b/Samples/ActivitySensor/cs/ActivitySensor.sln index 69c9284c27..88292a9115 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", "{03272ACE-50CB-5132-A0DE-6A03592655EF}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivitySensor", "ActivitySensor.csproj", "{4900DFEC-7CA3-503C-B2A1-2E09415B4056}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.csproj", "{2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.csproj", "{3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,42 +17,42 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Debug|ARM.ActiveCfg = Debug|ARM + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Debug|ARM.Build.0 = Debug|ARM + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Debug|ARM.Deploy.0 = Debug|ARM + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Debug|x64.ActiveCfg = Debug|x64 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Debug|x64.Build.0 = Debug|x64 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Debug|x64.Deploy.0 = Debug|x64 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Debug|x86.ActiveCfg = Debug|x86 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Debug|x86.Build.0 = Debug|x86 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Debug|x86.Deploy.0 = Debug|x86 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Release|ARM.ActiveCfg = Release|ARM + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Release|ARM.Build.0 = Release|ARM + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Release|ARM.Deploy.0 = Release|ARM + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Release|x64.ActiveCfg = Release|x64 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Release|x64.Build.0 = Release|x64 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Release|x64.Deploy.0 = Release|x64 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Release|x86.ActiveCfg = Release|x86 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Release|x86.Build.0 = Release|x86 + {4900DFEC-7CA3-503C-B2A1-2E09415B4056}.Release|x86.Deploy.0 = Release|x86 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Debug|ARM.ActiveCfg = Debug|ARM + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Debug|ARM.Build.0 = Debug|ARM + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Debug|ARM.Deploy.0 = Debug|ARM + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Debug|x64.ActiveCfg = Debug|x64 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Debug|x64.Build.0 = Debug|x64 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Debug|x64.Deploy.0 = Debug|x64 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Debug|x86.ActiveCfg = Debug|x86 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Debug|x86.Build.0 = Debug|x86 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Debug|x86.Deploy.0 = Debug|x86 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Release|ARM.ActiveCfg = Release|ARM + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Release|ARM.Build.0 = Release|ARM + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Release|ARM.Deploy.0 = Release|ARM + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Release|x64.ActiveCfg = Release|x64 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Release|x64.Build.0 = Release|x64 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Release|x64.Deploy.0 = Release|x64 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Release|x86.ActiveCfg = Release|x86 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.Release|x86.Build.0 = Release|x86 + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC}.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 9008b72c94..e7859b58b3 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 cfabded5b9..412d70dc58 100644 --- a/Samples/ActivitySensor/cs/Tasks/ActivitySensorTasks.csproj +++ b/Samples/ActivitySensor/cs/Tasks/ActivitySensorTasks.csproj @@ -4,15 +4,15 @@ Debug x86 - {2D06AC8F-85E4-524D-8CA2-E6BA7667A6A9} + {3C53B7F5-3276-5366-BC58-D3BFD35A4ABC} winmdobj Properties Tasks ActivitySensorTasksCS en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/ActivitySensor/js/ActivitySensor.jsproj b/Samples/ActivitySensor/js/ActivitySensor.jsproj index 0356a3a955..5f5f0fcb23 100644 --- a/Samples/ActivitySensor/js/ActivitySensor.jsproj +++ b/Samples/ActivitySensor/js/ActivitySensor.jsproj @@ -27,7 +27,7 @@ - 4e6fbefe-03a8-5bdf-bcba-5350ebc8d69e + 1f4d418e-15e4-5ef0-b35c-c958674dbb9c @@ -37,8 +37,8 @@ UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 $(VersionNumberMajor).$(VersionNumberMinor) en-US diff --git a/Samples/ActivitySensor/js/ActivitySensor.sln b/Samples/ActivitySensor/js/ActivitySensor.sln index 8f01ea184f..97cf0ff6fa 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", "{4E6FBEFE-03A8-5BDF-BCBA-5350EBC8D69E}" +Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ActivitySensor", "ActivitySensor.jsproj", "{1F4D418E-15E4-5EF0-B35C-C958674DBB9C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Debug|ARM.ActiveCfg = Debug|ARM + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Debug|ARM.Build.0 = Debug|ARM + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Debug|ARM.Deploy.0 = Debug|ARM + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Debug|x64.ActiveCfg = Debug|x64 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Debug|x64.Build.0 = Debug|x64 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Debug|x64.Deploy.0 = Debug|x64 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Debug|x86.ActiveCfg = Debug|x86 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Debug|x86.Build.0 = Debug|x86 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Debug|x86.Deploy.0 = Debug|x86 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Release|ARM.ActiveCfg = Release|ARM + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Release|ARM.Build.0 = Release|ARM + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Release|ARM.Deploy.0 = Release|ARM + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Release|x64.ActiveCfg = Release|x64 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Release|x64.Build.0 = Release|x64 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Release|x64.Deploy.0 = Release|x64 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Release|x86.ActiveCfg = Release|x86 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.Release|x86.Build.0 = Release|x86 + {1F4D418E-15E4-5EF0-B35C-C958674DBB9C}.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 6e2f590ad3..cdf22d5707 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 72a176963a..db6eee1fc1 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", "{7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ActivitySensor", "ActivitySensor.vbproj", "{46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.vbproj", "{F404FE87-F30D-59BB-8894-64D20076CB38}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ActivitySensorTasks", "Tasks\ActivitySensorTasks.vbproj", "{64354731-D55E-524B-B016-C831C3967F52}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,42 +17,42 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Debug|ARM.ActiveCfg = Debug|ARM + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Debug|ARM.Build.0 = Debug|ARM + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Debug|ARM.Deploy.0 = Debug|ARM + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Debug|x64.ActiveCfg = Debug|x64 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Debug|x64.Build.0 = Debug|x64 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Debug|x64.Deploy.0 = Debug|x64 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Debug|x86.ActiveCfg = Debug|x86 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Debug|x86.Build.0 = Debug|x86 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Debug|x86.Deploy.0 = Debug|x86 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Release|ARM.ActiveCfg = Release|ARM + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Release|ARM.Build.0 = Release|ARM + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Release|ARM.Deploy.0 = Release|ARM + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Release|x64.ActiveCfg = Release|x64 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Release|x64.Build.0 = Release|x64 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Release|x64.Deploy.0 = Release|x64 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Release|x86.ActiveCfg = Release|x86 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Release|x86.Build.0 = Release|x86 + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728}.Release|x86.Deploy.0 = Release|x86 + {64354731-D55E-524B-B016-C831C3967F52}.Debug|ARM.ActiveCfg = Debug|ARM + {64354731-D55E-524B-B016-C831C3967F52}.Debug|ARM.Build.0 = Debug|ARM + {64354731-D55E-524B-B016-C831C3967F52}.Debug|ARM.Deploy.0 = Debug|ARM + {64354731-D55E-524B-B016-C831C3967F52}.Debug|x64.ActiveCfg = Debug|x64 + {64354731-D55E-524B-B016-C831C3967F52}.Debug|x64.Build.0 = Debug|x64 + {64354731-D55E-524B-B016-C831C3967F52}.Debug|x64.Deploy.0 = Debug|x64 + {64354731-D55E-524B-B016-C831C3967F52}.Debug|x86.ActiveCfg = Debug|x86 + {64354731-D55E-524B-B016-C831C3967F52}.Debug|x86.Build.0 = Debug|x86 + {64354731-D55E-524B-B016-C831C3967F52}.Debug|x86.Deploy.0 = Debug|x86 + {64354731-D55E-524B-B016-C831C3967F52}.Release|ARM.ActiveCfg = Release|ARM + {64354731-D55E-524B-B016-C831C3967F52}.Release|ARM.Build.0 = Release|ARM + {64354731-D55E-524B-B016-C831C3967F52}.Release|ARM.Deploy.0 = Release|ARM + {64354731-D55E-524B-B016-C831C3967F52}.Release|x64.ActiveCfg = Release|x64 + {64354731-D55E-524B-B016-C831C3967F52}.Release|x64.Build.0 = Release|x64 + {64354731-D55E-524B-B016-C831C3967F52}.Release|x64.Deploy.0 = Release|x64 + {64354731-D55E-524B-B016-C831C3967F52}.Release|x86.ActiveCfg = Release|x86 + {64354731-D55E-524B-B016-C831C3967F52}.Release|x86.Build.0 = Release|x86 + {64354731-D55E-524B-B016-C831C3967F52}.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 5ce5679dfb..56fdc8c146 100644 --- a/Samples/ActivitySensor/vb/ActivitySensor.vbproj +++ b/Samples/ActivitySensor/vb/ActivitySensor.vbproj @@ -4,15 +4,15 @@ Debug x86 - {7B1E3E6C-6ACC-5CDC-BAD2-EDB8528A27E8} + {46982DFA-1AC0-5EB7-B3E8-BCFDFF214728} AppContainerExe SDKTemplate ActivitySensor en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/ActivitySensor/vb/Package.appxmanifest b/Samples/ActivitySensor/vb/Package.appxmanifest index f0493bf6cf..ce41137be5 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 6cc336720e..55c1bba3eb 100644 --- a/Samples/ActivitySensor/vb/Tasks/ActivitySensorTasks.vbproj +++ b/Samples/ActivitySensor/vb/Tasks/ActivitySensorTasks.vbproj @@ -4,15 +4,15 @@ Debug x86 - {F404FE87-F30D-59BB-8894-64D20076CB38} + {64354731-D55E-524B-B016-C831C3967F52} winmdobj Tasks ActivitySensorTasksCS en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.csproj b/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.csproj index 3ff63290c5..cb9b24fbba 100644 --- a/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.csproj +++ b/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.csproj @@ -4,15 +4,15 @@ Debug x86 - {0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3} + {00913493-F272-5393-853F-DBB9608D8BDE} AppContainerExe Properties SDKTemplate AdaptiveStreaming en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.sln b/Samples/AdaptiveStreaming/cs/AdaptiveStreaming.sln index 6426dc1c66..232bf57c93 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", "{0623F8E8-9718-5D24-A2F6-3B14DFDA5FE3}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdaptiveStreaming", "AdaptiveStreaming.csproj", "{00913493-F272-5393-853F-DBB9608D8BDE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {00913493-F272-5393-853F-DBB9608D8BDE}.Debug|ARM.ActiveCfg = Debug|ARM + {00913493-F272-5393-853F-DBB9608D8BDE}.Debug|ARM.Build.0 = Debug|ARM + {00913493-F272-5393-853F-DBB9608D8BDE}.Debug|ARM.Deploy.0 = Debug|ARM + {00913493-F272-5393-853F-DBB9608D8BDE}.Debug|x64.ActiveCfg = Debug|x64 + {00913493-F272-5393-853F-DBB9608D8BDE}.Debug|x64.Build.0 = Debug|x64 + {00913493-F272-5393-853F-DBB9608D8BDE}.Debug|x64.Deploy.0 = Debug|x64 + {00913493-F272-5393-853F-DBB9608D8BDE}.Debug|x86.ActiveCfg = Debug|x86 + {00913493-F272-5393-853F-DBB9608D8BDE}.Debug|x86.Build.0 = Debug|x86 + {00913493-F272-5393-853F-DBB9608D8BDE}.Debug|x86.Deploy.0 = Debug|x86 + {00913493-F272-5393-853F-DBB9608D8BDE}.Release|ARM.ActiveCfg = Release|ARM + {00913493-F272-5393-853F-DBB9608D8BDE}.Release|ARM.Build.0 = Release|ARM + {00913493-F272-5393-853F-DBB9608D8BDE}.Release|ARM.Deploy.0 = Release|ARM + {00913493-F272-5393-853F-DBB9608D8BDE}.Release|x64.ActiveCfg = Release|x64 + {00913493-F272-5393-853F-DBB9608D8BDE}.Release|x64.Build.0 = Release|x64 + {00913493-F272-5393-853F-DBB9608D8BDE}.Release|x64.Deploy.0 = Release|x64 + {00913493-F272-5393-853F-DBB9608D8BDE}.Release|x86.ActiveCfg = Release|x86 + {00913493-F272-5393-853F-DBB9608D8BDE}.Release|x86.Build.0 = Release|x86 + {00913493-F272-5393-853F-DBB9608D8BDE}.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 48b202d5d3..2377cfbd6b 100644 --- a/Samples/AdaptiveStreaming/cs/Package.appxmanifest +++ b/Samples/AdaptiveStreaming/cs/Package.appxmanifest @@ -20,7 +20,7 @@ - + diff --git a/Samples/AdvancedCasting/cs/AdvancedCasting.csproj b/Samples/AdvancedCasting/cs/AdvancedCasting.csproj index d623bfe0de..c59b5603e7 100644 --- a/Samples/AdvancedCasting/cs/AdvancedCasting.csproj +++ b/Samples/AdvancedCasting/cs/AdvancedCasting.csproj @@ -4,15 +4,15 @@ Debug x86 - {C5FE9B51-A482-5A5C-8578-954D5284B186} + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0} AppContainerExe Properties ScreenCasting ScreenCasting en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AdvancedCasting/cs/AdvancedCasting.sln b/Samples/AdvancedCasting/cs/AdvancedCasting.sln index 18a1d3a588..5ac48f70af 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", "{C5FE9B51-A482-5A5C-8578-954D5284B186}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedCasting", "AdvancedCasting.csproj", "{5AF6E597-EF83-57C7-A971-8F09DACEA5C0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Debug|ARM.ActiveCfg = Debug|ARM + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Debug|ARM.Build.0 = Debug|ARM + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Debug|ARM.Deploy.0 = Debug|ARM + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Debug|x64.ActiveCfg = Debug|x64 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Debug|x64.Build.0 = Debug|x64 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Debug|x64.Deploy.0 = Debug|x64 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Debug|x86.ActiveCfg = Debug|x86 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Debug|x86.Build.0 = Debug|x86 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Debug|x86.Deploy.0 = Debug|x86 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Release|ARM.ActiveCfg = Release|ARM + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Release|ARM.Build.0 = Release|ARM + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Release|ARM.Deploy.0 = Release|ARM + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Release|x64.ActiveCfg = Release|x64 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Release|x64.Build.0 = Release|x64 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Release|x64.Deploy.0 = Release|x64 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Release|x86.ActiveCfg = Release|x86 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.Release|x86.Build.0 = Release|x86 + {5AF6E597-EF83-57C7-A971-8F09DACEA5C0}.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 2213c7d66a..2fe9e03b5e 100644 --- a/Samples/AdvancedCasting/cs/Package.appxmanifest +++ b/Samples/AdvancedCasting/cs/Package.appxmanifest @@ -1,6 +1,6 @@  - + ScreenCasting C# Sample @@ -8,7 +8,7 @@ Assets\StoreLogo-sdk.png - + diff --git a/Samples/AdvancedCasting/vb/AdvancedCasting.sln b/Samples/AdvancedCasting/vb/AdvancedCasting.sln index 35f683a08b..4f12f86963 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", "{A1A117F2-0DC2-5406-9E9C-6270BF5616D4}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AdvancedCasting", "AdvancedCasting.vbproj", "{C58A34B0-2579-5890-A5B1-61BA2EFACF71}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Debug|ARM.ActiveCfg = Debug|ARM + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Debug|ARM.Build.0 = Debug|ARM + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Debug|ARM.Deploy.0 = Debug|ARM + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Debug|x64.ActiveCfg = Debug|x64 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Debug|x64.Build.0 = Debug|x64 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Debug|x64.Deploy.0 = Debug|x64 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Debug|x86.ActiveCfg = Debug|x86 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Debug|x86.Build.0 = Debug|x86 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Debug|x86.Deploy.0 = Debug|x86 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Release|ARM.ActiveCfg = Release|ARM + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Release|ARM.Build.0 = Release|ARM + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Release|ARM.Deploy.0 = Release|ARM + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Release|x64.ActiveCfg = Release|x64 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Release|x64.Build.0 = Release|x64 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Release|x64.Deploy.0 = Release|x64 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Release|x86.ActiveCfg = Release|x86 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.Release|x86.Build.0 = Release|x86 + {C58A34B0-2579-5890-A5B1-61BA2EFACF71}.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 b09c436219..07672e352e 100644 --- a/Samples/AdvancedCasting/vb/AdvancedCasting.vbproj +++ b/Samples/AdvancedCasting/vb/AdvancedCasting.vbproj @@ -4,15 +4,15 @@ Debug x86 - {A1A117F2-0DC2-5406-9E9C-6270BF5616D4} + {C58A34B0-2579-5890-A5B1-61BA2EFACF71} AppContainerExe ScreenCasting ScreenCasting en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AdvancedCasting/vb/Package.appxmanifest b/Samples/AdvancedCasting/vb/Package.appxmanifest index 5b8c99f35e..46b0ca47ff 100644 --- a/Samples/AdvancedCasting/vb/Package.appxmanifest +++ b/Samples/AdvancedCasting/vb/Package.appxmanifest @@ -1,6 +1,6 @@ - + ScreenCasting VB Sample @@ -8,7 +8,7 @@ Assets\StoreLogo-sdk.png - + diff --git a/Samples/Advertising/README.md b/Samples/Advertising/README.md index c64811817c..21bc0f2d26 100644 --- a/Samples/Advertising/README.md +++ b/Samples/Advertising/README.md @@ -3,6 +3,7 @@ topic: sample languages: - csharp - cpp +- cppcx - js products: - windows diff --git a/Samples/Advertising/cpp/Advertising.sln b/Samples/Advertising/cpp/Advertising.sln index 7704e495bf..2d1764d443 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", "{528CE818-5852-5226-84A7-93969F6FF705}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Advertising", "Advertising.vcxproj", "{EF4B6389-99AA-580B-A66E-AA2C6B9F980A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Debug|ARM.ActiveCfg = Debug|ARM + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Debug|ARM.Build.0 = Debug|ARM + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Debug|ARM.Deploy.0 = Debug|ARM + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Debug|x64.ActiveCfg = Debug|x64 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Debug|x64.Build.0 = Debug|x64 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Debug|x64.Deploy.0 = Debug|x64 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Debug|x86.ActiveCfg = Debug|Win32 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Debug|x86.Build.0 = Debug|Win32 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Debug|x86.Deploy.0 = Debug|Win32 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Release|ARM.ActiveCfg = Release|ARM + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Release|ARM.Build.0 = Release|ARM + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Release|ARM.Deploy.0 = Release|ARM + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Release|x64.ActiveCfg = Release|x64 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Release|x64.Build.0 = Release|x64 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Release|x64.Deploy.0 = Release|x64 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Release|x86.ActiveCfg = Release|Win32 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.Release|x86.Build.0 = Release|Win32 + {EF4B6389-99AA-580B-A66E-AA2C6B9F980A}.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 a4f8872843..2e11ebbe68 100644 --- a/Samples/Advertising/cpp/Advertising.vcxproj +++ b/Samples/Advertising/cpp/Advertising.vcxproj @@ -1,15 +1,15 @@  - {528ce818-5852-5226-84a7-93969f6ff705} + {ef4b6389-99aa-580b-a66e-aa2c6b9f980a} SDKTemplate en-US 14.0 true Windows Store 10.0 - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 diff --git a/Samples/Advertising/cpp/Package.appxmanifest b/Samples/Advertising/cpp/Package.appxmanifest index c728614d59..5c47d4124a 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 fa080122fe..199b218cb3 100644 --- a/Samples/Advertising/cs/Advertising.csproj +++ b/Samples/Advertising/cs/Advertising.csproj @@ -4,15 +4,15 @@ Debug x86 - {93F62B44-93EB-5E89-9B68-D93FCA36C984} + {774021E6-C50F-5277-8396-BB96C2516593} AppContainerExe Properties SDKTemplate Advertising en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/Advertising/cs/Advertising.sln b/Samples/Advertising/cs/Advertising.sln index 9c176ac2b6..f7f022a9cd 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", "{93F62B44-93EB-5E89-9B68-D93FCA36C984}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advertising", "Advertising.csproj", "{774021E6-C50F-5277-8396-BB96C2516593}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {774021E6-C50F-5277-8396-BB96C2516593}.Debug|ARM.ActiveCfg = Debug|ARM + {774021E6-C50F-5277-8396-BB96C2516593}.Debug|ARM.Build.0 = Debug|ARM + {774021E6-C50F-5277-8396-BB96C2516593}.Debug|ARM.Deploy.0 = Debug|ARM + {774021E6-C50F-5277-8396-BB96C2516593}.Debug|x64.ActiveCfg = Debug|x64 + {774021E6-C50F-5277-8396-BB96C2516593}.Debug|x64.Build.0 = Debug|x64 + {774021E6-C50F-5277-8396-BB96C2516593}.Debug|x64.Deploy.0 = Debug|x64 + {774021E6-C50F-5277-8396-BB96C2516593}.Debug|x86.ActiveCfg = Debug|x86 + {774021E6-C50F-5277-8396-BB96C2516593}.Debug|x86.Build.0 = Debug|x86 + {774021E6-C50F-5277-8396-BB96C2516593}.Debug|x86.Deploy.0 = Debug|x86 + {774021E6-C50F-5277-8396-BB96C2516593}.Release|ARM.ActiveCfg = Release|ARM + {774021E6-C50F-5277-8396-BB96C2516593}.Release|ARM.Build.0 = Release|ARM + {774021E6-C50F-5277-8396-BB96C2516593}.Release|ARM.Deploy.0 = Release|ARM + {774021E6-C50F-5277-8396-BB96C2516593}.Release|x64.ActiveCfg = Release|x64 + {774021E6-C50F-5277-8396-BB96C2516593}.Release|x64.Build.0 = Release|x64 + {774021E6-C50F-5277-8396-BB96C2516593}.Release|x64.Deploy.0 = Release|x64 + {774021E6-C50F-5277-8396-BB96C2516593}.Release|x86.ActiveCfg = Release|x86 + {774021E6-C50F-5277-8396-BB96C2516593}.Release|x86.Build.0 = Release|x86 + {774021E6-C50F-5277-8396-BB96C2516593}.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 bb02f5ca3c..c263c8e7a1 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 98121d2b32..6245d00dad 100644 --- a/Samples/Advertising/js/Advertising.jsproj +++ b/Samples/Advertising/js/Advertising.jsproj @@ -27,7 +27,7 @@ - 39fe33da-a253-5b81-8cab-444f5a8944c1 + 10e2d198-9f10-5eee-bcf7-6cd32c803f0d @@ -37,8 +37,8 @@ UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 $(VersionNumberMajor).$(VersionNumberMinor) en-US diff --git a/Samples/Advertising/js/Advertising.sln b/Samples/Advertising/js/Advertising.sln index 6f2c38b2df..fe616edcdb 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", "{39FE33DA-A253-5B81-8CAB-444F5A8944C1}" +Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Advertising", "Advertising.jsproj", "{10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Debug|ARM.ActiveCfg = Debug|ARM + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Debug|ARM.Build.0 = Debug|ARM + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Debug|ARM.Deploy.0 = Debug|ARM + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Debug|x64.ActiveCfg = Debug|x64 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Debug|x64.Build.0 = Debug|x64 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Debug|x64.Deploy.0 = Debug|x64 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Debug|x86.ActiveCfg = Debug|x86 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Debug|x86.Build.0 = Debug|x86 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Debug|x86.Deploy.0 = Debug|x86 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Release|ARM.ActiveCfg = Release|ARM + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Release|ARM.Build.0 = Release|ARM + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Release|ARM.Deploy.0 = Release|ARM + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Release|x64.ActiveCfg = Release|x64 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Release|x64.Build.0 = Release|x64 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Release|x64.Deploy.0 = Release|x64 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Release|x86.ActiveCfg = Release|x86 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.Release|x86.Build.0 = Release|x86 + {10E2D198-9F10-5EEE-BCF7-6CD32C803F0D}.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 c549374770..21ca4ea59d 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 1d5390fd73..c08916a878 100644 --- a/Samples/AllJoyn/Common/Scenario1WinRTComponent/Scenario1WinRTComponent.vcxproj +++ b/Samples/AllJoyn/Common/Scenario1WinRTComponent/Scenario1WinRTComponent.vcxproj @@ -27,7 +27,7 @@ - {f4146620-a9b2-5e89-9d67-a1c00b2f645c} + {cd05b6af-4bcf-55b1-b08c-45a3343a3664} WindowsRuntimeComponent Scenario1WinRTComponent com.microsoft.Samples.SecureInterface @@ -35,8 +35,8 @@ 14.0 true Windows Store - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 10.0 true diff --git a/Samples/AllJoyn/Common/Scenario2WinRTComponent/Scenario2WinRTComponent.vcxproj b/Samples/AllJoyn/Common/Scenario2WinRTComponent/Scenario2WinRTComponent.vcxproj index 0a85c4553a..a915af5061 100644 --- a/Samples/AllJoyn/Common/Scenario2WinRTComponent/Scenario2WinRTComponent.vcxproj +++ b/Samples/AllJoyn/Common/Scenario2WinRTComponent/Scenario2WinRTComponent.vcxproj @@ -27,7 +27,7 @@ - {cb647a9b-6f71-5ed1-9a9c-9c542fd2686f} + {2f094e07-9106-553d-a1c2-89c64d3697ca} WindowsRuntimeComponent Scenario2WinRTComponent org.alljoyn.Onboarding @@ -35,8 +35,8 @@ 14.0 true Windows Store - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 10.0 true diff --git a/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.csproj b/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.csproj index 906ad47cd3..c0205b131d 100644 --- a/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.csproj +++ b/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.csproj @@ -3,15 +3,15 @@ Debug - {AB780583-6F3E-5EB3-98B3-2A02F8BB916C} + {B90C803E-A5CA-58AF-B6B0-4897295C9131} AppContainerExe Properties AllJoynConsumerExperiences AllJoynConsumerExperiences en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.sln b/Samples/AllJoyn/ConsumerExperiences/cs/AllJoynConsumerExperiences.sln index fb998c27b1..7e96ef4d7f 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", "{AB780583-6F3E-5EB3-98B3-2A02F8BB916C}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AllJoynConsumerExperiences", "AllJoynConsumerExperiences.csproj", "{B90C803E-A5CA-58AF-B6B0-4897295C9131}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{8F5D5864-CC2F-5A32-8818-6E01C9002E98}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{4CABAFE4-BA62-587C-87FC-595DA36017C9}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{446CFDBB-50E1-5DA7-B2F3-5F96D0696016}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{07A51DCA-D988-59D5-AAD5-46CF209F1368}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -19,48 +19,48 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Debug|ARM.ActiveCfg = Debug|ARM + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Debug|ARM.Build.0 = Debug|ARM + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Debug|ARM.Deploy.0 = Debug|ARM + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Debug|x64.ActiveCfg = Debug|x64 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Debug|x64.Build.0 = Debug|x64 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Debug|x64.Deploy.0 = Debug|x64 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Debug|x86.ActiveCfg = Debug|x86 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Debug|x86.Build.0 = Debug|x86 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Debug|x86.Deploy.0 = Debug|x86 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Release|ARM.ActiveCfg = Release|ARM + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Release|ARM.Build.0 = Release|ARM + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Release|ARM.Deploy.0 = Release|ARM + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Release|x64.ActiveCfg = Release|x64 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Release|x64.Build.0 = Release|x64 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Release|x64.Deploy.0 = Release|x64 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Release|x86.ActiveCfg = Release|x86 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Release|x86.Build.0 = Release|x86 + {B90C803E-A5CA-58AF-B6B0-4897295C9131}.Release|x86.Deploy.0 = Release|x86 + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Debug|ARM.ActiveCfg = Debug|ARM + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Debug|ARM.Build.0 = Debug|ARM + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Debug|x64.ActiveCfg = Debug|x64 + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Debug|x64.Build.0 = Debug|x64 + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Debug|x86.ActiveCfg = Debug|Win32 + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Debug|x86.Build.0 = Debug|Win32 + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Release|ARM.ActiveCfg = Release|ARM + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Release|ARM.Build.0 = Release|ARM + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Release|x64.ActiveCfg = Release|x64 + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Release|x64.Build.0 = Release|x64 + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Release|x86.ActiveCfg = Release|Win32 + {4CABAFE4-BA62-587C-87FC-595DA36017C9}.Release|x86.Build.0 = Release|Win32 + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Debug|ARM.ActiveCfg = Debug|ARM + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Debug|ARM.Build.0 = Debug|ARM + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Debug|x64.ActiveCfg = Debug|x64 + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Debug|x64.Build.0 = Debug|x64 + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Debug|x86.ActiveCfg = Debug|Win32 + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Debug|x86.Build.0 = Debug|Win32 + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Release|ARM.ActiveCfg = Release|ARM + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Release|ARM.Build.0 = Release|ARM + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Release|x64.ActiveCfg = Release|x64 + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Release|x64.Build.0 = Release|x64 + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.Release|x86.ActiveCfg = Release|Win32 + {07A51DCA-D988-59D5-AAD5-46CF209F1368}.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 cee37755d8..d2a3eadf05 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 852168f03e..4476809c8a 100644 --- a/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.jsproj +++ b/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.jsproj @@ -27,7 +27,7 @@ - b9d5a2d1-cae3-59f1-b736-f02c11543698 + 4e5f056b-38f9-5b5c-8bd4-da04d80a777f @@ -37,8 +37,8 @@ UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 $(VersionNumberMajor).$(VersionNumberMinor) en-US diff --git a/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.sln b/Samples/AllJoyn/ConsumerExperiences/js/AllJoynConsumerExperiences.sln index 7fa82ff3c5..27d26a64a6 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", "{B9D5A2D1-CAE3-59F1-B736-F02C11543698}" +Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AllJoynConsumerExperiences", "AllJoynConsumerExperiences.jsproj", "{4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{8E177421-BAB9-5428-A82F-D9647FA0B642}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{BF70A35E-4D7C-5150-B767-85DE89151536}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{07FC38F7-72E0-56AE-8A18-51884605299A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{059A12E5-61E6-5357-BD9E-43A4FE403E06}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -19,48 +19,48 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Debug|ARM.ActiveCfg = Debug|ARM + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Debug|ARM.Build.0 = Debug|ARM + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Debug|ARM.Deploy.0 = Debug|ARM + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Debug|x64.ActiveCfg = Debug|x64 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Debug|x64.Build.0 = Debug|x64 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Debug|x64.Deploy.0 = Debug|x64 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Debug|x86.ActiveCfg = Debug|x86 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Debug|x86.Build.0 = Debug|x86 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Debug|x86.Deploy.0 = Debug|x86 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Release|ARM.ActiveCfg = Release|ARM + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Release|ARM.Build.0 = Release|ARM + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Release|ARM.Deploy.0 = Release|ARM + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Release|x64.ActiveCfg = Release|x64 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Release|x64.Build.0 = Release|x64 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Release|x64.Deploy.0 = Release|x64 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Release|x86.ActiveCfg = Release|x86 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Release|x86.Build.0 = Release|x86 + {4E5F056B-38F9-5B5C-8BD4-DA04D80A777F}.Release|x86.Deploy.0 = Release|x86 + {BF70A35E-4D7C-5150-B767-85DE89151536}.Debug|ARM.ActiveCfg = Debug|ARM + {BF70A35E-4D7C-5150-B767-85DE89151536}.Debug|ARM.Build.0 = Debug|ARM + {BF70A35E-4D7C-5150-B767-85DE89151536}.Debug|x64.ActiveCfg = Debug|x64 + {BF70A35E-4D7C-5150-B767-85DE89151536}.Debug|x64.Build.0 = Debug|x64 + {BF70A35E-4D7C-5150-B767-85DE89151536}.Debug|x86.ActiveCfg = Debug|Win32 + {BF70A35E-4D7C-5150-B767-85DE89151536}.Debug|x86.Build.0 = Debug|Win32 + {BF70A35E-4D7C-5150-B767-85DE89151536}.Release|ARM.ActiveCfg = Release|ARM + {BF70A35E-4D7C-5150-B767-85DE89151536}.Release|ARM.Build.0 = Release|ARM + {BF70A35E-4D7C-5150-B767-85DE89151536}.Release|x64.ActiveCfg = Release|x64 + {BF70A35E-4D7C-5150-B767-85DE89151536}.Release|x64.Build.0 = Release|x64 + {BF70A35E-4D7C-5150-B767-85DE89151536}.Release|x86.ActiveCfg = Release|Win32 + {BF70A35E-4D7C-5150-B767-85DE89151536}.Release|x86.Build.0 = Release|Win32 + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Debug|ARM.ActiveCfg = Debug|ARM + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Debug|ARM.Build.0 = Debug|ARM + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Debug|x64.ActiveCfg = Debug|x64 + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Debug|x64.Build.0 = Debug|x64 + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Debug|x86.ActiveCfg = Debug|Win32 + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Debug|x86.Build.0 = Debug|Win32 + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Release|ARM.ActiveCfg = Release|ARM + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Release|ARM.Build.0 = Release|ARM + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Release|x64.ActiveCfg = Release|x64 + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Release|x64.Build.0 = Release|x64 + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.Release|x86.ActiveCfg = Release|Win32 + {059A12E5-61E6-5357-BD9E-43A4FE403E06}.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 f9dee39b3c..6ea2f364cc 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/cs/AllJoynProducerExperiences.csproj b/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.csproj index 3052d5bd54..4ab08204f8 100644 --- a/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.csproj +++ b/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.csproj @@ -3,15 +3,15 @@ Debug - {DD9013B1-0D37-598C-8E56-5BA92D706217} + {D749D951-1A38-53DF-9AF4-3F459B090F4F} AppContainerExe Properties AllJoynProducerExperiences AllJoynProducerExperiences en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.sln b/Samples/AllJoyn/ProducerExperiences/cs/AllJoynProducerExperiences.sln index ee25727137..b223fc1e83 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", "{DD9013B1-0D37-598C-8E56-5BA92D706217}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AllJoynProducerExperiences", "AllJoynProducerExperiences.csproj", "{D749D951-1A38-53DF-9AF4-3F459B090F4F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{477862CC-2438-5A0A-A1EA-26D3F94DAB59}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{D40C0401-F3A7-55EB-8D79-8DCF2DD10601}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{AB77BC1B-B5B5-520A-9D71-8314CC4AAEA0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{D807746E-4075-5513-8FBF-C1FE15C1A676}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -19,48 +19,48 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Debug|ARM.ActiveCfg = Debug|ARM + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Debug|ARM.Build.0 = Debug|ARM + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Debug|ARM.Deploy.0 = Debug|ARM + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Debug|x64.ActiveCfg = Debug|x64 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Debug|x64.Build.0 = Debug|x64 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Debug|x64.Deploy.0 = Debug|x64 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Debug|x86.ActiveCfg = Debug|x86 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Debug|x86.Build.0 = Debug|x86 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Debug|x86.Deploy.0 = Debug|x86 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Release|ARM.ActiveCfg = Release|ARM + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Release|ARM.Build.0 = Release|ARM + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Release|ARM.Deploy.0 = Release|ARM + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Release|x64.ActiveCfg = Release|x64 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Release|x64.Build.0 = Release|x64 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Release|x64.Deploy.0 = Release|x64 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Release|x86.ActiveCfg = Release|x86 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Release|x86.Build.0 = Release|x86 + {D749D951-1A38-53DF-9AF4-3F459B090F4F}.Release|x86.Deploy.0 = Release|x86 + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Debug|ARM.ActiveCfg = Debug|ARM + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Debug|ARM.Build.0 = Debug|ARM + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Debug|x64.ActiveCfg = Debug|x64 + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Debug|x64.Build.0 = Debug|x64 + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Debug|x86.ActiveCfg = Debug|Win32 + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Debug|x86.Build.0 = Debug|Win32 + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Release|ARM.ActiveCfg = Release|ARM + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Release|ARM.Build.0 = Release|ARM + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Release|x64.ActiveCfg = Release|x64 + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Release|x64.Build.0 = Release|x64 + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Release|x86.ActiveCfg = Release|Win32 + {D40C0401-F3A7-55EB-8D79-8DCF2DD10601}.Release|x86.Build.0 = Release|Win32 + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Debug|ARM.ActiveCfg = Debug|ARM + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Debug|ARM.Build.0 = Debug|ARM + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Debug|x64.ActiveCfg = Debug|x64 + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Debug|x64.Build.0 = Debug|x64 + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Debug|x86.ActiveCfg = Debug|Win32 + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Debug|x86.Build.0 = Debug|Win32 + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Release|ARM.ActiveCfg = Release|ARM + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Release|ARM.Build.0 = Release|ARM + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Release|x64.ActiveCfg = Release|x64 + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Release|x64.Build.0 = Release|x64 + {D807746E-4075-5513-8FBF-C1FE15C1A676}.Release|x86.ActiveCfg = Release|Win32 + {D807746E-4075-5513-8FBF-C1FE15C1A676}.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 525c26fcd3..1a6936bebd 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 f92a8c98cd..12cc3395bd 100644 --- a/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.jsproj +++ b/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.jsproj @@ -27,7 +27,7 @@ - e98731b0-4cb4-5308-8a13-c3fcb768a199 + 77b10398-3fd3-521f-93ee-0b492187993a @@ -37,8 +37,8 @@ UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 $(VersionNumberMajor).$(VersionNumberMinor) en-US diff --git a/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.sln b/Samples/AllJoyn/ProducerExperiences/js/AllJoynProducerExperiences.sln index ede395fea2..037994787f 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", "{E98731B0-4CB4-5308-8A13-C3FCB768A199}" +Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AllJoynProducerExperiences", "AllJoynProducerExperiences.jsproj", "{77B10398-3FD3-521F-93EE-0B492187993A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{BBE47B3B-DD50-5D2D-A7BB-611AEBDD3D9D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario1WinRTComponent", "..\..\Common\Scenario1WinRTComponent\Scenario1WinRTComponent.vcxproj", "{1E14997D-B349-5699-960F-85BE0A6C5B26}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{2D6E8918-545D-56B9-948F-C463CDE3BC4E}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scenario2WinRTComponent", "..\..\Common\Scenario2WinRTComponent\Scenario2WinRTComponent.vcxproj", "{B681F3D8-06FD-5354-BBC8-309A3548E2E6}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -19,48 +19,48 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {77B10398-3FD3-521F-93EE-0B492187993A}.Debug|ARM.ActiveCfg = Debug|ARM + {77B10398-3FD3-521F-93EE-0B492187993A}.Debug|ARM.Build.0 = Debug|ARM + {77B10398-3FD3-521F-93EE-0B492187993A}.Debug|ARM.Deploy.0 = Debug|ARM + {77B10398-3FD3-521F-93EE-0B492187993A}.Debug|x64.ActiveCfg = Debug|x64 + {77B10398-3FD3-521F-93EE-0B492187993A}.Debug|x64.Build.0 = Debug|x64 + {77B10398-3FD3-521F-93EE-0B492187993A}.Debug|x64.Deploy.0 = Debug|x64 + {77B10398-3FD3-521F-93EE-0B492187993A}.Debug|x86.ActiveCfg = Debug|x86 + {77B10398-3FD3-521F-93EE-0B492187993A}.Debug|x86.Build.0 = Debug|x86 + {77B10398-3FD3-521F-93EE-0B492187993A}.Debug|x86.Deploy.0 = Debug|x86 + {77B10398-3FD3-521F-93EE-0B492187993A}.Release|ARM.ActiveCfg = Release|ARM + {77B10398-3FD3-521F-93EE-0B492187993A}.Release|ARM.Build.0 = Release|ARM + {77B10398-3FD3-521F-93EE-0B492187993A}.Release|ARM.Deploy.0 = Release|ARM + {77B10398-3FD3-521F-93EE-0B492187993A}.Release|x64.ActiveCfg = Release|x64 + {77B10398-3FD3-521F-93EE-0B492187993A}.Release|x64.Build.0 = Release|x64 + {77B10398-3FD3-521F-93EE-0B492187993A}.Release|x64.Deploy.0 = Release|x64 + {77B10398-3FD3-521F-93EE-0B492187993A}.Release|x86.ActiveCfg = Release|x86 + {77B10398-3FD3-521F-93EE-0B492187993A}.Release|x86.Build.0 = Release|x86 + {77B10398-3FD3-521F-93EE-0B492187993A}.Release|x86.Deploy.0 = Release|x86 + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Debug|ARM.ActiveCfg = Debug|ARM + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Debug|ARM.Build.0 = Debug|ARM + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Debug|x64.ActiveCfg = Debug|x64 + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Debug|x64.Build.0 = Debug|x64 + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Debug|x86.ActiveCfg = Debug|Win32 + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Debug|x86.Build.0 = Debug|Win32 + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Release|ARM.ActiveCfg = Release|ARM + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Release|ARM.Build.0 = Release|ARM + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Release|x64.ActiveCfg = Release|x64 + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Release|x64.Build.0 = Release|x64 + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Release|x86.ActiveCfg = Release|Win32 + {1E14997D-B349-5699-960F-85BE0A6C5B26}.Release|x86.Build.0 = Release|Win32 + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Debug|ARM.ActiveCfg = Debug|ARM + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Debug|ARM.Build.0 = Debug|ARM + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Debug|x64.ActiveCfg = Debug|x64 + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Debug|x64.Build.0 = Debug|x64 + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Debug|x86.ActiveCfg = Debug|Win32 + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Debug|x86.Build.0 = Debug|Win32 + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Release|ARM.ActiveCfg = Release|ARM + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Release|ARM.Build.0 = Release|ARM + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Release|x64.ActiveCfg = Release|x64 + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Release|x64.Build.0 = Release|x64 + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.Release|x86.ActiveCfg = Release|Win32 + {B681F3D8-06FD-5354-BBC8-309A3548E2E6}.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 18e606178f..3aff596177 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/README.md b/Samples/Altimeter/README.md index bbcd1eb58b..4f66e7dc90 100644 --- a/Samples/Altimeter/README.md +++ b/Samples/Altimeter/README.md @@ -3,6 +3,7 @@ topic: sample languages: - csharp - cpp +- cppcx - js - vb products: diff --git a/Samples/Altimeter/cpp/Altimeter.sln b/Samples/Altimeter/cpp/Altimeter.sln index eccd91805b..219d1908ef 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", "{68C9DE5C-B5D3-53D4-9290-9CF6A974CE46}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Altimeter", "Altimeter.vcxproj", "{C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Debug|ARM.ActiveCfg = Debug|ARM + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Debug|ARM.Build.0 = Debug|ARM + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Debug|ARM.Deploy.0 = Debug|ARM + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Debug|Win32.ActiveCfg = Debug|Win32 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Debug|Win32.Build.0 = Debug|Win32 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Debug|Win32.Deploy.0 = Debug|Win32 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Debug|x64.ActiveCfg = Debug|x64 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Debug|x64.Build.0 = Debug|x64 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Debug|x64.Deploy.0 = Debug|x64 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Release|ARM.ActiveCfg = Release|ARM + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Release|ARM.Build.0 = Release|ARM + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Release|ARM.Deploy.0 = Release|ARM + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Release|Win32.ActiveCfg = Release|Win32 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Release|Win32.Build.0 = Release|Win32 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Release|Win32.Deploy.0 = Release|Win32 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Release|x64.ActiveCfg = Release|x64 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.Release|x64.Build.0 = Release|x64 + {C0DF70CE-D20B-5903-BDAF-EAAD5319FE06}.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 144ade70b0..99d3a9d39a 100644 --- a/Samples/Altimeter/cpp/Altimeter.vcxproj +++ b/Samples/Altimeter/cpp/Altimeter.vcxproj @@ -1,15 +1,15 @@  - {68c9de5c-b5d3-53d4-9290-9cf6a974ce46} + {c0df70ce-d20b-5903-bdaf-eaad5319fe06} SDKTemplate en-US 14.0 true Windows Store 10.0 - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 true diff --git a/Samples/Altimeter/cpp/Package.appxmanifest b/Samples/Altimeter/cpp/Package.appxmanifest index baf6567d31..ae7ab22542 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 a5e0fa2410..736cdf9a1e 100644 --- a/Samples/Altimeter/cs/Altimeter.csproj +++ b/Samples/Altimeter/cs/Altimeter.csproj @@ -4,15 +4,15 @@ Debug x86 - {B888F6E6-6BE3-5312-97AE-909E032ABA31} + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9} AppContainerExe Properties SDKTemplate Altimeter en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/Altimeter/cs/Altimeter.sln b/Samples/Altimeter/cs/Altimeter.sln index 3672cf33c8..7615f8d3cd 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", "{B888F6E6-6BE3-5312-97AE-909E032ABA31}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altimeter", "Altimeter.csproj", "{6341B289-1BE4-563C-A054-1B2F5DFC1FC9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Debug|ARM.ActiveCfg = Debug|ARM + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Debug|ARM.Build.0 = Debug|ARM + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Debug|ARM.Deploy.0 = Debug|ARM + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Debug|x64.ActiveCfg = Debug|x64 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Debug|x64.Build.0 = Debug|x64 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Debug|x64.Deploy.0 = Debug|x64 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Debug|x86.ActiveCfg = Debug|x86 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Debug|x86.Build.0 = Debug|x86 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Debug|x86.Deploy.0 = Debug|x86 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Release|ARM.ActiveCfg = Release|ARM + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Release|ARM.Build.0 = Release|ARM + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Release|ARM.Deploy.0 = Release|ARM + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Release|x64.ActiveCfg = Release|x64 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Release|x64.Build.0 = Release|x64 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Release|x64.Deploy.0 = Release|x64 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Release|x86.ActiveCfg = Release|x86 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.Release|x86.Build.0 = Release|x86 + {6341B289-1BE4-563C-A054-1B2F5DFC1FC9}.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 ff40fc7550..2e6d518eb9 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 f969e00ef2..ff9606e678 100644 --- a/Samples/Altimeter/js/Altimeter.jsproj +++ b/Samples/Altimeter/js/Altimeter.jsproj @@ -35,7 +35,7 @@ - d65b8094-d774-58c9-80fc-11aa01906c30 + 20e7bc99-7176-56c8-877e-bf42da52e71d @@ -45,8 +45,8 @@ UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 $(VersionNumberMajor).$(VersionNumberMinor) en-US diff --git a/Samples/Altimeter/js/Altimeter.sln b/Samples/Altimeter/js/Altimeter.sln index 930c877b94..8bd2368cd7 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", "{D65B8094-D774-58C9-80FC-11AA01906C30}" +Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Altimeter", "Altimeter.jsproj", "{20E7BC99-7176-56C8-877E-BF42DA52E71D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,30 +17,30 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|ARM.ActiveCfg = Debug|ARM + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|ARM.Build.0 = Debug|ARM + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|ARM.Deploy.0 = Debug|ARM + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|x64.ActiveCfg = Debug|x64 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|x64.Build.0 = Debug|x64 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|x64.Deploy.0 = Debug|x64 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|x86.ActiveCfg = Debug|x86 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|x86.Build.0 = Debug|x86 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Debug|x86.Deploy.0 = Debug|x86 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|Any CPU.Build.0 = Release|Any CPU + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|Any CPU.Deploy.0 = Release|Any CPU + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|ARM.ActiveCfg = Release|ARM + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|ARM.Build.0 = Release|ARM + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|ARM.Deploy.0 = Release|ARM + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|x64.ActiveCfg = Release|x64 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|x64.Build.0 = Release|x64 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|x64.Deploy.0 = Release|x64 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|x86.ActiveCfg = Release|x86 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.Release|x86.Build.0 = Release|x86 + {20E7BC99-7176-56C8-877E-BF42DA52E71D}.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 78f632c46c..0037dc9679 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 a14e5ec2c8..52809ac796 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", "{FEC42051-C84D-5D54-9AAB-B8EF9CBF7721}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Altimeter", "Altimeter.vbproj", "{C4101F31-DE85-5D83-AA64-B200C38C34E1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Debug|ARM.ActiveCfg = Debug|ARM + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Debug|ARM.Build.0 = Debug|ARM + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Debug|ARM.Deploy.0 = Debug|ARM + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Debug|x64.ActiveCfg = Debug|x64 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Debug|x64.Build.0 = Debug|x64 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Debug|x64.Deploy.0 = Debug|x64 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Debug|x86.ActiveCfg = Debug|x86 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Debug|x86.Build.0 = Debug|x86 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Debug|x86.Deploy.0 = Debug|x86 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Release|ARM.ActiveCfg = Release|ARM + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Release|ARM.Build.0 = Release|ARM + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Release|ARM.Deploy.0 = Release|ARM + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Release|x64.ActiveCfg = Release|x64 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Release|x64.Build.0 = Release|x64 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Release|x64.Deploy.0 = Release|x64 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Release|x86.ActiveCfg = Release|x86 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.Release|x86.Build.0 = Release|x86 + {C4101F31-DE85-5D83-AA64-B200C38C34E1}.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 3b9ae64dea..941a60e860 100644 --- a/Samples/Altimeter/vb/Altimeter.vbproj +++ b/Samples/Altimeter/vb/Altimeter.vbproj @@ -4,15 +4,15 @@ Debug x86 - {FEC42051-C84D-5D54-9AAB-B8EF9CBF7721} + {C4101F31-DE85-5D83-AA64-B200C38C34E1} AppContainerExe SDKTemplate Altimeter en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/Altimeter/vb/Package.appxmanifest b/Samples/Altimeter/vb/Package.appxmanifest index 8cbe12a2bd..93f91738f9 100644 --- a/Samples/Altimeter/vb/Package.appxmanifest +++ b/Samples/Altimeter/vb/Package.appxmanifest @@ -21,7 +21,7 @@ - + diff --git a/Samples/AnimationLibrary/js/AnimationLibrary.jsproj b/Samples/AnimationLibrary/js/AnimationLibrary.jsproj index 20d30041b9..de16943d07 100644 --- a/Samples/AnimationLibrary/js/AnimationLibrary.jsproj +++ b/Samples/AnimationLibrary/js/AnimationLibrary.jsproj @@ -35,7 +35,7 @@ - {8010acb0-cc88-561b-9f0c-3c21e2792cbb} + {916a7bbb-81c0-5214-89e5-f62c7650da04} @@ -45,8 +45,8 @@ UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 $(VersionNumberMajor).$(VersionNumberMinor) en-US diff --git a/Samples/AnimationLibrary/js/AnimationLibrary.sln b/Samples/AnimationLibrary/js/AnimationLibrary.sln index e6de66eeaf..1299c08b38 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", "{8010ACB0-CC88-561B-9F0C-3C21E2792CBB}" +Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AnimationLibrary", "AnimationLibrary.jsproj", "{916A7BBB-81C0-5214-89E5-F62C7650DA04}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,30 +17,30 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|Any CPU.Build.0 = Debug|Any CPU + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|ARM.ActiveCfg = Debug|ARM + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|ARM.Build.0 = Debug|ARM + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|ARM.Deploy.0 = Debug|ARM + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|x64.ActiveCfg = Debug|x64 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|x64.Build.0 = Debug|x64 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|x64.Deploy.0 = Debug|x64 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|x86.ActiveCfg = Debug|x86 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|x86.Build.0 = Debug|x86 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Debug|x86.Deploy.0 = Debug|x86 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|Any CPU.ActiveCfg = Release|Any CPU + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|Any CPU.Build.0 = Release|Any CPU + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|Any CPU.Deploy.0 = Release|Any CPU + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|ARM.ActiveCfg = Release|ARM + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|ARM.Build.0 = Release|ARM + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|ARM.Deploy.0 = Release|ARM + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|x64.ActiveCfg = Release|x64 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|x64.Build.0 = Release|x64 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|x64.Deploy.0 = Release|x64 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|x86.ActiveCfg = Release|x86 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.Release|x86.Build.0 = Release|x86 + {916A7BBB-81C0-5214-89E5-F62C7650DA04}.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 1a578f1bed..ef444c3518 100644 --- a/Samples/AnimationLibrary/js/Package.appxmanifest +++ b/Samples/AnimationLibrary/js/Package.appxmanifest @@ -19,7 +19,7 @@ - + diff --git a/Samples/AnimationMetrics/cpp/AnimationMetrics.sln b/Samples/AnimationMetrics/cpp/AnimationMetrics.sln index 05af87dd67..b1b74f350c 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", "{C09A7BDE-23E6-5E0A-ADDC-527A142A4C02}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AnimationMetrics", "AnimationMetrics.vcxproj", "{3872B5CA-02BE-5A38-B357-55661EE2C83A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Debug|ARM.ActiveCfg = Debug|ARM + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Debug|ARM.Build.0 = Debug|ARM + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Debug|ARM.Deploy.0 = Debug|ARM + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Debug|x64.ActiveCfg = Debug|x64 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Debug|x64.Build.0 = Debug|x64 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Debug|x64.Deploy.0 = Debug|x64 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Debug|x86.ActiveCfg = Debug|Win32 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Debug|x86.Build.0 = Debug|Win32 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Debug|x86.Deploy.0 = Debug|Win32 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Release|ARM.ActiveCfg = Release|ARM + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Release|ARM.Build.0 = Release|ARM + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Release|ARM.Deploy.0 = Release|ARM + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Release|x64.ActiveCfg = Release|x64 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Release|x64.Build.0 = Release|x64 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Release|x64.Deploy.0 = Release|x64 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Release|x86.ActiveCfg = Release|Win32 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.Release|x86.Build.0 = Release|Win32 + {3872B5CA-02BE-5A38-B357-55661EE2C83A}.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 39a03eba64..85b890727f 100644 --- a/Samples/AnimationMetrics/cpp/AnimationMetrics.vcxproj +++ b/Samples/AnimationMetrics/cpp/AnimationMetrics.vcxproj @@ -1,15 +1,15 @@  - {C09A7BDE-23E6-5E0A-ADDC-527A142A4C02} + {3872B5CA-02BE-5A38-B357-55661EE2C83A} SDKTemplate en-US 14.0 true Windows Store 10.0 - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.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 2560c01095..fefbac0e90 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 937ea2b852..c713f470ec 100644 --- a/Samples/AnimationMetrics/cs/AnimationMetrics.csproj +++ b/Samples/AnimationMetrics/cs/AnimationMetrics.csproj @@ -4,15 +4,15 @@ Debug x86 - {3275916C-9FD1-55E8-9BA8-15E3EC821265} + {49F120AD-90BB-5C12-B413-1670137637FE} AppContainerExe Properties SDKTemplate AnimationMetrics en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 @@ -158,7 +158,7 @@ - + Microsoft Desktop Extension SDK for Universal App Platform diff --git a/Samples/AnimationMetrics/cs/AnimationMetrics.sln b/Samples/AnimationMetrics/cs/AnimationMetrics.sln index e96df1fd28..d187e6ef2d 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", "{3275916C-9FD1-55E8-9BA8-15E3EC821265}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnimationMetrics", "AnimationMetrics.csproj", "{49F120AD-90BB-5C12-B413-1670137637FE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,24 +15,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {49F120AD-90BB-5C12-B413-1670137637FE}.Debug|ARM.ActiveCfg = Debug|ARM + {49F120AD-90BB-5C12-B413-1670137637FE}.Debug|ARM.Build.0 = Debug|ARM + {49F120AD-90BB-5C12-B413-1670137637FE}.Debug|ARM.Deploy.0 = Debug|ARM + {49F120AD-90BB-5C12-B413-1670137637FE}.Debug|x64.ActiveCfg = Debug|x64 + {49F120AD-90BB-5C12-B413-1670137637FE}.Debug|x64.Build.0 = Debug|x64 + {49F120AD-90BB-5C12-B413-1670137637FE}.Debug|x64.Deploy.0 = Debug|x64 + {49F120AD-90BB-5C12-B413-1670137637FE}.Debug|x86.ActiveCfg = Debug|x86 + {49F120AD-90BB-5C12-B413-1670137637FE}.Debug|x86.Build.0 = Debug|x86 + {49F120AD-90BB-5C12-B413-1670137637FE}.Debug|x86.Deploy.0 = Debug|x86 + {49F120AD-90BB-5C12-B413-1670137637FE}.Release|ARM.ActiveCfg = Release|ARM + {49F120AD-90BB-5C12-B413-1670137637FE}.Release|ARM.Build.0 = Release|ARM + {49F120AD-90BB-5C12-B413-1670137637FE}.Release|ARM.Deploy.0 = Release|ARM + {49F120AD-90BB-5C12-B413-1670137637FE}.Release|x64.ActiveCfg = Release|x64 + {49F120AD-90BB-5C12-B413-1670137637FE}.Release|x64.Build.0 = Release|x64 + {49F120AD-90BB-5C12-B413-1670137637FE}.Release|x64.Deploy.0 = Release|x64 + {49F120AD-90BB-5C12-B413-1670137637FE}.Release|x86.ActiveCfg = Release|x86 + {49F120AD-90BB-5C12-B413-1670137637FE}.Release|x86.Build.0 = Release|x86 + {49F120AD-90BB-5C12-B413-1670137637FE}.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 d6335ee7a6..d93cff1b4b 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 1b9121e0d3..1fe9801a1f 100644 --- a/Samples/AnimationMetrics/js/AnimationMetrics.jsproj +++ b/Samples/AnimationMetrics/js/AnimationMetrics.jsproj @@ -35,7 +35,7 @@ - {d841647f-c0d8-5994-8406-3ce215101e16} + {220c386e-edbe-5b55-9f0c-b06e21807ec4} @@ -45,8 +45,8 @@ UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 $(VersionNumberMajor).$(VersionNumberMinor) en-US diff --git a/Samples/AnimationMetrics/js/AnimationMetrics.sln b/Samples/AnimationMetrics/js/AnimationMetrics.sln index c1265ec488..df6a36c2b5 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", "{D841647F-C0D8-5994-8406-3CE215101E16}" +Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "AnimationMetrics", "AnimationMetrics.jsproj", "{220C386E-EDBE-5B55-9F0C-B06E21807EC4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,30 +17,30 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|ARM.ActiveCfg = Debug|ARM + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|ARM.Build.0 = Debug|ARM + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|ARM.Deploy.0 = Debug|ARM + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|x64.ActiveCfg = Debug|x64 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|x64.Build.0 = Debug|x64 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|x64.Deploy.0 = Debug|x64 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|x86.ActiveCfg = Debug|x86 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|x86.Build.0 = Debug|x86 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Debug|x86.Deploy.0 = Debug|x86 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|Any CPU.Build.0 = Release|Any CPU + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|Any CPU.Deploy.0 = Release|Any CPU + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|ARM.ActiveCfg = Release|ARM + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|ARM.Build.0 = Release|ARM + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|ARM.Deploy.0 = Release|ARM + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|x64.ActiveCfg = Release|x64 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|x64.Build.0 = Release|x64 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|x64.Deploy.0 = Release|x64 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|x86.ActiveCfg = Release|x86 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.Release|x86.Build.0 = Release|x86 + {220C386E-EDBE-5B55-9F0C-B06E21807EC4}.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 6094bbae7e..b592197819 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 cd15a07538..f93f3797c5 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", "{B8C7551C-D791-5A03-A0C9-FBA9E097759C}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AnimationMetrics", "AnimationMetrics.vbproj", "{6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -14,24 +14,24 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Debug|ARM.ActiveCfg = Debug|ARM + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Debug|ARM.Build.0 = Debug|ARM + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Debug|ARM.Deploy.0 = Debug|ARM + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Debug|x64.ActiveCfg = Debug|x64 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Debug|x64.Build.0 = Debug|x64 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Debug|x64.Deploy.0 = Debug|x64 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Debug|x86.ActiveCfg = Debug|x86 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Debug|x86.Build.0 = Debug|x86 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Debug|x86.Deploy.0 = Debug|x86 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Release|ARM.ActiveCfg = Release|ARM + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Release|ARM.Build.0 = Release|ARM + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Release|ARM.Deploy.0 = Release|ARM + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Release|x64.ActiveCfg = Release|x64 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Release|x64.Build.0 = Release|x64 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Release|x64.Deploy.0 = Release|x64 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Release|x86.ActiveCfg = Release|x86 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.Release|x86.Build.0 = Release|x86 + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83}.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 2fa41985b6..456276b8e7 100644 --- a/Samples/AnimationMetrics/vb/AnimationMetrics.vbproj +++ b/Samples/AnimationMetrics/vb/AnimationMetrics.vbproj @@ -4,15 +4,15 @@ Debug x86 - {B8C7551C-D791-5A03-A0C9-FBA9E097759C} + {6F477FC6-405C-5DBF-B29D-6E4F51BF6B83} AppContainerExe SDKTemplate AnimationMetrics en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 @@ -162,7 +162,7 @@ - + Microsoft Desktop Extension SDK for Universal App Platform diff --git a/Samples/AnimationMetrics/vb/Package.appxmanifest b/Samples/AnimationMetrics/vb/Package.appxmanifest index c5f279be92..210f521710 100644 --- a/Samples/AnimationMetrics/vb/Package.appxmanifest +++ b/Samples/AnimationMetrics/vb/Package.appxmanifest @@ -21,7 +21,7 @@ - + diff --git a/Samples/AppServices/README.md b/Samples/AppServices/README.md index 7e6587b946..ec5cd0dd18 100644 --- a/Samples/AppServices/README.md +++ b/Samples/AppServices/README.md @@ -3,6 +3,7 @@ topic: sample languages: - csharp - cpp +- cppcx - vb products: - windows diff --git a/Samples/AppServices/cpp/AppServices.sln b/Samples/AppServices/cpp/AppServices.sln index d4260ff0d7..09556683fa 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", "{010B2C31-BBFB-5BDA-BB56-DD82E2BED582}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesClient", "AppServicesClient\AppServicesClient.vcxproj", "{0C39B690-FAFB-5757-9150-A6F409F966D1}" ProjectSection(ProjectDependencies) = postProject - {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738} = {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738} + {E5198686-46B7-5487-B96F-2D4225AD5248} = {E5198686-46B7-5487-B96F-2D4225AD5248} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.vcxproj", "{E9C29EE7-84F4-56C4-8F2F-3B939EE5A738}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.vcxproj", "{E5198686-46B7-5487-B96F-2D4225AD5248}" ProjectSection(ProjectDependencies) = postProject - {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC} = {8699DE21-6786-55E1-9ED3-59ECD1B8D9FC} + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135} = {931D3C5B-7CE2-55F7-A30D-A6908C2DF135} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RandomNumberService", "RandomNumberService\RandomNumberService.vcxproj", "{8699DE21-6786-55E1-9ED3-59ECD1B8D9FC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RandomNumberService", "RandomNumberService\RandomNumberService.vcxproj", "{931D3C5B-7CE2-55F7-A30D-A6908C2DF135}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -25,54 +25,54 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Debug|ARM.ActiveCfg = Debug|ARM + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Debug|ARM.Build.0 = Debug|ARM + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Debug|ARM.Deploy.0 = Debug|ARM + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Debug|x64.ActiveCfg = Debug|x64 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Debug|x64.Build.0 = Debug|x64 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Debug|x64.Deploy.0 = Debug|x64 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Debug|x86.ActiveCfg = Debug|Win32 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Debug|x86.Build.0 = Debug|Win32 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Debug|x86.Deploy.0 = Debug|Win32 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Release|ARM.ActiveCfg = Release|ARM + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Release|ARM.Build.0 = Release|ARM + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Release|ARM.Deploy.0 = Release|ARM + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Release|x64.ActiveCfg = Release|x64 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Release|x64.Build.0 = Release|x64 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Release|x64.Deploy.0 = Release|x64 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Release|x86.ActiveCfg = Release|Win32 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Release|x86.Build.0 = Release|Win32 + {0C39B690-FAFB-5757-9150-A6F409F966D1}.Release|x86.Deploy.0 = Release|Win32 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Debug|ARM.ActiveCfg = Debug|ARM + {E5198686-46B7-5487-B96F-2D4225AD5248}.Debug|ARM.Build.0 = Debug|ARM + {E5198686-46B7-5487-B96F-2D4225AD5248}.Debug|ARM.Deploy.0 = Debug|ARM + {E5198686-46B7-5487-B96F-2D4225AD5248}.Debug|x64.ActiveCfg = Debug|x64 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Debug|x64.Build.0 = Debug|x64 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Debug|x64.Deploy.0 = Debug|x64 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Debug|x86.ActiveCfg = Debug|Win32 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Debug|x86.Build.0 = Debug|Win32 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Debug|x86.Deploy.0 = Debug|Win32 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Release|ARM.ActiveCfg = Release|ARM + {E5198686-46B7-5487-B96F-2D4225AD5248}.Release|ARM.Build.0 = Release|ARM + {E5198686-46B7-5487-B96F-2D4225AD5248}.Release|ARM.Deploy.0 = Release|ARM + {E5198686-46B7-5487-B96F-2D4225AD5248}.Release|x64.ActiveCfg = Release|x64 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Release|x64.Build.0 = Release|x64 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Release|x64.Deploy.0 = Release|x64 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Release|x86.ActiveCfg = Release|Win32 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Release|x86.Build.0 = Release|Win32 + {E5198686-46B7-5487-B96F-2D4225AD5248}.Release|x86.Deploy.0 = Release|Win32 + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Debug|ARM.ActiveCfg = Debug|ARM + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Debug|ARM.Build.0 = Debug|ARM + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Debug|x64.ActiveCfg = Debug|x64 + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Debug|x64.Build.0 = Debug|x64 + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Debug|x86.ActiveCfg = Debug|Win32 + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Debug|x86.Build.0 = Debug|Win32 + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Release|ARM.ActiveCfg = Release|ARM + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Release|ARM.Build.0 = Release|ARM + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Release|x64.ActiveCfg = Release|x64 + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Release|x64.Build.0 = Release|x64 + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.Release|x86.ActiveCfg = Release|Win32 + {931D3C5B-7CE2-55F7-A30D-A6908C2DF135}.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 e43b0c319f..2c7caa6a3f 100644 --- a/Samples/AppServices/cpp/AppServicesClient/AppServicesClient.vcxproj +++ b/Samples/AppServices/cpp/AppServicesClient/AppServicesClient.vcxproj @@ -1,15 +1,15 @@  - {010b2c31-bbfb-5bda-bb56-dd82e2bed582} + {0c39b690-fafb-5757-9150-a6f409f966d1} SDKTemplate en-US 15.0 true Windows Store 10.0 - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 diff --git a/Samples/AppServices/cpp/AppServicesClient/Package.appxmanifest b/Samples/AppServices/cpp/AppServicesClient/Package.appxmanifest index 7bbfba4e14..9eb3c06cc5 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 0f9ea36312..97f216a1a4 100644 --- a/Samples/AppServices/cpp/AppServicesProvider/AppServicesProvider.vcxproj +++ b/Samples/AppServices/cpp/AppServicesProvider/AppServicesProvider.vcxproj @@ -1,15 +1,15 @@  - {E9C29EE7-84F4-56C4-8F2F-3B939EE5A738} + {E5198686-46B7-5487-B96F-2D4225AD5248} SDKTemplate en-US 15.0 true Windows Store 10.0 - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 diff --git a/Samples/AppServices/cpp/AppServicesProvider/Package.appxmanifest b/Samples/AppServices/cpp/AppServicesProvider/Package.appxmanifest index 8aef708c2a..b6912f5c05 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 4aa2792ea0..c43c7df1bc 100644 --- a/Samples/AppServices/cpp/RandomNumberService/RandomNumberService.vcxproj +++ b/Samples/AppServices/cpp/RandomNumberService/RandomNumberService.vcxproj @@ -27,15 +27,15 @@ - {8699de21-6786-55e1-9ed3-59ecd1b8d9fc} + {931d3c5b-7ce2-55f7-a30d-a6908c2df135} WindowsRuntimeComponent RandomNumberService en-US 14.0 true Windows Store - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 10.0 diff --git a/Samples/AppServices/cs/AppServices.sln b/Samples/AppServices/cs/AppServices.sln index 8acef7ae63..c0a9acb724 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", "{16B409BA-E63F-5016-A09C-0F7299DF3FEC}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppServicesClient", "AppServicesClient\AppServicesClient.csproj", "{EE7561F7-666B-53B6-BE77-B983AAF77ACC}" ProjectSection(ProjectDependencies) = postProject - {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575} = {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575} + {FBF501A9-A7E9-514C-94ED-C334B444636F} = {FBF501A9-A7E9-514C-94ED-C334B444636F} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.csproj", "{CA165F02-A7A9-5A28-A74D-3A4D2AF4F575}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.csproj", "{FBF501A9-A7E9-514C-94ED-C334B444636F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomNumberService", "RandomNumberService\RandomNumberService.csproj", "{7A81FE73-1EE6-55EF-81BE-F71548D5FBB0}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomNumberService", "RandomNumberService\RandomNumberService.csproj", "{BFE96C62-5361-5714-BFA5-34225875DBD3}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -24,62 +24,62 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Debug|Any CPU.ActiveCfg = Debug|x86 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Debug|ARM.ActiveCfg = Debug|ARM + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Debug|ARM.Build.0 = Debug|ARM + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Debug|ARM.Deploy.0 = Debug|ARM + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Debug|x64.ActiveCfg = Debug|x64 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Debug|x64.Build.0 = Debug|x64 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Debug|x64.Deploy.0 = Debug|x64 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Debug|x86.ActiveCfg = Debug|x86 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Debug|x86.Build.0 = Debug|x86 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Debug|x86.Deploy.0 = Debug|x86 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Release|Any CPU.ActiveCfg = Release|x86 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Release|ARM.ActiveCfg = Release|ARM + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Release|ARM.Build.0 = Release|ARM + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Release|ARM.Deploy.0 = Release|ARM + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Release|x64.ActiveCfg = Release|x64 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Release|x64.Build.0 = Release|x64 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Release|x64.Deploy.0 = Release|x64 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Release|x86.ActiveCfg = Release|x86 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Release|x86.Build.0 = Release|x86 + {EE7561F7-666B-53B6-BE77-B983AAF77ACC}.Release|x86.Deploy.0 = Release|x86 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Debug|Any CPU.ActiveCfg = Debug|x86 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Debug|ARM.ActiveCfg = Debug|ARM + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Debug|ARM.Build.0 = Debug|ARM + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Debug|ARM.Deploy.0 = Debug|ARM + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Debug|x64.ActiveCfg = Debug|x64 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Debug|x64.Build.0 = Debug|x64 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Debug|x64.Deploy.0 = Debug|x64 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Debug|x86.ActiveCfg = Debug|x86 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Debug|x86.Build.0 = Debug|x86 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Debug|x86.Deploy.0 = Debug|x86 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Release|Any CPU.ActiveCfg = Release|x86 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Release|ARM.ActiveCfg = Release|ARM + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Release|ARM.Build.0 = Release|ARM + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Release|ARM.Deploy.0 = Release|ARM + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Release|x64.ActiveCfg = Release|x64 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Release|x64.Build.0 = Release|x64 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Release|x64.Deploy.0 = Release|x64 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Release|x86.ActiveCfg = Release|x86 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Release|x86.Build.0 = Release|x86 + {FBF501A9-A7E9-514C-94ED-C334B444636F}.Release|x86.Deploy.0 = Release|x86 + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Debug|ARM.ActiveCfg = Debug|ARM + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Debug|ARM.Build.0 = Debug|ARM + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Debug|x64.ActiveCfg = Debug|x64 + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Debug|x64.Build.0 = Debug|x64 + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Debug|x86.ActiveCfg = Debug|x86 + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Debug|x86.Build.0 = Debug|x86 + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Release|Any CPU.Build.0 = Release|Any CPU + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Release|ARM.ActiveCfg = Release|ARM + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Release|ARM.Build.0 = Release|ARM + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Release|x64.ActiveCfg = Release|x64 + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Release|x64.Build.0 = Release|x64 + {BFE96C62-5361-5714-BFA5-34225875DBD3}.Release|x86.ActiveCfg = Release|x86 + {BFE96C62-5361-5714-BFA5-34225875DBD3}.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 011fb1139b..c2b796aad9 100644 --- a/Samples/AppServices/cs/AppServicesClient/AppServicesClient.csproj +++ b/Samples/AppServices/cs/AppServicesClient/AppServicesClient.csproj @@ -3,15 +3,15 @@ Debug - {16B409BA-E63F-5016-A09C-0F7299DF3FEC} + {EE7561F7-666B-53B6-BE77-B983AAF77ACC} AppContainerExe Properties SDKTemplate AppServicesClient en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AppServices/cs/AppServicesClient/Package.appxmanifest b/Samples/AppServices/cs/AppServicesClient/Package.appxmanifest index 0d94f26128..e35d9218e7 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 e57c31dfe4..8aab8d793e 100644 --- a/Samples/AppServices/cs/AppServicesProvider/AppServicesProvider.csproj +++ b/Samples/AppServices/cs/AppServicesProvider/AppServicesProvider.csproj @@ -3,15 +3,15 @@ Debug - {CA165F02-A7A9-5A28-A74D-3A4D2AF4F575} + {FBF501A9-A7E9-514C-94ED-C334B444636F} AppContainerExe Properties SDKTemplate AppServicesProvider en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AppServices/cs/AppServicesProvider/Package.appxmanifest b/Samples/AppServices/cs/AppServicesProvider/Package.appxmanifest index e8416b2c16..5dd1a8cc2f 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 bf18677dce..9170c0e3b8 100644 --- a/Samples/AppServices/cs/RandomNumberService/RandomNumberService.csproj +++ b/Samples/AppServices/cs/RandomNumberService/RandomNumberService.csproj @@ -4,15 +4,15 @@ Debug AnyCPU - {7A81FE73-1EE6-55EF-81BE-F71548D5FBB0} + {BFE96C62-5361-5714-BFA5-34225875DBD3} winmdobj Properties RandomNumberService RandomNumberService en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AppServices/vb/AppServices.sln b/Samples/AppServices/vb/AppServices.sln index 92356cce58..311d4a110d 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", "{66BC9198-123A-5912-97EE-79825C092ADC}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppServicesClient", "AppServicesClient\AppServicesClient.vbproj", "{8C171740-8BB9-5DAE-BBF4-97F1358E7B90}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.vbproj", "{18FFB362-D262-59C8-A7DA-C8E4163930DB}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.vbproj", "{835B069E-8982-51EE-9168-28ABE51EBB2C}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RandomNumberService", "RandomNumberService\RandomNumberService.vbproj", "{259AD746-A135-5FD8-A1CE-B27B720B8FB3}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RandomNumberService", "RandomNumberService\RandomNumberService.vbproj", "{FE559B23-13C0-5C75-B618-CC80B2AA0984}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -20,60 +20,60 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {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 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Debug|Any CPU.ActiveCfg = Debug|x86 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Debug|ARM.ActiveCfg = Debug|ARM + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Debug|ARM.Build.0 = Debug|ARM + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Debug|ARM.Deploy.0 = Debug|ARM + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Debug|x64.ActiveCfg = Debug|x64 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Debug|x64.Build.0 = Debug|x64 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Debug|x64.Deploy.0 = Debug|x64 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Debug|x86.ActiveCfg = Debug|x86 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Debug|x86.Build.0 = Debug|x86 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Debug|x86.Deploy.0 = Debug|x86 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Release|Any CPU.ActiveCfg = Release|x86 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Release|ARM.ActiveCfg = Release|ARM + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Release|ARM.Build.0 = Release|ARM + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Release|ARM.Deploy.0 = Release|ARM + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Release|x64.ActiveCfg = Release|x64 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Release|x64.Build.0 = Release|x64 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Release|x64.Deploy.0 = Release|x64 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Release|x86.ActiveCfg = Release|x86 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Release|x86.Build.0 = Release|x86 + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90}.Release|x86.Deploy.0 = Release|x86 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Debug|Any CPU.ActiveCfg = Debug|x86 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Debug|ARM.ActiveCfg = Debug|ARM + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Debug|ARM.Build.0 = Debug|ARM + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Debug|ARM.Deploy.0 = Debug|ARM + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Debug|x64.ActiveCfg = Debug|x64 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Debug|x64.Build.0 = Debug|x64 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Debug|x64.Deploy.0 = Debug|x64 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Debug|x86.ActiveCfg = Debug|x86 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Debug|x86.Build.0 = Debug|x86 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Debug|x86.Deploy.0 = Debug|x86 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Release|Any CPU.ActiveCfg = Release|x86 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Release|ARM.ActiveCfg = Release|ARM + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Release|ARM.Build.0 = Release|ARM + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Release|ARM.Deploy.0 = Release|ARM + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Release|x64.ActiveCfg = Release|x64 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Release|x64.Build.0 = Release|x64 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Release|x64.Deploy.0 = Release|x64 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Release|x86.ActiveCfg = Release|x86 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Release|x86.Build.0 = Release|x86 + {835B069E-8982-51EE-9168-28ABE51EBB2C}.Release|x86.Deploy.0 = Release|x86 + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Debug|Any CPU.ActiveCfg = Debug|x86 + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Debug|ARM.ActiveCfg = Debug|ARM + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Debug|ARM.Build.0 = Debug|ARM + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Debug|x64.ActiveCfg = Debug|x64 + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Debug|x64.Build.0 = Debug|x64 + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Debug|x86.ActiveCfg = Debug|x86 + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Debug|x86.Build.0 = Debug|x86 + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Release|Any CPU.ActiveCfg = Release|x86 + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Release|ARM.ActiveCfg = Release|ARM + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Release|ARM.Build.0 = Release|ARM + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Release|x64.ActiveCfg = Release|x64 + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Release|x64.Build.0 = Release|x64 + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.Release|x86.ActiveCfg = Release|x86 + {FE559B23-13C0-5C75-B618-CC80B2AA0984}.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 48c2090ff0..bc86c2c508 100644 --- a/Samples/AppServices/vb/AppServicesClient/AppServicesClient.vbproj +++ b/Samples/AppServices/vb/AppServicesClient/AppServicesClient.vbproj @@ -4,15 +4,15 @@ Debug x86 - {66BC9198-123A-5912-97EE-79825C092ADC} + {8C171740-8BB9-5DAE-BBF4-97F1358E7B90} AppContainerExe AppServicesClient AppServicesClient en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AppServices/vb/AppServicesClient/Package.appxmanifest b/Samples/AppServices/vb/AppServicesClient/Package.appxmanifest index fe540ef80d..bb675fd186 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 08a35268e3..e95dab2650 100644 --- a/Samples/AppServices/vb/AppServicesProvider/AppServicesProvider.vbproj +++ b/Samples/AppServices/vb/AppServicesProvider/AppServicesProvider.vbproj @@ -4,15 +4,15 @@ Debug x86 - {18FFB362-D262-59C8-A7DA-C8E4163930DB} + {835B069E-8982-51EE-9168-28ABE51EBB2C} AppContainerExe AppServicesProvider AppServicesProvider en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AppServices/vb/AppServicesProvider/Package.appxmanifest b/Samples/AppServices/vb/AppServicesProvider/Package.appxmanifest index 0dab463051..a446706d42 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 b5c7f04fdb..957e8ce685 100644 --- a/Samples/AppServices/vb/RandomNumberService/RandomNumberService.vbproj +++ b/Samples/AppServices/vb/RandomNumberService/RandomNumberService.vbproj @@ -4,15 +4,15 @@ Debug x86 - {259AD746-A135-5FD8-A1CE-B27B720B8FB3} + {FE559B23-13C0-5C75-B618-CC80B2AA0984} winmdobj RandomNumberService RandomNumberService en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 true 512 diff --git a/Samples/AppWindow/README.md b/Samples/AppWindow/README.md new file mode 100644 index 0000000000..212ba2e268 --- /dev/null +++ b/Samples/AppWindow/README.md @@ -0,0 +1,73 @@ +--- +topic: sample +languages: +- csharp +products: +- windows +- windows-uwp +--- + + + +# AppWindow sample + +This sample shows you how to work with secondary windows in your app. + +AppWindows are secondary windows that run on the same thread as the CoreWindow, and they share the same core dispatcher. + +Specifically, this sample shows how to: + +- **Create a secondary window:** Creates an AppWindow and switches to it. +- **Position a secondary window onto another display:** AppWindows can be positioned, including the ability to position onto a specific display. This sample will show how to find the display your app is on, and other displays currently active in the system. +- **Setting the size of a secondary window:** Sets the size and position of an AppWindow before showing it to the user. +- **Position a secondary window relative to another window in the app or a display:** You can position the AppWindow relative to the upper left corner of a display, relative to the app's main view, or relative to another window in the app (not demonstrated). +- **Participating in CompactOverlay with a secondary window using AppWindow:** AppWindows can be placed into view modes like regular application views. This sample shows how to place an AppWindow into CompactOverlay mode. + +**Note** The Windows universal 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 + +[Multiple app views using ApplicationView](../Sample/MultipleViews) + +### Reference + +[AppWindow](https://docs.microsoft.com/en-us/uwp/api/windows.ui.windowmanagement) + +[ApplicationView and ApplicationViewSwitcher](https://docs.microsoft.com/en-us/uwp/api/windows.ui.viewmanagement) + +[CoreWindow](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Core.CoreWindow) + +## 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/AppWindow/cppwinrt/AppWindow.sln b/Samples/AppWindow/cppwinrt/AppWindow.sln new file mode 100644 index 0000000000..6e01207782 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/AppWindow.sln @@ -0,0 +1,40 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.438 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{A00EEFA7-7045-4B0E-969B-84B534020D69}") = "AppWindow", "AppWindow.vcxproj", "{A00EEFA7-7045-4B0E-969B-84B534020D69}" +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 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Debug|ARM.ActiveCfg = Debug|ARM + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Debug|ARM.Build.0 = Debug|ARM + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Debug|ARM.Deploy.0 = Debug|ARM + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Debug|x64.ActiveCfg = Debug|x64 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Debug|x64.Build.0 = Debug|x64 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Debug|x64.Deploy.0 = Debug|x64 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Debug|x86.ActiveCfg = Debug|Win32 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Debug|x86.Build.0 = Debug|Win32 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Debug|x86.Deploy.0 = Debug|Win32 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Release|ARM.ActiveCfg = Release|ARM + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Release|ARM.Build.0 = Release|ARM + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Release|ARM.Deploy.0 = Release|ARM + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Release|x64.ActiveCfg = Release|x64 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Release|x64.Build.0 = Release|x64 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Release|x64.Deploy.0 = Release|x64 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Release|x86.ActiveCfg = Release|Win32 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Release|x86.Build.0 = Release|Win32 + {A00EEFA7-7045-4B0E-969B-84B534020D69}.Release|x86.Deploy.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Samples/AppWindow/cppwinrt/AppWindow.vcxproj b/Samples/AppWindow/cppwinrt/AppWindow.vcxproj new file mode 100644 index 0000000000..696ad96df8 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/AppWindow.vcxproj @@ -0,0 +1,215 @@ + + + + + true + {A00EEFA7-7045-4B0E-969B-84B534020D69} + AppWindow + SDKTemplate + en-US + 15.0 + true + Windows Store + 10.0 + 10.0.18362.0 + $(WindowsTargetPlatformVersion) + + + + + Debug + ARM + + + Debug + Win32 + + + Debug + x64 + + + Release + ARM + + + Release + Win32 + + + Release + x64 + + + + Application + v141 + Unicode + + + true + true + + + false + true + false + + + + + + + + $(VC_IncludePath);$(UniversalCRT_IncludePath);$(WindowsSDK_IncludePath);..\..\..\SharedContent\cppwinrt + + + + Use + pch.h + $(IntDir)pch.pch + Level4 + %(AdditionalOptions) /bigobj + 4453;28204 + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + ..\..\..\SharedContent\xaml\App.xaml + + + ..\..\..\SharedContent\xaml\MainPage.xaml + + + + ..\shared\Scenario1_SecondaryWindow.xaml + + + ..\shared\Scenario2_DisplayRegion.xaml + + + ..\shared\Scenario3_Size.xaml + + + ..\shared\Scenario4_CompactOverlay.xaml + + + ..\shared\Scenario5_RelativePositioning.xaml + + + ..\shared\SecondaryAppWindowPage.xaml + + + + + + Designer + + + Designer + + + + + + + + + Styles\Styles.xaml + + + + + ..\..\..\SharedContent\xaml\App.xaml + + + ..\..\..\SharedContent\xaml\MainPage.xaml + + + SampleConfiguration.h + + + ..\shared\Scenario1_SecondaryWindow.xaml + + + ..\shared\Scenario2_DisplayRegion.xaml + + + ..\shared\Scenario3_Size.xaml + + + ..\shared\Scenario4_CompactOverlay.xaml + + + ..\shared\Scenario5_RelativePositioning.xaml + + + ..\shared\SecondaryAppWindowPage.xaml + + + Create + pch.h + + + Project.idl + + + + + ..\..\..\SharedContent\xaml\MainPage.xaml + + + + + + Designer + + + + + 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 + + + + + + + + + + + + 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/AppWindow/cppwinrt/AppWindow.vcxproj.filters b/Samples/AppWindow/cppwinrt/AppWindow.vcxproj.filters new file mode 100644 index 0000000000..9852dd0bcc --- /dev/null +++ b/Samples/AppWindow/cppwinrt/AppWindow.vcxproj.filters @@ -0,0 +1,82 @@ + + + + + 4416d50a-7676-4d0a-9b2c-91ff70c6047f + bmp;fbx;gif;jpg;jpeg;tga;tiff;tif;png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Assets + + + Assets + + + Assets + + + Assets + + + Assets + + + Assets + + + Assets + + + + + + + + + \ No newline at end of file diff --git a/Samples/AppWindow/cppwinrt/Package.appxmanifest b/Samples/AppWindow/cppwinrt/Package.appxmanifest new file mode 100644 index 0000000000..1fc7e19ae8 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Package.appxmanifest @@ -0,0 +1,39 @@ + + + + + + AppWindow C++/WinRT Sample + Microsoft Corporation + Assets\storelogo-sdk.png + + + + + + + + + + + + + + + + + + + + diff --git a/Samples/AppWindow/cppwinrt/Project.idl b/Samples/AppWindow/cppwinrt/Project.idl new file mode 100644 index 0000000000..172fd4070f --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Project.idl @@ -0,0 +1,49 @@ +//********************************************************* +// +// 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. +// +//********************************************************* + +namespace SDKTemplate +{ + [default_interface] + runtimeclass Scenario1_SecondaryWindow : Windows.UI.Xaml.Controls.Page + { + Scenario1_SecondaryWindow(); + } + + [default_interface] + runtimeclass Scenario2_DisplayRegion : Windows.UI.Xaml.Controls.Page + { + Scenario2_DisplayRegion(); + } + + [default_interface] + runtimeclass Scenario3_Size : Windows.UI.Xaml.Controls.Page + { + Scenario3_Size(); + } + + [default_interface] + runtimeclass Scenario4_CompactOverlay : Windows.UI.Xaml.Controls.Page + { + Scenario4_CompactOverlay(); + } + + [default_interface] + runtimeclass Scenario5_RelativePositioning : Windows.UI.Xaml.Controls.Page + { + Scenario5_RelativePositioning(); + } + + [default_interface] + runtimeclass SecondaryAppWindowPage : Windows.UI.Xaml.Controls.Page + { + SecondaryAppWindowPage(); + } +} diff --git a/Samples/AppWindow/cppwinrt/SampleConfiguration.cpp b/Samples/AppWindow/cppwinrt/SampleConfiguration.cpp new file mode 100644 index 0000000000..9dacc9e2f3 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/SampleConfiguration.cpp @@ -0,0 +1,41 @@ +//********************************************************* +// +// 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 +#include "MainPage.h" +#include "SampleConfiguration.h" + +using namespace winrt; +using namespace Windows::Foundation::Collections; +using namespace SDKTemplate; + +hstring implementation::MainPage::FEATURE_NAME() +{ + return L"AppWindow C++/WinRT sample"; +} + +IVector implementation::MainPage::scenariosInner = winrt::single_threaded_observable_vector( +{ + Scenario{ L"Create and show secondary window", xaml_typename() }, + Scenario{ L"Show window on another display", xaml_typename() }, + Scenario{ L"Specific size for secondary window", xaml_typename() }, + Scenario{ L"CompactOverlay secondary window", xaml_typename < SDKTemplate::Scenario4_CompactOverlay>() }, + Scenario{ L"Position secondary window", xaml_typename < SDKTemplate::Scenario5_RelativePositioning>() }, +}); + +bool winrt::SDKTemplate::TryParseFloat(hstring const& str, float& result) +{ + errno = 0; + wchar_t* endptr; + result = wcstof(str.c_str(), &endptr); + return errno == 0 && std::isfinite(result); +} diff --git a/Samples/AppWindow/cppwinrt/SampleConfiguration.h b/Samples/AppWindow/cppwinrt/SampleConfiguration.h new file mode 100644 index 0000000000..8b9866aecf --- /dev/null +++ b/Samples/AppWindow/cppwinrt/SampleConfiguration.h @@ -0,0 +1,35 @@ +//********************************************************* +// +// 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 winrt::SDKTemplate +{ + struct unique_disabled_control + { + unique_disabled_control(Windows::UI::Xaml::Controls::Control const& control) : c{ control } + { + c.IsEnabled(false); + } + + unique_disabled_control(const unique_disabled_control&) = delete; + void operator=(unique_disabled_control const&) = delete; + + ~unique_disabled_control() + { + c.IsEnabled(true); + } + Windows::UI::Xaml::Controls::Control c; + }; + + bool TryParseFloat(hstring const& str, float& result); +} diff --git a/Samples/AppWindow/cppwinrt/Scenario1_SecondaryWindow.cpp b/Samples/AppWindow/cppwinrt/Scenario1_SecondaryWindow.cpp new file mode 100644 index 0000000000..870259553c --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Scenario1_SecondaryWindow.cpp @@ -0,0 +1,69 @@ +//********************************************************* +// +// 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_SecondaryWindow.h" + +using namespace winrt; +using namespace Windows::Foundation; +using namespace Windows::UI::WindowManagement; +using namespace Windows::UI::Xaml; +using namespace Windows::UI::Xaml::Hosting; +using namespace Windows::UI::Xaml::Navigation; + +namespace winrt::SDKTemplate::implementation +{ + Scenario1_SecondaryWindow::Scenario1_SecondaryWindow() + { + InitializeComponent(); + } + + fire_and_forget Scenario1_SecondaryWindow::OnNavigatedFrom(NavigationEventArgs const&) + { + if (appWindow != nullptr) + { + co_await appWindow.CloseAsync(); + } + } + + fire_and_forget Scenario1_SecondaryWindow::Button_Click(IInspectable const&, RoutedEventArgs const&) + { + auto lifetime = get_strong(); + + showWindowBtn().IsEnabled(false); + + // Only ever create one window. If the AppWindow already exists call TryShow on it to bring it to foreground. + if (appWindow == nullptr) + { + // Create a new window + appWindow = co_await AppWindow::TryCreateAsync(); + // Clean up when the window is closed + appWindow.Closed({ get_weak(), &Scenario1_SecondaryWindow::OnWindowClosed }); + // Navigate the frame to the page we want to show in the new window + appWindowFrame.Navigate(xaml_typename()); + // Attach the XAML content to our window + ElementCompositionPreview::SetAppWindowContent(appWindow, appWindowFrame); + } + + // Now show the window + co_await appWindow.TryShowAsync(); + + showWindowBtn().IsEnabled(true); + } + + void Scenario1_SecondaryWindow::OnWindowClosed(AppWindow const&, IInspectable const&) + { + // Make sure we release the reference to this window, and release XAML resources. + appWindow = nullptr; + appWindowFrame.Content(nullptr); + } + +} diff --git a/Samples/AppWindow/cppwinrt/Scenario1_SecondaryWindow.h b/Samples/AppWindow/cppwinrt/Scenario1_SecondaryWindow.h new file mode 100644 index 0000000000..d9d02be9ae --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Scenario1_SecondaryWindow.h @@ -0,0 +1,39 @@ +//********************************************************* +// +// 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_SecondaryWindow.g.h" + +namespace winrt::SDKTemplate::implementation +{ + struct Scenario1_SecondaryWindow : Scenario1_SecondaryWindowT + { + Scenario1_SecondaryWindow(); + + fire_and_forget OnNavigatedFrom(Windows::UI::Xaml::Navigation::NavigationEventArgs const&); + + fire_and_forget Button_Click(IInspectable const&, Windows::UI::Xaml::RoutedEventArgs const&); + + private: + Windows::UI::WindowManagement::AppWindow appWindow{ nullptr }; + Windows::UI::Xaml::Controls::Frame appWindowFrame{}; + + void OnWindowClosed(Windows::UI::WindowManagement::AppWindow const& sender, IInspectable const&); + }; +} + +namespace winrt::SDKTemplate::factory_implementation +{ + struct Scenario1_SecondaryWindow : Scenario1_SecondaryWindowT + { + }; +} diff --git a/Samples/AppWindow/cppwinrt/Scenario2_DisplayRegion.cpp b/Samples/AppWindow/cppwinrt/Scenario2_DisplayRegion.cpp new file mode 100644 index 0000000000..ffc03b3021 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Scenario2_DisplayRegion.cpp @@ -0,0 +1,119 @@ +//********************************************************* +// +// 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 "Scenario2_DisplayRegion.h" +#include "SampleConfiguration.h" + +using namespace winrt; +using namespace Windows::Foundation; +using namespace Windows::Foundation::Collections; +using namespace Windows::UI::ViewManagement; +using namespace Windows::UI::WindowManagement; +using namespace Windows::UI::Xaml; +using namespace Windows::UI::Xaml::Hosting; +using namespace Windows::UI::Xaml::Navigation; + +namespace winrt::SDKTemplate::implementation +{ + Scenario2_DisplayRegion::Scenario2_DisplayRegion() + { + InitializeComponent(); + } + + void Scenario2_DisplayRegion::OnNavigatedTo(NavigationEventArgs const&) + { + // Check to see if we have more than one DisplayRegion, if not we disable the button since the scenario will not work + + showWindowBtn().IsEnabled(NumberOfAvailableDisplayRegions() > 1); + } + + fire_and_forget Scenario2_DisplayRegion::OnNavigatedFrom(NavigationEventArgs const&) + { + if (appWindow != nullptr) + { + co_await appWindow.CloseAsync(); + } + } + + int Scenario2_DisplayRegion::NumberOfAvailableDisplayRegions() + { + // Get the list of all DisplayRegions defined for the WindowingEnvironment that our application is currently in + IVectorView displayRegions = ApplicationView::GetForCurrentView().WindowingEnvironment().GetDisplayRegions(); + + int availableDisplayRegions = 0; + // count all the DisplayRegions that are marked as available to the app for use. + for (DisplayRegion const& displayregion : displayRegions) + { + if (displayregion.IsVisible()) + { + availableDisplayRegions++; + } + } + return availableDisplayRegions; + } + + DisplayRegion Scenario2_DisplayRegion::GetOtherDisplayRegion(DisplayRegion currentAppDisplayRegion) + { + // Get the list of all DisplayRegions defined for the WindowingEnvironment that our application is currently in + IVectorView displayRegions = ApplicationView::GetForCurrentView().WindowingEnvironment().GetDisplayRegions(); + for (DisplayRegion const& displayRegion : displayRegions) + { + if (displayRegion != currentAppDisplayRegion && displayRegion.IsVisible()) + { + return displayRegion; + } + } + + return nullptr; + } + + fire_and_forget Scenario2_DisplayRegion::Button_Click(IInspectable const&, RoutedEventArgs const&) + { + auto lifetime = get_strong(); + + unique_disabled_control re_enabled{ showWindowBtn() }; + + // Only ever create one window. If the AppWindow already exists call TryShow on it to bring it to foreground. + if (appWindow == nullptr) + { + // Create a new window + appWindow = co_await AppWindow::TryCreateAsync(); + // Clean up when the window is closed + appWindow.Closed({ get_weak(), &Scenario2_DisplayRegion::OnWindowClosed }); + // Navigate the frame to the page we want to show in the new window + appWindowFrame.Navigate(xaml_typename()); + // Attach the XAML content to our window + ElementCompositionPreview::SetAppWindowContent(appWindow, appWindowFrame); + } + + // Get DisplayRegion to position our window on + DisplayRegion secondaryDisplayRegion = GetOtherDisplayRegion(ApplicationView::GetForCurrentView().GetDisplayRegions().GetAt(0)); + if (secondaryDisplayRegion != nullptr) + { + appWindow.RequestMoveToDisplayRegion(secondaryDisplayRegion); + } + + // If the window is not visible, show it and/or bring it to foreground + if (!appWindow.IsVisible()) + { + co_await appWindow.TryShowAsync(); + } + } + + void Scenario2_DisplayRegion::OnWindowClosed(AppWindow const&, IInspectable const&) + { + // Make sure we release the reference to this window, and release XAML resources. + appWindow = nullptr; + appWindowFrame.Content(nullptr); + } + +} diff --git a/Samples/AppWindow/cppwinrt/Scenario2_DisplayRegion.h b/Samples/AppWindow/cppwinrt/Scenario2_DisplayRegion.h new file mode 100644 index 0000000000..ee659ad569 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Scenario2_DisplayRegion.h @@ -0,0 +1,42 @@ +//********************************************************* +// +// 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 "Scenario2_DisplayRegion.g.h" + +namespace winrt::SDKTemplate::implementation +{ + struct Scenario2_DisplayRegion : Scenario2_DisplayRegionT + { + Scenario2_DisplayRegion(); + + void OnNavigatedTo(Windows::UI::Xaml::Navigation::NavigationEventArgs const&); + fire_and_forget OnNavigatedFrom(Windows::UI::Xaml::Navigation::NavigationEventArgs const&); + + fire_and_forget Button_Click(IInspectable const&, Windows::UI::Xaml::RoutedEventArgs const&); + + private: + Windows::UI::WindowManagement::AppWindow appWindow{ nullptr }; + Windows::UI::Xaml::Controls::Frame appWindowFrame{}; + + int NumberOfAvailableDisplayRegions(); + Windows::UI::WindowManagement::DisplayRegion GetOtherDisplayRegion(Windows::UI::WindowManagement::DisplayRegion currentAppDisplayRegion); + void OnWindowClosed(Windows::UI::WindowManagement::AppWindow const& sender, IInspectable const&); + }; +} + +namespace winrt::SDKTemplate::factory_implementation +{ + struct Scenario2_DisplayRegion : Scenario2_DisplayRegionT + { + }; +} diff --git a/Samples/AppWindow/cppwinrt/Scenario3_Size.cpp b/Samples/AppWindow/cppwinrt/Scenario3_Size.cpp new file mode 100644 index 0000000000..a5dfa25c2f --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Scenario3_Size.cpp @@ -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. +// +//********************************************************* + +#include "pch.h" +#include "Scenario3_Size.h" +#include "SampleConfiguration.h" +#include "MainPage.h" + +using namespace winrt; +using namespace Windows::Foundation; +using namespace Windows::UI::WindowManagement; +using namespace Windows::UI::WindowManagement::Preview; +using namespace Windows::UI::Xaml; +using namespace Windows::UI::Xaml::Hosting; +using namespace Windows::UI::Xaml::Navigation; + +namespace winrt::SDKTemplate::implementation +{ + Scenario3_Size::Scenario3_Size() + { + InitializeComponent(); + } + + fire_and_forget Scenario3_Size::OnNavigatedFrom(NavigationEventArgs const&) + { + if (appWindow != nullptr) + { + co_await appWindow.CloseAsync(); + } + } + + // Lower bounds on window size to keep things from being unreasonably tiny. + constexpr float MinWindowWidth = 192; + constexpr float MinWindowHeight = 48; + + fire_and_forget Scenario3_Size::ShowWindowBtn_Click(IInspectable const&, RoutedEventArgs const&) + { + auto lifetime = get_strong(); + + // Clear any previous message. + auto rootPage = SDKTemplate::implementation::MainPage::Current(); + rootPage.NotifyUser({}, NotifyType::StatusMessage); + + float windowWidth = 0.0f; + float windowHeight = 0.0f; + if (!TryParseFloat(windowWidthTxt().Text(), windowWidth) || + !TryParseFloat(windowHeightTxt().Text(), windowHeight) || + windowWidth < MinWindowWidth || windowHeight < MinWindowHeight) + { + rootPage.NotifyUser(L"Please specify a width of at least " + to_hstring(MinWindowWidth) + + L" and a height of at least " + to_hstring(MinWindowHeight) + L".", NotifyType::ErrorMessage); + co_return; + } + unique_disabled_control re_enabled{ showWindowBtn() }; + + // Only ever create one window. If the AppWindow already exists call TryShow on it to bring it to foreground. + if (appWindow == nullptr) + { + // Create a new window + appWindow = co_await AppWindow::TryCreateAsync(); + // Clean up when the window is closced + appWindow.Closed({ get_weak(), &Scenario3_Size::OnWindowClosed }); + // Navigate the frame to the page we want to show in the new window + appWindowFrame.Navigate(xaml_typename()); + // Attach the XAML content to our window + ElementCompositionPreview::SetAppWindowContent(appWindow, appWindowFrame); + } + + // If specified size is smaller than the default min size for a window we need to set a new preferred min size first. + // Let's set it to the smallest allowed and leave it at that. + if (windowWidth < 500 || windowHeight < 320) + { + WindowManagementPreview::SetPreferredMinSize(appWindow, { MinWindowWidth, MinWindowHeight }); + } + // Request the size of our window + appWindow.RequestSize({ windowWidth, windowHeight }); + // Attach the XAML content to our window + ElementCompositionPreview::SetAppWindowContent(appWindow, appWindowFrame); + + // If the window is not visible, show it and/or bring it to foreground + if (!appWindow.IsVisible()) + { + co_await appWindow.TryShowAsync(); + } + } + + void Scenario3_Size::OnWindowClosed(AppWindow const&, IInspectable const&) + { + // Make sure we release the reference to this window, and release XAML resources. + appWindow = nullptr; + appWindowFrame.Content(nullptr); + } +} diff --git a/Samples/AppWindow/cppwinrt/Scenario3_Size.h b/Samples/AppWindow/cppwinrt/Scenario3_Size.h new file mode 100644 index 0000000000..f8e47e382b --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Scenario3_Size.h @@ -0,0 +1,39 @@ +//********************************************************* +// +// 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 "Scenario3_Size.g.h" + +namespace winrt::SDKTemplate::implementation +{ + struct Scenario3_Size : Scenario3_SizeT + { + Scenario3_Size(); + + fire_and_forget OnNavigatedFrom(Windows::UI::Xaml::Navigation::NavigationEventArgs const&); + + fire_and_forget ShowWindowBtn_Click(IInspectable const&, Windows::UI::Xaml::RoutedEventArgs const&); + + private: + Windows::UI::WindowManagement::AppWindow appWindow{ nullptr }; + Windows::UI::Xaml::Controls::Frame appWindowFrame{}; + + void OnWindowClosed(Windows::UI::WindowManagement::AppWindow const& sender, IInspectable const&); + }; +} + +namespace winrt::SDKTemplate::factory_implementation +{ + struct Scenario3_Size : Scenario3_SizeT + { + }; +} diff --git a/Samples/AppWindow/cppwinrt/Scenario4_CompactOverlay.cpp b/Samples/AppWindow/cppwinrt/Scenario4_CompactOverlay.cpp new file mode 100644 index 0000000000..72baff4701 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Scenario4_CompactOverlay.cpp @@ -0,0 +1,93 @@ +//********************************************************* +// +// 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 "Scenario4_CompactOverlay.h" +#include "MainPage.h" +#include "SampleConfiguration.h" + +using namespace winrt; +using namespace Windows::Foundation; +using namespace Windows::UI::ViewManagement; +using namespace Windows::UI::WindowManagement; +using namespace Windows::UI::Xaml; +using namespace Windows::UI::Xaml::Hosting; +using namespace Windows::UI::Xaml::Navigation; + +namespace winrt::SDKTemplate::implementation +{ + Scenario4_CompactOverlay::Scenario4_CompactOverlay() + { + InitializeComponent(); + } + + fire_and_forget Scenario4_CompactOverlay::OnNavigatedFrom(NavigationEventArgs const&) + { + if (appWindow != nullptr) + { + co_await appWindow.CloseAsync(); + } + } + + fire_and_forget Scenario4_CompactOverlay::ShowWindowBtn_Click(IInspectable const&, RoutedEventArgs const&) + { + auto lifetime = get_strong(); + + // Is CompactOverlay supported for our main window? + // If so, it will be supported for a new window as well. + // If it isn't, it will not be supported for new windows either so we cannot proceed. + if (!ApplicationView::GetForCurrentView().IsViewModeSupported(ApplicationViewMode::CompactOverlay)) + { + return; + } + + unique_disabled_control re_enabled{ showWindowBtn() }; + + // Only ever create one window. If the AppWindow already exists call TryShow on it to bring it to foreground. + if (appWindow == nullptr) + { + // Create a new window + appWindow = co_await AppWindow::TryCreateAsync(); + // Clean up when the window is closced + appWindow.Closed({ get_weak(), &Scenario4_CompactOverlay::OnWindowClosed }); + + // Is CompactOverlay supported for this AppWindow? If not, then stop. + if (appWindow.Presenter().IsPresentationSupported(AppWindowPresentationKind::CompactOverlay)) + { + // Create a new frame for the window + // Navigate the frame to the CompactOverlay page inside it. + appWindowFrame.Navigate(xaml_typename()); + // Attach the frame to the window + ElementCompositionPreview::SetAppWindowContent(appWindow, appWindowFrame); + // Let's set the title so that we can tell the windows apart + appWindow.Title(L"CompactOverlay Window"); + // Request the Presentation of the window to CompactOverlay + bool switched = appWindow.Presenter().RequestPresentation(AppWindowPresentationKind::CompactOverlay); + if (switched) + { + // If the request was satisfied, show the window + co_await appWindow.TryShowAsync(); + } + } + } + else + { + co_await appWindow.TryShowAsync(); + } + } + + void Scenario4_CompactOverlay::OnWindowClosed(AppWindow const&, IInspectable const&) + { + // Make sure we release the reference to this window, and release XAML resources. + appWindow = nullptr; + appWindowFrame.Content(nullptr); + } +} diff --git a/Samples/AppWindow/cppwinrt/Scenario4_CompactOverlay.h b/Samples/AppWindow/cppwinrt/Scenario4_CompactOverlay.h new file mode 100644 index 0000000000..e73671552f --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Scenario4_CompactOverlay.h @@ -0,0 +1,39 @@ +//********************************************************* +// +// 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 "Scenario4_CompactOverlay.g.h" + +namespace winrt::SDKTemplate::implementation +{ + struct Scenario4_CompactOverlay : Scenario4_CompactOverlayT + { + Scenario4_CompactOverlay(); + + fire_and_forget OnNavigatedFrom(Windows::UI::Xaml::Navigation::NavigationEventArgs const&); + + fire_and_forget ShowWindowBtn_Click(IInspectable const&, Windows::UI::Xaml::RoutedEventArgs const&); + + private: + Windows::UI::WindowManagement::AppWindow appWindow{ nullptr }; + Windows::UI::Xaml::Controls::Frame appWindowFrame{}; + + void OnWindowClosed(Windows::UI::WindowManagement::AppWindow const& sender, IInspectable const&); + }; +} + +namespace winrt::SDKTemplate::factory_implementation +{ + struct Scenario4_CompactOverlay : Scenario4_CompactOverlayT + { + }; +} diff --git a/Samples/AppWindow/cppwinrt/Scenario5_RelativePositioning.cpp b/Samples/AppWindow/cppwinrt/Scenario5_RelativePositioning.cpp new file mode 100644 index 0000000000..67a6fd4f73 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Scenario5_RelativePositioning.cpp @@ -0,0 +1,100 @@ +//********************************************************* +// +// 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 "Scenario5_RelativePositioning.h" +#include "MainPage.h" +#include "SampleConfiguration.h" + +using namespace winrt; +using namespace Windows::Foundation; +using namespace Windows::UI::ViewManagement; +using namespace Windows::UI::WindowManagement; +using namespace Windows::UI::Xaml; +using namespace Windows::UI::Xaml::Hosting; +using namespace Windows::UI::Xaml::Navigation; + +namespace winrt::SDKTemplate::implementation +{ + Scenario5_RelativePositioning::Scenario5_RelativePositioning() + { + InitializeComponent(); + } + + fire_and_forget Scenario5_RelativePositioning::OnNavigatedFrom(NavigationEventArgs const&) + { + if (appWindow != nullptr) + { + co_await appWindow.CloseAsync(); + } + } + + fire_and_forget Scenario5_RelativePositioning::ShowWindowBtn_Click(IInspectable const&, RoutedEventArgs const&) + { + auto lifetime = get_strong(); + + // Clear any previous message. + auto rootPage = SDKTemplate::implementation::MainPage::Current(); + rootPage.NotifyUser({}, NotifyType::StatusMessage); + + float horizontalOffset = 0.0f; + float verticalOffset = 0.0f; + if (!TryParseFloat(windowOffsetXTxt().Text(), horizontalOffset) || + !TryParseFloat(windowOffsetYTxt().Text(), verticalOffset)) + { + rootPage.NotifyUser(L"Please specify valid numeric offsets.", NotifyType::ErrorMessage); + co_return; + } + + unique_disabled_control re_enabled{ showWindowBtn() }; + + // Only ever create and show one window. + if (appWindow == nullptr) + { + // Create a new window + appWindow = co_await AppWindow::TryCreateAsync(); + // Clean up when the window is closed + appWindow.Closed({ get_weak(), &Scenario5_RelativePositioning::OnWindowClosed }); + // Navigate the frame to the page we want to show in the new window + appWindowFrame.Navigate(xaml_typename()); + // Attach the XAML content to our window + ElementCompositionPreview::SetAppWindowContent(appWindow, appWindowFrame); + } + + // Make a point for our offset. + Point offset{ horizontalOffset, verticalOffset }; + + // Check if we should be setting our position relative to ApplicationView or DisplayRegion + if (positionOffsetDisplayRegionRB().IsChecked().Value()) + { + // Request an offset relative to the DisplayRegion we're on + appWindow.RequestMoveRelativeToDisplayRegion(ApplicationView::GetForCurrentView().GetDisplayRegions().GetAt(0), offset); + } + else + { + // Relative to our ApplicationView + appWindow.RequestMoveRelativeToCurrentViewContent(offset); + } + + // If the window is not visible, show it and/or bring it to foreground + if (!appWindow.IsVisible()) + { + co_await appWindow.TryShowAsync(); + } + } + + void Scenario5_RelativePositioning::OnWindowClosed(AppWindow const&, IInspectable const&) + { + // Make sure we release the reference to this window, and release XAML resources. + appWindow = nullptr; + appWindowFrame.Content(nullptr); + } +} diff --git a/Samples/AppWindow/cppwinrt/Scenario5_RelativePositioning.h b/Samples/AppWindow/cppwinrt/Scenario5_RelativePositioning.h new file mode 100644 index 0000000000..9ff7a0c427 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/Scenario5_RelativePositioning.h @@ -0,0 +1,39 @@ +//********************************************************* +// +// 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 "Scenario5_RelativePositioning.g.h" + +namespace winrt::SDKTemplate::implementation +{ + struct Scenario5_RelativePositioning : Scenario5_RelativePositioningT + { + Scenario5_RelativePositioning(); + + fire_and_forget OnNavigatedFrom(Windows::UI::Xaml::Navigation::NavigationEventArgs const&); + + fire_and_forget ShowWindowBtn_Click(IInspectable const&, Windows::UI::Xaml::RoutedEventArgs const&); + + private: + Windows::UI::WindowManagement::AppWindow appWindow{ nullptr }; + Windows::UI::Xaml::Controls::Frame appWindowFrame{}; + + void OnWindowClosed(Windows::UI::WindowManagement::AppWindow const& sender, IInspectable const&); + }; +} + +namespace winrt::SDKTemplate::factory_implementation +{ + struct Scenario5_RelativePositioning : Scenario5_RelativePositioningT + { + }; +} diff --git a/Samples/AppWindow/cppwinrt/SecondaryAppWindowPage.cpp b/Samples/AppWindow/cppwinrt/SecondaryAppWindowPage.cpp new file mode 100644 index 0000000000..e0e1d0ba02 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/SecondaryAppWindowPage.cpp @@ -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. +// +//********************************************************* + +#include "pch.h" +#include "SecondaryAppWindowPage.h" + +using namespace winrt; +using namespace Windows::Foundation; +using namespace Windows::UI::Xaml; + +namespace winrt::SDKTemplate::implementation +{ + SecondaryAppWindowPage::SecondaryAppWindowPage() + { + InitializeComponent(); + } +} diff --git a/Samples/AppWindow/cppwinrt/SecondaryAppWindowPage.h b/Samples/AppWindow/cppwinrt/SecondaryAppWindowPage.h new file mode 100644 index 0000000000..cbc2c5800c --- /dev/null +++ b/Samples/AppWindow/cppwinrt/SecondaryAppWindowPage.h @@ -0,0 +1,29 @@ +//********************************************************* +// +// 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 "SecondaryAppWindowPage.g.h" + +namespace winrt::SDKTemplate::implementation +{ + struct SecondaryAppWindowPage : SecondaryAppWindowPageT + { + SecondaryAppWindowPage(); + }; +} + +namespace winrt::SDKTemplate::factory_implementation +{ + struct SecondaryAppWindowPage : SecondaryAppWindowPageT + { + }; +} diff --git a/Samples/AppWindow/cppwinrt/packages.config b/Samples/AppWindow/cppwinrt/packages.config new file mode 100644 index 0000000000..605fbab91d --- /dev/null +++ b/Samples/AppWindow/cppwinrt/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Samples/AppWindow/cppwinrt/pch.cpp b/Samples/AppWindow/cppwinrt/pch.cpp new file mode 100644 index 0000000000..01484ff5aa --- /dev/null +++ b/Samples/AppWindow/cppwinrt/pch.cpp @@ -0,0 +1,6 @@ +// +// pch.cpp +// Include the standard header and generate the precompiled header. +// + +#include "pch.h" diff --git a/Samples/AppWindow/cppwinrt/pch.h b/Samples/AppWindow/cppwinrt/pch.h new file mode 100644 index 0000000000..e435fb70f0 --- /dev/null +++ b/Samples/AppWindow/cppwinrt/pch.h @@ -0,0 +1,22 @@ +#pragma once + +#include +#include "winrt/coroutine.h" +#include "winrt/Windows.Foundation.h" +#include "winrt/Windows.Foundation.Collections.h" +#include "winrt/Windows.ApplicationModel.Activation.h" +#include "winrt/Windows.System.h" +#include "winrt/Windows.UI.Core.h" +#include "winrt/Windows.UI.ViewManagement.h" +#include "winrt/Windows.UI.WindowManagement.h" +#include "winrt/Windows.UI.WindowManagement.Preview.h" +#include "winrt/Windows.UI.Xaml.h" +#include "winrt/Windows.UI.Xaml.Automation.Peers.h" +#include "winrt/Windows.UI.Xaml.Controls.h" +#include "winrt/Windows.UI.Xaml.Controls.Primitives.h" +#include "winrt/Windows.UI.Xaml.Documents.h" +#include "winrt/Windows.UI.Xaml.Hosting.h" +#include "winrt/Windows.UI.Xaml.Interop.h" +#include "winrt/Windows.UI.Xaml.Markup.h" +#include "winrt/Windows.UI.Xaml.Media.h" +#include "winrt/Windows.UI.Xaml.Navigation.h" diff --git a/Samples/AppWindow/cs/AppWindow.csproj b/Samples/AppWindow/cs/AppWindow.csproj new file mode 100644 index 0000000000..5111da4e3d --- /dev/null +++ b/Samples/AppWindow/cs/AppWindow.csproj @@ -0,0 +1,216 @@ + + + + + Debug + x86 + {04060B60-3DF4-56D0-BA10-E62742C5A636} + AppContainerExe + Properties + SDKTemplate + AppWindow + en-US + UAP + 10.0.18362.0 + 10.0.18362.0 + 15 + true + 512 + {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + + + 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 + + + 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 + + + + App.xaml.cs + App.xaml + + + MainPage.xaml.cs + MainPage.xaml + + + Properties\AssemblyInfo.cs + + + + Scenario1_SecondaryWindow.xaml + + + Scenario2_DisplayRegion.xaml + + + Scenario3_Size.xaml + + + Scenario4_CompactOverlay.xaml + + + Scenario5_RelativePositioning.xaml + + + SecondaryAppWindowPage.xaml + + + + + Designer + + + + + App.xaml + MSBuild:Compile + Designer + + + MainPage.xaml + MSBuild:Compile + Designer + + + Scenario1_SecondaryWindow.xaml + MSBuild:Compile + Designer + + + Scenario2_DisplayRegion.xaml + MSBuild:Compile + Designer + + + Styles\Styles.xaml + MSBuild:Compile + Designer + + + Scenario3_Size.xaml + Designer + MSBuild:Compile + + + Scenario4_CompactOverlay.xaml + Designer + MSBuild:Compile + + + Scenario5_RelativePositioning.xaml + Designer + MSBuild:Compile + + + SecondaryAppWindowPage.xaml + Designer + MSBuild:Compile + + + + + 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 + + + + + 5.0.0 + + + + 15.0 + + + + \ No newline at end of file diff --git a/Samples/AppWindow/cs/AppWindow.sln b/Samples/AppWindow/cs/AppWindow.sln new file mode 100644 index 0000000000..ed1b4a0ad2 --- /dev/null +++ b/Samples/AppWindow/cs/AppWindow.sln @@ -0,0 +1,43 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28107.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppWindow", "AppWindow.csproj", "{04060B60-3DF4-56D0-BA10-E62742C5A636}" +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 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Debug|ARM.ActiveCfg = Debug|ARM + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Debug|ARM.Build.0 = Debug|ARM + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Debug|ARM.Deploy.0 = Debug|ARM + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Debug|x64.ActiveCfg = Debug|x64 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Debug|x64.Build.0 = Debug|x64 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Debug|x64.Deploy.0 = Debug|x64 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Debug|x86.ActiveCfg = Debug|x86 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Debug|x86.Build.0 = Debug|x86 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Debug|x86.Deploy.0 = Debug|x86 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Release|ARM.ActiveCfg = Release|ARM + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Release|ARM.Build.0 = Release|ARM + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Release|ARM.Deploy.0 = Release|ARM + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Release|x64.ActiveCfg = Release|x64 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Release|x64.Build.0 = Release|x64 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Release|x64.Deploy.0 = Release|x64 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Release|x86.ActiveCfg = Release|x86 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Release|x86.Build.0 = Release|x86 + {04060B60-3DF4-56D0-BA10-E62742C5A636}.Release|x86.Deploy.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {ED0AE24B-9DFF-449B-B1B6-5EF1C87676A4} + EndGlobalSection +EndGlobal diff --git a/Samples/AppWindow/cs/Package.appxmanifest b/Samples/AppWindow/cs/Package.appxmanifest new file mode 100644 index 0000000000..798e1fbd38 --- /dev/null +++ b/Samples/AppWindow/cs/Package.appxmanifest @@ -0,0 +1,49 @@ + + + + + + + + + + AppWindow C# Sample + Microsoft Corporation + Assets\StoreLogo-sdk.png + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Samples/AppWindow/cs/SampleConfiguration.cs b/Samples/AppWindow/cs/SampleConfiguration.cs new file mode 100644 index 0000000000..fffc509b2c --- /dev/null +++ b/Samples/AppWindow/cs/SampleConfiguration.cs @@ -0,0 +1,37 @@ +//********************************************************* +// +// 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 = "AppWindow C# Sample"; + + List scenarios = new List + { + new Scenario() { Title="Create and show secondary window", ClassType=typeof(Scenario1_SecondaryWindow)}, + new Scenario() { Title="Show window on another display", ClassType=typeof(Scenario2_DisplayRegion)}, + new Scenario() { Title="Specific size for secondary window", ClassType=typeof(Scenario3_Size)}, + new Scenario() { Title="CompactOverlay secondary window", ClassType=typeof(Scenario4_CompactOverlay)}, + new Scenario() { Title="Position secondary window", ClassType=typeof(Scenario5_RelativePositioning)}, + }; + } + + public class Scenario + { + public string Title { get; set; } + public Type ClassType { get; set; } + } +} diff --git a/Samples/AppWindow/cs/Scenario1_SecondaryWindow.xaml.cs b/Samples/AppWindow/cs/Scenario1_SecondaryWindow.xaml.cs new file mode 100644 index 0000000000..613a7d726f --- /dev/null +++ b/Samples/AppWindow/cs/Scenario1_SecondaryWindow.xaml.cs @@ -0,0 +1,62 @@ +//********************************************************* +// +// 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 Windows.UI.WindowManagement; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Hosting; +using Windows.UI.Xaml.Navigation; + +namespace SDKTemplate +{ + public sealed partial class Scenario1_SecondaryWindow : Page + { + private AppWindow appWindow; + private Frame appWindowFrame = new Frame(); + + public Scenario1_SecondaryWindow() + { + InitializeComponent(); + } + + protected override async void OnNavigatedFrom(NavigationEventArgs e) + { + if (appWindow != null) + { + await appWindow.CloseAsync(); + } + } + + private async void Button_Click(object sender, RoutedEventArgs e) + { + showWindowBtn.IsEnabled = false; + + // Only ever create one window. If the AppWindow already exists call TryShow on it to bring it to foreground. + if (appWindow == null) + { + // Create a new window + appWindow = await AppWindow.TryCreateAsync(); + // Make sure we release the reference to this window, and release XAML resources, when it's closed + appWindow.Closed += delegate { appWindow = null; appWindowFrame.Content = null; }; + // Navigate the frame to the page we want to show in the new window + appWindowFrame.Navigate(typeof(SecondaryAppWindowPage)); + // Attach the XAML content to our window + ElementCompositionPreview.SetAppWindowContent(appWindow, appWindowFrame); + } + + // Now show the window + await appWindow.TryShowAsync(); + + showWindowBtn.IsEnabled = true; + } + } +} \ No newline at end of file diff --git a/Samples/AppWindow/cs/Scenario2_DisplayRegion.xaml.cs b/Samples/AppWindow/cs/Scenario2_DisplayRegion.xaml.cs new file mode 100644 index 0000000000..57038dae89 --- /dev/null +++ b/Samples/AppWindow/cs/Scenario2_DisplayRegion.xaml.cs @@ -0,0 +1,112 @@ +//********************************************************* +// +// 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.ViewManagement; +using Windows.UI.WindowManagement; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Hosting; +using Windows.UI.Xaml.Navigation; + +namespace SDKTemplate +{ + public sealed partial class Scenario2_DisplayRegion : Page + { + private AppWindow appWindow; + private Frame appWindowFrame = new Frame(); + + public Scenario2_DisplayRegion() + { + InitializeComponent(); + } + + protected override void OnNavigatedTo(NavigationEventArgs e) + { + // Check to see if we have more than one DisplayRegion, if not we disable the button since the scenario will not work + showWindowBtn.IsEnabled = NumberOfAvailableDisplayRegions() > 1; + } + + protected override async void OnNavigatedFrom(NavigationEventArgs e) + { + if (appWindow != null) + { + await appWindow.CloseAsync(); + } + } + + private int NumberOfAvailableDisplayRegions() + { + // Get the list of all DisplayRegions defined for the WindowingEnvironment that our application is currently in + IReadOnlyList displayRegions = ApplicationView.GetForCurrentView().WindowingEnvironment.GetDisplayRegions(); + + int availableDisplayRegions = 0; + // count all the DisplayRegions that are marked as available to the app for use. + foreach (DisplayRegion displayregion in displayRegions) + { + if (displayregion.IsVisible) + { + availableDisplayRegions++; + } + } + return availableDisplayRegions; + } + + private DisplayRegion GetOtherDisplayRegion(DisplayRegion currentAppDisplayRegion) + { + // Get the list of all DisplayRegions defined for the WindowingEnvironment that our application is currently in + IReadOnlyList displayRegions = ApplicationView.GetForCurrentView().WindowingEnvironment.GetDisplayRegions(); + foreach (DisplayRegion displayRegion in displayRegions) + { + if (displayRegion != currentAppDisplayRegion && displayRegion.IsVisible) + { + return displayRegion; + } + } + + return null; + } + + private async void Button_Click(object sender, RoutedEventArgs e) + { + showWindowBtn.IsEnabled = false; + + // Only ever create and show one window. If the AppWindow exists call TryShow on it to bring it to foreground. + if (appWindow == null) + { + // Create a new window + appWindow = await AppWindow.TryCreateAsync(); + // Make sure we release the reference to this window, and release XAML resources, when it's closed + appWindow.Closed += delegate { appWindow = null; appWindowFrame.Content = null; }; + // Navigate the frame to the page we want to show in the new window + appWindowFrame.Navigate(typeof(SecondaryAppWindowPage)); + // Attach the XAML content to our window + ElementCompositionPreview.SetAppWindowContent(appWindow, appWindowFrame); + } + + // Get DisplayRegion to position our window on + DisplayRegion secondaryDisplayRegion = GetOtherDisplayRegion(ApplicationView.GetForCurrentView().GetDisplayRegions()[0]); + if (secondaryDisplayRegion != null) + { + appWindow.RequestMoveToDisplayRegion(secondaryDisplayRegion); + } + + // If the window is not visible, show it and/or bring it to foreground + if (!appWindow.IsVisible) + { + await appWindow.TryShowAsync(); + } + + showWindowBtn.IsEnabled = true; + } + } +} diff --git a/Samples/AppWindow/cs/Scenario3_Size.xaml.cs b/Samples/AppWindow/cs/Scenario3_Size.xaml.cs new file mode 100644 index 0000000000..21facaa014 --- /dev/null +++ b/Samples/AppWindow/cs/Scenario3_Size.xaml.cs @@ -0,0 +1,91 @@ +//********************************************************* +// +// 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 Windows.Foundation; +using Windows.UI.WindowManagement; +using Windows.UI.WindowManagement.Preview; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Hosting; +using Windows.UI.Xaml.Navigation; + +namespace SDKTemplate +{ + public sealed partial class Scenario3_Size : Page + { + private AppWindow appWindow; + private Frame appWindowFrame = new Frame(); + + public Scenario3_Size() + { + this.InitializeComponent(); + } + + protected override async void OnNavigatedFrom(NavigationEventArgs e) + { + if (appWindow != null) + { + await appWindow.CloseAsync(); + } + } + + // Lower bounds on window size to keep things from being unresonably tiny. + const double MinWindowWidth = 192; + const double MinWindowHeight = 48; + + private async void ShowWindowBtn_Click(object sender, RoutedEventArgs e) + { + // Clear any previous message. + MainPage.Current.NotifyUser(string.Empty, NotifyType.StatusMessage); + + Double.TryParse(windowWidthTxt.Text, out var windowWidth); + Double.TryParse(windowHeightTxt.Text, out var windowHeight); + if (windowWidth < MinWindowWidth || windowHeight < MinWindowHeight) + { + MainPage.Current.NotifyUser($"Please specify a width of at least {MinWindowWidth} and a height of at least {MinWindowHeight}.", NotifyType.ErrorMessage); + return; + } + + showWindowBtn.IsEnabled = false; + + // Only ever create and show one window. If the AppWindow exists use it + if (appWindow == null) + { + // Create a new window + appWindow = await AppWindow.TryCreateAsync(); + // Make sure we release the reference to this window, and release XAML resources, when it's closed + appWindow.Closed += delegate { appWindow = null; appWindowFrame.Content = null; }; + // Navigate the frame to the page we want to show in the new window + appWindowFrame.Navigate(typeof(SecondaryAppWindowPage)); + } + + // If specified size is smaller than the default min size for a window we need to set a new preferred min size first. + // Let's set it to the smallest allowed and leave it at that. + if (windowWidth < 500 || windowHeight < 320) + { + WindowManagementPreview.SetPreferredMinSize(appWindow, new Size(MinWindowWidth, MinWindowHeight)); + } + // Request the size of our window + appWindow.RequestSize(new Size(windowWidth, windowHeight)); + // Attach the XAML content to our window + ElementCompositionPreview.SetAppWindowContent(appWindow, appWindowFrame); + + // If the window is not visible, show it and/or bring it to foreground + if (!appWindow.IsVisible) + { + await appWindow.TryShowAsync(); + } + + showWindowBtn.IsEnabled = true; + } + } +} diff --git a/Samples/AppWindow/cs/Scenario4_CompactOverlay.xaml.cs b/Samples/AppWindow/cs/Scenario4_CompactOverlay.xaml.cs new file mode 100644 index 0000000000..f7ac2a9f18 --- /dev/null +++ b/Samples/AppWindow/cs/Scenario4_CompactOverlay.xaml.cs @@ -0,0 +1,86 @@ +//********************************************************* +// +// 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 Windows.UI.ViewManagement; +using Windows.UI.WindowManagement; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Hosting; +using Windows.UI.Xaml.Navigation; + +namespace SDKTemplate +{ + public sealed partial class Scenario4_CompactOverlay : Page + { + private AppWindow appWindow; + private Frame appWindowFrame = new Frame(); + + public Scenario4_CompactOverlay() + { + this.InitializeComponent(); + } + + protected override async void OnNavigatedFrom(NavigationEventArgs e) + { + if (appWindow != null) + { + await appWindow.CloseAsync(); + } + } + + private async void ShowWindowBtn_Click(object sender, RoutedEventArgs e) + { + // Is CompactOverlay supported for our main window? + // If so, it will be supported for a new window as well. + // If it isn't, it will not be supported for new windows either so we cannot proceed. + if (!ApplicationView.GetForCurrentView().IsViewModeSupported(ApplicationViewMode.CompactOverlay)) + { + return; + } + + showWindowBtn.IsEnabled = false; + + if (appWindow == null) + { + + // Create a new AppWindow + appWindow = await AppWindow.TryCreateAsync(); + // Make sure we release the reference to this window, and release XAML resources, when it's closed + appWindow.Closed += delegate { appWindow = null; appWindowFrame.Content = null; }; + // Is CompactOverlay supported for this AppWindow? If not, then stop. + if (appWindow.Presenter.IsPresentationSupported(AppWindowPresentationKind.CompactOverlay)) + { + // Create a new frame for the window + // Navigate the frame to the CompactOverlay page inside it. + appWindowFrame.Navigate(typeof(SecondaryAppWindowPage)); + // Attach the frame to the window + ElementCompositionPreview.SetAppWindowContent(appWindow, appWindowFrame); + // Let's set the title so that we can tell the windows apart + appWindow.Title = "CompactOverlay Window"; + // Request the Presentation of the window to CompactOverlay + bool switched = appWindow.Presenter.RequestPresentation(AppWindowPresentationKind.CompactOverlay); + if (switched) + { + // If the request was satisfied, show the window + await appWindow.TryShowAsync(); + } + } + } + else + { + await appWindow.TryShowAsync(); + } + + showWindowBtn.IsEnabled = true; + } + } +} diff --git a/Samples/AppWindow/cs/Scenario5_RelativePositioning.xaml.cs b/Samples/AppWindow/cs/Scenario5_RelativePositioning.xaml.cs new file mode 100644 index 0000000000..e1be120230 --- /dev/null +++ b/Samples/AppWindow/cs/Scenario5_RelativePositioning.xaml.cs @@ -0,0 +1,94 @@ +//********************************************************* +// +// 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 Windows.Foundation; +using Windows.UI.ViewManagement; +using Windows.UI.WindowManagement; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Hosting; +using Windows.UI.Xaml.Navigation; + +namespace SDKTemplate +{ + public sealed partial class Scenario5_RelativePositioning : Page + { + private AppWindow appWindow; + private Frame appWindowFrame = new Frame(); + + public Scenario5_RelativePositioning() + { + this.InitializeComponent(); + } + + protected override async void OnNavigatedFrom(NavigationEventArgs e) + { + if (appWindow != null) + { + await appWindow.CloseAsync(); + } + } + + private async void ShowWindowBtn_Click(object sender, RoutedEventArgs e) + { + // Clear any previous message. + MainPage.Current.NotifyUser(string.Empty, NotifyType.StatusMessage); + + if (!Double.TryParse(windowOffsetXTxt.Text, out var horizontalOffset) || + !Double.TryParse(windowOffsetYTxt.Text, out var verticalOffset)) + { + MainPage.Current.NotifyUser($"Please specify valid numeric offsets.", NotifyType.ErrorMessage); + return; + } + + showWindowBtn.IsEnabled = false; + + // Only ever create and show one window. + if (appWindow == null) + { + // Create a new window + appWindow = await AppWindow.TryCreateAsync(); + // Make sure we release the reference to this window, and release XAML resources, when it's closed + appWindow.Closed += delegate { appWindow = null; appWindowFrame.Content = null; }; + // Request the size of our window + appWindow.RequestSize(new Size(500, 320)); + // Navigate the frame to the page we want to show in the new window + appWindowFrame.Navigate(typeof(SecondaryAppWindowPage)); + // Attach the XAML content to our window + ElementCompositionPreview.SetAppWindowContent(appWindow, appWindowFrame); + } + + // Make a point for our offset. + Point offset = new Point(horizontalOffset, verticalOffset); + + // Check if we should be setting our position relative to ApplicationView or DisplayRegion + if (positionOffsetDisplayRegionRB.IsChecked.Value) + { + // Request an offset relative to the DisplayRegion we're on + appWindow.RequestMoveRelativeToDisplayRegion(ApplicationView.GetForCurrentView().GetDisplayRegions()[0], offset); + } + else + { + // Relative to our ApplicationView + appWindow.RequestMoveRelativeToCurrentViewContent(offset); + } + + // If the window is not visible, show it and/or bring it to foreground + if (!appWindow.IsVisible) + { + await appWindow.TryShowAsync(); + } + + showWindowBtn.IsEnabled = true; + } + } +} \ No newline at end of file diff --git a/Samples/AppWindow/cs/SecondaryAppWindowPage.xaml.cs b/Samples/AppWindow/cs/SecondaryAppWindowPage.xaml.cs new file mode 100644 index 0000000000..a7a6c8d414 --- /dev/null +++ b/Samples/AppWindow/cs/SecondaryAppWindowPage.xaml.cs @@ -0,0 +1,23 @@ +//********************************************************* +// +// 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.UI.Xaml.Controls; + +namespace SDKTemplate +{ + public sealed partial class SecondaryAppWindowPage : Page + { + public SecondaryAppWindowPage() + { + this.InitializeComponent(); + } + } +} diff --git a/Samples/AppWindow/shared/Scenario1_SecondaryWindow.xaml b/Samples/AppWindow/shared/Scenario1_SecondaryWindow.xaml new file mode 100644 index 0000000000..bef09bfaaa --- /dev/null +++ b/Samples/AppWindow/shared/Scenario1_SecondaryWindow.xaml @@ -0,0 +1,30 @@ + + + + + + + + Creates and shows a secondary window as an AppWindow. This secondary window is on the same UI thread as the main view. + +