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: src/routes/docs/contributing/building-from-source/+page.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Compiling the source code
4
4
5
5
### 1: Prerequisites
6
6
7
-
-[Visual Studio 2022](https://visualstudio.microsoft.com/vs/) with the following individual components:
7
+
-[Visual Studio 2022 17.13 or later](https://visualstudio.microsoft.com/vs/) with the following individual components:
8
8
- Windows 11 SDK (10.0.22621.0)
9
9
- .NET 9 SDK (version 9.0.200)
10
10
- MSVC v143 - VS 2022 C++ x64/x86 or ARM64 build tools (latest)
@@ -22,7 +22,7 @@ This will create a local copy of the repository.
22
22
23
23
### 3: Deploy the project in Visual Studio
24
24
25
-
To build the app in development mode, open the sln file in Visual Studio (Files.sln) and set the Files.Package project as the startup item by right-clicking on `Files.Package` in the solution explorer & hitting ‘Set as Startup item’.
25
+
To build the app in development mode, open the slnx file in Visual Studio (Files.slnx) and set the Files.Package project as the startup item by right-clicking on `Files.Package` in the solution explorer & hitting ‘Set as Startup item’.
26
26
27
27
In the architecture pane, select the correct architecture for your system as `Debug` which should look like this:
0 commit comments