From b239eb6505bd3afc448e3aceeebb78b162f87495 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 10 Aug 2021 12:01:26 +0200 Subject: [PATCH] props: unify import .lib of DLLs This moves downlevelshim.lib and those .lib from any future DLLs in this repo to the matching IntDir. Signed-off-by: Simon Rozman --- api/api.vcxproj | 1 - wintun.props | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.vcxproj b/api/api.vcxproj index 9ef8ceb..2155ef5 100644 --- a/api/api.vcxproj +++ b/api/api.vcxproj @@ -38,7 +38,6 @@ Bcrypt.lib;Cfgmgr32.lib;Iphlpapi.lib;$(IntDir)nci.lib;ntdll.lib;Setupapi.lib;shlwapi.lib;version.lib;%(AdditionalDependencies) exports.def Windows - $(IntDir)$(TargetName).lib diff --git a/wintun.props b/wintun.props index 3a7c204..d0fcfd6 100644 --- a/wintun.props +++ b/wintun.props @@ -116,6 +116,7 @@ $(OutDir)$(TargetName).pdb $(PackageDir)$(TargetName).pdb + $(IntDir)$(TargetName).lib sha256