Skip to content

Commit 97ad494

Browse files
authored
Change sln solution file to slnx (#774)
1 parent 7865a09 commit 97ad494

File tree

1 file changed

+2
-2
lines changed
  • src/routes/docs/contributing/building-from-source

1 file changed

+2
-2
lines changed

src/routes/docs/contributing/building-from-source/+page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Compiling the source code
44

55
### 1: Prerequisites
66

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:
88
- Windows 11 SDK (10.0.22621.0)
99
- .NET 9 SDK (version 9.0.200)
1010
- 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.
2222

2323
### 3: Deploy the project in Visual Studio
2424

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’.
2626

2727
In the architecture pane, select the correct architecture for your system as `Debug` which should look like this:
2828

0 commit comments

Comments
 (0)