|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <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"> |
3 | | - <Metadata> |
4 | | - <Identity Id="Dev17.fe76fd33-c38d-4ead-be65-75c060862f5b" Version="1.0" Language="en-US" Publisher="Chris Pickett" /> |
5 | | - <DisplayName>Dev17</DisplayName> |
6 | | - <Description>Empty VSIX Project.</Description> |
7 | | - </Metadata> |
8 | | - <Installation> |
9 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
10 | | - <ProductArchitecture>amd64</ProductArchitecture> |
11 | | - </InstallationTarget> |
12 | | - </Installation> |
13 | | - <Dependencies> |
14 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
15 | | - </Dependencies> |
16 | | - <Prerequisites> |
17 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
18 | | - </Prerequisites> |
19 | | - <Assets> |
20 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
21 | | - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="6bb18fff-9e74-4deb-97df-6a94ddafb74e" Version="1.15.3" Language="en-US" Publisher="Pernicious Games" /> |
| 5 | + <DisplayName>Open File In Solution</DisplayName> |
| 6 | + <Description xml:space="preserve">Shows a list of all files in the current solution and allows quickly filtering and opening them.</Description> |
| 7 | + <License>SharedContent\LICENSE</License> |
| 8 | + <Tags>open file, quick find, fast find, fast open, openfile, quick open, quickopen, shift alt o, shift+alt+o, visual assist</Tags> |
| 9 | + </Metadata> |
| 10 | + <Installation> |
| 11 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
| 12 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 13 | + </InstallationTarget> |
| 14 | + <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community"> |
| 15 | + <ProductArchitecture>x86</ProductArchitecture> |
| 16 | + </InstallationTarget> |
| 17 | + <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.IntegratedShell"> |
| 18 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 19 | + </InstallationTarget> |
| 20 | + <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.IntegratedShell"> |
| 21 | + <ProductArchitecture>x86</ProductArchitecture> |
| 22 | + </InstallationTarget> |
| 23 | + </Installation> |
| 24 | + <Dependencies> |
| 25 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" /> |
| 26 | + </Dependencies> |
| 27 | + <Prerequisites> |
| 28 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
| 29 | + </Prerequisites> |
| 30 | + <Assets> |
| 31 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 32 | + </Assets> |
22 | 33 | </PackageManifest> |
0 commit comments