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

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

Issue 10830104: Changed VS add-in to use nacl-gdb (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: IrtPath Property added 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 <?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="VSNaClSDKRoot" DisplayName="NaCl SDK Root" 18 <StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root"
19 Description="Specifies the path to the Native Client SDK root directory" 19 Description="Specifies the path to the Native Client SDK root directory."
20 Category="NativeClient" Default="" 20 Category="NativeClient" Default=""
21 Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDK Root"> 21 Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDK Root">
22 <StringProperty.DataSource> 22 <StringProperty.DataSource>
23 <DataSource Persistence="ProjectFile" Label="" /> 23 <DataSource Persistence="ProjectFile" Label="" />
24 </StringProperty.DataSource> 24 </StringProperty.DataSource>
25 </StringProperty> 25 </StringProperty>
26 26
27 <StringProperty Name="NaClManifestPath" DisplayName="Manifest File Path"
28 Description="Specifies the path to the .nmf file for this proj ect configuration."
29 Category="NativeClient" Default=""
30 Subtype="file" F1Keyword="VC.Project.VCConfiguration.NaClManif estPath">
31 <StringProperty.DataSource>
32 <DataSource Persistence="ProjectFile" Label="" />
33 </StringProperty.DataSource>
34 </StringProperty>
35
36 <StringProperty Name="NaClIrtPath" DisplayName="IRT File Path"
37 Description="Specifies the path to the NaCl Intermediate Runti me file for this project configuration."
38 Category="NativeClient" Default=""
39 Subtype="file" F1Keyword="VC.Project.VCConfiguration.NaClIrtPa th">
40 <StringProperty.DataSource>
41 <DataSource Persistence="ProjectFile" Label="" />
42 </StringProperty.DataSource>
43 </StringProperty>
44
27 <StringProperty Name="OutDir" DisplayName="Output Directory" 45 <StringProperty Name="OutDir" DisplayName="Output Directory"
28 Description="Specifies a relative path to the output file dire ctory; can include environment variables." 46 Description="Specifies a relative path to the output file dire ctory; can include environment variables."
29 Category="General" Default="$(SolutionDir)$(Configuration)\" 47 Category="General" Default="$(SolutionDir)$(Configuration)\"
30 Subtype="folder" 48 Subtype="folder"
31 F1Keyword="VC.Project.VCConfiguration.OutputDirectory"> 49 F1Keyword="VC.Project.VCConfiguration.OutputDirectory">
32 <StringProperty.DataSource> 50 <StringProperty.DataSource>
33 <DataSource Persistence="ProjectFile" Label="" /> 51 <DataSource Persistence="ProjectFile" Label="" />
34 </StringProperty.DataSource> 52 </StringProperty.DataSource>
35 </StringProperty> 53 </StringProperty>
36 54
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 Description="Common Language Runtime Support (/clr)"/> 138 Description="Common Language Runtime Support (/clr)"/>
121 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor t (/clr:pure)" 139 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor t (/clr:pure)"
122 Description="Pure MSIL Common Language Runtime Support (/clr:pure )" /> 140 Description="Pure MSIL Common Language Runtime Support (/clr:pure )" />
123 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor t (/clr:safe)" 141 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor t (/clr:safe)"
124 Description="Safe MSIL Common Language Runtime Support (/clr:safe )" /> 142 Description="Safe MSIL Common Language Runtime Support (/clr:safe )" />
125 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol d Syntax (/clr:oldSyntax)" 143 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol d Syntax (/clr:oldSyntax)"
126 Description="Common Language Runtime Support, Old Syntax (/clr:ol dSyntax)" /> 144 Description="Common Language Runtime Support, Old Syntax (/clr:ol dSyntax)" />
127 </EnumProperty> 145 </EnumProperty>
128 146
129 </Rule> 147 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698