﻿<!--
***********************************************************************************************
Microsoft.Cpp.ToolsetLocation.targets

WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
          created a backup copy.  Incorrect changes to this file will make it
          impossible to load or build your projects from the command-line or the IDE.

Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  
  <PropertyGroup>
    <VCTargetsPath>$(_VCTargetsPathForToolset)</VCTargetsPath>
  </PropertyGroup>
  
  <!-- we have to import whole cpp targets from older/alternative version as it not only includes Platfor/Toolset,
       but also  clean and makefile targets -->
  <Import Project="$(_VCTargetsPathForToolset)\Microsoft.cpp.targets" />

  <!-- don't restore VCTargetsPath as ItemGroups/Targets in old targets need old VCTargetsPath -->
</Project>
