Skip to content
Snippets Groups Projects
Commit 9fae0658 authored by areynold's avatar areynold
Browse files

Add license, instructions

parent 0ded8135
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,10 @@ ...@@ -59,6 +59,10 @@
<Content Include="HTML\Beckman\strong.snippet"> <Content Include="HTML\Beckman\strong.snippet">
<IncludeInVSIX>true</IncludeInVSIX> <IncludeInVSIX>true</IncludeInVSIX>
</Content> </Content>
<Content Include="License.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest"> <None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType> <SubType>Designer</SubType>
</None> </None>
......
This diff is collapsed.
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
<Identity Id="Beckman.Snippets.Andrew Reynolds.554a17d5-acf8-469c-ad75-060f99bab879" Version="1.0.0" Language="en-US" Publisher="Andrew Reynolds" /> <Identity Id="Beckman.Snippets.Andrew Reynolds.554a17d5-acf8-469c-ad75-060f99bab879" Version="1.0.0" Language="en-US" Publisher="Andrew Reynolds" />
<DisplayName>Beckman Snippets</DisplayName> <DisplayName>Beckman Snippets</DisplayName>
<Description xml:space="preserve">Visual Studio code snippets commonly used in Beckman projects.</Description> <Description xml:space="preserve">Visual Studio code snippets commonly used in Beckman projects.</Description>
<MoreInfo>http://madskristensen.net/post/shipping-visual-studio-snippets-in-an-extension</MoreInfo>
<License>License.txt</License>
<Tags>snippets</Tags> <Tags>snippets</Tags>
</Metadata> </Metadata>
<Installation> <Installation>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment