Skip to content

Commit

Permalink
Windows 10 future version - April 2019 Update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnewthing committed Apr 11, 2019
1 parent 9ff70e1 commit cdfd8ef
Show file tree
Hide file tree
Showing 1,937 changed files with 17,594 additions and 15,097 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,19 +206,20 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
<tr>
<td><a href="Samples/Printing">Printing</a></td>
<td><a href="Samples/DpiScaling">Scaling according to DPI</a></td>
<td><a href="Samples/SplashScreen">Splash screen</a></td>
<td><a href="Samples/AppWindow">Secondary windows</a></td>
</tr>
<tr>
<td><a href="Samples/SplashScreen">Splash screen</a></td>
<td><a href="Samples/XamlStateTriggers">State triggers</a></td>
<td><a href="Samples/XamlTailoredMultipleViews">Tailored multiple views</a></td>
<td><a href="Samples/TitleBar">Title bar</a></td>
</tr>
<tr>
<td><a href="Samples/TitleBar">Title bar</a></td>
<td><a href="https://github.com/Microsoft/Xaml-Controls-Gallery">UI basics (XAML)</a></td>
<td><a href="Samples/UserInteractionMode">User interaction mode</a></td>
<td><a href="Samples/WebView">WebView control (HTML)</a></td>
</tr>
<tr>
<td><a href="Samples/WebView">WebView control (HTML)</a></td>
<td><a href="Samples/XamlWebView">WebView control (XAML)</a></td>
<td><a href="Samples/ResizeAppView">Window resizing</a></td>
</tr>
Expand Down
1 change: 1 addition & 0 deletions Samples/360VideoPlayback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ topic: sample
languages:
- csharp
- cpp
- cppcx
products:
- windows
- windows-uwp
Expand Down
26 changes: 13 additions & 13 deletions Samples/360VideoPlayback/cpp/360VideoPlayback.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Samples/360VideoPlayback/cpp/360VideoPlayback.vcxproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>{a23cdfae-d784-55f2-b9e8-7d46f44eaa95}</ProjectGuid>
<ProjectGuid>{3645d95d-4504-556a-bc4f-e8f1da5ddad1}</ProjectGuid>
<Keyword>HolographicApp</Keyword>
<RootNamespace>_360VideoPlayback</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.18362.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/360VideoPlayback/cpp/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Logo>Assets\StoreLogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.17763.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.18362.0"/>
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
Expand Down
6 changes: 3 additions & 3 deletions Samples/360VideoPlayback/cs/360VideoPlayback.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{F7AEF638-675F-50BF-8D43-58E47B2569BE}</ProjectGuid>
<ProjectGuid>{5211735E-C583-525C-BDB6-81E627EB4B18}</ProjectGuid>
<OutputType>AppContainerExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>_360VideoPlayback</RootNamespace>
<AssemblyName>360VideoPlayback</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>15</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down
26 changes: 13 additions & 13 deletions Samples/360VideoPlayback/cs/360VideoPlayback.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Samples/360VideoPlayback/cs/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Logo>Assets\StoreLogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.17763.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.18362.0"/>
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
Expand Down
6 changes: 3 additions & 3 deletions Samples/3DPrinting/cs/3DPrinting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{9DAFAF9D-253C-5910-9905-267732F2B0DC}</ProjectGuid>
<ProjectGuid>{3B2608E4-F417-51A7-BFFE-72CEA697161C}</ProjectGuid>
<OutputType>AppContainerExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SDKTemplate</RootNamespace>
<AssemblyName>SDKTemplate</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down
38 changes: 19 additions & 19 deletions Samples/3DPrinting/cs/3DPrinting.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Samples/3DPrinting/cs/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Logo>Assets\StoreLogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.17763.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.18362.0"/>
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
Expand Down
1 change: 1 addition & 0 deletions Samples/Accelerometer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ topic: sample
languages:
- csharp
- cpp
- cppcx
- js
- vb
products:
Expand Down
38 changes: 19 additions & 19 deletions Samples/Accelerometer/cpp/Accelerometer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Samples/Accelerometer/cpp/Accelerometer.vcxproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>{1554f760-807a-56d9-970d-5f7fbdc2b08a}</ProjectGuid>
<ProjectGuid>{e46428eb-a195-5178-8073-ee1612c4aa81}</ProjectGuid>
<RootNamespace>SDKTemplate</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.18362.0</WindowsTargetPlatformMinVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Accelerometer/cpp/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.17763.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.18362.0" />
</Dependencies>

<Resources>
Expand Down
Loading

0 comments on commit cdfd8ef

Please sign in to comment.