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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <Rule 1 <Rule
2 Name="ConfigurationGeneral" 2 Name="ConfigurationGeneral"
3 DisplayName="General" 3 DisplayName="General"
4 PageTemplate="generic" 4 PageTemplate="generic"
5 Description="General" 5 Description="General"
6 xmlns="http://schemas.microsoft.com/build/2009/properties"> 6 xmlns="http://schemas.microsoft.com/build/2009/properties">
7 <Rule.Categories> 7 <Rule.Categories>
8 <Category Name="ProjectDefaults" DisplayName="Project Defaults" Description= "Project Defaults" /> 8 <Category Name="ProjectDefaults" DisplayName="Project Defaults" Description= "Project Defaults" />
9 <PatchAdd> 9 <PatchAdd>
10 <Category Name="NativeClient" DisplayName="Native Client" Description="Nat ive Client General Properties" /> 10 <Category Name="NativeClient" DisplayName="Native Client" Description="Nat ive Client General Properties" />
11 </PatchAdd> 11 </PatchAdd>
12 </Rule.Categories> 12 </Rule.Categories>
13 <Rule.DataSource> 13 <Rule.DataSource>
14 <DataSource Persistence="ProjectFile" Label="Configuration" /> 14 <DataSource Persistence="ProjectFile" Label="Configuration" />
15 </Rule.DataSource> 15 </Rule.DataSource>
16 16
17 <!-- Add VS NaCl SDK Root. Note the default value is actually set in Microsof t.cpp.PPAPI.default.props.patch --> 17 <!-- Add VS NaCl SDK Root. Note the default value is actually set in Microsof t.cpp.PPAPI.default.props.patch -->
18 <PatchAdd> 18 <PatchAdd>
19 <StringProperty Name="NaClAddInVersion" Visible="false"
20 Category="NativeClient" Default="">
21 <StringProperty.DataSource>
22 <DataSource Persistence="ProjectFile" Label=""/>
23 </StringProperty.DataSource>
24 </StringProperty>
25
19 <StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root" 26 <StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root"
20 Description="Specifies the path to the Native Client SDK root directory" 27 Description="Specifies the path to the Native Client SDK root directory"
21 Category="NativeClient" Default="" 28 Category="NativeClient" Default=""
22 Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDK Root"> 29 Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDK Root">
23 <StringProperty.DataSource> 30 <StringProperty.DataSource>
24 <DataSource Persistence="ProjectFile" Label="" /> 31 <DataSource Persistence="ProjectFile" Label="" />
25 </StringProperty.DataSource> 32 </StringProperty.DataSource>
26 </StringProperty> 33 </StringProperty>
34
35 <StringProperty Name="NaClWebServerPort" DisplayName="Web Server Port"
36 Description="Specifies the port number to use while hosting th e Pepper Plugin"
37 Category="NativeClient" Default=""
38 F1Keyword="VC.Project.VCConfiguration.NaClWebServerPort">
39 <StringProperty.DataSource>
40 <DataSource Persistence="ProjectFile" Label="" />
41 </StringProperty.DataSource>
42 </StringProperty>
27 </PatchAdd> 43 </PatchAdd>
28 44
29 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type" 45 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type"
30 Description="Specifies the type of output this configuration gen erates." 46 Description="Specifies the type of output this configuration gen erates."
31 Category="ProjectDefaults" 47 Category="ProjectDefaults"
32 F1Keyword="VC.Project.VCConfiguration.ConfigurationType"> 48 F1Keyword="VC.Project.VCConfiguration.ConfigurationType">
33 <PatchRemove> 49 <PatchRemove>
34 <EnumValue Name="Makefile" DisplayName="Makefile" Description="Makefile" / > 50 <EnumValue Name="Makefile" DisplayName="Makefile" Description="Makefile" / >
35 <EnumValue Name="Application" DisplayName="Application (.exe)" Description ="Application (.exe)" /> 51 <EnumValue Name="Application" DisplayName="Application (.exe)" Description ="Application (.exe)" />
36 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc ription="Dynamic Library (.dll)" /> 52 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc ription="Dynamic Library (.dll)" />
37 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri ption="Static Library (.lib)" /> 53 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri ption="Static Library (.lib)" />
38 <EnumValue Name="Utility" DisplayName="Utility" Description="Utility" /> 54 <EnumValue Name="Utility" DisplayName="Utility" Description="Utility" />
39 </PatchRemove> 55 </PatchRemove>
40 <PatchAdd> 56 <PatchAdd>
41 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc ription="Dynamic Library (.dll)" /> 57 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc ription="Dynamic Library (.dll)" />
42 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri ption="Static Library (.lib)" /> 58 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri ption="Static Library (.lib)" />
43 </PatchAdd> 59 </PatchAdd>
44 </EnumProperty> 60 </EnumProperty>
45 </Rule> 61 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698