From 4fca95a5571447985c1f99e683137c12059c739d Mon Sep 17 00:00:00 2001 From: Osiris Date: Sun, 21 Feb 2016 14:46:53 -0600 Subject: [PATCH] Problem: Visual Studio Toolset was incorrectly set in VCXPROJ files Solution: Corrected Toolset setting where needed and inprove compilation speed by adding defintion of WIN32_LEAN_AND_MEAN prior to any Windows specific include files, which skips non-essential definitions during compilation. --- builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj | 2 +- builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj | 2 +- builds/msvc/vs2010/libzmq/libzmq.vcxproj | 2 +- builds/msvc/vs2010/local_lat/local_lat.vcxproj | 2 +- builds/msvc/vs2010/local_thr/local_thr.vcxproj | 2 +- builds/msvc/vs2010/remote_lat/remote_lat.vcxproj | 2 +- builds/msvc/vs2010/remote_thr/remote_thr.vcxproj | 2 +- builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj | 2 +- builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj | 2 +- builds/msvc/vs2012/libzmq/libzmq.vcxproj | 2 +- builds/msvc/vs2012/local_lat/local_lat.vcxproj | 2 +- builds/msvc/vs2012/local_thr/local_thr.vcxproj | 2 +- builds/msvc/vs2012/remote_lat/remote_lat.vcxproj | 2 +- builds/msvc/vs2012/remote_thr/remote_thr.vcxproj | 2 +- builds/msvc/vs2013/libzmq/libzmq.vcxproj | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj b/builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj index acff5615..77e8bee9 100644 --- a/builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj +++ b/builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj @@ -1,5 +1,5 @@  - + {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0} inproc_lat diff --git a/builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj b/builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj index e1d041c7..9498138d 100644 --- a/builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj +++ b/builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj @@ -1,5 +1,5 @@  - + {1077E977-95DD-4E73-A692-74647DD0CC1E} inproc_thr diff --git a/builds/msvc/vs2010/libzmq/libzmq.vcxproj b/builds/msvc/vs2010/libzmq/libzmq.vcxproj index fc46e3df..40fa35ae 100644 --- a/builds/msvc/vs2010/libzmq/libzmq.vcxproj +++ b/builds/msvc/vs2010/libzmq/libzmq.vcxproj @@ -1,5 +1,5 @@  - + {641C5F36-32EE-4323-B740-992B651CF9D6} libzmq diff --git a/builds/msvc/vs2010/local_lat/local_lat.vcxproj b/builds/msvc/vs2010/local_lat/local_lat.vcxproj index 2b7880d3..4079717e 100644 --- a/builds/msvc/vs2010/local_lat/local_lat.vcxproj +++ b/builds/msvc/vs2010/local_lat/local_lat.vcxproj @@ -1,5 +1,5 @@  - + {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57} local_lat diff --git a/builds/msvc/vs2010/local_thr/local_thr.vcxproj b/builds/msvc/vs2010/local_thr/local_thr.vcxproj index cffa0b57..8daafe3d 100644 --- a/builds/msvc/vs2010/local_thr/local_thr.vcxproj +++ b/builds/msvc/vs2010/local_thr/local_thr.vcxproj @@ -1,5 +1,5 @@  - + {8EF2DF6B-6646-460F-8032-913B70FE0E94} local_thr diff --git a/builds/msvc/vs2010/remote_lat/remote_lat.vcxproj b/builds/msvc/vs2010/remote_lat/remote_lat.vcxproj index 44a3a4f9..d044335a 100644 --- a/builds/msvc/vs2010/remote_lat/remote_lat.vcxproj +++ b/builds/msvc/vs2010/remote_lat/remote_lat.vcxproj @@ -1,5 +1,5 @@  - + {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1} remote_lat diff --git a/builds/msvc/vs2010/remote_thr/remote_thr.vcxproj b/builds/msvc/vs2010/remote_thr/remote_thr.vcxproj index a156b14e..8784bf3f 100644 --- a/builds/msvc/vs2010/remote_thr/remote_thr.vcxproj +++ b/builds/msvc/vs2010/remote_thr/remote_thr.vcxproj @@ -1,5 +1,5 @@  - + {B15E059C-0CBB-4A82-8C42-6567FB650802} remote_thr diff --git a/builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj b/builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj index ff73ccec..ba729ae5 100644 --- a/builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj +++ b/builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj @@ -1,5 +1,5 @@  - + {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0} inproc_lat diff --git a/builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj b/builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj index e8bba125..7851f003 100644 --- a/builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj +++ b/builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj @@ -1,5 +1,5 @@  - + {1077E977-95DD-4E73-A692-74647DD0CC1E} inproc_thr diff --git a/builds/msvc/vs2012/libzmq/libzmq.vcxproj b/builds/msvc/vs2012/libzmq/libzmq.vcxproj index 22f0982c..7af296d7 100644 --- a/builds/msvc/vs2012/libzmq/libzmq.vcxproj +++ b/builds/msvc/vs2012/libzmq/libzmq.vcxproj @@ -1,5 +1,5 @@  - + {641C5F36-32EE-4323-B740-992B651CF9D6} libzmq diff --git a/builds/msvc/vs2012/local_lat/local_lat.vcxproj b/builds/msvc/vs2012/local_lat/local_lat.vcxproj index 075d59e1..d1c89b64 100644 --- a/builds/msvc/vs2012/local_lat/local_lat.vcxproj +++ b/builds/msvc/vs2012/local_lat/local_lat.vcxproj @@ -1,5 +1,5 @@  - + {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57} local_lat diff --git a/builds/msvc/vs2012/local_thr/local_thr.vcxproj b/builds/msvc/vs2012/local_thr/local_thr.vcxproj index 707e7fc9..40d02aa1 100644 --- a/builds/msvc/vs2012/local_thr/local_thr.vcxproj +++ b/builds/msvc/vs2012/local_thr/local_thr.vcxproj @@ -1,5 +1,5 @@  - + {8EF2DF6B-6646-460F-8032-913B70FE0E94} local_thr diff --git a/builds/msvc/vs2012/remote_lat/remote_lat.vcxproj b/builds/msvc/vs2012/remote_lat/remote_lat.vcxproj index adbf021b..98285be7 100644 --- a/builds/msvc/vs2012/remote_lat/remote_lat.vcxproj +++ b/builds/msvc/vs2012/remote_lat/remote_lat.vcxproj @@ -1,5 +1,5 @@  - + {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1} remote_lat diff --git a/builds/msvc/vs2012/remote_thr/remote_thr.vcxproj b/builds/msvc/vs2012/remote_thr/remote_thr.vcxproj index 0d0dac73..3d227f16 100644 --- a/builds/msvc/vs2012/remote_thr/remote_thr.vcxproj +++ b/builds/msvc/vs2012/remote_thr/remote_thr.vcxproj @@ -1,5 +1,5 @@  - + {B15E059C-0CBB-4A82-8C42-6567FB650802} remote_thr diff --git a/builds/msvc/vs2013/libzmq/libzmq.vcxproj b/builds/msvc/vs2013/libzmq/libzmq.vcxproj index cf1f2f86..931424de 100644 --- a/builds/msvc/vs2013/libzmq/libzmq.vcxproj +++ b/builds/msvc/vs2013/libzmq/libzmq.vcxproj @@ -1,5 +1,5 @@  - + {641C5F36-32EE-4323-B740-992B651CF9D6} libzmq