-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
1411d64
commit 9189471
Showing
1 changed file
with
27 additions
and
26 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,29 +1,30 @@ | ||
<?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="5fb7364d-2e8c-44a4-95eb-2a382e30fec8" Version="2.2.7" Language="en-US" Publisher="Mads Kristensen" /> | ||
<DisplayName>Web Essentials 2013 for Update 3 RC</DisplayName> | ||
<Description xml:space="preserve">Adds many useful features to Visual Studio for web developers. Requires VS2013 Update 2 RTM</Description> | ||
<MoreInfo>http://vswebessentials.com/</MoreInfo> | ||
<License>License.txt</License> | ||
<GettingStartedGuide>http://vswebessentials.com/changelog</GettingStartedGuide> | ||
<ReleaseNotes>http://vswebessentials.com/changelog</ReleaseNotes> | ||
<Icon>Resources/Images/WebEssentials2012logo.png</Icon> | ||
<PreviewImage>Resources/Images/preview.png</PreviewImage> | ||
<Tags>css, javascript, html, less, coffeescript, json</Tags> | ||
</Metadata> | ||
<Installation InstalledByMsi="false"> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0.30626,12.0.30725)" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.VWDExpress" Version="[12.0.30626,12.0.30725)" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.12.0" DisplayName="Visual Studio MPF 12.0" d:Source="Installed" Version="[12.0,13.0)" /> | ||
</Dependencies> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="registry.pkgdef" /> | ||
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="CSS\Snippets\snippets.pkgdef" /> | ||
</Assets> | ||
<Metadata> | ||
<Identity Id="5fb7364d-2e8c-44a4-95eb-2a382e30fec8" Version="2.2.8" Language="en-US" Publisher="Mads Kristensen" /> | ||
<DisplayName>Web Essentials 2013 for Update 3 RC</DisplayName> | ||
<Description xml:space="preserve">Adds many useful features to Visual Studio for web developers. Requires VS2013 Update 2 RTM</Description> | ||
<MoreInfo>http://vswebessentials.com/</MoreInfo> | ||
<License>License.txt</License> | ||
<GettingStartedGuide>http://vswebessentials.com/changelog</GettingStartedGuide> | ||
<ReleaseNotes>http://vswebessentials.com/changelog</ReleaseNotes> | ||
<Icon>Resources/Images/WebEssentials2012logo.png</Icon> | ||
<PreviewImage>Resources/Images/preview.png</PreviewImage> | ||
<Tags>css, javascript, html, less, coffeescript, json</Tags> | ||
</Metadata> | ||
<Installation InstalledByMsi="false"> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0.30626,12.0.30735)" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.VWDExpress" Version="[12.0.30626,12.0.30735)" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.12.0" DisplayName="Visual Studio MPF 12.0" d:Source="Installed" Version="[12.0,13.0)" /> | ||
<Dependency d:Source="Installed" Id="0AC2ABB1-6383-4608-BA51-B58A23DD9E8A" DisplayName="Microsoft ASP.NET and Web Tools" Version="[12.3.50717.0,13.0)" /> | ||
</Dependencies> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="registry.pkgdef" /> | ||
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="CSS\Snippets\snippets.pkgdef" /> | ||
</Assets> | ||
</PackageManifest> |