Skip to content

Commit

Permalink
Windows 10 Version 1703 - April 2017 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnewthing committed Apr 20, 2017
2 parents e8ef3d8 + 6859b39 commit f4e92d4
Show file tree
Hide file tree
Showing 1,830 changed files with 29,842 additions and 15,327 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -429,6 +429,9 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
<tr>
<td><a href="Samples/HolographicSpatialMapping">Holographic spatial mapping</a></td>
<td><a href="Samples/HolographicVoiceInput">Holographic voice input</a></td>
<td><a href="Samples/SpatialInteractionSource">Spatial interaction source</a></td>
</tr>
<tr>
<td><a href="Samples/HolographicTagAlong">Tag-along hologram</a></td>
</tr>
</table>
Expand Down Expand Up @@ -539,11 +542,12 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.

<table>
<tr>
<td><a href="Samples/CustomCapability">Custom capabilities</a></td>
<td><a href="Samples/ProxyStubsForWinRTComponents">In-process component authoring</a></td>
<td><a href="Samples/WRLInProcessWinRTComponent">In-process component authoring</a></td>
<td><a href="Samples/WRLOutOfProcessWinRTComponent">Out-of-process component authoring</a></td>
</tr>
<tr>
<td><a href="Samples/WRLOutOfProcessWinRTComponent">Out-of-process component authoring</a></td>
<td><a href="Samples/VersionAdaptiveCode">Version adaptive code</a></td>
</tr>
</table>
Expand Down
6 changes: 3 additions & 3 deletions Samples/3DPrinting/cs/3DPrinting.csproj
Expand Up @@ -4,15 +4,15 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}</ProjectGuid>
<ProjectGuid>{46EF1408-F615-57D4-B4E4-A18A4902E4FC}</ProjectGuid>
<OutputType>AppContainerExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SDKTemplate</RootNamespace>
<AssemblyName>SDKTemplate</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.15063.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.15063.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
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{46EF1408-F615-57D4-B4E4-A18A4902E4FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|ARM.ActiveCfg = Debug|ARM
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|ARM.Build.0 = Debug|ARM
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|ARM.Deploy.0 = Debug|ARM
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x64.ActiveCfg = Debug|x64
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x64.Build.0 = Debug|x64
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x64.Deploy.0 = Debug|x64
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x86.ActiveCfg = Debug|x86
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x86.Build.0 = Debug|x86
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x86.Deploy.0 = Debug|x86
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|ARM.ActiveCfg = Release|ARM
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|ARM.Build.0 = Release|ARM
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|ARM.Deploy.0 = Release|ARM
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x64.ActiveCfg = Release|x64
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x64.Build.0 = Release|x64
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x64.Deploy.0 = Release|x64
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x86.ActiveCfg = Release|x86
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x86.Build.0 = Release|x86
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x86.Deploy.0 = Release|x86
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Debug|ARM.ActiveCfg = Debug|ARM
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Debug|ARM.Build.0 = Debug|ARM
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Debug|ARM.Deploy.0 = Debug|ARM
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Debug|x64.ActiveCfg = Debug|x64
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Debug|x64.Build.0 = Debug|x64
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Debug|x64.Deploy.0 = Debug|x64
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Debug|x86.ActiveCfg = Debug|x86
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Debug|x86.Build.0 = Debug|x86
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Debug|x86.Deploy.0 = Debug|x86
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Release|ARM.ActiveCfg = Release|ARM
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Release|ARM.Build.0 = Release|ARM
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Release|ARM.Deploy.0 = Release|ARM
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Release|x64.ActiveCfg = Release|x64
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Release|x64.Build.0 = Release|x64
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Release|x64.Deploy.0 = Release|x64
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Release|x86.ActiveCfg = Release|x86
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.Release|x86.Build.0 = Release|x86
{46EF1408-F615-57D4-B4E4-A18A4902E4FC}.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
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.14393.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.15063.0"/>
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
Expand Down
38 changes: 19 additions & 19 deletions Samples/Accelerometer/cpp/Accelerometer.sln
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22418.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Accelerometer", "Accelerometer.vcxproj", "{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Accelerometer", "Accelerometer.vcxproj", "{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -15,24 +15,24 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|ARM.ActiveCfg = Debug|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|ARM.Build.0 = Debug|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|ARM.Deploy.0 = Debug|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|Win32.ActiveCfg = Debug|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|Win32.Build.0 = Debug|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|Win32.Deploy.0 = Debug|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x64.ActiveCfg = Debug|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x64.Build.0 = Debug|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x64.Deploy.0 = Debug|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|ARM.ActiveCfg = Release|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|ARM.Build.0 = Release|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|ARM.Deploy.0 = Release|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|Win32.ActiveCfg = Release|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|Win32.Build.0 = Release|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|Win32.Deploy.0 = Release|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x64.ActiveCfg = Release|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x64.Build.0 = Release|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x64.Deploy.0 = Release|x64
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Debug|ARM.ActiveCfg = Debug|ARM
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Debug|ARM.Build.0 = Debug|ARM
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Debug|ARM.Deploy.0 = Debug|ARM
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Debug|Win32.ActiveCfg = Debug|Win32
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Debug|Win32.Build.0 = Debug|Win32
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Debug|Win32.Deploy.0 = Debug|Win32
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Debug|x64.ActiveCfg = Debug|x64
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Debug|x64.Build.0 = Debug|x64
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Debug|x64.Deploy.0 = Debug|x64
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Release|ARM.ActiveCfg = Release|ARM
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Release|ARM.Build.0 = Release|ARM
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Release|ARM.Deploy.0 = Release|ARM
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Release|Win32.ActiveCfg = Release|Win32
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Release|Win32.Build.0 = Release|Win32
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Release|Win32.Deploy.0 = Release|Win32
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Release|x64.ActiveCfg = Release|x64
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.Release|x64.Build.0 = Release|x64
{0B2CC0F5-B383-5005-A85B-D0021AA6A6DC}.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
@@ -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>{f710b9fd-4e6b-42d7-a99a-6d48888d48b0}</ProjectGuid>
<ProjectGuid>{0b2cc0f5-b383-5005-a85b-d0021aa6a6dc}</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.14393.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.14393.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.15063.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
Expand Up @@ -20,7 +20,7 @@
</Properties>

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

<Resources>
Expand Down
6 changes: 3 additions & 3 deletions Samples/Accelerometer/cs/Accelerometer.csproj
Expand Up @@ -4,15 +4,15 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}</ProjectGuid>
<ProjectGuid>{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}</ProjectGuid>
<OutputType>AppContainerExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SDKTemplate</RootNamespace>
<AssemblyName>Accelerometer</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.15063.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
38 changes: 19 additions & 19 deletions Samples/Accelerometer/cs/Accelerometer.sln
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22820.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accelerometer", "Accelerometer.csproj", "{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accelerometer", "Accelerometer.csproj", "{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Debug|ARM.ActiveCfg = Debug|ARM
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Debug|ARM.Build.0 = Debug|ARM
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Debug|ARM.Deploy.0 = Debug|ARM
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Debug|x64.ActiveCfg = Debug|x64
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Debug|x64.Build.0 = Debug|x64
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Debug|x64.Deploy.0 = Debug|x64
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Debug|x86.ActiveCfg = Debug|x86
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Debug|x86.Build.0 = Debug|x86
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Debug|x86.Deploy.0 = Debug|x86
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Release|ARM.ActiveCfg = Release|ARM
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Release|ARM.Build.0 = Release|ARM
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Release|ARM.Deploy.0 = Release|ARM
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Release|x64.ActiveCfg = Release|x64
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Release|x64.Build.0 = Release|x64
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Release|x64.Deploy.0 = Release|x64
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Release|x86.ActiveCfg = Release|x86
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Release|x86.Build.0 = Release|x86
{DC30CE66-DAEE-4CCF-BD02-8837FE918B6F}.Release|x86.Deploy.0 = Release|x86
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Debug|ARM.ActiveCfg = Debug|ARM
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Debug|ARM.Build.0 = Debug|ARM
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Debug|ARM.Deploy.0 = Debug|ARM
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Debug|x64.ActiveCfg = Debug|x64
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Debug|x64.Build.0 = Debug|x64
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Debug|x64.Deploy.0 = Debug|x64
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Debug|x86.ActiveCfg = Debug|x86
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Debug|x86.Build.0 = Debug|x86
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Debug|x86.Deploy.0 = Debug|x86
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Release|ARM.ActiveCfg = Release|ARM
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Release|ARM.Build.0 = Release|ARM
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Release|ARM.Deploy.0 = Release|ARM
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Release|x64.ActiveCfg = Release|x64
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Release|x64.Build.0 = Release|x64
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Release|x64.Deploy.0 = Release|x64
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Release|x86.ActiveCfg = Release|x86
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Release|x86.Build.0 = Release|x86
{8ECB1F8D-8B5C-541C-8DF6-3F9EC6085379}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion Samples/Accelerometer/cs/Package.appxmanifest
Expand Up @@ -21,7 +21,7 @@
</Properties>

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

<Resources>
Expand Down
6 changes: 3 additions & 3 deletions Samples/Accelerometer/js/Accelerometer.jsproj
Expand Up @@ -35,7 +35,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>c2adb9af-edb3-4e57-8056-9d0531d4a6b2</ProjectGuid>
<ProjectGuid>51751a3d-1a3a-5a43-bcb9-ff9d3bdd3f7d</ProjectGuid>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0'">
Expand All @@ -45,8 +45,8 @@
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
<PropertyGroup>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.15063.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion>
<DefaultLanguage>en-US</DefaultLanguage>
</PropertyGroup>
Expand Down

0 comments on commit f4e92d4

Please sign in to comment.