Skip to content

Commit 5e067c3

Browse files
committed
Update VSIX manifest
1 parent 8ea6ff8 commit 5e067c3

2 files changed

Lines changed: 28 additions & 17 deletions

File tree

CopyRelativePath.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
9393
<ItemGroup>
9494
<Folder Include="Resources\" />
9595
</ItemGroup>
96+
<ItemGroup>
97+
<Content Include="LICENSE.txt">
98+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
99+
<IncludeInVSIX>true</IncludeInVSIX>
100+
</Content>
101+
</ItemGroup>
96102
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97103
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
98104
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

source.extension.vsixmanifest

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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>
2025
</PackageManifest>

0 commit comments

Comments
 (0)