Skip to content

Commit c2aeaa5

Browse files
committed
Windows 10 future version - May 2018 Update
2 parents efb2e76 + de1bb52 commit c2aeaa5

File tree

2,041 files changed

+23245
-15415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,041 files changed

+23245
-15415
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -93,35 +93,36 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
9393
</tr>
9494
<tr>
9595
<td><a href="Samples/CameraResolution">Camera resolution</a></td>
96+
<td><a href="Samples/CameraStreamCoordinateMapper">Camera stream coordinate mapper</a></td>
9697
<td><a href="Samples/CameraStreamCorrelation">Camera stream correlation</a></td>
97-
<td><a href="Samples/LiveDash">DASH streaming</a></td>
9898
</tr>
9999
<tr>
100+
<td><a href="Samples/LiveDash">DASH streaming</a></td>
100101
<td><a href="Samples/D2DPhotoAdjustment">Direct2D photo adjustment</a></td>
101102
<td><a href="Samples/MediaEditing">Media editing</a></td>
102-
<td><a href="Samples/MediaImport">Media import</a></td>
103103
</tr>
104104
<tr>
105+
<td><a href="Samples/MediaImport">Media import</a></td>
105106
<td><a href="Samples/XamlCustomMediaTransportControls">Media transport controls</a></td>
106107
<td><a href="Samples/MIDI">MIDI</a></td>
107-
<td><a href="Samples/Playlists">Playlists</a></td>
108108
</tr>
109109
<tr>
110+
<td><a href="Samples/Playlists">Playlists</a></td>
110111
<td><a href="Samples/PlayReady">PlayReady</a></td>
111112
<td><a href="Samples/CameraOpenCV">Processing frames with OpenCV</a></td>
112-
<td><a href="Samples/SimpleImaging">Simple imaging</a></td>
113113
</tr>
114114
<tr>
115+
<td><a href="Samples/SimpleImaging">Simple imaging</a></td>
115116
<td><a href="Samples/SpatialSound">Spatial audio</a></td>
116117
<td><a href="Samples/SystemMediaTransportControls">System media transport controls</a></td>
117-
<td><a href="Samples/MediaTranscoding">Transcoding media</a></td>
118118
</tr>
119119
<tr>
120+
<td><a href="Samples/MediaTranscoding">Transcoding media</a></td>
120121
<td><a href="Samples/VideoPlayback">Video playback</a></td>
121122
<td><a href="Samples/VideoPlaybackSynchronization">Video playback synchronization</a></td>
122-
<td><a href="Samples/CameraVideoStabilization">Video stabilization</a></td>
123123
</tr>
124124
<tr>
125+
<td><a href="Samples/CameraVideoStabilization">Video stabilization</a></td>
125126
<td><a href="Samples/WindowsAudioSession">Windows audio session (WASAPI)</a></td>
126127
</tr>
127128
</table>
@@ -229,7 +230,7 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
229230
<tr>
230231
<td><a href="Samples/BasicInput">Basic input</a></td>
231232
<td><a href="Samples/ComplexInk">Complex inking</a></td>
232-
<td><a href="Samples/InkAnalysis">Ink analysis/a></td>
233+
<td><a href="Samples/InkAnalysis">Ink analysis</a></td>
233234
</tr>
234235
<tr>
235236
<td><a href="Samples/Ink">Inking</a></td>
@@ -278,6 +279,7 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
278279
<tr>
279280
<td><a href="Samples/ShareSource">Sharing content source app</a></td>
280281
<td><a href="Samples/ShareTarget">Sharing content target app</a></td>
282+
<td><a href="Samples/UserActivity">User activities</a></td>
281283
</tr>
282284
</table>
283285

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:Sample
2+
sample:
3+
- name: 360-degree Video Playback sample
4+
description: Shows how to play 360-degree video.
5+
generateZip: true
6+
extendedZipContent:
7+
- path: /SharedContent
8+
target: /SharedContent
9+
preserveParentHierarchy: true
10+
author: oldnewthing
11+
languages:
12+
- csharp
13+
- cpp
14+
technologies:
15+
- windows
16+
vssolution: /Samples/360VideoPlayback/cs/360VideoPlayback.sln

Samples/360VideoPlayback/cpp/360VideoPlayback.sln

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26403.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "360VideoPlayback", "360VideoPlayback.vcxproj", "{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "360VideoPlayback", "360VideoPlayback.vcxproj", "{CA984D05-8E90-525D-A158-37B85761267F}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,18 +13,18 @@ Global
1313
Release|x86 = Release|x86
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x64.ActiveCfg = Debug|x64
17-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x64.Build.0 = Debug|x64
18-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x64.Deploy.0 = Debug|x64
19-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x86.ActiveCfg = Debug|Win32
20-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x86.Build.0 = Debug|Win32
21-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Debug|x86.Deploy.0 = Debug|Win32
22-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x64.ActiveCfg = Release|x64
23-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x64.Build.0 = Release|x64
24-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x64.Deploy.0 = Release|x64
25-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x86.ActiveCfg = Release|Win32
26-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x86.Build.0 = Release|Win32
27-
{E0FBF32B-7605-5125-8558-E80EB4A2D3C1}.Release|x86.Deploy.0 = Release|Win32
16+
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x64.ActiveCfg = Debug|x64
17+
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x64.Build.0 = Debug|x64
18+
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x64.Deploy.0 = Debug|x64
19+
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x86.ActiveCfg = Debug|Win32
20+
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x86.Build.0 = Debug|Win32
21+
{CA984D05-8E90-525D-A158-37B85761267F}.Debug|x86.Deploy.0 = Debug|Win32
22+
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x64.ActiveCfg = Release|x64
23+
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x64.Build.0 = Release|x64
24+
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x64.Deploy.0 = Release|x64
25+
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x86.ActiveCfg = Release|Win32
26+
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x86.Build.0 = Release|Win32
27+
{CA984D05-8E90-525D-A158-37B85761267F}.Release|x86.Deploy.0 = Release|Win32
2828
EndGlobalSection
2929
GlobalSection(SolutionProperties) = preSolution
3030
HideSolutionNode = FALSE

Samples/360VideoPlayback/cpp/360VideoPlayback.vcxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
4-
<ProjectGuid>{e0fbf32b-7605-5125-8558-e80eb4a2d3c1}</ProjectGuid>
4+
<ProjectGuid>{ca984d05-8e90-525d-a158-37b85761267f}</ProjectGuid>
55
<Keyword>HolographicApp</Keyword>
66
<RootNamespace>_360VideoPlayback</RootNamespace>
77
<DefaultLanguage>en-US</DefaultLanguage>
88
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
99
<AppContainerApplication>true</AppContainerApplication>
1010
<ApplicationType>Windows Store</ApplicationType>
11-
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
12-
<WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
11+
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
12+
<WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
1313
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
1414
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
1515
</PropertyGroup>

Samples/360VideoPlayback/cpp/Common/DeviceResources.cpp

-19
Original file line numberDiff line numberDiff line change
@@ -361,25 +361,6 @@ void DX::DeviceResources::Present(HolographicFrame^ frame)
361361
// holographic frame predictions.
362362
HolographicFramePresentResult presentResult = frame->PresentUsingCurrentPrediction();
363363

364-
HolographicFramePrediction^ prediction = frame->CurrentPrediction;
365-
UseHolographicCameraResources<void>([this, prediction](std::map<UINT32, std::unique_ptr<CameraResources>>& cameraResourceMap)
366-
{
367-
for (auto cameraPose : prediction->CameraPoses)
368-
{
369-
// This represents the device-based resources for a HolographicCamera.
370-
DX::CameraResources* pCameraResources = cameraResourceMap[cameraPose->HolographicCamera->Id].get();
371-
372-
// Discard the contents of the render target.
373-
// This is a valid operation only when the existing contents will be
374-
// entirely overwritten. If dirty or scroll rects are used, this call
375-
// should be removed.
376-
m_d3dContext->DiscardView(pCameraResources->GetBackBufferRenderTargetView());
377-
378-
// Discard the contents of the depth stencil.
379-
m_d3dContext->DiscardView(pCameraResources->GetDepthStencilView());
380-
}
381-
});
382-
383364
// The PresentUsingCurrentPrediction API will detect when the graphics device
384365
// changes or becomes invalid. When this happens, it is considered a Direct3D
385366
// device lost scenario.

Samples/360VideoPlayback/cpp/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Logo>Assets\StoreLogo-sdk.png</Logo>
1515
</Properties>
1616
<Dependencies>
17-
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.16299.0"/>
17+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.17134.0"/>
1818
</Dependencies>
1919
<Resources>
2020
<Resource Language="x-generate"/>

Samples/360VideoPlayback/cs/360VideoPlayback.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
7-
<ProjectGuid>{E9D0948C-B05E-57A0-A52C-4100D8512EB0}</ProjectGuid>
7+
<ProjectGuid>{B4A393EF-A19A-5743-ACA2-C8822DA43A41}</ProjectGuid>
88
<OutputType>AppContainerExe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>_360VideoPlayback</RootNamespace>
1111
<AssemblyName>360VideoPlayback</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>15</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

Samples/360VideoPlayback/cs/360VideoPlayback.sln

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26403.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "360VideoPlayback", "360VideoPlayback.csproj", "{E9D0948C-B05E-57A0-A52C-4100D8512EB0}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "360VideoPlayback", "360VideoPlayback.csproj", "{B4A393EF-A19A-5743-ACA2-C8822DA43A41}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,18 +13,18 @@ Global
1313
Release|x86 = Release|x86
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x64.ActiveCfg = Debug|x64
17-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x64.Build.0 = Debug|x64
18-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x64.Deploy.0 = Debug|x64
19-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x86.ActiveCfg = Debug|x86
20-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x86.Build.0 = Debug|x86
21-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Debug|x86.Deploy.0 = Debug|x86
22-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x64.ActiveCfg = Release|x64
23-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x64.Build.0 = Release|x64
24-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x64.Deploy.0 = Release|x64
25-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x86.ActiveCfg = Release|x86
26-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x86.Build.0 = Release|x86
27-
{E9D0948C-B05E-57A0-A52C-4100D8512EB0}.Release|x86.Deploy.0 = Release|x86
16+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x64.ActiveCfg = Debug|x64
17+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x64.Build.0 = Debug|x64
18+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x64.Deploy.0 = Debug|x64
19+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x86.ActiveCfg = Debug|x86
20+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x86.Build.0 = Debug|x86
21+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Debug|x86.Deploy.0 = Debug|x86
22+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x64.ActiveCfg = Release|x64
23+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x64.Build.0 = Release|x64
24+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x64.Deploy.0 = Release|x64
25+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x86.ActiveCfg = Release|x86
26+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x86.Build.0 = Release|x86
27+
{B4A393EF-A19A-5743-ACA2-C8822DA43A41}.Release|x86.Deploy.0 = Release|x86
2828
EndGlobalSection
2929
GlobalSection(SolutionProperties) = preSolution
3030
HideSolutionNode = FALSE

Samples/360VideoPlayback/cs/Common/DeviceResources.cs

-19
Original file line numberDiff line numberDiff line change
@@ -363,25 +363,6 @@ public void Present(ref HolographicFrame frame)
363363
HolographicFramePresentWaitBehavior.WaitForFrameToFinish
364364
);
365365

366-
HolographicFramePrediction prediction = frame.CurrentPrediction;
367-
UseHolographicCameraResources((Dictionary<uint, CameraResources> cameraResourcesDictionary) =>
368-
{
369-
foreach (var cameraPose in prediction.CameraPoses)
370-
{
371-
// This represents the device-based resources for a HolographicCamera.
372-
CameraResources cameraResources = cameraResourcesDictionary[cameraPose.HolographicCamera.Id];
373-
374-
// Discard the contents of the render target.
375-
// This is a valid operation only when the existing contents will be
376-
// entirely overwritten. If dirty or scroll rects are used, this call
377-
// should be removed.
378-
d3dContext.DiscardView(cameraResources.BackBufferRenderTargetView);
379-
380-
// Discard the contents of the depth stencil.
381-
d3dContext.DiscardView(cameraResources.DepthStencilView);
382-
}
383-
});
384-
385366
// The PresentUsingCurrentPrediction API will detect when the graphics device
386367
// changes or becomes invalid. When this happens, it is considered a Direct3D
387368
// device lost scenario.

Samples/360VideoPlayback/cs/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Logo>Assets\StoreLogo-sdk.png</Logo>
1515
</Properties>
1616
<Dependencies>
17-
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.16299.0"/>
17+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.17134.0"/>
1818
</Dependencies>
1919
<Resources>
2020
<Resource Language="x-generate"/>

Samples/360VideoPlayback/cs/ms.fxcompile.targets

+2-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
</ItemGroup>
155155

156156
<PropertyGroup>
157-
<FXCPath>$(MSBuildProgramFiles32)\Windows Kits\10\bin\x86</FXCPath>
157+
<FXCPath Condition="Exists('$(MSBuildProgramFiles32)\Windows Kits\10\bin\$(TargetPlatformVersion)\x86\fxc.exe')">$(MSBuildProgramFiles32)\Windows Kits\10\bin\$(TargetPlatformVersion)\x86</FXCPath>
158+
<FXCPath Condition="'$(FXCPath)' == ''">$(MSBuildProgramFiles32)\Windows Kits\10\bin\x86</FXCPath>
158159
</PropertyGroup>
159160

160161
<Message Text="Using 'fxc.exe' from '$(FXCPath)'." />

Samples/3DPrinting/3d-printing.yaml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
### YamlMime:Sample
22
sample:
33
- name: 3D Printing Sample
4-
description: This sample demonstrates a number of different tasks associated with 3D printing and editing the 3MF file type.
5-
generateZip: false
4+
description: Shows several tasks for 3D printing and editing the 3MF file type.
5+
generateZip: true
6+
extendedZipContent:
7+
- path: /SharedContent
8+
target: /SharedContent
9+
preserveParentHierarchy: true
610
author: oldnewthing
711
languages:
812
- csharp
913
technologies:
10-
- windows
14+
- windows
15+
vssolution: /Samples/3DPrinting/cs/3DPrinting.sln

Samples/3DPrinting/cs/3DPrinting.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
7-
<ProjectGuid>{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}</ProjectGuid>
7+
<ProjectGuid>{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}</ProjectGuid>
88
<OutputType>AppContainerExe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>SDKTemplate</RootNamespace>
1111
<AssemblyName>SDKTemplate</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

Samples/3DPrinting/cs/3DPrinting.sln

+19-19
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26228.4
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,24 +15,24 @@ Global
1515
Release|x86 = Release|x86
1616
EndGlobalSection
1717
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|ARM.ActiveCfg = Debug|ARM
19-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|ARM.Build.0 = Debug|ARM
20-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|ARM.Deploy.0 = Debug|ARM
21-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x64.ActiveCfg = Debug|x64
22-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x64.Build.0 = Debug|x64
23-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x64.Deploy.0 = Debug|x64
24-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x86.ActiveCfg = Debug|x86
25-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x86.Build.0 = Debug|x86
26-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Debug|x86.Deploy.0 = Debug|x86
27-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|ARM.ActiveCfg = Release|ARM
28-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|ARM.Build.0 = Release|ARM
29-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|ARM.Deploy.0 = Release|ARM
30-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x64.ActiveCfg = Release|x64
31-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x64.Build.0 = Release|x64
32-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x64.Deploy.0 = Release|x64
33-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x86.ActiveCfg = Release|x86
34-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x86.Build.0 = Release|x86
35-
{C318DBD2-F85C-5E85-8D17-94FF2698E8DF}.Release|x86.Deploy.0 = Release|x86
18+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|ARM.ActiveCfg = Debug|ARM
19+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|ARM.Build.0 = Debug|ARM
20+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|ARM.Deploy.0 = Debug|ARM
21+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x64.ActiveCfg = Debug|x64
22+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x64.Build.0 = Debug|x64
23+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x64.Deploy.0 = Debug|x64
24+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x86.ActiveCfg = Debug|x86
25+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x86.Build.0 = Debug|x86
26+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Debug|x86.Deploy.0 = Debug|x86
27+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|ARM.ActiveCfg = Release|ARM
28+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|ARM.Build.0 = Release|ARM
29+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|ARM.Deploy.0 = Release|ARM
30+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x64.ActiveCfg = Release|x64
31+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x64.Build.0 = Release|x64
32+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x64.Deploy.0 = Release|x64
33+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x86.ActiveCfg = Release|x86
34+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x86.Build.0 = Release|x86
35+
{9BF09C4C-8D79-5E9C-99CA-00EB7775EDB3}.Release|x86.Deploy.0 = Release|x86
3636
EndGlobalSection
3737
GlobalSection(SolutionProperties) = preSolution
3838
HideSolutionNode = FALSE

Samples/3DPrinting/cs/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Logo>Assets\StoreLogo-sdk.png</Logo>
1414
</Properties>
1515
<Dependencies>
16-
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.16299.0"/>
16+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.17134.0"/>
1717
</Dependencies>
1818
<Resources>
1919
<Resource Language="x-generate"/>

0 commit comments

Comments
 (0)