|
2 | 2 |
|
3 | 3 | |Branch|Functional Tests| |
4 | 4 | |:--:|:--:| |
5 | | -|**main**|[](https://dev.azure.com/projfs/ci/_build/latest?definitionId=5)| |
6 | | -|**release**|[](https://dev.azure.com/microsoft/OS/_build/latest?definitionId=37476)| |
| 5 | +|**main**|[](https://dev.azure.com/projfs/ci/_build/latest?definitionId=7)| |
| 6 | + |
7 | 7 |
|
8 | 8 | ## About ProjFS |
9 | 9 |
|
@@ -50,17 +50,15 @@ coverage of the managed wrapper API surface. |
50 | 50 |
|
51 | 51 | ## Building the ProjFS Managed API |
52 | 52 |
|
53 | | -* Install [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/) version 16.4 or higher. |
| 53 | +* Install [Visual Studio 2022 Community Edition](https://www.visualstudio.com/downloads/). |
54 | 54 | * Include the following workloads: |
55 | 55 | * **.NET desktop development** |
56 | | - * **.NET Core cross-platform development** |
57 | 56 | * **Desktop development with C++** |
58 | | - * Include the following individual components: |
59 | | - * **.NET Framework 4.6.1 SDK** |
| 57 | + * Ensure the following individual components are installed: |
60 | 58 | * **C++/CLI support** |
61 | 59 | * **Windows 10 SDK (10.0.19041.0)** |
62 | 60 | * Create a folder to clone into, e.g. `C:\Repos\ProjFS-Managed` |
63 | | -* Clone this repo into the `src` subfolder, e.g. `C:\Repos\ProjFS-Managed\src` |
| 61 | +* Clone this repo into a subfolder named `src`, e.g. `C:\Repos\ProjFS-Managed\src` |
64 | 62 | * Run `src\scripts\BuildProjFS-Managed.bat` |
65 | 63 | * You can also build in Visual Studio by opening `src\ProjectedFSLib.Managed.sln` and building. |
66 | 64 |
|
|
0 commit comments