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
- Open SecureFolderFS.sln file which will launch Visual Studio.
19
+
- Ensure that the following build settings match your configuration (toolbar):
20
+
- 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"
-[Visual Studio 2022](https://visualstudio.microsoft.com/vs/) or other editor of choice.
27
+
- .NET 7 SDK
28
+
29
+
### 2. Preparing workload
30
+
> **Note**
31
+
> The following instructions apply to Visual Studio 2022
32
+
33
+
- Open SecureFolderFS.sln file which will launch Visual Studio.
34
+
- Ensure that the following build settings match your configuration (toolbar):
35
+
- Selected "Any CPU"
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"
0 commit comments