Commit 46a3db29 46a3db290e3a91c909a4c73d494f540d9af07fd5 by Christian Gerdes

-added Sourcecode.zip as content in the vsix package

-added a Preview image
-changed copy local on runtime ref to true
1 parent 161d8400
......@@ -58,13 +58,21 @@
<ItemGroup>
<None Include="Key.snk" />
<Content Include="License.rtf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="packages.config" />
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
<Content Include="Resources\Preview.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Sourcecode.zip">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="index.html" />
......
......@@ -4,11 +4,12 @@
<Identity Id="WebServicePluginForWebTestResultTabVSIX.Christian Gerdes.9ce3c01b-c64c-4500-bd8e-1bedbc31100f" Version="1.0" Language="en-US" Publisher="Christian Gerdes" />
<DisplayName>WebService Plugin For WebTest</DisplayName>
<Description xml:space="preserve">The WebService Plugin as a VSPackage. Based on the original CodePlex project.</Description>
<MoreInfo>https://git.lightsinline.se/lilchger/WebServicePlugins/wikis/home</MoreInfo>
<MoreInfo>https://git.lightsinline.se/lilchger/WebServicePlugins</MoreInfo>
<License>License.rtf</License>
<GettingStartedGuide>https://git.lightsinline.se/lilchger/WebServicePlugins/wikis/getting-started</GettingStartedGuide>
<ReleaseNotes>https://git.lightsinline.se/lilchger/WebServicePlugins/blob/vs2015/CHANGELOG</ReleaseNotes>
<Icon>Resources\WebServiceVSPackage.ico</Icon>
<PreviewImage>Resources\Preview.png</PreviewImage>
<Tags>LoadTest WebTest JSON REST SOAP WS</Tags>
</Metadata>
<Installation>
......