From 86aa7bb1bcced8dd82ed81a71231527443e65e96 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Fri, 5 Feb 2016 00:25:59 +0100 Subject: [PATCH] Problem: commit a464eec7 really broke VS2015 builds Took me over 8 hours to track down the cause of bizarre link errors when building with libsodium. The VS project files are not simple things. Note to self and other maintainers: when someone is obviously out of their depth, do not merge their changes to build scripts without cynical appraisal. Solution: undo the damage. --- builds/msvc/vs2015/libzmq/libzmq.vcxproj | 8 -------- 1 file changed, 8 deletions(-) diff --git a/builds/msvc/vs2015/libzmq/libzmq.vcxproj b/builds/msvc/vs2015/libzmq/libzmq.vcxproj index 55494300..59c291b0 100644 --- a/builds/msvc/vs2015/libzmq/libzmq.vcxproj +++ b/builds/msvc/vs2015/libzmq/libzmq.vcxproj @@ -66,14 +66,6 @@ - - - - - - - -