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

Add pkgdef as asset

parent b0de5fba
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="BeckmanSnippets.pkgdef" />
<Content Include="BeckmanSnippets.pkgdef">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="CSharp\Beckman\idisposable.snippet">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
......
......@@ -14,4 +14,7 @@
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="BeckmanSnippets.pkgdef" />
</Assets>
</PackageManifest>
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