| 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"
|
|
|