From b3294c2a129608b5105536cedb053be3182e19ba Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Tue, 13 Jun 2017 22:25:02 +0200 Subject: [PATCH] Include correct original filename in DLL Signed-off-by: Sven Strickroth --- ext/build/libgit2.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/build/libgit2.vcxproj b/ext/build/libgit2.vcxproj index 75ddc5e5a..bdff94f0a 100644 --- a/ext/build/libgit2.vcxproj +++ b/ext/build/libgit2.vcxproj @@ -53,7 +53,7 @@ Level2 - LIBGIT2_FILENAME=\"$(AssemblyName)\";%(PreprocessorDefinitions) + LIBGIT2_FILENAME=\"$(TargetName)\";%(PreprocessorDefinitions) rpcrt4.lib;crypt32.lib;winhttp.lib;%(AdditionalDependencies) -- 2.11.4.GIT