Skip to content

Commit bf3e8f0

Browse files
authored
Update BUILDING.md
1 parent cd0f262 commit bf3e8f0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

BUILDING.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ Running this command will clone the repository with all submodules into the curr
1212
- .NET 7 SDK
1313
- Windows 11 SDK (10.0.22621.0)
1414
- MSVC v143 - VS 2022 C++ x64/x86 or ARM64 build tools (latest)
15+
- [Single-project MSIX Packaging Tools for VS 2022](https://marketplace.visualstudio.com/items?itemName=ProjectReunion.MicrosoftSingleProjectMSIXPackagingToolsDev17) extension
1516
- [Windows App SDK](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads#current-releases)
1617

1718
### 2. Preparing workload
18-
- Open SecureFolderFS.sln file which will launch Visual Studio.
19+
- Open the SecureFolderFS.sln file which will launch Visual Studio.
1920
- Ensure that the following build settings match your configuration (toolbar):
2021
- x64, x86, arm64 depending on your processor's architecture
21-
- Startup project set to SecureFolderFS.WinUI (You can change the startup project by opening Solution Explorer > Right click SecureFolderFS.WinUI > "Set as startup project"
22+
- Startup project set to SecureFolderFS.WinUI (You can change the startup project by opening Solution Explorer > Right-click SecureFolderFS.WinUI > "Set as startup project"
2223
![image](https://user-images.githubusercontent.com/53011783/216186419-aed03f32-565a-469d-9815-b7ea9206bf57.png)
2324

2425
## Building AvaloniaUI
@@ -29,10 +30,10 @@ Running this command will clone the repository with all submodules into the curr
2930

3031
### 2. Preparing workload
3132
#### Building with Visual Studio 2022
32-
- Open SecureFolderFS.sln file which will launch Visual Studio
33+
- Open the SecureFolderFS.sln file which will launch Visual Studio
3334
- Ensure that the following build settings match your configuration (toolbar):
3435
- Selected "Any CPU"
35-
- Startup project set to SecureFolderFS.AvaloniaUI (You can change the startup project by opening Solution Explorer > Right click SecureFolderFS.AvaloniaUI > "Set as startup project"<br/>
36+
- Startup project set to SecureFolderFS.AvaloniaUI (You can change the startup project by opening Solution Explorer > Right-click SecureFolderFS.AvaloniaUI > "Set as startup project"<br/>
3637
![image](https://user-images.githubusercontent.com/53011783/216189292-474db056-0e3b-419d-baae-e86e27b7a7e7.png)
3738

3839
#### Building with Rider
@@ -51,7 +52,7 @@ Open a terminal window and paste the following command:
5152
dotnet build SecureFolderFS.AvaloniaUI
5253
```
5354

54-
To build Release version of the app, modify the command as follows:
55+
To build the Release version of the app, modify the command as follows:
5556
```ps
5657
dotnet build SecureFolderFS.AvaloniaUI -c Release
5758
```

0 commit comments

Comments
 (0)