From 1d90288655ae1bafdcd0e85e7231483d21dbd31f Mon Sep 17 00:00:00 2001 From: giuliohome Date: Fri, 5 Sep 2014 13:30:02 +0200 Subject: [PATCH] Fixing Configuration Type for Win32/Debug Proposed fix to the main repo Changed the windows wrapper type to DynamicLibrary. It was already ok for the Win64/Release. maybe it got lost after latest commit --- windows/xgboost_wrapper/xgboost_wrapper.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/xgboost_wrapper/xgboost_wrapper.vcxproj b/windows/xgboost_wrapper/xgboost_wrapper.vcxproj index 95a94841d..6c73e3cee 100644 --- a/windows/xgboost_wrapper/xgboost_wrapper.vcxproj +++ b/windows/xgboost_wrapper/xgboost_wrapper.vcxproj @@ -30,17 +30,17 @@ - Application + DynamicLibrary true MultiByte - Application + DynamicLibrary true MultiByte - Application + DynamicLibrary false true MultiByte