diff options
| author | Hans Wennborg <hans@hanshq.net> | 2018-08-09 11:52:48 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2018-08-09 11:52:48 +0000 |
| commit | 0d35871a539bd4c61a15fdb9ab0ae69c424c1342 (patch) | |
| tree | 3e0ecaf6077718dd8f7be22218d9e0cf90690783 /llvm | |
| parent | 14dc66539845d8662e2a694356ddd5ea82157f2a (diff) | |
| download | bcm5719-llvm-0d35871a539bd4c61a15fdb9ab0ae69c424c1342.tar.gz bcm5719-llvm-0d35871a539bd4c61a15fdb9ab0ae69c424c1342.zip | |
vs integration: update the manifest to require VS 2017
It previously erroneously said only VS2015 was required.
llvm-svn: 339329
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/msbuild/source.extension.vsixmanifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/msbuild/source.extension.vsixmanifest b/llvm/tools/msbuild/source.extension.vsixmanifest index 7232bdedc6d..66c25e37cac 100644 --- a/llvm/tools/msbuild/source.extension.vsixmanifest +++ b/llvm/tools/msbuild/source.extension.vsixmanifest @@ -7,9 +7,9 @@ <License>license.txt</License>
</Metadata>
<Installation AllUsers="true">
- <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0)" />
- <InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
- <InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
+ <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
+ <InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
+ <InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
|

