From c58b3c664c144326e77135aa1184b6f0dee11143 Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Tue, 24 Jan 2017 17:02:37 +0100 Subject: [PATCH] Added VS2015 test_utils_z85 project --- .../test_utils_z85/test_utils_z85.props | 48 +++++++++++ .../test_utils_z85/test_utils_z85.vcxproj | 79 +++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 builds/msvc/vs2015/test_utils_z85/test_utils_z85.props create mode 100644 builds/msvc/vs2015/test_utils_z85/test_utils_z85.vcxproj diff --git a/builds/msvc/vs2015/test_utils_z85/test_utils_z85.props b/builds/msvc/vs2015/test_utils_z85/test_utils_z85.props new file mode 100644 index 00000000..1389fbae --- /dev/null +++ b/builds/msvc/vs2015/test_utils_z85/test_utils_z85.props @@ -0,0 +1,48 @@ + + + + + <_PropertySheetDisplayName>ZeroMQ test_utils_z85 Common Settings + AllRules.ruleset + false + + + + + + + $(ProjectDir)..\..\;%(AdditionalIncludeDirectories) + + + Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies) + + + + + + + + + + + + dynamic + dynamic + + + ltcg + ltcg + + + static + static + + + + + + + + + + diff --git a/builds/msvc/vs2015/test_utils_z85/test_utils_z85.vcxproj b/builds/msvc/vs2015/test_utils_z85/test_utils_z85.vcxproj new file mode 100644 index 00000000..4908209f --- /dev/null +++ b/builds/msvc/vs2015/test_utils_z85/test_utils_z85.vcxproj @@ -0,0 +1,79 @@ + + + + {8E6ECB54-0378-46A4-AFF5-7964F7A9A613} + test_utils_z85 + v140 + Application + + + + DebugDEXE + Win32 + + + ReleaseDEXE + Win32 + + + DebugDEXE + x64 + + + ReleaseDEXE + x64 + + + DebugLEXE + Win32 + + + ReleaseLEXE + Win32 + + + DebugLEXE + x64 + + + ReleaseLEXE + x64 + + + DebugSEXE + Win32 + + + ReleaseSEXE + Win32 + + + DebugSEXE + x64 + + + ReleaseSEXE + x64 + + + + + + + + + + + + + + + + + + + {641c5f36-32ee-4323-b740-992b651cf9d6} + false + + + \ No newline at end of file