Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Apr 18, 2015
1 parent 720eb66 commit 0e08aea
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="f8330d54-0469-43a7-8fc0-7f19febeb897" Version="0.3.1" Language="en-US" Publisher="Mads Kristensen" />
<DisplayName>Extensibility Tools</DisplayName>
<Description xml:space="preserve">An extension for making it easier to write Visual Studio extensions</Description>
<License>Resources\LICENSE</License>
<Icon>Resources\Icon.png</Icon>
<PreviewImage>Resources\Preview.png</PreviewImage>
<Tags>VSIX, Extensibility, pkgdef, Intellisense, VSCT, Snippets, Cncoding, Classification, ContentType</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" />
</Installation>
<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="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="VSCT\Snippets\snippets.pkgdef" />
</Assets>
<Metadata>
<Identity Id="f8330d54-0469-43a7-8fc0-7f19febeb897" Version="1.0" Language="en-US" Publisher="Mads Kristensen" />
<DisplayName>Extensibility Tools</DisplayName>
<Description xml:space="preserve">An extension for making it easier to write Visual Studio extensions</Description>
<License>Resources\LICENSE</License>
<Icon>Resources\Icon.png</Icon>
<PreviewImage>Resources\Preview.png</PreviewImage>
<Tags>VSIX, Extensibility, pkgdef, Intellisense, VSCT, Snippets, Cncoding, Classification, ContentType</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" />
</Installation>
<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="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="VSCT\Snippets\snippets.pkgdef" />
</Assets>
</PackageManifest>

0 comments on commit 0e08aea

Please sign in to comment.