Skip to content

Commit 1303934

Browse files
committed
Windows 10 RTM Release - September 2015 Update 1
1 parent 2fbdfea commit 1303934

File tree

490 files changed

+16765
-1465
lines changed

Some content is hidden

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

490 files changed

+16765
-1465
lines changed

README.md

Lines changed: 64 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -64,30 +64,30 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
6464
<tr>
6565
<td><a href="Samples/AudioCreation">Audio graphs</a></td>
6666
<td><a href="Samples/BackgroundAudio">Background audio</a></td>
67+
<td><a href="Samples/CameraStarterKit">Basic camera app</a></td>
68+
</tr>
69+
<tr>
70+
<td><a href="Samples/BasicFaceDetection">Basic face detection</a></td>
71+
<td><a href="Samples/BasicFaceTracking">Basic face tracking</a></td>
6772
<td><a href="Samples/BasicMediaCasting">Basic media casting</a></td>
6873
</tr>
6974
<tr>
7075
<td><a href="Samples/CameraFaceDetection">Camera face detection</a></td>
7176
<td><a href="Samples/CameraGetPreviewFrame">Camera preview frame</a></td>
72-
<td><a href="Samples/CameraHdr">High dynamic range</a></td>
73-
</tr>
74-
<tr>
7577
<td><a href="Samples/CameraProfile">Camera profiles</a></td>
76-
<td><a href="Samples/CameraStarterKit">Basic camera app</a></td>
77-
<td><a href="Samples/CameraVideoStabilization">Video stabilization</a></td>
7878
</tr>
7979
<tr>
80-
<td><a href="Samples/D2DPhotoAdjustment">Direct2D photo adjustment</a></td>
80+
<td><a href="Samples/CameraResolution">Camera resolution</a></td>
8181
<td><a href="Samples/LiveDash">DASH streaming</a></td>
82-
<td><a href="Samples/MediaEditing">Media editing</a></td>
82+
<td><a href="Samples/D2DPhotoAdjustment">Direct2D photo adjustment</a></td>
8383
</tr>
8484
<tr>
85+
<td><a href="Samples/CameraHdr">High dynamic range</a></td>
86+
<td><a href="Samples/MediaEditing">Media editing</a></td>
8587
<td><a href="Samples/XamlCustomMediaTransportControls">Media transport controls</a></td>
86-
<td><a href="Samples/MIDI">MIDI</a></td>
87-
<td><a href="Samples/BasicFaceDetection">Basic face detection</a></td>
8888
</tr>
8989
<tr>
90-
<td><a href="Samples/BasicFaceTracking">Basic face tracking</a></td>
90+
<td><a href="Samples/MIDI">MIDI</a></td>
9191
<td><a href="Samples/Playlists">Playlists</a></td>
9292
<td><a href="Samples/SimpleImaging">Simple imaging</a></td>
9393
</tr>
@@ -98,7 +98,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
9898
</tr>
9999
<tr>
100100
<td><a href="Samples/VideoPlayback">Video playback</a></td>
101+
<td><a href="Samples/CameraVideoStabilization">Video stabilization</a></td>
101102
<td><a href="Samples/WindowsAudioSession">Windows audio session (WASAPI)</a></td>
103+
</tr>
104+
<tr>
102105
<td><a href="Samples/MediaImport">Windows media import</a></td>
103106
</tr>
104107
</table>
@@ -107,11 +110,13 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
107110
<th colspan="3" align="left">Communications</th>
108111
</tr>
109112
<tr>
113+
<td><a href="Samples/BluetoothRfcommChat">Bluetooth RFCOMM chat</a></td>
114+
<td><a href="Samples/CommunicationBlockAndFilter">Communication blocking and filtering</a></td>
110115
<td><a href="Samples/PhoneCall">Phone call</a></td>
111-
<td><a href="Samples/SimpleCommunication">Real-time communication</a></td>
112-
<td><a href="Samples/SmsSendAndReceive">SMS send and receive</a></td>
113116
</tr>
114117
<tr>
118+
<td><a href="Samples/SimpleCommunication">Real-time communication</a></td>
119+
<td><a href="Samples/SmsSendAndReceive">SMS send and receive</a></td>
115120
<td><a href="Samples/VoIP">Voice over IP (VoIP)</a></td>
116121
</tr>
117122
</table>
@@ -135,52 +140,52 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
135140
<tr>
136141
<td><a href="Samples/XamlAutoSuggestBox">AutoSuggestBox migration</a></td>
137142
<td><a href="Samples/Clipboard">Clipboard</a></td>
138-
<td><a href="Samples/ContextMenu">Context menu</a></td>
143+
<td><a href="Samples/XamlCommanding">Commanding</a></td>
139144
</tr>
140145
<tr>
146+
<td><a href="Samples/ContextMenu">Context menu</a></td>
141147
<td><a href="Samples/XamlContextMenu">Context menu (XAML)</a></td>
148+
<td><a href="Samples/UserSelection">Disabling selection</a></td>
149+
</tr>
150+
<tr>
142151
<td><a href="Samples/DisplayOrientation">Display orientation</a></td>
143152
<td><a href="Samples/DWriteTextLayoutCloudFont">Downloadable fonts (DirectWrite)</a></td>
153+
<td><a href="Samples/XamlCloudFontIntegration">Downloadable fonts (XAML)</a></td>
144154
</tr>
145155
<tr>
146156
<td><a href="Samples/XamlDragAndDrop">Drag and drop</a></td>
147-
<td><a href="Samples/DWriteLineSpacingModes">Line spacing (DirectWrite)</a></td>
148157
<td><a href="Samples/XamlFocusVisuals">Focus visuals</a></td>
158+
<td><a href="Samples/FullScreenMode">Full screen mode</a></td>
149159
</tr>
150160
<tr>
151-
<td><a href="Samples/FullScreenMode">Full screen mode</a></td>
152-
<td><a href="Samples/WebView">HTML WebView control</a></td>
161+
<td><a href="Samples/DWriteLineSpacingModes">Line spacing (DirectWrite)</a></td>
153162
<td><a href="Samples/XamlListView">ListView and GridView</a></td>
163+
<td><a href="Samples/LockScreenApps">Lock screen apps</a></td>
154164
</tr>
155165
<tr>
156-
<td><a href="Samples/LockScreenApps">Lock screen apps</a></td>
157166
<td><a href="Samples/MessageDialog">Message dialog</a></td>
158167
<td><a href="Samples/MultipleViews">Multiple views</a></td>
168+
<td><a href="Samples/OCR">OCR</a></td>
159169
</tr>
160170
<tr>
161-
<td><a href="Samples/OCR">OCR</a></td>
162171
<td><a href="Samples/Printing">Printing</a></td>
163-
<td><a href="Samples/XamlPullToRefresh">Pull to refresh</a></td>
172+
<td><a href="Samples/XamlPullToRefresh">Pull-to-refresh</a></td>
173+
<td><a href="Samples/XamlResponsiveTechniques">Responsiveness techniques</a></td>
164174
</tr>
165175
<tr>
166-
<td><a href="Samples/ResizeAppView">Window resizing</a></td>
167176
<td><a href="Samples/DpiScaling">Scaling according to DPI</a></td>
168177
<td><a href="Samples/SplashScreen">Splash screen</a></td>
178+
<td><a href="Samples/XamlStateTriggers">State triggers</a></td>
169179
</tr>
170180
<tr>
171-
<td><a href="Samples/XamlStateTriggers">State triggers</a></td>
181+
<td><a href="Samples/XamlTailoredMultipleViews">Tailored multiple views</a></td>
172182
<td><a href="Samples/TitleBar">Title bar</a></td>
173-
<td><a href="Samples/UserSelection">Disabling selection</a></td>
183+
<td><a href="Samples/XamlUIBasics">UI basics (XAML)</a></td>
174184
</tr>
175185
<tr>
176186
<td><a href="Samples/UserInteractionMode">User interaction mode</a></td>
177-
<td><a href="Samples/XamlCommanding">Commanding</a></td>
178-
<td><a href="Samples/XamlCloudFontIntegration">Downloadable fonts (XAML)</a></td>
179-
</tr>
180-
<tr>
181-
<td><a href="Samples/XamlResponsiveTechniques">Responsiveness techniques</a></td>
182-
<td><a href="Samples/XamlTailoredMultipleViews">Tailored multiple views</a></td>
183-
<td><a href="Samples/XamlUIBasics">XAML UI basics</a></td>
187+
<td><a href="Samples/WebView">WebView control (HTML)</a></td>
188+
<td><a href="Samples/ResizeAppView">Window resizing</a></td>
184189
</tr>
185190
</table>
186191
<table>
@@ -202,17 +207,17 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
202207
<th colspan="3" align="left">Data</th>
203208
</tr>
204209
<tr>
210+
<td><a href="Samples/MsBlobBuilder">Blobs</a></td>
205211
<td><a href="Samples/Compression">Compression</a></td>
206212
<td><a href="Samples/ContentIndexer">Content indexer</a></td>
207-
<td><a href="Samples/HtmlFormValidation">HTML5 form validation</a></td>
208213
</tr>
209214
<tr>
215+
<td><a href="Samples/HtmlFormValidation">Form validation (HTML)</a></td>
210216
<td><a href="Samples/IndexedDB">IndexedDB</a></td>
211217
<td><a href="Samples/Logging">Logging</a></td>
212-
<td><a href="Samples/DataReaderWriter">Serializing and deserializing data</a></td>
213218
</tr>
214219
<tr>
215-
<td><a href="Samples/MsBlobBuilder">Blobs</a></td>
220+
<td><a href="Samples/DataReaderWriter">Serializing and deserializing data</a></td>
216221
<td><a href="Samples/XamlBind">x:Bind</a></td>
217222
<td><a href="Samples/XamlDeferLoadStrategy">x:DeferLoadStrategy</a></td>
218223
</tr>
@@ -238,10 +243,10 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
238243
<tr>
239244
<td><a href="Samples/Accelerometer">Accelerometer</a></td>
240245
<td><a href="Samples/ActivitySensor">Activity detection sensor</a></td>
241-
<td><a href="Samples/AllJoyn/ConsumerExperiences">AllJoyn Consumer experiences</a></td>
246+
<td><a href="Samples/AllJoyn/ConsumerExperiences">AllJoyn consumer experiences</a></td>
242247
</tr>
243248
<tr>
244-
<td><a href="Samples/AllJoyn/ProducerExperiences">AllJoyn Producer experiences</a></td>
249+
<td><a href="Samples/AllJoyn/ProducerExperiences">AllJoyn producer experiences</a></td>
245250
<td><a href="Samples/Altimeter">Altimeter</a></td>
246251
<td><a href="Samples/BackgroundSensors">Background sensors</a></td>
247252
</tr>
@@ -262,31 +267,36 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
262267
</tr>
263268
<tr>
264269
<td><a href="Samples/DeviceEnumeration">Device enumeration</a></td>
270+
<td><a href="Samples/IoT-GPIO">General Purpose Input/Output (GPIO)</a></td>
271+
<td><a href="Samples/Gyrometer">Gyrometer</a></td>
272+
</tr>
273+
<tr>
265274
<td><a href="Samples/Inclinometer">Inclinometer</a></td>
275+
<td><a href="Samples/IoT-I2C">Inter-Integrated Circuit (I2C)</a></td>
266276
<td><a href="Samples/LampDevice">Lamp device</a></td>
267277
</tr>
268278
<tr>
269-
<td><a href="Samples/Gyrometer">Gyrometer</a></td>
279+
<td><a href="Samples/LightSensor">Light sensor</a></td>
270280
<td><a href="Samples/MagneticStripeReader">Magnetic stripe reader</a></td>
271281
<td><a href="Samples/Nfc">Near field communication (NFC)</a></td>
272282
</tr>
273283
<tr>
274-
<td><a href="Samples/LightSensor">Light sensor</a></td>
284+
<td><a href="Samples/NfcProvisioner">NFC enterprise provisioner</a></td>
275285
<td><a href="Samples/OrientationSensor">Orientation sensor</a></td>
276286
<td><a href="Samples/Pedometer">Pedometer</a></td>
277287
</tr>
278288
<tr>
279-
<td><a href="Samples/NfcProvisioner">NFC enterprise provisioner</a></td>
289+
<td><a href="Samples/PosPrinter">POS printer</a></td>
280290
<td><a href="Samples/ProximitySensor">Proximity sensor</a></td>
281291
<td><a href="Samples/RelativeInclinometer">Relative inclinometer</a></td>
282292
</tr>
283293
<tr>
284-
<td><a href="Samples/PosPrinter">POS printer</a></td>
294+
<td><a href="Samples/RelativeOrientationSensor">Relative orientation sensor</a></td>
285295
<td><a href="Samples/SerialArduino">Serial Arduino</a></td>
286-
<td><a href="Samples/SimpleOrientationSensor">Simple orientation sensor</a></td>
296+
<td><a href="Samples/IoT-SPI">Serial Peripheral Interface (SPI)</a></td>
287297
</tr>
288298
<tr>
289-
<td><a href="Samples/RelativeOrientationSensor">Relative orientation sensor</a></td>
299+
<td><a href="Samples/SimpleOrientationSensor">Simple orientation sensor</a></td>
290300
</tr>
291301
</table>
292302
<table>
@@ -296,16 +306,16 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
296306
<tr>
297307
<td><a href="Samples/FileAccess">File access</a></td>
298308
<td><a href="Samples/FileThumbnails">File and folder thumbnail</a></td>
299-
<td><a href="Samples/FilePickerContracts">File picker provider</a></td>
309+
<td><a href="Samples/FilePicker">File picker</a></td>
300310
</tr>
301311
<tr>
302-
<td><a href="Samples/FilePicker">File picker</a></td>
312+
<td><a href="Samples/FilePickerContracts">File picker provider</a></td>
313+
<td><a href="Samples/FileSearch">File search</a></td>
303314
<td><a href="Samples/FolderEnumeration">Folder enumeration</a></td>
304-
<td><a href="Samples/HomeGroup">HomeGroup</a></td>
305315
</tr>
306316
<tr>
317+
<td><a href="Samples/HomeGroup">HomeGroup</a></td>
307318
<td><a href="Samples/LibraryManagement">Library management</a></td>
308-
<td><a href="Samples/FileSearch">File search</a></td>
309319
<td><a href="Samples/SemanticTextQuery">Semantic text query</a></td>
310320
</tr>
311321
</table>
@@ -347,16 +357,17 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
347357
<th colspan="3" align="left">Graphics and animation</th>
348358
</tr>
349359
<tr>
350-
<td><a href="Samples/XamlAnimatedGif">Animated GIF (XAML)</a></td>
360+
<td><a href="Samples/XamlAnimatedGif">Animated GIF playback (XAML)</a></td>
351361
<td><a href="Samples/AnimationLibrary">Animation library (HTML)</a></td>
352362
<td><a href="Samples/AnimationMetrics">Animation metrics</a></td>
353363
</tr>
354364
<tr>
365+
<td><a href="Samples/CompositionVisual">Composition visual without framework</a></td>
355366
<td><a href="Samples/D2DCustomEffects">Direct2D custom image effects</a></td>
356367
<td><a href="Samples/D2DGradientMesh">Direct2D gradient mesh</a></td>
357-
<td><a href="Samples/EfficientAnimations">Efficient animations (HTML)</a></td>
358368
</tr>
359369
<tr>
370+
<td><a href="Samples/EfficientAnimations">Efficient animations (HTML)</a></td>
360371
<td><a href="Samples/XamlTransform3DAnimations">Transform3D animations</a></td>
361372
<td><a href="Samples/XamlTransform3DParallax">Transform3D parallax</a></td>
362373
</tr>
@@ -411,11 +422,11 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
411422
<tr>
412423
<td><a href="Samples/BackButton">Back Button</a></td>
413424
<td><a href="Samples/XamlMasterDetail">Master/detail</a></td>
414-
<td><a href="Samples/XamlPivot">Pivot</a></td>
425+
<td><a href="Samples/XamlNavigation">Navigation menu (XAML)</a></td>
415426
</tr>
416427
<tr>
428+
<td><a href="Samples/XamlPivot">Pivot</a></td>
417429
<td><a href="Samples/Projection">Projection</a></td>
418-
<td><a href="Samples/XamlNavigation">XAML navigation menu</a></td>
419430
<td><a href="Samples/PackagedContent">XHR, handling navigation errors, and URL schemes</a></td>
420431
</tr>
421432
</table>
@@ -429,13 +440,13 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
429440
<td><a href="Samples/EasProtocol">Exchange Active Sync (EAS)</a></td>
430441
</tr>
431442
<tr>
432-
<td><a href="Samples/FeedReader">RSS reader end-to-end sample</a></td>
433443
<td><a href="Samples/HttpClient">HttpClient</a></td>
434444
<td><a href="Samples/Json">JSON</a></td>
445+
<td><a href="Samples/MobileBroadband">Mobile broadband</a></td>
435446
</tr>
436447
<tr>
437-
<td><a href="Samples/MobileBroadband">Mobile broadband</a></td>
438448
<td><a href="Samples/RadioManager">Radios</a></td>
449+
<td><a href="Samples/FeedReader">RSS reader end-to-end (JavaScript)</a></td>
439450
<td><a href="Samples/SocketActivityStreamSocket">Socket activity trigger stream socket</a></td>
440451
</tr>
441452
<tr>
@@ -446,21 +457,20 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
446457
<tr>
447458
<td><a href="Samples/WebSocket">WebSocket</a></td>
448459
<td><a href="Samples/WiFiDirect">Wi-Fi Direct</a></td>
449-
<td><a href="Samples/WiFiDirectServices">Wi-Fi Direct Services</a></td>
460+
<td><a href="Samples/WiFiDirectServices">Wi-Fi Direct services</a></td>
450461
</tr>
451462
<tr>
452463
<td><a href="Samples/WiFiScan">Wi-Fi scanning</a></td>
453-
<td><a href="Samples/PackagedContent">XHR, handling navigation errors, and URL schemes</a></td>
454464
</tr>
455465
</table>
456466
<table>
457467
<tr>
458468
<th colspan="3" align="left">Platform architecture</th>
459469
</tr>
460470
<tr>
471+
<td><a href="Samples/ProxyStubsForWinRTComponents">In-process component authoring</a></td>
461472
<td><a href="Samples/WRLInProcessWinRTComponent">In-process component authoring</a></td>
462473
<td><a href="Samples/WRLOutOfProcessWinRTComponent">Out-of-process component authoring</a></td>
463-
<td><a href="Samples/ProxyStubsForWinRTComponents">In-process component proxy/stub generation</a></td>
464474
</tr>
465475
</table>
466476
<table>
@@ -488,4 +498,4 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
488498
<td><a href="Samples/Notifications">Notifications</a></td>
489499
<td><a href="Samples/SecondaryTiles">Secondary tiles</a></td>
490500
</tr>
491-
</table>
501+
</table>

Samples/Accelerometer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ When you choose the **Enable** button for the **Data Events** option, the app be
2323

2424
When you choose the **Enable** button for the **Shake Events** option, the app displays the cumulative number of shake events each time an event occurs. (The app first increments the event count and then renders the most recent value.)
2525

26+
Note that shake events are not supported in Windows 10 build 10240, so the Shaken event will never be raised, but the sample demonstrates how to handle the event when support for shake is added.
27+
2628
### Poll Accelerometer Readings
2729

2830
When you choose the **Enable** button for the **Polling** option, the app will retrieve the sensor readings at a fixed interval.

Samples/ActivitySensor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Registers a background task for activity changes. The background task runs whene
4242

4343
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.
4444
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
45-
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.
45+
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.
4646
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.
4747

4848
## Run the sample

Samples/AdaptiveStreaming/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Build the sample
3434

3535
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.
3636
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
37-
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.
37+
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.
3838
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.
3939

4040
Run the sample

Samples/AdvancedCasting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!---
1+
<!---
22
category: AudioVideoAndCamera
33
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620480&clcid=0x409
44
--->

Samples/AllJoyn/ConsumerExperiences/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Specifically, this sample covers:
1919

2020
**Note** The Universal Windows samples require Visual Studio 2015 to build and Windows 10 to execute.
2121

22-
To obtain information about Windows 10, go to [Windows 10](http://go.microsoft.com/fwlink/?LinkID=532421)
22+
To obtain information about Windows 10 development, go to the [Windows Dev Center](https://dev.windows.com)
2323

2424
To obtain information about Microsoft Visual Studio 2015 and the tools for developing Windows apps, go to [Visual Studio 2015](http://go.microsoft.com/fwlink/?LinkID=532422)
2525

Samples/AllJoyn/ProducerExperiences/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Specifically, this sample covers:
1919

2020
**Note** The Universal Windows samples require Visual Studio 2015 to build and Windows 10 to execute.
2121

22-
To obtain information about Windows 10, go to [Windows 10](http://go.microsoft.com/fwlink/?LinkID=532421)
22+
To obtain information about Windows 10 development, go to the [Windows Dev Center](https://dev.windows.com)
2323

2424
To obtain information about Microsoft Visual Studio 2015 and the tools for developing Windows apps, go to [Visual Studio 2015](http://go.microsoft.com/fwlink/?LinkID=532422)
2525

Samples/Altimeter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you choose the **Get Data** button for the **Polling** option, the app will
3232

3333
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.
3434
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
35-
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.
35+
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.
3636
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.
3737

3838
## Run the sample

0 commit comments

Comments
 (0)