Commit 2a90ff9b 2a90ff9b882b359534a2c1ae06752fc98a36fd9d by Christian Gerdes

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

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