diff options
| author | auth12 <[email protected]> | 2020-07-27 10:02:52 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-27 10:02:52 -0700 |
| commit | 9eeebaa4e90dedcbfcc38066b6b35e5e08c94c08 (patch) | |
| tree | 24efa461b0a8de85b35b9ec8ca21628432336925 /client/client.vcxproj | |
| parent | Removed spdlog, using fmt wrapper instead. (diff) | |
| download | loader-9eeebaa4e90dedcbfcc38066b6b35e5e08c94c08.tar.xz loader-9eeebaa4e90dedcbfcc38066b6b35e5e08c94c08.zip | |
Fixed support for colored text.
Diffstat (limited to 'client/client.vcxproj')
| -rw-r--r-- | client/client.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.vcxproj b/client/client.vcxproj index 7e4b574..52c45bd 100644 --- a/client/client.vcxproj +++ b/client/client.vcxproj @@ -135,7 +135,7 @@ <ConformanceMode>true</ConformanceMode> <LanguageStandard>stdcpplatest</LanguageStandard> <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)wolfssl;$(SolutionDir)..\shared;$(SolutionDir)..\shared\spdlog\include;$(IncludePath)</AdditionalIncludeDirectories> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <ExceptionHandling>Sync</ExceptionHandling> <Optimization>MaxSpeed</Optimization> </ClCompile> |