You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,16 @@ These generic examples show how to use various models and input feeds with Windo
50
50
### Requirements
51
51
52
52
-[Visual Studio 2017 Version 15.7.4 or Newer](https://developer.microsoft.com/en-us/windows/downloads)
53
-
-[Windows 10 - Build 17738 or higher](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso)
54
-
-[Windows SDK - Build 17738 or higher](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewSDK)
53
+
-[Windows 10 - Build 17763 (RS5) or Newer](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso)
54
+
-[Windows SDK - Build 17763 (RS5) or Newer](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewSDK)
55
+
- Visual Studio Extension for C++/WinRT for C++/WinRT apps
56
+
57
+
Do the following to add the C++/WinRT extension in Visual Studio.
58
+
1. Go to **Tools > Extensions and Updates**.
59
+
2. Select **Online** in the left pane and search for "WinRT" using the search box.
60
+
3. Select the **C++/WinRT** extension, click **Download**, and close Visual Studio. The extension should install automatically.
61
+
4. When the extension has finished installing, re-open Visual Studio.
62
+
55
63
56
64
The easiest way to use these samples without using Git is to download the zip file containing the current version (using the following link or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2017.
0 commit comments