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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch

Issue 10830151: VS Add-in more properties and improvements (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 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
Index: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch
index 80a1937bdbdbddae23b8eee2b64347eb75da0598..573a3728a9ddff0cc395162d02b05aa45cd85334 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch
@@ -16,6 +16,13 @@
<!-- Add VS NaCl SDK Root. Note the default value is actually set in Microsoft.cpp.PPAPI.default.props.patch -->
<PatchAdd>
+ <StringProperty Name="NaClAddInVersion" Visible="false"
+ Category="NativeClient" Default="">
+ <StringProperty.DataSource>
+ <DataSource Persistence="ProjectFile" Label=""/>
+ </StringProperty.DataSource>
+ </StringProperty>
+
<StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root"
Description="Specifies the path to the Native Client SDK root directory"
Category="NativeClient" Default=""
@@ -24,6 +31,15 @@
<DataSource Persistence="ProjectFile" Label="" />
</StringProperty.DataSource>
</StringProperty>
+
+ <StringProperty Name="NaClWebServerPort" DisplayName="Web Server Port"
+ Description="Specifies the port number to use while hosting the Pepper Plugin"
+ Category="NativeClient" Default=""
+ F1Keyword="VC.Project.VCConfiguration.NaClWebServerPort">
+ <StringProperty.DataSource>
+ <DataSource Persistence="ProjectFile" Label="" />
+ </StringProperty.DataSource>
+ </StringProperty>
</PatchAdd>
<EnumProperty Name="ConfigurationType" DisplayName="Configuration Type"

Powered by Google App Engine
This is Rietveld 408576698