From 2a569ccb2a7f85ba6799337af6c91e4948b596cf Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 19 Feb 2013 21:07:28 +0000 Subject: [PATCH] locale_multihread_test.vcxproj infrastructure [SVN r83030] --- .../locale_multihread_test.vcxproj | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 test/msvc10/locale_multihread_test/locale_multihread_test.vcxproj diff --git a/test/msvc10/locale_multihread_test/locale_multihread_test.vcxproj b/test/msvc10/locale_multihread_test/locale_multihread_test.vcxproj new file mode 100644 index 0000000..5fbc018 --- /dev/null +++ b/test/msvc10/locale_multihread_test/locale_multihread_test.vcxproj @@ -0,0 +1,86 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {D47F31DB-5BED-4A49-B79E-2E3CC63950ED} + Win32Proj + locale_multihread_test + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + BOOST_ALL_STATIC_LINK;WIN32;_DEBUG;_CONSOLE + + + Console + true + C:\boost\trunk-git-svn\stage\lib;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + C:\boost\trunk-git-svn\stage\lib;%(AdditionalLibraryDirectories) + + + + + + + + + \ No newline at end of file