Added Getting Started Guide.docx which contains the source code.
Showing
3 changed files
with
6 additions
and
0 deletions
No preview for this file type
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment