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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_general.xml

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 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <Rule 3 <Rule
4 Name="ConfigurationGeneral" 4 Name="ConfigurationGeneral"
5 DisplayName="General" 5 DisplayName="General"
6 PageTemplate="generic" 6 PageTemplate="generic"
7 Description="General" 7 Description="General"
8 xmlns="http://schemas.microsoft.com/build/2009/properties"> 8 xmlns="http://schemas.microsoft.com/build/2009/properties">
9 <Rule.Categories> 9 <Rule.Categories>
10 <Category Name="General" DisplayName="General" Description="General" /> 10 <Category Name="General" DisplayName="General" Description="General" />
(...skipping 28 matching lines...) Expand all
39 39
40 <StringProperty Name="NaClWebServerPort" DisplayName="Web Server Port" 40 <StringProperty Name="NaClWebServerPort" DisplayName="Web Server Port"
41 Description="Specifies the port number to use while hosting th e nexe" 41 Description="Specifies the port number to use while hosting th e nexe"
42 Category="NativeClient" Default="" 42 Category="NativeClient" Default=""
43 F1Keyword="VC.Project.VCConfiguration.NaClWebServerPort"> 43 F1Keyword="VC.Project.VCConfiguration.NaClWebServerPort">
44 <StringProperty.DataSource> 44 <StringProperty.DataSource>
45 <DataSource Persistence="ProjectFile" Label="" /> 45 <DataSource Persistence="ProjectFile" Label="" />
46 </StringProperty.DataSource> 46 </StringProperty.DataSource>
47 </StringProperty> 47 </StringProperty>
48 48
49 <StringProperty Name="NaClIndexHTML" DisplayName="Index page of NaCl Applicati on"
50 Description="Specifies the name of the web page that hosts the NaCl content"
51 Category="NativeClient" Default=""
52 F1Keyword="VC.Project.VCConfiguration.NaClIndexHTML">
53 </StringProperty>
54
49 <EnumProperty Name="ToolchainName" DisplayName="Toolchain" Category="NativeCli ent"> 55 <EnumProperty Name="ToolchainName" DisplayName="Toolchain" Category="NativeCli ent">
50 <EnumValue Name="newlib" DisplayName="newlib" /> 56 <EnumValue Name="newlib" DisplayName="newlib" />
51 <EnumValue Name="glibc" DisplayName="glibc" /> 57 <EnumValue Name="glibc" DisplayName="glibc" />
52 </EnumProperty> 58 </EnumProperty>
53 59
54 <StringProperty Name="OutDir" DisplayName="Output Directory" 60 <StringProperty Name="OutDir" DisplayName="Output Directory"
55 Description="Specifies a relative path to the output file dire ctory; can include environment variables." 61 Description="Specifies a relative path to the output file dire ctory; can include environment variables."
56 Category="General" Default="$(SolutionDir)\$(Platform)\$(Toolc hain)\$(Configuration)\" 62 Category="General" Default="$(SolutionDir)\$(Platform)\$(Toolc hain)\$(Configuration)\"
57 Subtype="folder" 63 Subtype="folder"
58 F1Keyword="VC.Project.VCConfiguration.OutputDirectory"> 64 F1Keyword="VC.Project.VCConfiguration.OutputDirectory">
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 Description="Common Language Runtime Support (/clr)"/> 140 Description="Common Language Runtime Support (/clr)"/>
135 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor t (/clr:pure)" 141 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor t (/clr:pure)"
136 Description="Pure MSIL Common Language Runtime Support (/clr:pure )" /> 142 Description="Pure MSIL Common Language Runtime Support (/clr:pure )" />
137 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor t (/clr:safe)" 143 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor t (/clr:safe)"
138 Description="Safe MSIL Common Language Runtime Support (/clr:safe )" /> 144 Description="Safe MSIL Common Language Runtime Support (/clr:safe )" />
139 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol d Syntax (/clr:oldSyntax)" 145 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol d Syntax (/clr:oldSyntax)"
140 Description="Common Language Runtime Support, Old Syntax (/clr:ol dSyntax)" /> 146 Description="Common Language Runtime Support, Old Syntax (/clr:ol dSyntax)" />
141 </EnumProperty> 147 </EnumProperty>
142 148
143 </Rule> 149 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698