Skip to content

Commit

Permalink
Windows 10 future version - May 2018 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnewthing committed May 3, 2018
2 parents efb2e76 + de1bb52 commit c2aeaa5
Show file tree
Hide file tree
Showing 2,041 changed files with 23,245 additions and 15,415 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,35 +93,36 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
</tr>
<tr>
<td><a href="Samples/CameraResolution">Camera resolution</a></td>
<td><a href="Samples/CameraStreamCoordinateMapper">Camera stream coordinate mapper</a></td>
<td><a href="Samples/CameraStreamCorrelation">Camera stream correlation</a></td>
<td><a href="Samples/LiveDash">DASH streaming</a></td>
</tr>
<tr>
<td><a href="Samples/LiveDash">DASH streaming</a></td>
<td><a href="Samples/D2DPhotoAdjustment">Direct2D photo adjustment</a></td>
<td><a href="Samples/MediaEditing">Media editing</a></td>
<td><a href="Samples/MediaImport">Media import</a></td>
</tr>
<tr>
<td><a href="Samples/MediaImport">Media import</a></td>
<td><a href="Samples/XamlCustomMediaTransportControls">Media transport controls</a></td>
<td><a href="Samples/MIDI">MIDI</a></td>
<td><a href="Samples/Playlists">Playlists</a></td>
</tr>
<tr>
<td><a href="Samples/Playlists">Playlists</a></td>
<td><a href="Samples/PlayReady">PlayReady</a></td>
<td><a href="Samples/CameraOpenCV">Processing frames with OpenCV</a></td>
<td><a href="Samples/SimpleImaging">Simple imaging</a></td>
</tr>
<tr>
<td><a href="Samples/SimpleImaging">Simple imaging</a></td>
<td><a href="Samples/SpatialSound">Spatial audio</a></td>
<td><a href="Samples/SystemMediaTransportControls">System media transport controls</a></td>
<td><a href="Samples/MediaTranscoding">Transcoding media</a></td>
</tr>
<tr>
<td><a href="Samples/MediaTranscoding">Transcoding media</a></td>
<td><a href="Samples/VideoPlayback">Video playback</a></td>
<td><a href="Samples/VideoPlaybackSynchronization">Video playback synchronization</a></td>
<td><a href="Samples/CameraVideoStabilization">Video stabilization</a></td>
</tr>
<tr>
<td><a href="Samples/CameraVideoStabilization">Video stabilization</a></td>
<td><a href="Samples/WindowsAudioSession">Windows audio session (WASAPI)</a></td>
</tr>
</table>
Expand Down Expand Up @@ -229,7 +230,7 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
<tr>
<td><a href="Samples/BasicInput">Basic input</a></td>
<td><a href="Samples/ComplexInk">Complex inking</a></td>
<td><a href="Samples/InkAnalysis">Ink analysis/a></td>
<td><a href="Samples/InkAnalysis">Ink analysis</a></td>
</tr>
<tr>
<td><a href="Samples/Ink">Inking</a></td>
Expand Down Expand Up @@ -278,6 +279,7 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
<tr>
<td><a href="Samples/ShareSource">Sharing content source app</a></td>
<td><a href="Samples/ShareTarget">Sharing content target app</a></td>
<td><a href="Samples/UserActivity">User activities</a></td>
</tr>
</table>

Expand Down
16 changes: 16 additions & 0 deletions Samples/360VideoPlayback/360-video-playback.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### YamlMime:Sample
sample:
- name: 360-degree Video Playback sample
description: Shows how to play 360-degree video.
generateZip: true
extendedZipContent:
- path: /SharedContent
target: /SharedContent
preserveParentHierarchy: true
author: oldnewthing
languages:
- csharp
- cpp
technologies:
- windows
vssolution: /Samples/360VideoPlayback/cs/360VideoPlayback.sln
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", "{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "360VideoPlayback", "360VideoPlayback.vcxproj", "{CA984D05-8E90-525D-A158-37B85761267F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -13,18 +13,18 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x64.ActiveCfg = Debug|x64
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x64.Build.0 = Debug|x64
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x64.Deploy.0 = Debug|x64
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x86.ActiveCfg = Debug|Win32
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x86.Build.0 = Debug|Win32
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x86.Deploy.0 = Debug|Win32
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x64.ActiveCfg = Release|x64
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x64.Build.0 = Release|x64
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x64.Deploy.0 = Release|x64
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x86.ActiveCfg = Release|Win32
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x86.Build.0 = Release|Win32
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x86.Deploy.0 = Release|Win32
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x64.ActiveCfg = Debug|x64
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x64.Build.0 = Debug|x64
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x64.Deploy.0 = Debug|x64
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x86.ActiveCfg = Debug|Win32
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x86.Build.0 = Debug|Win32
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x86.Deploy.0 = Debug|Win32
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x64.ActiveCfg = Release|x64
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x64.Build.0 = Release|x64
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x64.Deploy.0 = Release|x64
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x86.ActiveCfg = Release|Win32
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x86.Build.0 = Release|Win32
{CA984D05-8E90-525D-A158-37B85761267F}.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>{e0fbf32b-7605-5125-8558-e80eb4a2d3c1}</ProjectGuid>
<ProjectGuid>{ca984d05-8e90-525d-a158-37b85761267f}</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.16299.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
</PropertyGroup>
Expand Down
19 changes: 0 additions & 19 deletions Samples/360VideoPlayback/cpp/Common/DeviceResources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,25 +361,6 @@ void DX::DeviceResources::Present(HolographicFrame^ frame)
// holographic frame predictions.
HolographicFramePresentResult presentResult = frame->PresentUsingCurrentPrediction();

HolographicFramePrediction^ prediction = frame->CurrentPrediction;
UseHolographicCameraResources<void>([this, prediction](std::map<UINT32, std::unique_ptr<CameraResources>>& cameraResourceMap)
{
for (auto cameraPose : prediction->CameraPoses)
{
// This represents the device-based resources for a HolographicCamera.
DX::CameraResources* pCameraResources = cameraResourceMap[cameraPose->HolographicCamera->Id].get();

// Discard the contents of the render target.
// This is a valid operation only when the existing contents will be
// entirely overwritten. If dirty or scroll rects are used, this call
// should be removed.
m_d3dContext->DiscardView(pCameraResources->GetBackBufferRenderTargetView());

// Discard the contents of the depth stencil.
m_d3dContext->DiscardView(pCameraResources->GetDepthStencilView());
}
});

// The PresentUsingCurrentPrediction API will detect when the graphics device
// changes or becomes invalid. When this happens, it is considered a Direct3D
// device lost scenario.
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.16299.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.17134.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>{E9D0948C-B05E-57A0-A52C-4100D8512EB0}</ProjectGuid>
<ProjectGuid>{B4A393EF-A19A-5743-ACA2-C8822DA43A41}</ProjectGuid>
<OutputType>AppContainerExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>_360VideoPlayback</RootNamespace>
<AssemblyName>360VideoPlayback</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17134.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", "{E9D0948C-B05E-57A0-A52C-4100D8512EB0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "360VideoPlayback", "360VideoPlayback.csproj", "{B4A393EF-A19A-5743-ACA2-C8822DA43A41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -13,18 +13,18 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x64.ActiveCfg = Debug|x64
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x64.Build.0 = Debug|x64
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x64.Deploy.0 = Debug|x64
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x86.ActiveCfg = Debug|x86
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x86.Build.0 = Debug|x86
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x86.Deploy.0 = Debug|x86
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x64.ActiveCfg = Release|x64
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x64.Build.0 = Release|x64
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x64.Deploy.0 = Release|x64
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x86.ActiveCfg = Release|x86
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x86.Build.0 = Release|x86
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x86.Deploy.0 = Release|x86
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x64.ActiveCfg = Debug|x64
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x64.Build.0 = Debug|x64
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x64.Deploy.0 = Debug|x64
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x86.ActiveCfg = Debug|x86
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x86.Build.0 = Debug|x86
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x86.Deploy.0 = Debug|x86
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x64.ActiveCfg = Release|x64
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x64.Build.0 = Release|x64
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x64.Deploy.0 = Release|x64
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x86.ActiveCfg = Release|x86
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x86.Build.0 = Release|x86
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
19 changes: 0 additions & 19 deletions Samples/360VideoPlayback/cs/Common/DeviceResources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -363,25 +363,6 @@ public void Present(ref HolographicFrame frame)
HolographicFramePresentWaitBehavior.WaitForFrameToFinish
);

HolographicFramePrediction prediction = frame.CurrentPrediction;
UseHolographicCameraResources((Dictionary<uint, CameraResources> cameraResourcesDictionary) =>
{
foreach (var cameraPose in prediction.CameraPoses)
{
// This represents the device-based resources for a HolographicCamera.
CameraResources cameraResources = cameraResourcesDictionary[cameraPose.HolographicCamera.Id];

// Discard the contents of the render target.
// This is a valid operation only when the existing contents will be
// entirely overwritten. If dirty or scroll rects are used, this call
// should be removed.
d3dContext.DiscardView(cameraResources.BackBufferRenderTargetView);

// Discard the contents of the depth stencil.
d3dContext.DiscardView(cameraResources.DepthStencilView);
}
});

// The PresentUsingCurrentPrediction API will detect when the graphics device
// changes or becomes invalid. When this happens, it is considered a Direct3D
// device lost scenario.
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.16299.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.17134.0"/>
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
Expand Down
3 changes: 2 additions & 1 deletion Samples/360VideoPlayback/cs/ms.fxcompile.targets
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
</ItemGroup>

<PropertyGroup>
<FXCPath>$(MSBuildProgramFiles32)\Windows Kits\10\bin\x86</FXCPath>
<FXCPath Condition="Exists('$(MSBuildProgramFiles32)\Windows Kits\10\bin\$(TargetPlatformVersion)\x86\fxc.exe')">$(MSBuildProgramFiles32)\Windows Kits\10\bin\$(TargetPlatformVersion)\x86</FXCPath>
<FXCPath Condition="'$(FXCPath)' == ''">$(MSBuildProgramFiles32)\Windows Kits\10\bin\x86</FXCPath>
</PropertyGroup>

<Message Text="Using 'fxc.exe' from '$(FXCPath)'." />
Expand Down
11 changes: 8 additions & 3 deletions Samples/3DPrinting/3d-printing.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
### YamlMime:Sample
sample:
- name: 3D Printing Sample
description: This sample demonstrates a number of different tasks associated with 3D printing and editing the 3MF file type.
generateZip: false
description: Shows several tasks for 3D printing and editing the 3MF file type.
generateZip: true
extendedZipContent:
- path: /SharedContent
target: /SharedContent
preserveParentHierarchy: true
author: oldnewthing
languages:
- csharp
technologies:
- windows
- windows
vssolution: /Samples/3DPrinting/cs/3DPrinting.sln
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>{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}</ProjectGuid>
<ProjectGuid>{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}</ProjectGuid>
<OutputType>AppContainerExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SDKTemplate</RootNamespace>
<AssemblyName>SDKTemplate</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17134.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", "{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -15,24 +15,24 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|ARM.ActiveCfg = Debug|ARM
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|ARM.Build.0 = Debug|ARM
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|ARM.Deploy.0 = Debug|ARM
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x64.ActiveCfg = Debug|x64
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x64.Build.0 = Debug|x64
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x64.Deploy.0 = Debug|x64
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x86.ActiveCfg = Debug|x86
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x86.Build.0 = Debug|x86
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x86.Deploy.0 = Debug|x86
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|ARM.ActiveCfg = Release|ARM
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|ARM.Build.0 = Release|ARM
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|ARM.Deploy.0 = Release|ARM
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x64.ActiveCfg = Release|x64
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x64.Build.0 = Release|x64
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x64.Deploy.0 = Release|x64
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x86.ActiveCfg = Release|x86
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x86.Build.0 = Release|x86
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x86.Deploy.0 = Release|x86
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|ARM.ActiveCfg = Debug|ARM
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|ARM.Build.0 = Debug|ARM
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|ARM.Deploy.0 = Debug|ARM
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x64.ActiveCfg = Debug|x64
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x64.Build.0 = Debug|x64
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x64.Deploy.0 = Debug|x64
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x86.ActiveCfg = Debug|x86
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x86.Build.0 = Debug|x86
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x86.Deploy.0 = Debug|x86
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|ARM.ActiveCfg = Release|ARM
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|ARM.Build.0 = Release|ARM
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|ARM.Deploy.0 = Release|ARM
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x64.ActiveCfg = Release|x64
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x64.Build.0 = Release|x64
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x64.Deploy.0 = Release|x64
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x86.ActiveCfg = Release|x86
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x86.Build.0 = Release|x86
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.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.16299.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.17134.0"/>
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
Expand Down
Loading

0 comments on commit c2aeaa5

Please sign in to comment.