﻿<?xml version="1.0" encoding="utf-8"?>
<!--Copyright, Microsoft Corporation, All rights reserved.-->
<Rule
      Name="ConfigurationDirectories"
      DisplayName="VC++ Directories"
      Order="8"
      PageTemplate="generic"
      Description="Tool search directories"
      xmlns="http://schemas.microsoft.com/build/2009/properties">
  <Rule.Categories>
    <Category Name="VC++" DisplayName="General" Description="Visual C++ Directories" />
  </Rule.Categories>
  <Rule.DataSource>
    <DataSource Persistence="ProjectFile" />
  </Rule.DataSource>
  <StringListProperty Name="ExecutablePath" DisplayName="Executable Directories"
                      Description="Path to use when searching for executable files while building a VC++ project.  Corresponds to environment variable PATH."
                      F1Keyword="VC.Project.VCDirectories.ExecutablePath"
                      Category="VC++" Separator=";" Subtype="folder" />
  <StringListProperty Name="IncludePath" DisplayName="Include Directories"
                      Description="Path to use when searching for include files while building a VC++ project.  Corresponds to environment variable INCLUDE."
                      F1Keyword="VC.Project.VCDirectories.IncludePath"
                      Category="VC++" Separator=";" Subtype="folder" />
  <StringListProperty Name="ReferencePath" DisplayName="Reference Directories"
                      Description="Path to use when searching for metadata files while building a VC++ project. Corresponds to environment variable LIBPATH."
                      F1Keyword="VC.Project.VCDirectories.ReferencePath"
                      Category="VC++" Separator=";" Subtype="folder" />
  <StringListProperty Name="LibraryPath" DisplayName="Library Directories"
                      Description="Path to use when searching for library files while building a VC++ project.  Corresponds to environment variable LIB."
                      F1Keyword="VC.Project.VCDirectories.LibraryPath"
                      Category="VC++" Separator=";" Subtype="folder" />
  <StringListProperty Name="LibraryWPath" DisplayName="Library WinRT Directories"
                      Description="Path to use when searching for winmd metadata files while building a VC++ project. Gets concatenated with 'Reference Directories' into LIBPATH."
                      F1Keyword="VC.Project.VCDirectories.LibraryWPath"
                      Category="VC++" Separator=";" Subtype="folder" />
  <StringListProperty Name="SourcePath" DisplayName="Source Directories"
                      Description="Path to use when searching for source files to use for Intellisense."
                      F1Keyword="VC.Project.VCDirectories.SourcePath"
                      Category="VC++" Separator=";" Subtype="folder" />
  <StringListProperty Name="ExcludePath" DisplayName="Exclude Directories"
                      Description="Path to skip when searching for scan dependencies."
                      F1Keyword="VC.Project.VCDirectories.ExcludePath"
                      Category="VC++" Separator=";" Subtype="folder" />
</Rule>
