|
147 | 147 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
148 | 148 | <ExceptionHandling>false</ExceptionHandling> |
149 | 149 | <CompileAs>CompileAsC</CompileAs> |
| 150 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
150 | 151 | </ClCompile> |
151 | 152 | <Link> |
152 | 153 | <SubSystem>Console</SubSystem> |
|
160 | 161 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
161 | 162 | <ExceptionHandling>false</ExceptionHandling> |
162 | 163 | <CompileAs>CompileAsC</CompileAs> |
| 164 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
163 | 165 | </ClCompile> |
164 | 166 | <Link> |
165 | 167 | <SubSystem>Console</SubSystem> |
|
173 | 175 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
174 | 176 | <ExceptionHandling>false</ExceptionHandling> |
175 | 177 | <CompileAs>CompileAsC</CompileAs> |
| 178 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
176 | 179 | </ClCompile> |
177 | 180 | <Link> |
178 | 181 | <SubSystem>Console</SubSystem> |
|
183 | 186 | <PrecompiledHeader> |
184 | 187 | </PrecompiledHeader> |
185 | 188 | <WarningLevel>Level3</WarningLevel> |
186 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
187 | 189 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
188 | 190 | <ExceptionHandling>false</ExceptionHandling> |
189 | 191 | <CompileAs>CompileAsC</CompileAs> |
| 192 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
190 | 193 | </ClCompile> |
191 | 194 | <Link> |
192 | 195 | <SubSystem>Console</SubSystem> |
|
199 | 202 | <PrecompiledHeader> |
200 | 203 | </PrecompiledHeader> |
201 | 204 | <WarningLevel>Level3</WarningLevel> |
202 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
203 | 205 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
204 | 206 | <ExceptionHandling>false</ExceptionHandling> |
205 | 207 | <CompileAs>CompileAsC</CompileAs> |
| 208 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
206 | 209 | </ClCompile> |
207 | 210 | <Link> |
208 | 211 | <SubSystem>Console</SubSystem> |
|
215 | 218 | <PrecompiledHeader> |
216 | 219 | </PrecompiledHeader> |
217 | 220 | <WarningLevel>Level3</WarningLevel> |
218 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
219 | 221 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
220 | 222 | <ExceptionHandling>false</ExceptionHandling> |
221 | 223 | <CompileAs>CompileAsC</CompileAs> |
| 224 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
222 | 225 | </ClCompile> |
223 | 226 | <Link> |
224 | 227 | <SubSystem>Console</SubSystem> |
|
0 commit comments