Skip to content

Update list of installation locations #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/extensibility/set-install-root.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ms.topic: "article"
ms.assetid: 913c3745-8aa9-4260-886e-a05aecfb2225
caps.latest.revision: 1
author: "gregvanl"

ms.author: "gregvanl"
manager: "ghogen"
translation.priority.mt:
Expand Down Expand Up @@ -39,6 +40,8 @@ Starting with Visual Studio 2017 and VSIX v3 (version 3), there is now support f
* [installdir]\MSBuild
* [installdir]\Schemas
* [installdir]\Licenses
* [installdir]\RemoteDebugger
* [installdir]\VSTargets

>**Note:** The VSIX format does not allow you to install outside the VS install folder structure.

Expand Down Expand Up @@ -83,4 +86,4 @@ The corresponding .csproj changes will look like this:

## Extra information

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).
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).