Help for this page

Select Code to Download


  1. or download this
    # For the IntDir nodes
    //PropertyGroup[contains(\@Condition,'$proj')]/IntDir
    
    # For the OutDir nodes
    //PropertyGroup[contains(\@Condition,'$proj')]/OutDir
    
  2. or download this
    //PropertyGroup[contains(\@Condition,'$proj')]/*[self::IntDir or self:
    +:OutDir]