Skip to content

Commit 20f72fc

Browse files
committed
Windows 10 1511 Release - March 2016 Update
2 parents 5c66da8 + 46269af commit 20f72fc

File tree

567 files changed

+1664
-2513
lines changed

Some content is hidden

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

567 files changed

+1664
-2513
lines changed

README.md

+20-17
Original file line numberDiff line numberDiff line change
@@ -141,58 +141,61 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
141141

142142
<table>
143143
<tr>
144+
<td><a href="Samples/3DPrinting">3D Printing</a></td>
144145
<td><a href="Samples/3DPrintingFromUnity">3D Printing from Unity</a></td>
145146
<td><a href="Samples/XamlAutoSuggestBox">AutoSuggestBox migration</a></td>
146-
<td><a href="Samples/Clipboard">Clipboard</a></td>
147147
</tr>
148148
<tr>
149+
<td><a href="Samples/Clipboard">Clipboard</a></td>
149150
<td><a href="Samples/XamlCommanding">Commanding</a></td>
150151
<td><a href="Samples/ContextMenu">Context menu</a></td>
151-
<td><a href="Samples/XamlContextMenu">Context menu (XAML)</a></td>
152152
</tr>
153153
<tr>
154+
<td><a href="Samples/XamlContextMenu">Context menu (XAML)</a></td>
154155
<td><a href="Samples/XamlDataVirtualization">Data virtualization</a></td>
155156
<td><a href="Samples/UserSelection">Disabling selection</a></td>
156-
<td><a href="Samples/DisplayOrientation">Display orientation</a></td>
157157
</tr>
158158
<tr>
159+
<td><a href="Samples/DisplayOrientation">Display orientation</a></td>
159160
<td><a href="Samples/DWriteTextLayoutCloudFont">Downloadable fonts (DirectWrite)</a></td>
160161
<td><a href="Samples/XamlCloudFontIntegration">Downloadable fonts (XAML)</a></td>
161-
<td><a href="Samples/XamlDragAndDrop">Drag and drop</a></td>
162162
</tr>
163163
<tr>
164+
<td><a href="Samples/XamlDragAndDrop">Drag and drop</a></td>
164165
<td><a href="Samples/XamlFocusVisuals">Focus visuals</a></td>
165166
<td><a href="Samples/FullScreenMode">Full screen mode</a></td>
166-
<td><a href="Samples/DWriteLineSpacingModes">Line spacing (DirectWrite)</a></td>
167167
</tr>
168168
<tr>
169+
<td><a href="Samples/DWriteLineSpacingModes">Line spacing (DirectWrite)</a></td>
169170
<td><a href="Samples/XamlListView">ListView and GridView</a></td>
170171
<td><a href="Samples/LockScreenApps">Lock screen apps</a></td>
171-
<td><a href="Samples/MessageDialog">Message dialog</a></td>
172172
</tr>
173173
<tr>
174+
<td><a href="Samples/MessageDialog">Message dialog</a></td>
174175
<td><a href="Samples/MultipleViews">Multiple views</a></td>
175176
<td><a href="Samples/OCR">OCR</a></td>
176-
<td><a href="Samples/Printing">Printing</a></td>
177177
</tr>
178178
<tr>
179+
<td><a href="Samples/Printing">Printing</a></td>
179180
<td><a href="Samples/XamlPullToRefresh">Pull-to-refresh</a></td>
180181
<td><a href="Samples/XamlResponsiveTechniques">Responsiveness techniques</a></td>
181-
<td><a href="Samples/DpiScaling">Scaling according to DPI</a></td>
182182
</tr>
183183
<tr>
184+
<td><a href="Samples/DpiScaling">Scaling according to DPI</a></td>
184185
<td><a href="Samples/SplashScreen">Splash screen</a></td>
185186
<td><a href="Samples/XamlStateTriggers">State triggers</a></td>
186-
<td><a href="Samples/XamlTailoredMultipleViews">Tailored multiple views</a></td>
187187
</tr>
188188
<tr>
189+
<td><a href="Samples/XamlTailoredMultipleViews">Tailored multiple views</a></td>
189190
<td><a href="Samples/TitleBar">Title bar</a></td>
190191
<td><a href="Samples/XamlUIBasics">UI basics (XAML)</a></td>
191-
<td><a href="Samples/UserInteractionMode">User interaction mode</a></td>
192192
</tr>
193193
<tr>
194+
<td><a href="Samples/UserInteractionMode">User interaction mode</a></td>
194195
<td><a href="Samples/WebView">WebView control (HTML)</a></td>
195196
<td><a href="Samples/XamlWebView">WebView control (XAML)</a></td>
197+
</tr>
198+
<tr>
196199
<td><a href="Samples/ResizeAppView">Window resizing</a></td>
197200
</tr>
198201
</table>
@@ -394,15 +397,16 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
394397
<table>
395398
<tr>
396399
<td><a href="Samples/PasswordVault">Credential locker</a></td>
400+
<td><a href="Samples/ClientDeviceInformation">Client Device Information</a></td>
397401
<td><a href="Samples/CredentialPicker">Credential picker</a></td>
398-
<td><a href="Samples/DeviceLockdownAzureLogin">Device lockdown with Azure login</a></td>
399402
</tr>
400403
<tr>
404+
<td><a href="Samples/DeviceLockdownAzureLogin">Device lockdown with Azure login</a></td>
401405
<td><a href="Samples/DisablingScreenCapture">Disabling screen capture</a></td>
402406
<td><a href="Samples/EnterpriseDataProtection">Enterprise data protection</a></td>
403-
<td><a href="Samples/KeyCredentialManager">KeyCredentialManager</a></td>
404407
</tr>
405408
<tr>
409+
<td><a href="Samples/KeyCredentialManager">KeyCredentialManager</a></td>
406410
<td><a href="Samples/Personalization">Lock screen personalization</a></td>
407411
<td><a href="Samples/MicrosoftPassport">Microsoft Passport and Windows Hello</a></td>
408412
<td><a href="Samples/SmartCard">Smart cards</a></td>
@@ -461,27 +465,26 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
461465
<td><a href="Samples/DatagramSocket">DatagramSocket</a></td>
462466
</tr>
463467
<tr>
464-
<td><a href="Samples/EasProtocol">Exchange Active Sync (EAS)</a></td>
465468
<td><a href="Samples/HttpClient">HttpClient</a></td>
466469
<td><a href="Samples/Json">JSON</a></td>
470+
<td><a href="Samples/MobileBroadband">Mobile broadband</a></td>
467471
</tr>
468472
<tr>
469-
<td><a href="Samples/MobileBroadband">Mobile broadband</a></td>
470473
<td><a href="Samples/RadioManager">Radios</a></td>
471474
<td><a href="Samples/FeedReader">RSS reader end-to-end (JavaScript)</a></td>
475+
<td><a href="Samples/SocketActivityStreamSocket">Socket activity trigger stream socket</a></td>
472476
</tr>
473477
<tr>
474-
<td><a href="Samples/SocketActivityStreamSocket">Socket activity trigger stream socket</a></td>
475478
<td><a href="Samples/StreamSocket">StreamSocket</a></td>
476479
<td><a href="Samples/Syndication">Syndication</a></td>
480+
<td><a href="Samples/UssdProtcol">USSD protocol</a></td>
477481
</tr>
478482
<tr>
479-
<td><a href="Samples/UssdProtcol">USSD protocol</a></td>
480483
<td><a href="Samples/WebSocket">WebSocket</a></td>
481484
<td><a href="Samples/WiFiDirect">Wi-Fi Direct</a></td>
485+
<td><a href="Samples/WiFiDirectServices">Wi-Fi Direct services</a></td>
482486
</tr>
483487
<tr>
484-
<td><a href="Samples/WiFiDirectServices">Wi-Fi Direct services</a></td>
485488
<td><a href="Samples/WiFiScan">Wi-Fi scanning</a></td>
486489
</tr>
487490
</table>

Samples/3DPrinting/README.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!---
2+
category: ControlsLayoutAndText
3+
samplefwlink: http://go.microsoft.com/fwlink/?LinkId=746898
4+
--->
5+
6+
# 3D Printing Sample
7+
8+
This sample demonstrates a number of different tasks associated with 3D printing and editing the 3MF file type.
9+
10+
- Create a 3MF printing package programmatically
11+
- Create a .3mf file from XML data
12+
- Load a 3MF printing package from a .3mf file
13+
- Repair a model to make it printable
14+
- Save a 3MF printing package to a .3mf file
15+
- Launch the 3D print dialog
16+
- Open a file in the 3D Builder app
17+
18+
System requirements
19+
-------------------
20+
21+
*Client*: Windows 10 Version 1511
22+
23+
*Phone*: Windows 10 Version 1511
24+
25+
Build the sample
26+
----------------
27+
28+
1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
29+
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
30+
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio 2015 Solution (.sln) file.
31+
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.
32+
33+
Run the sample
34+
--------------
35+
36+
To debug the app and then run it, press F5 or use **Debug** \> **Start Debugging**. To run the app without debugging, press Ctrl+F5 or use **Debug** \> **Start Without Debugging**.
+181
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
7+
<ProjectGuid>{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}</ProjectGuid>
8+
<OutputType>AppContainerExe</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>SDKTemplate</RootNamespace>
11+
<AssemblyName>SDKTemplate</AssemblyName>
12+
<DefaultLanguage>en-US</DefaultLanguage>
13+
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
16+
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
17+
<FileAlignment>512</FileAlignment>
18+
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19+
</PropertyGroup>
20+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
21+
<DebugSymbols>true</DebugSymbols>
22+
<OutputPath>bin\x86\Debug\</OutputPath>
23+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
24+
<NoWarn>;2008</NoWarn>
25+
<DebugType>full</DebugType>
26+
<PlatformTarget>x86</PlatformTarget>
27+
<UseVSHostingProcess>false</UseVSHostingProcess>
28+
<ErrorReport>prompt</ErrorReport>
29+
<Prefer32Bit>true</Prefer32Bit>
30+
</PropertyGroup>
31+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
32+
<OutputPath>bin\x86\Release\</OutputPath>
33+
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
34+
<Optimize>true</Optimize>
35+
<NoWarn>;2008</NoWarn>
36+
<DebugType>pdbonly</DebugType>
37+
<PlatformTarget>x86</PlatformTarget>
38+
<UseVSHostingProcess>false</UseVSHostingProcess>
39+
<ErrorReport>prompt</ErrorReport>
40+
<Prefer32Bit>true</Prefer32Bit>
41+
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
42+
</PropertyGroup>
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
44+
<DebugSymbols>true</DebugSymbols>
45+
<OutputPath>bin\ARM\Debug\</OutputPath>
46+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
47+
<NoWarn>;2008</NoWarn>
48+
<DebugType>full</DebugType>
49+
<PlatformTarget>ARM</PlatformTarget>
50+
<UseVSHostingProcess>false</UseVSHostingProcess>
51+
<ErrorReport>prompt</ErrorReport>
52+
<Prefer32Bit>true</Prefer32Bit>
53+
</PropertyGroup>
54+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
55+
<OutputPath>bin\ARM\Release\</OutputPath>
56+
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
57+
<Optimize>true</Optimize>
58+
<NoWarn>;2008</NoWarn>
59+
<DebugType>pdbonly</DebugType>
60+
<PlatformTarget>ARM</PlatformTarget>
61+
<UseVSHostingProcess>false</UseVSHostingProcess>
62+
<ErrorReport>prompt</ErrorReport>
63+
<Prefer32Bit>true</Prefer32Bit>
64+
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
65+
</PropertyGroup>
66+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
67+
<DebugSymbols>true</DebugSymbols>
68+
<OutputPath>bin\x64\Debug\</OutputPath>
69+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
70+
<NoWarn>;2008</NoWarn>
71+
<DebugType>full</DebugType>
72+
<PlatformTarget>x64</PlatformTarget>
73+
<UseVSHostingProcess>false</UseVSHostingProcess>
74+
<ErrorReport>prompt</ErrorReport>
75+
<Prefer32Bit>true</Prefer32Bit>
76+
</PropertyGroup>
77+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
78+
<OutputPath>bin\x64\Release\</OutputPath>
79+
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
80+
<Optimize>true</Optimize>
81+
<NoWarn>;2008</NoWarn>
82+
<DebugType>pdbonly</DebugType>
83+
<PlatformTarget>x64</PlatformTarget>
84+
<UseVSHostingProcess>false</UseVSHostingProcess>
85+
<ErrorReport>prompt</ErrorReport>
86+
<Prefer32Bit>true</Prefer32Bit>
87+
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
88+
</PropertyGroup>
89+
<ItemGroup>
90+
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
91+
<None Include="project.json" />
92+
</ItemGroup>
93+
<ItemGroup>
94+
<Compile Include="..\..\..\SharedContent\cs\App.xaml.cs">
95+
<Link>App.xaml.cs</Link>
96+
<DependentUpon>App.xaml</DependentUpon>
97+
</Compile>
98+
<Compile Include="..\..\..\SharedContent\cs\MainPage.xaml.cs">
99+
<Link>MainPage.xaml.cs</Link>
100+
<DependentUpon>MainPage.xaml</DependentUpon>
101+
</Compile>
102+
<Compile Include="..\..\..\SharedContent\cs\AssemblyInfo.cs">
103+
<Link>Properties\AssemblyInfo.cs</Link>
104+
</Compile>
105+
<Compile Include="SampleConfiguration.cs" />
106+
<Compile Include="Scenario1_Print.xaml.cs">
107+
<DependentUpon>Scenario1_Print.xaml</DependentUpon>
108+
</Compile>
109+
<Compile Include="Scenario2_Launch.xaml.cs">
110+
<DependentUpon>Scenario2_Launch.xaml</DependentUpon>
111+
</Compile>
112+
</ItemGroup>
113+
<ItemGroup>
114+
<AppxManifest Include="Package.appxmanifest">
115+
<SubType>Designer</SubType>
116+
</AppxManifest>
117+
</ItemGroup>
118+
<ItemGroup>
119+
<ApplicationDefinition Include="..\..\..\SharedContent\xaml\App.xaml">
120+
<Link>App.xaml</Link>
121+
<Generator>MSBuild:Compile</Generator>
122+
<SubType>Designer</SubType>
123+
</ApplicationDefinition>
124+
<Page Include="..\..\..\SharedContent\cs\MainPage.xaml">
125+
<Link>MainPage.xaml</Link>
126+
<Generator>MSBuild:Compile</Generator>
127+
<SubType>Designer</SubType>
128+
</Page>
129+
<Page Include="Scenario1_Print.xaml">
130+
<Generator>MSBuild:Compile</Generator>
131+
<SubType>Designer</SubType>
132+
</Page>
133+
<Page Include="Scenario2_Launch.xaml">
134+
<Generator>MSBuild:Compile</Generator>
135+
<SubType>Designer</SubType>
136+
</Page>
137+
<Page Include="..\..\..\SharedContent\xaml\Styles.xaml">
138+
<Link>Styles\Styles.xaml</Link>
139+
<Generator>MSBuild:Compile</Generator>
140+
<SubType>Designer</SubType>
141+
</Page>
142+
</ItemGroup>
143+
<ItemGroup>
144+
<Content Include="..\..\..\SharedContent\cs\Default.rd.xml">
145+
<Link>Properties\Default.rd.xml</Link>
146+
</Content>
147+
<Content Include="..\..\..\SharedContent\media\microsoft-sdk.png">
148+
<Link>Assets\microsoft-sdk.png</Link>
149+
</Content>
150+
<Content Include="..\..\..\SharedContent\media\smalltile-sdk.png">
151+
<Link>Assets\smallTile-sdk.png</Link>
152+
</Content>
153+
<Content Include="..\..\..\SharedContent\media\splash-sdk.png">
154+
<Link>Assets\splash-sdk.png</Link>
155+
</Content>
156+
<Content Include="..\..\..\SharedContent\media\squaretile-sdk.png">
157+
<Link>Assets\squareTile-sdk.png</Link>
158+
</Content>
159+
<Content Include="..\..\..\SharedContent\media\storelogo-sdk.png">
160+
<Link>Assets\storeLogo-sdk.png</Link>
161+
</Content>
162+
<Content Include="..\..\..\SharedContent\media\tile-sdk.png">
163+
<Link>Assets\tile-sdk.png</Link>
164+
</Content>
165+
<Content Include="..\..\..\SharedContent\media\windows-sdk.png">
166+
<Link>Assets\windows-sdk.png</Link>
167+
</Content>
168+
<Content Include="Assets\msLogo.png" />
169+
</ItemGroup>
170+
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
171+
<VisualStudioVersion>14.0</VisualStudioVersion>
172+
</PropertyGroup>
173+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
174+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
175+
Other similar extension points exist, see Microsoft.Common.targets.
176+
<Target Name="BeforeBuild">
177+
</Target>
178+
<Target Name="AfterBuild">
179+
</Target>
180+
-->
181+
</Project>

Samples/3DPrinting/cs/3DPrinting.sln

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.24720.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3DPrinting", "3DPrinting.csproj", "{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|ARM = Debug|ARM
11+
Debug|x64 = Debug|x64
12+
Debug|x86 = Debug|x86
13+
Release|ARM = Release|ARM
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|ARM.ActiveCfg = Debug|ARM
19+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|ARM.Build.0 = Debug|ARM
20+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|ARM.Deploy.0 = Debug|ARM
21+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x64.ActiveCfg = Debug|x64
22+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x64.Build.0 = Debug|x64
23+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x64.Deploy.0 = Debug|x64
24+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x86.ActiveCfg = Debug|x86
25+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x86.Build.0 = Debug|x86
26+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Debug|x86.Deploy.0 = Debug|x86
27+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|ARM.ActiveCfg = Release|ARM
28+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|ARM.Build.0 = Release|ARM
29+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|ARM.Deploy.0 = Release|ARM
30+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x64.ActiveCfg = Release|x64
31+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x64.Build.0 = Release|x64
32+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x64.Deploy.0 = Release|x64
33+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x86.ActiveCfg = Release|x86
34+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x86.Build.0 = Release|x86
35+
{027AB530-3B0B-4D5D-91C6-3DBEE2492E7B}.Release|x86.Deploy.0 = Release|x86
36+
EndGlobalSection
37+
GlobalSection(SolutionProperties) = preSolution
38+
HideSolutionNode = FALSE
39+
EndGlobalSection
40+
EndGlobal
5.39 KB
Loading

0 commit comments

Comments
 (0)