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

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

Issue 10977007: Rename folder Properties -> Props (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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="ConfigurationDirectories" 4 Name="ConfigurationDirectories"
5 DisplayName="VC++ Directories" 5 DisplayName="VC++ Directories"
6 Order="8" 6 Order="8"
7 PageTemplate="generic" 7 PageTemplate="generic"
8 Description="Tool search directories" 8 Description="Tool search directories"
9 xmlns="http://schemas.microsoft.com/build/2009/properties"> 9 xmlns="http://schemas.microsoft.com/build/2009/properties">
10 <Rule.Categories> 10 <Rule.Categories>
11 <Category Name="VC++" DisplayName="General" Description="Visual C++ Director ies" /> 11 <Category Name="VC++" DisplayName="General" Description="Visual C++ Director ies" />
12 </Rule.Categories> 12 </Rule.Categories>
13 13
14 <Rule.DataSource> 14 <Rule.DataSource>
15 <DataSource Persistence="ProjectFile" /> 15 <DataSource Persistence="ProjectFile" />
16 </Rule.DataSource> 16 </Rule.DataSource>
17 17
18 <StringListProperty Name="LibraryPath" DisplayName="Library Directories" 18 <StringListProperty Name="LibraryPath" DisplayName="Library Directories"
19 Description="Path to use when searching for library files while building a VC++ project. Corresponds to environment variable LIB." 19 Description="Path to use when searching for library files while building a VC++ project. Corresponds to environment variable LIB."
20 F1Keyword="VC.Project.VCDirectories.LibraryPath" 20 F1Keyword="VC.Project.VCDirectories.LibraryPath"
21 Category="VC++" Separator=";" Subtype="folder" /> 21 Category="VC++" Separator=";" Subtype="folder" />
22 22
23 <StringListProperty Name="IncludePath" DisplayName="Include Directories" 23 <StringListProperty Name="IncludePath" DisplayName="Include Directories"
24 Description="Path to use when searching for include files while building a VC++ project. Corresponds to environment variable INCLUDE." 24 Description="Path to use when searching for include files while building a VC++ project. Corresponds to environment variable INCLUDE."
25 F1Keyword="VC.Project.VCDirectories.IncludePath" 25 F1Keyword="VC.Project.VCDirectories.IncludePath"
26 Category="VC++" Separator=";" Subtype="folder" /> 26 Category="VC++" Separator=";" Subtype="folder" />
27 27
28 </Rule> 28 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698