From db8f5f127c365b37e3ad40b6f59323c040ee30a0 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sat, 12 Mar 2016 08:18:17 +0100 Subject: [PATCH] Static run-time library use forced now --- build/MSICALib.props | 66 +++++++++++++++++++++++++++++++------------- 1 file changed, 47 insertions(+), 19 deletions(-) diff --git a/build/MSICALib.props b/build/MSICALib.props index 365730b..601765f 100644 --- a/build/MSICALib.props +++ b/build/MSICALib.props @@ -1,20 +1,48 @@ - - - - - - temp\$(ProjectName).$(Platform).$(Configuration)\ - temp\$(ProjectName).$(Platform).$(Configuration)\ - - - - ..\include;..\..\atlex\include;%(AdditionalIncludeDirectories) - Use - stdafx.h - - - false - - - + + + + + + + temp\$(ProjectName).$(Platform).$(Configuration)\ + temp\$(ProjectName).$(Platform).$(Configuration)\ + + + + MultiThreadedDebug + + + + + MultiThreaded + + + + + ..\include;..\..\atlex\include;%(AdditionalIncludeDirectories) + Use + stdafx.h + + + false + + + \ No newline at end of file