From c05e33cae3252c6651e9fd115e7ab67b6b176e81 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Fri, 16 Jul 2021 11:56:09 +0100 Subject: [PATCH] [devdocs] webcam reporting tool build instructions (#12395) --- doc/devdocs/readme.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/devdocs/readme.md b/doc/devdocs/readme.md index cbcc07d5a..4dde7ffda 100644 --- a/doc/devdocs/readme.md +++ b/doc/devdocs/readme.md @@ -87,8 +87,9 @@ The installer can only be compiled in `Release` mode, step 1 and 2 must be done 1. Compile `PowerToys.sln`. Instructions are listed above. 2. Compile `BugReportTool.sln` tool. Path from root: `tools\BugReportTool\BugReportTool.sln` (details listed below) -3. Compile `PowerToysSetup.sln` Path from root: `installer\PowerToysSetup.sln` (details listed below) -4. Compile `PowerToysBootstrapper.sln` Path from root: `installer\PowerToysBootstrapper\PowerToysBootstrapper.sln` (details listed below) +3. Compile `WebcamReportTool.sln` tool. Path from root: `tools\WebcamReportTool\WebcamReportTool.sln` (details listed below) +4. Compile `PowerToysSetup.sln` Path from root: `installer\PowerToysSetup.sln` (details listed below) +5. Compile `PowerToysBootstrapper.sln` Path from root: `installer\PowerToysBootstrapper\PowerToysBootstrapper.sln` (details listed below) ### Prerequisites for building the MSI installer @@ -98,8 +99,14 @@ The installer can only be compiled in `Release` mode, step 1 and 2 must be done ### Locally compiling the Bug reporting tool 1. Open `tools\BugReportTool\BugReportTool.sln` -1. In Visual Studio, in the `Solutions Configuration` drop-down menu select `Release` -2. From the `Build` menu, choose `Build Solution`. +2. In Visual Studio, in the `Solutions Configuration` drop-down menu select `Release` +3. From the `Build` menu, choose `Build Solution`. + +### Locally compiling the Webcam reporting tool + +1. Open `tools\WebcamReportTool\WebcamReportTool.sln` +2. In Visual Studio, in the `Solutions Configuration` drop-down menu select `Release` +3. From the `Build` menu, choose `Build Solution`. ### Locally compiling the .MSI installer