From 292adfee5d1ac7d04b4e5446aa5503d47dcd53ab Mon Sep 17 00:00:00 2001 From: zeliard Date: Wed, 22 Apr 2015 15:08:36 +0900 Subject: fix MSVC solution build-able on x64 mode (remove _USE_32BIT_TIME_T) --- vsprojects/gpr/gpr.vcxproj | 68 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 3 deletions(-) (limited to 'vsprojects/gpr/gpr.vcxproj') diff --git a/vsprojects/gpr/gpr.vcxproj b/vsprojects/gpr/gpr.vcxproj index 11240f4a7c..c880365e10 100644 --- a/vsprojects/gpr/gpr.vcxproj +++ b/vsprojects/gpr/gpr.vcxproj @@ -1,14 +1,22 @@ - + Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} @@ -28,12 +36,23 @@ true Unicode + + StaticLibrary + true + Unicode + StaticLibrary false true Unicode + + StaticLibrary + false + true + Unicode + @@ -41,17 +60,31 @@ + + + + + + + + gpr + + gpr + gpr + + gpr + NotUsing @@ -65,6 +98,19 @@ true + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + + Level3 @@ -82,6 +128,23 @@ true + + + Level3 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + + @@ -193,5 +256,4 @@ - - + \ No newline at end of file -- cgit v1.2.3