File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65
65
<ClCompile >
66
66
<PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67
- <RuntimeLibrary >MultiThreadedDLL </RuntimeLibrary >
67
+ <RuntimeLibrary >MultiThreaded </RuntimeLibrary >
68
68
<WarningLevel >Level3</WarningLevel >
69
69
<DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
70
70
</ClCompile >
81
81
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
82
82
<ClCompile >
83
83
<PreprocessorDefinitions >WIN64;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
84
- <RuntimeLibrary >MultiThreadedDLL </RuntimeLibrary >
84
+ <RuntimeLibrary >MultiThreaded </RuntimeLibrary >
85
85
<WarningLevel >Level3</WarningLevel >
86
86
<DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
87
87
</ClCompile >
You can’t perform that action at this time.
0 commit comments