﻿<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemDefinitionGroup>
    <Link>
      <AdditionalDependencies>%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)rtlver.lib </AdditionalDependencies>
      <EntryPointSymbol Condition="'$(Platform)' == 'Win32'">GsDriverEntry@8</EntryPointSymbol>
      <!-- x64 does not mangle the entrypoint name -->
      <EntryPointSymbol Condition="'$(Platform)' != 'Win32'">GsDriverEntry</EntryPointSymbol>
    </Link>
  </ItemDefinitionGroup>
  <Import Condition="Exists('$(WDKContentRoot)build\$(WDKBuildFolder)\windowsdriver.KernelMode.$(DriverType).props')" Project="$(WDKContentRoot)build\$(WDKBuildFolder)\windowsdriver.KernelMode.$(DriverType).props"/>
</Project>
