<!--
***********************************************************************************************
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.
***********************************************************************************************
-->
<!-- @@BEGIN_DDKSPLIT -->
<!-- Installed to "[WDKContentRoot]\build\$(Platform)\ImportAfter\"-->
<!-- @@END_DDKSPLIT -->

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <!-- @@BEGIN_DDKSPLIT -->
  <!-- Important: This is required to build projects generated by nmake2msbuild -->
  <!-- @@END_DDKSPLIT -->
  <Import Condition="'$(IsDriverAppToolset)'=='true' and '$(ConversionToolVersion)' == '1.0'" Project="$(WDKBinRoot)\conversion\OverrideMacros.props" />
  <Import Condition="'$(IsDriverAppToolset)'=='true'" Project="$(WDKContentRoot)build\$(WDKBuildFolder)\WindowsDriver.Shared.props" />
  
  <!-- Import mobile-specific props file -->
  <Import Condition="'$(IsDriverAppToolset)'=='true' and '$(DriverTargetPlatform)' == 'Mobile'" Project="$(WDKContentRoot)build\$(WDKBuildFolder)\WindowsPhone.WindowsApplicationForDrivers.props"/>
  
  <!-- Import universal-specific props file -->
  <Import Condition="'$(IsDriverAppToolset)'=='true' and '$(DriverTargetPlatform)' == 'Universal'" Project="$(WDKContentRoot)build\$(WDKBuildFolder)\Universal.ApplicationForDrivers.props"/>

  <!-- Import Windows Driver-specific props file -->
  <Import Condition="'$(IsDriverAppToolset)'=='true' and '$(DriverTargetPlatform)' == 'Windows Driver'" Project="$(WDKContentRoot)build\$(WDKBuildFolder)\Windows.ApplicationForDrivers.props"/>
  
  <Import Condition="'$(IsDriverAppToolset)'=='true' and '$(ConversionToolVersion)' == '1.0'" Project="$(WDKBinRoot)\conversion\Conversion.props" />
  <Import Condition="'$(IsDriverAppToolset)'=='true'" Project="$(WDKContentRoot)build\$(WDKBuildFolder)\WindowsDriver.LateEvaluation.props" />

  <!-- Import After -->
  <Import Condition="'$(IsDriverAppToolset)'=='true' and Exists('$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\$(PlatformToolset)\ImportAfter')" Project="$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\$(PlatformToolset)\ImportAfter\*.props" />
</Project>
