Skip to content

Commit

Permalink
Merge pull request #155 from jgsogo/up/vs-version
Browse files Browse the repository at this point in the history
Support all MSVC v16 version series
  • Loading branch information
SSE4 authored Aug 1, 2019
2 parents 506af1b + eb8f78f commit ceefc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Conan.VisualStudio/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<Tags>conan; c++; c; packaging</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0,16.1]" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.1]" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down

0 comments on commit ceefc93

Please sign in to comment.