Skip to content

Commit

Permalink
Update SDK version to 10156
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Fjeldstad committed Jul 28, 2015
1 parent 09cb5a5 commit b94d3e0
Show file tree
Hide file tree
Showing 52 changed files with 103 additions and 103 deletions.
6 changes: 3 additions & 3 deletions Accelerometer/CS/Accelerometer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>Accelerometer</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -95,7 +95,7 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10150.0">
<SDKReference Include="WindowsIoT, Version=10.0.10156.0">
<Name>Windows IoT Extension SDK</Name>
</SDKReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Accelerometer/CS/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.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
6 changes: 3 additions & 3 deletions App2App WebServer/BlinkyApp/BlinkyWebService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>BlinkyWebService</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<AppxOSMinVersionReplaceManifestVersion>false</AppxOSMinVersionReplaceManifestVersion>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -90,7 +90,7 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10150.0">
<SDKReference Include="WindowsIoT, Version=10.0.10156.0">
<Name>Windows IoT Extension SDK</Name>
</SDKReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion App2App WebServer/BlinkyApp/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.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
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.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
4 changes: 2 additions & 2 deletions App2App WebServer/WebServerApp/WebServer/WebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>WebServer</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<AppxOSMinVersionReplaceManifestVersion>false</AppxOSMinVersionReplaceManifestVersion>
<FileAlignment>512</FileAlignment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<RootNamespace>WebServerTask</RootNamespace>
<AssemblyName>WebServerTask</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformIdentifier>OUAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<AppxOSMinVersionReplaceManifestVersion>false</AppxOSMinVersionReplaceManifestVersion>
<FileAlignment>512</FileAlignment>
Expand Down
6 changes: 3 additions & 3 deletions Blinky/CS/Blinky.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>Blinky</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<AppxOSMinVersionReplaceManifestVersion>false</AppxOSMinVersionReplaceManifestVersion>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -90,7 +90,7 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10150.0">
<SDKReference Include="WindowsIoT, Version=10.0.10156.0">
<Name>Windows IoT Extension SDK</Name>
</SDKReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Blinky/CS/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
6 changes: 3 additions & 3 deletions Blinky/Cpp/BlinkyCpp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0.10150.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10150.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.10156.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10156.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<UseAppLocalVCLibs>true</UseAppLocalVCLibs>
</PropertyGroup>
Expand Down Expand Up @@ -202,7 +202,7 @@
</ItemGroup>

<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10150.0" />
<SDKReference Include="WindowsIoT, Version=10.0.10156.0" />
</ItemGroup>

<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Blinky/Cpp/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
8 changes: 4 additions & 4 deletions BlinkyHeadless/CPP/BlinkyHeadlessCpp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0.10150.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10150.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.10156.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10156.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<UseAppLocalVCLibs>true</UseAppLocalVCLibs>
<AppxPackage>true</AppxPackage>
Expand Down Expand Up @@ -83,7 +83,7 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`WindowsIoT, Version=10.0.10150.0`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), null, $(ExtensionSDKDirectoryRoot), null))\DesignTime\Retail\x86\WindowsIoT.props" Condition="exists('$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`WindowsIoT, Version=10.0.10150.0`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), null, $(ExtensionSDKDirectoryRoot), null))\DesignTime\Retail\x86\WindowsIoT.props')" />
<Import Project="$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`WindowsIoT, Version=10.0.10156.0`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), null, $(ExtensionSDKDirectoryRoot), null))\DesignTime\Retail\x86\WindowsIoT.props" Condition="exists('$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformExtensionSDKLocation(`WindowsIoT, Version=10.0.10156.0`, $(TargetPlatformIdentifier), $(TargetPlatformVersion), null, $(ExtensionSDKDirectoryRoot), null))\DesignTime\Retail\x86\WindowsIoT.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Expand Down Expand Up @@ -242,7 +242,7 @@
<ClCompile Include="StartupTask.cpp" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10150.0" />
<SDKReference Include="WindowsIoT, Version=10.0.10156.0" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 1 addition & 1 deletion BlinkyHeadless/CPP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
6 changes: 3 additions & 3 deletions BlinkyHeadless/CS/BlinkyHeadlessCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>BlinkyHeadlessCS</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down Expand Up @@ -98,7 +98,7 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10150.0">
<SDKReference Include="WindowsIoT, Version=10.0.10156.0">
<Name>Windows IoT Extension SDK</Name>
</SDKReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion BlinkyHeadless/CS/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
6 changes: 3 additions & 3 deletions GpioInterrupt/CS/GpioInterrupt/GpioInterrupt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>GpioInterrupt</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -113,7 +113,7 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10150.0">
<SDKReference Include="WindowsIoT, Version=10.0.10156.0">
<Name>Windows IoT Extension SDK</Name>
</SDKReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion GpioInterrupt/CS/GpioInterrupt/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
4 changes: 2 additions & 2 deletions HelloWorld/CS/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>HelloWorld</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<AppxOSMinVersionReplaceManifestVersion>false</AppxOSMinVersionReplaceManifestVersion>
<FileAlignment>512</FileAlignment>
Expand Down
2 changes: 1 addition & 1 deletion HelloWorld/CS/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.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
6 changes: 3 additions & 3 deletions I2CAccelerometer/CS/I2CAccelerometer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>I2CAccelerometer</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -94,7 +94,7 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10150.0">
<SDKReference Include="WindowsIoT, Version=10.0.10156.0">
<Name>Windows IoT Extension SDK</Name>
</SDKReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion I2CAccelerometer/CS/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.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
6 changes: 3 additions & 3 deletions I2cPortExpander/CS/I2cPortExpander.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>I2cPortExpander</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -95,7 +95,7 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10150.0">
<SDKReference Include="WindowsIoT, Version=10.0.10156.0">
<Name>Windows IoT Extension SDK</Name>
</SDKReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion I2cPortExpander/CS/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.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>

<Resources>
Expand Down
6 changes: 3 additions & 3 deletions IoTBrowser/IoTBrowser/IoTBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>IoTBrowser</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10150.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10150.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.10156.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10156.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -98,7 +98,7 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10150.0">
<SDKReference Include="WindowsIoT, Version=10.0.10156.0">
<Name>Windows IoT Extension SDK</Name>
</SDKReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion IoTBrowser/IoTBrowser/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10150.0" MaxVersionTested="10.0.10150.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10156.0" MaxVersionTested="10.0.10156.0" />
</Dependencies>
<Resources>
<Resource Language="x-generate" />
Expand Down
4 changes: 2 additions & 2 deletions IoTCoreDefaultApp/AllJoynOnBoarding/AllJoynOnBoarding.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0.10150.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10150.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.10156.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10156.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down
Loading

0 comments on commit b94d3e0

Please sign in to comment.