Skip to content

Commit f88bfdb

Browse files
author
david roller
committed
Updated to VS2019
1 parent e0c7679 commit f88bfdb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

OpenFolderExtension/source.extension.vsixmanifest

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ limitations under the License.
1616
-->
1717
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
1818
<Metadata>
19-
<Identity Id="9a6a346e-9753-4703-8208-425eb1181d4d" Version="1.2019.0.0" Language="en-US" Publisher="David Roller" />
20-
<DisplayName>OpenFolderExtension</DisplayName>
19+
<Identity Id="1BDE1A29-4E0F-443C-A504-C44F89D70D98" Version="1.2019.0.0" Language="en-US" Publisher="David Roller" />
20+
<DisplayName>Open Folder Extension 2019</DisplayName>
2121
<Description xml:space="preserve">Open folder feature for all items within the solution explorer.</Description>
2222
<License>Resources\LICENSE</License>
2323
<Icon>Resources\Icon.png</Icon>
2424
<PreviewImage>Resources\Preview.png</PreviewImage>
2525
<Tags>files, open, folder</Tags>
2626
</Metadata>
2727
<Installation>
28-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0)" />
29-
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
30-
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
28+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
29+
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
30+
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
3131
</Installation>
3232
<Dependencies>
3333
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
3434
</Dependencies>
3535
<Prerequisites>
36-
<Prerequisite DisplayName="Visual Studio-Kern-Editor" Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Component.CoreEditor" />
37-
<Prerequisite Id="Microsoft.VisualStudio.Component.DiagnosticTools" Version="[15.0.26004.1,16.0)" DisplayName="Profilerstellungstools" />
36+
<Prerequisite DisplayName="Visual Studio-Kern-Editor" Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Component.CoreEditor" />
37+
<Prerequisite Id="Microsoft.VisualStudio.Component.DiagnosticTools" Version="[16.0,17.0)" DisplayName="Profilerstellungstools" />
3838
</Prerequisites>
3939
<Assets>
4040
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />

0 commit comments

Comments
 (0)