Skip to content

Commit f616055

Browse files
committed
Also change VS2019 -> VS2022
1 parent 6a5b327 commit f616055

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

articles/remote-rendering/overview/system-requirements.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ The following software must be installed:
9191
* **Desktop development with C++**
9292
* **Universal Windows Platform (UWP) development**
9393
* **Windows SDK 10.0.18362.0** [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
94-
* **Git** [(download)](https://git-scm.com/downloads)
95-
* **Git LFS plugin** [(download)](https://git-lfs.github.com/)
94+
* To work with the samples repository:
95+
* **Git** [(download)](https://git-scm.com/downloads)
96+
* **Git LFS plugin** [(download)](https://git-lfs.github.com/)
9697
* Optional: To view the video stream from the server on a desktop PC, you need the **HEVC Video Extensions** [(Microsoft Store link)](https://www.microsoft.com/p/hevc-video-extensions/9nmzlz57r3t7). Ensure that the latest version is installed by checking for updates in the store.
9798

9899
## Unity

articles/remote-rendering/quickstarts/native-cpp/hololens/deploy-native-cpp-openxr-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To get access to the Azure Remote Rendering service, you first need to [create a
2727
The following software must be installed:
2828

2929
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
30-
* The latest version of Visual Studio 2019 [(download)](https://visualstudio.microsoft.com/vs/older-downloads/)
30+
* The latest version of Visual Studio 2022 [(download)](https://visualstudio.microsoft.com/vs/)
3131
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are mandatory:
3232
* **Desktop development with C++**
3333
* **Universal Windows Platform (UWP) development**
@@ -52,7 +52,7 @@ The C++ HoloLens tutorial can be found in the subdirectory *NativeCpp/HoloLens-O
5252

5353
## Build the project
5454

55-
Open the solution file *BasicXrApp.sln* located in the *NativeCpp/HoloLens-OpenXr* subdirectory with Visual Studio 2019.
55+
Open the solution file *BasicXrApp.sln* located in the *NativeCpp/HoloLens-OpenXr* subdirectory with Visual Studio.
5656

5757
Switch the build configuration to *Debug* (or *Release*) and *ARM64*. Also make sure the debugger mode is set to *Device* as opposed to *Remote Machine*:
5858

articles/remote-rendering/quickstarts/native-cpp/hololens/deploy-native-cpp-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To get access to the Remote Rendering service, you first need to [create an acco
2929
The following software must be installed:
3030

3131
* [Windows SDK 10.0.18362.0](https://developer.microsoft.com/windows/downloads/windows-10-sdk) or later.
32-
* [The latest version of Visual Studio 2019](https://visualstudio.microsoft.com/vs/older-downloads/).
32+
* [The latest version of Visual Studio 2022](https://visualstudio.microsoft.com/vs/).
3333
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are required:
3434
* **Desktop development with C++**
3535
* **Universal Windows Platform (UWP) development**
@@ -54,7 +54,7 @@ The C++ HoloLens tutorial can be found in the folder *NativeCpp/HoloLens-Wmr*.
5454

5555
## Build the project
5656

57-
Open the solution file *HolographicApp.sln* located in the *NativeCpp/HoloLens-Wmr* folder with Visual Studio 2019.
57+
Open the solution file *HolographicApp.sln* located in the *NativeCpp/HoloLens-Wmr* folder with Visual Studio.
5858

5959
Switch the build configuration to *Debug* (or *Release*) and *ARM64*. Make sure the debugger mode is set to *Device* as opposed to *Remote Machine*:
6060

articles/remote-rendering/quickstarts/render-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To get access to the Azure Remote Rendering service, you first need to [create a
2828
The following software must be installed:
2929

3030
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
31-
* The latest version of Visual Studio 2019 [(download)](https://visualstudio.microsoft.com/vs/older-downloads/)
31+
* The latest version of 2022 [(download)](https://visualstudio.microsoft.com/vs/)
3232
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are mandatory:
3333
* **Desktop development with C++**
3434
* **Universal Windows Platform (UWP) development**

articles/remote-rendering/tutorials/native-cpp/hololens/integrate-remote-rendering-into-holographic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For this tutorial you need:
2828

2929
* Your account information (account ID, account key, account domain, subscription ID). If you don't have an account, [create an account](../../../how-tos/create-an-account.md).
3030
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk).
31-
* The latest version of Visual Studio 2019 [(download)](https://visualstudio.microsoft.com/vs/older-downloads/).
31+
* The latest version of Visual Studio 2022 [(download)](https://visualstudio.microsoft.com/vs/).
3232
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are mandatory:
3333
* **Desktop development with C++**
3434
* **Universal Windows Platform (UWP) development**

articles/remote-rendering/tutorials/unity/view-remote-models/view-remote-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For this tutorial you need:
2626

2727
* An active pay-as-you-go Azure subscription [Create an account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go/)
2828
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
29-
* The latest version of Visual Studio 2019 [(download)](https://visualstudio.microsoft.com/vs/older-downloads/)
29+
* The latest version of Visual Studio 2022 [(download)](https://visualstudio.microsoft.com/vs/)
3030
* Git [(download)](https://git-scm.com/downloads)
3131
* Git LFS plugin [(download)](https://git-lfs.github.com/)
3232
* Unity (see [system requirements](../../../overview/system-requirements.md#unity) for supported versions)

0 commit comments

Comments
 (0)