Commit 2a90ff9b 2a90ff9b882b359534a2c1ae06752fc98a36fd9d by Christian Gerdes

Added Getting Started Guide.docx which contains the source code.

1 parent bceeaa3f
......@@ -56,6 +56,10 @@
<Compile Include="WebServiceVSPackage.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Getting Started Guide.docx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="Key.snk" />
<Content Include="License.rtf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
......
......@@ -6,6 +6,8 @@
<Description xml:space="preserve">The WebService Plugin as a VSPackage. Based on the original CodePlex project.</Description>
<MoreInfo>https://git.lightsinline.se/lilchger/WebServicePlugins</MoreInfo>
<License>License.rtf</License>
<GettingStartedGuide>Getting Started Guide.docx</GettingStartedGuide>
<ReleaseNotes>https://git.lightsinline.se/lilchger/WebServicePlugins/blob/vs2015/CHANGELOG</ReleaseNotes>
<Icon>Resources\WebServiceVSPackage.ico</Icon>
<Tags>LoadTest WebTest JSON REST SOAP WS</Tags>
</Metadata>
......