-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
720eb66
commit 0e08aea
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |