1. Install Microsoft Visual Studio 2017 or later and the UWP Development kit.
4
+
2. Clone the [repository](https://.com/files-community/files) and open `Files.sln` in VS.
5
+
3. Make sure that `Files.Package` is set as the startup item by right-clicking on `Files.Package` in the solution explorer and hitting 'Set as Startup item'.
6
+
4. In the architecture pane, select `Files.Package, x64`* as `Debug` which should look like this:
7
+

8
+
5. You're good to go!
9
+
10
+
11
+
**If x64 doesn't work, use the architecture of your system*
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
11
11
- Contributing
12
12
13
+
-[Building Files from source](/articles/building-source.md)
0 commit comments