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

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

Issue 11225037: [NaCl SDK] move VSNaClSDKRoot into ConfigurationGeneral section (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" />
11 <Category Name="ProjectDefaults" DisplayName="Project Defaults" Description= "Project Defaults" /> 11 <Category Name="ProjectDefaults" DisplayName="Project Defaults" Description= "Project Defaults" />
12 <Category Name="NativeClient" DisplayName="Native Client" Description="Nativ e Client General Properties" /> 12 <Category Name="NativeClient" DisplayName="Native Client" Description="Nativ e Client General Properties" />
13 </Rule.Categories> 13 </Rule.Categories>
14 <Rule.DataSource> 14 <Rule.DataSource>
15 <DataSource Persistence="ProjectFile" Label="Configuration" /> 15 <DataSource Persistence="ProjectFile" Label="Configuration" />
16 </Rule.DataSource> 16 </Rule.DataSource>
17 17
18 <StringProperty Name="NaClAddInVersion" Visible="false" 18 <StringProperty Name="NaClAddInVersion" Visible="false"
19 Category="NativeClient" Default=""> 19 Category="NativeClient" Default="">
20 <StringProperty.DataSource> 20 <StringProperty.DataSource>
21 <DataSource Persistence="ProjectFile" Label=""/> 21 <DataSource Persistence="ProjectFile" Label=""/>
22 </StringProperty.DataSource> 22 </StringProperty.DataSource>
23 </StringProperty> 23 </StringProperty>
24 24
25 <StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root" 25 <StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root"
26 Description="Specifies the path to the Native Client SDK root directory." 26 Description="Specifies the path to the Native Client SDK root directory."
27 Category="NativeClient" Default="" 27 Category="NativeClient" Default=""
28 Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDK Root"> 28 Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDK Root">
29 <StringProperty.DataSource>
30 <DataSource Persistence="ProjectFile" Label="" />
31 </StringProperty.DataSource>
32 </StringProperty> 29 </StringProperty>
33 30
34 <StringProperty Name="NaClManifestPath" DisplayName="Manifest File Path" 31 <StringProperty Name="NaClManifestPath" DisplayName="Manifest File Path"
35 Description="Specifies the path to the .nmf file for this proj ect configuration." 32 Description="Specifies the path to the .nmf file for this proj ect configuration."
36 Category="NativeClient" Default="" 33 Category="NativeClient" Default=""
37 Subtype="file" F1Keyword="VC.Project.VCConfiguration.NaClManif estPath"> 34 Subtype="file" F1Keyword="VC.Project.VCConfiguration.NaClManif estPath">
38 <StringProperty.DataSource> 35 <StringProperty.DataSource>
39 <DataSource Persistence="ProjectFile" Label="" /> 36 <DataSource Persistence="ProjectFile" Label="" />
40 </StringProperty.DataSource> 37 </StringProperty.DataSource>
41 </StringProperty> 38 </StringProperty>
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 Description="Common Language Runtime Support (/clr)"/> 134 Description="Common Language Runtime Support (/clr)"/>
138 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor t (/clr:pure)" 135 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor t (/clr:pure)"
139 Description="Pure MSIL Common Language Runtime Support (/clr:pure )" /> 136 Description="Pure MSIL Common Language Runtime Support (/clr:pure )" />
140 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor t (/clr:safe)" 137 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor t (/clr:safe)"
141 Description="Safe MSIL Common Language Runtime Support (/clr:safe )" /> 138 Description="Safe MSIL Common Language Runtime Support (/clr:safe )" />
142 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol d Syntax (/clr:oldSyntax)" 139 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol d Syntax (/clr:oldSyntax)"
143 Description="Common Language Runtime Support, Old Syntax (/clr:ol dSyntax)" /> 140 Description="Common Language Runtime Support, Old Syntax (/clr:ol dSyntax)" />
144 </EnumProperty> 141 </EnumProperty>
145 142
146 </Rule> 143 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698