From 30b31a69100818b5d175c833c2f491c4a016e6c8 Mon Sep 17 00:00:00 2001 From: giuliohome Date: Wed, 27 Aug 2014 20:38:30 +0200 Subject: [PATCH] win64 python dll project --- .../xgboost_wrapper/xgboost_wrapper.vcxproj | 154 ++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 windows/xgboost/xgboost_wrapper/xgboost_wrapper.vcxproj diff --git a/windows/xgboost/xgboost_wrapper/xgboost_wrapper.vcxproj b/windows/xgboost/xgboost_wrapper/xgboost_wrapper.vcxproj new file mode 100644 index 000000000..b167e8d7d --- /dev/null +++ b/windows/xgboost/xgboost_wrapper/xgboost_wrapper.vcxproj @@ -0,0 +1,154 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2E1AF937-28BB-4832-B916-309C9A0F6C4F} + v4.5 + ManagedCProj + xgboost_wrapper + + + + DynamicLibrary + true + v120 + true + Unicode + + + DynamicLibrary + true + v120 + true + Unicode + + + DynamicLibrary + false + v120 + true + Unicode + + + DynamicLibrary + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Level3 + Disabled + WIN32;_DEBUG;%(PreprocessorDefinitions) + NotUsing + + + true + + + + + + Level3 + Disabled + WIN32;_DEBUG;%(PreprocessorDefinitions) + NotUsing + true + + + true + + + + + + + Level3 + WIN32;NDEBUG;%(PreprocessorDefinitions) + Use + + + true + + + + + + Level3 + WIN32;NDEBUG;%(PreprocessorDefinitions) + NotUsing + true + + + true + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file