Updated libmilenage Visual Studio project toption to use /MD instead of /MT

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1511 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/third_party/build/milenage/libmilenage.vcproj b/third_party/build/milenage/libmilenage.vcproj
index e3cf587..05c58e0 100644
--- a/third_party/build/milenage/libmilenage.vcproj
+++ b/third_party/build/milenage/libmilenage.vcproj
@@ -118,7 +118,7 @@
 				InlineFunctionExpansion="1"

 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"

 				StringPooling="true"

-				RuntimeLibrary="0"

+				RuntimeLibrary="2"

 				EnableFunctionLevelLinking="true"

 				PrecompiledHeaderFile=".\output/libmilenage-i386-win32-vc8-release/libmilenage.pch"

 				AssemblerListingLocation=".\output/libmilenage-i386-win32-vc8-release/"