From 8b2fe1be96d34b2866af6bd3242d0921600965de Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Mon, 26 Dec 2011 17:25:13 +0700 Subject: [PATCH] visual studio --- contrib/other-builds/kenlm.vcxproj | 159 +++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 contrib/other-builds/kenlm.vcxproj diff --git a/contrib/other-builds/kenlm.vcxproj b/contrib/other-builds/kenlm.vcxproj new file mode 100644 index 000000000..3758630d0 --- /dev/null +++ b/contrib/other-builds/kenlm.vcxproj @@ -0,0 +1,159 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {A5402E0B-6ED7-465C-9669-E4124A0CDDCB} + Win32Proj + kenlm + + + + StaticLibrary + true + Unicode + + + StaticLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + C:\Program Files\boost\boost_1_47;$(SolutionDir)/../.. + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + C:\Program Files\boost\boost_1_47;$(SolutionDir)/../.. + + + Windows + true + true + true + + + + + + \ No newline at end of file