﻿<!--
***********************************************************************************************
Microsoft.Cpp.CoreWin.props

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>
    <_PropertySheetDisplayName>Core Windows Libraries</_PropertySheetDisplayName>
  </PropertyGroup>
  <PropertyGroup>
    <CoreLibraryDependencies Condition="'$(CoreLibraryDependencies)' == '' and '$(WindowsAppContainer)' == 'true'">WindowsApp.lib</CoreLibraryDependencies>
    <CoreLibraryDependencies Condition="'$(CoreLibraryDependencies)' == '' and '$(MinimalCoreWin)'=='KernelOnly'">kernel32.lib</CoreLibraryDependencies>
    <CoreLibraryDependencies Condition="'$(CoreLibraryDependencies)' == '' and '$(MinimalCoreWin)'=='true'">kernel32.lib;user32.lib</CoreLibraryDependencies>
    <CoreLibraryDependencies Condition="'$(CoreLibraryDependencies)' == ''">kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib</CoreLibraryDependencies>
  </PropertyGroup>  
  <ItemDefinitionGroup>
    <Link>
      <AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
  </ItemDefinitionGroup>
</Project>
