Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: tools/win/ChromeDebug/ChromeDebug/source.extension.vsixmanifest

Issue 23480085: Initial submit of ChromeDebug extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add README.txt Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/win/ChromeDebug/ChromeDebug/VSPackage.resx ('k') | tools/win/ChromeDebug/LowLevel/LowLevel.csproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/win/ChromeDebug/ChromeDebug/source.extension.vsixmanifest
diff --git a/tools/win/ChromeDebug/ChromeDebug/source.extension.vsixmanifest b/tools/win/ChromeDebug/ChromeDebug/source.extension.vsixmanifest
new file mode 100644
index 0000000000000000000000000000000000000000..a5eebba6198223a6f91038cef9fb7df87a2f7765
--- /dev/null
+++ b/tools/win/ChromeDebug/ChromeDebug/source.extension.vsixmanifest
@@ -0,0 +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="7de8bbab-82c7-4871-b82c-4d5d44a3979d" Version="1.0" Language="en-US"
+ Publisher="The Chromium Authors" />
+ <DisplayName>ChromeDebug</DisplayName>
+ <Description xml:space="preserve">Debugging Features for Chromium</Description>
+ <License>LICENSE</License>
+ </Metadata>
+ <Installation InstalledByMsi="false">
+ <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,12.0]" />
+ </Installation>
+ <Dependencies>
+ <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework"
+ d:Source="Manual" Version="4.5" />
+ <Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0"
+ d:Source="Installed" Version="11.0" />
+ </Dependencies>
+ <Assets>
+ <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project"
+ d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
+ </Assets>
+</PackageManifest>
« no previous file with comments | « tools/win/ChromeDebug/ChromeDebug/VSPackage.resx ('k') | tools/win/ChromeDebug/LowLevel/LowLevel.csproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698