- add sources.
[platform/framework/web/crosswalk.git] / src / tools / win / ChromeDebug / ChromeDebug / source.extension.vsixmanifest
1 <?xml version="1.0" encoding="utf-8"?>
2 <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"
3                  xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
4   <Metadata>
5     <Identity Id="7de8bbab-82c7-4871-b82c-4d5d44a3979d" Version="1.0" Language="en-US"
6               Publisher="The Chromium Authors" />
7     <DisplayName>ChromeDebug</DisplayName>
8     <Description xml:space="preserve">Debugging Features for Chromium</Description>
9     <License>LICENSE</License>
10   </Metadata>
11   <Installation InstalledByMsi="false">
12     <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,12.0]" />
13   </Installation>
14   <Dependencies>
15     <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework"
16                 d:Source="Manual" Version="4.5" />
17     <Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0"
18                 d:Source="Installed" Version="11.0" />
19   </Dependencies>
20   <Assets>
21     <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project"
22            d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
23   </Assets>
24 </PackageManifest>