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

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

Issue 11359218: [NaCl Addin] Add new property for setting name of index page. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 1 month 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" />
(...skipping 19 matching lines...) Expand all
30 </StringProperty> 30 </StringProperty>
31 31
32 <StringProperty Name="NaClWebServerPort" DisplayName="Web Server Port" 32 <StringProperty Name="NaClWebServerPort" DisplayName="Web Server Port"
33 Description="Specifies the port number to use while hosting th e Pepper Plugin" 33 Description="Specifies the port number to use while hosting th e Pepper Plugin"
34 Category="NativeClient" Default="" 34 Category="NativeClient" Default=""
35 F1Keyword="VC.Project.VCConfiguration.NaClWebServerPort"> 35 F1Keyword="VC.Project.VCConfiguration.NaClWebServerPort">
36 <StringProperty.DataSource> 36 <StringProperty.DataSource>
37 <DataSource Persistence="ProjectFile" Label="" /> 37 <DataSource Persistence="ProjectFile" Label="" />
38 </StringProperty.DataSource> 38 </StringProperty.DataSource>
39 </StringProperty> 39 </StringProperty>
40
41 <StringProperty Name="NaClIndexHTML" DisplayName="Index page of NaCl Applica tion"
42 Description="Specifies the name of the web page that hosts the NaCl content"
43 Category="NativeClient" Default=""
44 F1Keyword="VC.Project.VCConfiguration.NaClIndexHTML">
45 </StringProperty>
46
40 </PatchAdd> 47 </PatchAdd>
41 48
42 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type" 49 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type"
43 Description="Specifies the type of output this configuration gen erates." 50 Description="Specifies the type of output this configuration gen erates."
44 Category="ProjectDefaults" 51 Category="ProjectDefaults"
45 F1Keyword="VC.Project.VCConfiguration.ConfigurationType"> 52 F1Keyword="VC.Project.VCConfiguration.ConfigurationType">
46 <PatchRemove> 53 <PatchRemove>
47 <EnumValue Name="Makefile" DisplayName="Makefile" Description="Makefile" / > 54 <EnumValue Name="Makefile" DisplayName="Makefile" Description="Makefile" / >
48 <EnumValue Name="Application" DisplayName="Application (.exe)" Description ="Application (.exe)" /> 55 <EnumValue Name="Application" DisplayName="Application (.exe)" Description ="Application (.exe)" />
49 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc ription="Dynamic Library (.dll)" /> 56 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc ription="Dynamic Library (.dll)" />
50 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri ption="Static Library (.lib)" /> 57 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri ption="Static Library (.lib)" />
51 <EnumValue Name="Utility" DisplayName="Utility" Description="Utility" /> 58 <EnumValue Name="Utility" DisplayName="Utility" Description="Utility" />
52 </PatchRemove> 59 </PatchRemove>
53 <PatchAdd> 60 <PatchAdd>
54 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc ription="Dynamic Library (.dll)" /> 61 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc ription="Dynamic Library (.dll)" />
55 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri ption="Static Library (.lib)" /> 62 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri ption="Static Library (.lib)" />
56 </PatchAdd> 63 </PatchAdd>
57 </EnumProperty> 64 </EnumProperty>
58 </Rule> 65 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698