Skip to content

Commit

Permalink
Windows 10 future version - February 2018 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnewthing committed Feb 8, 2018
2 parents e924715 + c2ca5ee commit 64b49a8
Show file tree
Hide file tree
Showing 370 changed files with 3,953 additions and 850 deletions.
2 changes: 1 addition & 1 deletion Samples/360VideoPlayback/cpp/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Properties>
<DisplayName>360 Video Playback C++ Sample</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<Logo>Assets\StoreLogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.16299.0"/>
Expand Down
4 changes: 2 additions & 2 deletions Samples/360VideoPlayback/cs/Common/DeviceResources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ private void CreateDeviceIndependentResources()

// Initialize Direct2D resources.
var debugLevel = SharpDX.Direct2D1.DebugLevel.None;
//#if DEBUG
#if DEBUG
if (DirectXHelper.SdkLayersAvailable())
{
debugLevel = SharpDX.Direct2D1.DebugLevel.Information;
}
//#endif
#endif

// Initialize the Direct2D Factory.
d2dFactory = this.ToDispose(
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 @@ -11,7 +11,7 @@
<Properties>
<DisplayName>360 Video Playback C# Sample</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<Logo>Assets\StoreLogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.16299.0"/>
Expand Down
2 changes: 1 addition & 1 deletion Samples/BackgroundTransfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ For more information on network capabilities, see [How to set network capabiliti

**Client:** Windows 10

**Server:** Windows Server 2016 Technical Preview
**Server:** Windows Server 2016

**Phone:** Windows 10

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.17069.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.17069.0</WindowsTargetPlatformMinVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down Expand Up @@ -163,6 +163,9 @@
<ClInclude Include="Scenario6_RecoverableErrors.xaml.h">
<DependentUpon>..\..\shared\Scenario6_RecoverableErrors.xaml</DependentUpon>
</ClInclude>
<ClInclude Include="Scenario7_DownloadReordering.xaml.h">
<DependentUpon>..\..\shared\Scenario7_DownloadReordering.xaml</DependentUpon>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="..\..\..\..\SharedContent\xaml\App.xaml">
Expand All @@ -177,6 +180,7 @@
<Page Include="..\..\shared\Scenario4_CompletionGroups.xaml" />
<Page Include="..\..\shared\Scenario5_RandomAccess.xaml" />
<Page Include="..\..\shared\Scenario6_RecoverableErrors.xaml" />
<Page Include="..\..\shared\Scenario7_DownloadReordering.xaml" />
<Page Include="..\..\..\..\SharedContent\xaml\Styles.xaml">
<Link>Styles\Styles.xaml</Link>
</Page>
Expand Down Expand Up @@ -220,6 +224,9 @@
<ClCompile Include="Scenario6_RecoverableErrors.xaml.cpp">
<DependentUpon>..\..\shared\Scenario6_RecoverableErrors.xaml</DependentUpon>
</ClCompile>
<ClCompile Include="Scenario7_DownloadReordering.xaml.cpp">
<DependentUpon>..\..\shared\Scenario7_DownloadReordering.xaml</DependentUpon>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Image Include="..\..\..\..\SharedContent\media\microsoft-sdk.png">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<ClCompile Include="Scenario4_CompletionGroups.xaml.cpp" />
<ClCompile Include="Scenario5_RandomAccess.xaml.cpp" />
<ClCompile Include="Scenario6_RecoverableErrors.xaml.cpp" />
<ClCompile Include="Scenario7_DownloadReordering.xaml.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
Expand All @@ -35,6 +36,7 @@
<ClInclude Include="Scenario4_CompletionGroups.xaml.h" />
<ClInclude Include="Scenario5_RandomAccess.xaml.h" />
<ClInclude Include="Scenario6_RecoverableErrors.xaml.h" />
<ClInclude Include="Scenario7_DownloadReordering.xaml.h" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
Expand All @@ -50,6 +52,7 @@
<Page Include="..\..\shared\Scenario4_CompletionGroups.xaml" />
<Page Include="..\..\shared\Scenario5_RandomAccess.xaml" />
<Page Include="..\..\shared\Scenario6_RecoverableErrors.xaml" />
<Page Include="..\..\shared\Scenario7_DownloadReordering.xaml" />
</ItemGroup>
<ItemGroup>
<Image Include="..\..\..\..\SharedContent\media\microsoft-sdk.png">
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.10240.0" MaxVersionTested="10.0.16299.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17069.0" MaxVersionTested="10.0.17069.0" />
</Dependencies>

<Resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Platform::Array<Scenario>^ MainPage::scenariosInner = ref new Platform::Array<Sc
{ "Completion Groups", "SDKTemplate.Scenario4_CompletionGroups" },
{ "Random Access Downloads", "SDKTemplate.Scenario5_RandomAccess" },
{ "Recoverable Errors", "SDKTemplate.Scenario6_RecoverableErrors" },
{ "Download Reordering", "SDKTemplate.Scenario7_DownloadReordering" },
};
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void Scenario1_Download::StartDownload(BackgroundTransferPriority priority)
// validating the URI is required since it was received from an untrusted source (user input).
// The URI is validated by calling TryGetUri() that will return 'false' for strings that are not valid URIs.
// Note that when enabling the text box users may provide URIs to machines on the intrAnet that require the
// "Home or Work Networking" capability.
// "Private Networks (Client and Server)" capability.
Uri^ source;
if (!rootPage->TryGetUri(serverAddressField->Text, &source))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void Scenario2_Upload::StartUpload_Click(Object^ sender, RoutedEventArgs^ e)
// Validating the URI is required since it was received from an untrusted source (user input).
// The URI is validated by calling TryGetUri() that will return 'false' for strings that are not valid URIs.
// Note that when enabling the text box users may provide URIs to machines on the intrAnet that require the
// "Home or Work Networking" capability.
// "Private Networks (Client and Server)" capability.
Uri^ uri;
if (!rootPage->TryGetUri(serverAddressField->Text, &uri))
{
Expand Down Expand Up @@ -131,7 +131,7 @@ void Scenario2_Upload::StartMultipartUpload_Click(Object^ sender, RoutedEventArg
// Validating the URI is required (like TryGetUri) since it was received from an untrusted source (user input).
// The URI is validated by calling TryGetUri() that will return 'false' for strings that are not valid URIs.
// Note that when enabling the text box users may provide URIs to machines on the intrAnet that require the
// "Home or Work Networking" capability.
// "Private Networks (Client and Server)" capability.
Uri^ uri;
if (!rootPage->TryGetUri(serverAddressField->Text, &uri))
{
Expand Down
Loading

0 comments on commit 64b49a8

Please sign in to comment.