|
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="CopyRelativePath.d0aff805-ad45-4950-af52-4376c0676fac" Version="1.0" Language="en-US" Publisher="mere-human" /> |
5 | | - <DisplayName>CopyRelativePath</DisplayName> |
6 | | - <Description>Adds copy file path commands.</Description> |
7 | | - </Metadata> |
8 | | - <Installation> |
9 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" /> |
10 | | - </Installation> |
11 | | - <Dependencies> |
12 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
13 | | - </Dependencies> |
14 | | - <Prerequisites> |
15 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" /> |
16 | | - </Prerequisites> |
17 | | - <Assets> |
18 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
19 | | - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="CopyRelativePath.d0aff805-ad45-4950-af52-4376c0676fac" Version="1.0" Language="en-US" Publisher="mere-human" /> |
| 5 | + <DisplayName>CopyRelativePath</DisplayName> |
| 6 | + <Description xml:space="preserve">Adds advanced copy file path commands.</Description> |
| 7 | + <MoreInfo>https://github.com/mere-human/CopyRelativePath</MoreInfo> |
| 8 | + <License>LICENSE.txt</License> |
| 9 | + <PreviewImage>Resources\menu-solution-explorer.png</PreviewImage> |
| 10 | + <Tags>tools,file,path</Tags> |
| 11 | + <Preview>true</Preview> |
| 12 | + </Metadata> |
| 13 | + <Installation> |
| 14 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" /> |
| 15 | + </Installation> |
| 16 | + <Dependencies> |
| 17 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 18 | + </Dependencies> |
| 19 | + <Prerequisites> |
| 20 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" /> |
| 21 | + </Prerequisites> |
| 22 | + <Assets> |
| 23 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 24 | + </Assets> |
20 | 25 | </PackageManifest> |
0 commit comments