Skip to content

Commit 0da1101

Browse files
author
Greg Van Liew
authored
Merge pull request #266 from Microsoft/live
Merge live back to master
2 parents 6af4fb7 + 6739b8b commit 0da1101

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/extensibility/set-install-root.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ms.topic: "article"
1111
ms.assetid: 913c3745-8aa9-4260-886e-a05aecfb2225
1212
caps.latest.revision: 1
1313
author: "gregvanl"
14+
1415
ms.author: "gregvanl"
1516
manager: "ghogen"
1617
translation.priority.mt:
@@ -39,6 +40,8 @@ Starting with Visual Studio 2017 and VSIX v3 (version 3), there is now support f
3940
* [installdir]\MSBuild
4041
* [installdir]\Schemas
4142
* [installdir]\Licenses
43+
* [installdir]\RemoteDebugger
44+
* [installdir]\VSTargets
4245

4346
>**Note:** The VSIX format does not allow you to install outside the VS install folder structure.
4447
@@ -83,4 +86,4 @@ The corresponding .csproj changes will look like this:
8386

8487
## Extra information
8588

86-
The property designer changes apply to more than just project references; you can set the `InstallRoot` metadata for items inside of your project as well (using the same methods described above).
89+
The property designer changes apply to more than just project references; you can set the `InstallRoot` metadata for items inside of your project as well (using the same methods described above).

0 commit comments

Comments
 (0)