Skip to content

Commit cdfd8ef

Browse files
committed
Windows 10 future version - April 2019 Update 2
1 parent 9ff70e1 commit cdfd8ef

File tree

1,937 files changed

+17594
-15097
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,937 files changed

+17594
-15097
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -206,19 +206,20 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
206206
<tr>
207207
<td><a href="Samples/Printing">Printing</a></td>
208208
<td><a href="Samples/DpiScaling">Scaling according to DPI</a></td>
209-
<td><a href="Samples/SplashScreen">Splash screen</a></td>
209+
<td><a href="Samples/AppWindow">Secondary windows</a></td>
210210
</tr>
211211
<tr>
212+
<td><a href="Samples/SplashScreen">Splash screen</a></td>
212213
<td><a href="Samples/XamlStateTriggers">State triggers</a></td>
213214
<td><a href="Samples/XamlTailoredMultipleViews">Tailored multiple views</a></td>
214-
<td><a href="Samples/TitleBar">Title bar</a></td>
215215
</tr>
216216
<tr>
217+
<td><a href="Samples/TitleBar">Title bar</a></td>
217218
<td><a href="https://github.com/Microsoft/Xaml-Controls-Gallery">UI basics (XAML)</a></td>
218219
<td><a href="Samples/UserInteractionMode">User interaction mode</a></td>
219-
<td><a href="Samples/WebView">WebView control (HTML)</a></td>
220220
</tr>
221221
<tr>
222+
<td><a href="Samples/WebView">WebView control (HTML)</a></td>
222223
<td><a href="Samples/XamlWebView">WebView control (XAML)</a></td>
223224
<td><a href="Samples/ResizeAppView">Window resizing</a></td>
224225
</tr>

Diff for: Samples/360VideoPlayback/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ topic: sample
33
languages:
44
- csharp
55
- cpp
6+
- cppcx
67
products:
78
- windows
89
- windows-uwp

Diff for: Samples/360VideoPlayback/cpp/360VideoPlayback.sln

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26403.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "360VideoPlayback", "360VideoPlayback.vcxproj", "{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "360VideoPlayback", "360VideoPlayback.vcxproj", "{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,18 +13,18 @@ Global
1313
Release|x86 = Release|x86
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x64.ActiveCfg = Debug|x64
17-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x64.Build.0 = Debug|x64
18-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x64.Deploy.0 = Debug|x64
19-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x86.ActiveCfg = Debug|Win32
20-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x86.Build.0 = Debug|Win32
21-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Debug|x86.Deploy.0 = Debug|Win32
22-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x64.ActiveCfg = Release|x64
23-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x64.Build.0 = Release|x64
24-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x64.Deploy.0 = Release|x64
25-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x86.ActiveCfg = Release|Win32
26-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x86.Build.0 = Release|Win32
27-
{A23CDFAE-D784-55F2-B9E8-7D46F44EAA95}.Release|x86.Deploy.0 = Release|Win32
16+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x64.ActiveCfg = Debug|x64
17+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x64.Build.0 = Debug|x64
18+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x64.Deploy.0 = Debug|x64
19+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x86.ActiveCfg = Debug|Win32
20+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x86.Build.0 = Debug|Win32
21+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Debug|x86.Deploy.0 = Debug|Win32
22+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x64.ActiveCfg = Release|x64
23+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x64.Build.0 = Release|x64
24+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x64.Deploy.0 = Release|x64
25+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x86.ActiveCfg = Release|Win32
26+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x86.Build.0 = Release|Win32
27+
{3645D95D-4504-556A-BC4F-E8F1DA5DDAD1}.Release|x86.Deploy.0 = Release|Win32
2828
EndGlobalSection
2929
GlobalSection(SolutionProperties) = preSolution
3030
HideSolutionNode = FALSE

Diff for: Samples/360VideoPlayback/cpp/360VideoPlayback.vcxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
4-
<ProjectGuid>{a23cdfae-d784-55f2-b9e8-7d46f44eaa95}</ProjectGuid>
4+
<ProjectGuid>{3645d95d-4504-556a-bc4f-e8f1da5ddad1}</ProjectGuid>
55
<Keyword>HolographicApp</Keyword>
66
<RootNamespace>_360VideoPlayback</RootNamespace>
77
<DefaultLanguage>en-US</DefaultLanguage>
88
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
99
<AppContainerApplication>true</AppContainerApplication>
1010
<ApplicationType>Windows Store</ApplicationType>
11-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
12-
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
11+
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
12+
<WindowsTargetPlatformMinVersion>10.0.18362.0</WindowsTargetPlatformMinVersion>
1313
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
1414
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
1515
</PropertyGroup>

Diff for: Samples/360VideoPlayback/cpp/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Logo>Assets\StoreLogo-sdk.png</Logo>
1515
</Properties>
1616
<Dependencies>
17-
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.17763.0"/>
17+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.18362.0"/>
1818
</Dependencies>
1919
<Resources>
2020
<Resource Language="x-generate"/>

Diff for: Samples/360VideoPlayback/cs/360VideoPlayback.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
7-
<ProjectGuid>{F7AEF638-675F-50BF-8D43-58E47B2569BE}</ProjectGuid>
7+
<ProjectGuid>{5211735E-C583-525C-BDB6-81E627EB4B18}</ProjectGuid>
88
<OutputType>AppContainerExe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>_360VideoPlayback</RootNamespace>
1111
<AssemblyName>360VideoPlayback</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>15</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

Diff for: Samples/360VideoPlayback/cs/360VideoPlayback.sln

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26403.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "360VideoPlayback", "360VideoPlayback.csproj", "{F7AEF638-675F-50BF-8D43-58E47B2569BE}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "360VideoPlayback", "360VideoPlayback.csproj", "{5211735E-C583-525C-BDB6-81E627EB4B18}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,18 +13,18 @@ Global
1313
Release|x86 = Release|x86
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x64.ActiveCfg = Debug|x64
17-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x64.Build.0 = Debug|x64
18-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x64.Deploy.0 = Debug|x64
19-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x86.ActiveCfg = Debug|x86
20-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x86.Build.0 = Debug|x86
21-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Debug|x86.Deploy.0 = Debug|x86
22-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x64.ActiveCfg = Release|x64
23-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x64.Build.0 = Release|x64
24-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x64.Deploy.0 = Release|x64
25-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x86.ActiveCfg = Release|x86
26-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x86.Build.0 = Release|x86
27-
{F7AEF638-675F-50BF-8D43-58E47B2569BE}.Release|x86.Deploy.0 = Release|x86
16+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x64.ActiveCfg = Debug|x64
17+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x64.Build.0 = Debug|x64
18+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x64.Deploy.0 = Debug|x64
19+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x86.ActiveCfg = Debug|x86
20+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x86.Build.0 = Debug|x86
21+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Debug|x86.Deploy.0 = Debug|x86
22+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x64.ActiveCfg = Release|x64
23+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x64.Build.0 = Release|x64
24+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x64.Deploy.0 = Release|x64
25+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x86.ActiveCfg = Release|x86
26+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x86.Build.0 = Release|x86
27+
{5211735E-C583-525C-BDB6-81E627EB4B18}.Release|x86.Deploy.0 = Release|x86
2828
EndGlobalSection
2929
GlobalSection(SolutionProperties) = preSolution
3030
HideSolutionNode = FALSE

Diff for: Samples/360VideoPlayback/cs/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Logo>Assets\StoreLogo-sdk.png</Logo>
1515
</Properties>
1616
<Dependencies>
17-
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.17763.0"/>
17+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.18362.0"/>
1818
</Dependencies>
1919
<Resources>
2020
<Resource Language="x-generate"/>

Diff for: Samples/3DPrinting/cs/3DPrinting.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
7-
<ProjectGuid>{9DAFAF9D-253C-5910-9905-267732F2B0DC}</ProjectGuid>
7+
<ProjectGuid>{3B2608E4-F417-51A7-BFFE-72CEA697161C}</ProjectGuid>
88
<OutputType>AppContainerExe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>SDKTemplate</RootNamespace>
1111
<AssemblyName>SDKTemplate</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

Diff for: Samples/3DPrinting/cs/3DPrinting.sln

+19-19
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26228.4
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{9DAFAF9D-253C-5910-9905-267732F2B0DC}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{3B2608E4-F417-51A7-BFFE-72CEA697161C}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
1515
Release|x86 = Release|x86
1616
EndGlobalSection
1717
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|ARM.ActiveCfg = Debug|ARM
19-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|ARM.Build.0 = Debug|ARM
20-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|ARM.Deploy.0 = Debug|ARM
21-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x64.ActiveCfg = Debug|x64
22-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x64.Build.0 = Debug|x64
23-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x64.Deploy.0 = Debug|x64
24-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x86.ActiveCfg = Debug|x86
25-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x86.Build.0 = Debug|x86
26-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Debug|x86.Deploy.0 = Debug|x86
27-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|ARM.ActiveCfg = Release|ARM
28-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|ARM.Build.0 = Release|ARM
29-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|ARM.Deploy.0 = Release|ARM
30-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x64.ActiveCfg = Release|x64
31-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x64.Build.0 = Release|x64
32-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x64.Deploy.0 = Release|x64
33-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x86.ActiveCfg = Release|x86
34-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x86.Build.0 = Release|x86
35-
{9DAFAF9D-253C-5910-9905-267732F2B0DC}.Release|x86.Deploy.0 = Release|x86
18+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|ARM.ActiveCfg = Debug|ARM
19+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|ARM.Build.0 = Debug|ARM
20+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|ARM.Deploy.0 = Debug|ARM
21+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x64.ActiveCfg = Debug|x64
22+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x64.Build.0 = Debug|x64
23+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x64.Deploy.0 = Debug|x64
24+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x86.ActiveCfg = Debug|x86
25+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x86.Build.0 = Debug|x86
26+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Debug|x86.Deploy.0 = Debug|x86
27+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|ARM.ActiveCfg = Release|ARM
28+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|ARM.Build.0 = Release|ARM
29+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|ARM.Deploy.0 = Release|ARM
30+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x64.ActiveCfg = Release|x64
31+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x64.Build.0 = Release|x64
32+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x64.Deploy.0 = Release|x64
33+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x86.ActiveCfg = Release|x86
34+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x86.Build.0 = Release|x86
35+
{3B2608E4-F417-51A7-BFFE-72CEA697161C}.Release|x86.Deploy.0 = Release|x86
3636
EndGlobalSection
3737
GlobalSection(SolutionProperties) = preSolution
3838
HideSolutionNode = FALSE

Diff for: Samples/3DPrinting/cs/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Logo>Assets\StoreLogo-sdk.png</Logo>
1414
</Properties>
1515
<Dependencies>
16-
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.17763.0"/>
16+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.18362.0"/>
1717
</Dependencies>
1818
<Resources>
1919
<Resource Language="x-generate"/>

Diff for: Samples/Accelerometer/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ topic: sample
33
languages:
44
- csharp
55
- cpp
6+
- cppcx
67
- js
78
- vb
89
products:

Diff for: Samples/Accelerometer/cpp/Accelerometer.sln

+19-19
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26228.4
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Accelerometer", "Accelerometer.vcxproj", "{1554F760-807A-56D9-970D-5F7FBDC2B08A}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Accelerometer", "Accelerometer.vcxproj", "{E46428EB-A195-5178-8073-EE1612C4AA81}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
1515
Release|x64 = Release|x64
1616
EndGlobalSection
1717
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|ARM.ActiveCfg = Debug|ARM
19-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|ARM.Build.0 = Debug|ARM
20-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|ARM.Deploy.0 = Debug|ARM
21-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|Win32.ActiveCfg = Debug|Win32
22-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|Win32.Build.0 = Debug|Win32
23-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|Win32.Deploy.0 = Debug|Win32
24-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|x64.ActiveCfg = Debug|x64
25-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|x64.Build.0 = Debug|x64
26-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Debug|x64.Deploy.0 = Debug|x64
27-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|ARM.ActiveCfg = Release|ARM
28-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|ARM.Build.0 = Release|ARM
29-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|ARM.Deploy.0 = Release|ARM
30-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|Win32.ActiveCfg = Release|Win32
31-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|Win32.Build.0 = Release|Win32
32-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|Win32.Deploy.0 = Release|Win32
33-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|x64.ActiveCfg = Release|x64
34-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|x64.Build.0 = Release|x64
35-
{1554F760-807A-56D9-970D-5F7FBDC2B08A}.Release|x64.Deploy.0 = Release|x64
18+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|ARM.ActiveCfg = Debug|ARM
19+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|ARM.Build.0 = Debug|ARM
20+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|ARM.Deploy.0 = Debug|ARM
21+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|Win32.ActiveCfg = Debug|Win32
22+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|Win32.Build.0 = Debug|Win32
23+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|Win32.Deploy.0 = Debug|Win32
24+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|x64.ActiveCfg = Debug|x64
25+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|x64.Build.0 = Debug|x64
26+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Debug|x64.Deploy.0 = Debug|x64
27+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Release|ARM.ActiveCfg = Release|ARM
28+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Release|ARM.Build.0 = Release|ARM
29+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Release|ARM.Deploy.0 = Release|ARM
30+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Release|Win32.ActiveCfg = Release|Win32
31+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Release|Win32.Build.0 = Release|Win32
32+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Release|Win32.Deploy.0 = Release|Win32
33+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Release|x64.ActiveCfg = Release|x64
34+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Release|x64.Build.0 = Release|x64
35+
{E46428EB-A195-5178-8073-EE1612C4AA81}.Release|x64.Deploy.0 = Release|x64
3636
EndGlobalSection
3737
GlobalSection(SolutionProperties) = preSolution
3838
HideSolutionNode = FALSE

Diff for: Samples/Accelerometer/cpp/Accelerometer.vcxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
4-
<ProjectGuid>{1554f760-807a-56d9-970d-5f7fbdc2b08a}</ProjectGuid>
4+
<ProjectGuid>{e46428eb-a195-5178-8073-ee1612c4aa81}</ProjectGuid>
55
<RootNamespace>SDKTemplate</RootNamespace>
66
<DefaultLanguage>en-US</DefaultLanguage>
77
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
88
<AppContainerApplication>true</AppContainerApplication>
99
<ApplicationType>Windows Store</ApplicationType>
1010
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
11-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
12-
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
11+
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
12+
<WindowsTargetPlatformMinVersion>10.0.18362.0</WindowsTargetPlatformMinVersion>
1313
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
1414
</PropertyGroup>
1515
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

Diff for: Samples/Accelerometer/cpp/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</Properties>
2121

2222
<Dependencies>
23-
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.17763.0" />
23+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.18362.0" />
2424
</Dependencies>
2525

2626
<Resources>

0 commit comments

Comments
 (0)