| OLD | NEW |
| 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> |
| OLD | NEW |