From 974314357d5c270cc8f974e05e968ba2adac2429 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Thu, 3 Dec 2015 11:52:59 +0000 Subject: VS projects: prefer building by x64 tools --- w32/VS2013/hellobrowser.vcxproj | 3 +++ w32/VS2013/libmicrohttpd.vcxproj | 3 +++ 2 files changed, 6 insertions(+) (limited to 'w32') diff --git a/w32/VS2013/hellobrowser.vcxproj b/w32/VS2013/hellobrowser.vcxproj index bfc03599..01042a33 100644 --- a/w32/VS2013/hellobrowser.vcxproj +++ b/w32/VS2013/hellobrowser.vcxproj @@ -49,6 +49,9 @@ hellobrowser + + x64 + Application true diff --git a/w32/VS2013/libmicrohttpd.vcxproj b/w32/VS2013/libmicrohttpd.vcxproj index 0572136e..0f72a3d5 100644 --- a/w32/VS2013/libmicrohttpd.vcxproj +++ b/w32/VS2013/libmicrohttpd.vcxproj @@ -74,6 +74,9 @@ libmicrohttpd + + x64 + StaticLibrary true -- cgit v1.2.3