| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 | |
| 3 <Rule | |
| 4 Name="ConfigurationDirectories" | |
| 5 DisplayName="VC++ Directories" | |
| 6 Order="8" | |
| 7 PageTemplate="generic" | |
| 8 Description="Tool search directories" | |
| 9 xmlns="http://schemas.microsoft.com/build/2009/properties"> | |
| 10 <Rule.Categories> | |
| 11 <Category Name="VC++" DisplayName="General" Description="Visual C++ Director
ies" /> | |
| 12 </Rule.Categories> | |
| 13 | |
| 14 <Rule.DataSource> | |
| 15 <DataSource Persistence="ProjectFile" /> | |
| 16 </Rule.DataSource> | |
| 17 | |
| 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." | |
| 20 F1Keyword="VC.Project.VCDirectories.LibraryPath" | |
| 21 Category="VC++" Separator=";" Subtype="folder" /> | |
| 22 | |
| 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." | |
| 25 F1Keyword="VC.Project.VCDirectories.IncludePath" | |
| 26 Category="VC++" Separator=";" Subtype="folder" /> | |
| 27 | |
| 28 </Rule> | |
| OLD | NEW |