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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml

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/NaCl/Properties/nacl_general.xml
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml
index 24c654d716130eee85a94a88272aa193563ddb52..c15e9ad7e12b725f3c5daa103704191f738a28ae 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml
@@ -15,6 +15,13 @@
<DataSource Persistence="ProjectFile" Label="Configuration" />
</Rule.DataSource>
+ <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=""
@@ -42,6 +49,29 @@
</StringProperty.DataSource>
</StringProperty>
+ <StringProperty Name="NaClWebServerPort" DisplayName="Web Server Port"
+ Description="Specifies the port number to use while hosting the nexe"
+ Category="NativeClient" Default=""
+ F1Keyword="VC.Project.VCConfiguration.NaClWebServerPort">
+ <StringProperty.DataSource>
+ <DataSource Persistence="ProjectFile" Label="" />
+ </StringProperty.DataSource>
+ </StringProperty>
+
+ <EnumProperty Name="ToolchainName" DisplayName="Toolchain" Category="NativeClient">
+ <EnumValue Name="newlib" DisplayName="newlib" />
+ <EnumValue Name="glibc" DisplayName="glibc" />
+ </EnumProperty>
+
+ <!-- PlatformToolset is constructed in Microsoft.Cpp.NaCl.default.props to be win_x86_$(ToolchainName) -->
+ <StringProperty Name="PlatformToolset" DisplayName="Platform Toolset" Visible="false"
+ Description="The 'hidden' property which constructs the toolchain name from current settings."
+ Category="NativeClient">
+ <StringProperty.DataSource>
+ <DataSource Persistence="ProjectFile" Label="" />
+ </StringProperty.DataSource>
+ </StringProperty>
+
<StringProperty Name="OutDir" DisplayName="Output Directory"
Description="Specifies a relative path to the output file directory; can include environment variables."
Category="General" Default="$(SolutionDir)$(Configuration)\"
@@ -101,20 +131,6 @@
</StringProperty.DataSource>
</StringProperty>
- <EnumProperty Name="ToolchainName" DisplayName="Toolchain" Category="General">
- <EnumValue Name="newlib" DisplayName="newlib" />
- <EnumValue Name="glibc" DisplayName="glibc" />
- </EnumProperty>
-
- <!-- PlatformToolset is constructed in Microsoft.Cpp.NaCl.default.props to be win_x86_$(ToolchainName) -->
- <StringProperty Name="PlatformToolset" DisplayName="Platform Toolset" Visible="false"
- Description="The 'hidden' property which constructs the toolchain name from current settings."
- Category="General">
- <StringProperty.DataSource>
- <DataSource Persistence="ProjectFile" Label="" />
- </StringProperty.DataSource>
- </StringProperty>
-
<EnumProperty Name="ConfigurationType" DisplayName="Configuration Type"
Description="Specifies the type of output this configuration generates."
Category="ProjectDefaults"

Powered by Google App Engine
This is Rietveld 408576698