Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Christian Gerdes
/
WebServicePlugins
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
12
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2a90ff9b
...
2a90ff9b882b359534a2c1ae06752fc98a36fd9d
authored
2017-09-29 16:57:48 +0200
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added Getting Started Guide.docx which contains the source code.
1 parent
bceeaa3f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
WebServicePluginForWebTestResultTabVSIX/Getting Started Guide.docx
WebServicePluginForWebTestResultTabVSIX/WebServicePluginForWebTestResultTabVSIX.csproj
WebServicePluginForWebTestResultTabVSIX/source.extension.vsixmanifest
WebServicePluginForWebTestResultTabVSIX/Getting Started Guide.docx
0 → 100644
View file @
2a90ff9
No preview for this file type
WebServicePluginForWebTestResultTabVSIX/WebServicePluginForWebTestResultTabVSIX.csproj
View file @
2a90ff9
...
...
@@ -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>
...
...
WebServicePluginForWebTestResultTabVSIX/source.extension.vsixmanifest
View file @
2a90ff9
...
...
@@ -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>
...
...
Please
register
or
sign in
to post a comment