| |
163 |
163 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
164 |
164 |
<TargetName>$(ProjectName)32</TargetName> |
| |
165 |
165 |
</PropertyGroup> |
| |
166 |
166 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| |
167 |
167 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
| |
168 |
168 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
169 |
169 |
<TargetName>$(ProjectName)64</TargetName> |
| |
170 |
170 |
</PropertyGroup> |
| |
171 |
171 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'"> |
| |
172 |
172 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
| |
173 |
173 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
174 |
174 |
<TargetName>$(ProjectName)64</TargetName> |
| |
175 |
175 |
</PropertyGroup> |
| |
176 |
176 |
<PropertyGroup> |
| |
177 |
177 |
<XPDeprecationWarning>false</XPDeprecationWarning> |
| |
178 |
178 |
</PropertyGroup> |
| |
179 |
179 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| |
180 |
180 |
<ClCompile> |
| |
181 |
181 |
<Optimization>Disabled</Optimization> |
| |
182 |
182 |
<AdditionalIncludeDirectories>googletest/include;googletest;googlemock/include;googlemock;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
183 |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
|
183 |
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
184 |
184 |
<MinimalRebuild>false</MinimalRebuild> |
| |
185 |
185 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| |
186 |
186 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| |
187 |
187 |
<PrecompiledHeader /> |
| |
188 |
188 |
<WarningLevel>Level3</WarningLevel> |
| |
189 |
189 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
190 |
190 |
<SDLCheck>true</SDLCheck> |
| |
191 |
191 |
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
| |
192 |
192 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| |
193 |
193 |
<AdditionalOptions>/Zm150 /Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> |
| |
|
194 |
<LanguageStandard>stdcpp17</LanguageStandard> |
| |
194 |
195 |
</ClCompile> |
| |
195 |
196 |
<Lib /> |
| |
196 |
197 |
</ItemDefinitionGroup> |
| |
197 |
198 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'"> |
| |
198 |
199 |
<ClCompile> |
| |
199 |
200 |
<Optimization>Disabled</Optimization> |
| |
200 |
201 |
<AdditionalIncludeDirectories>googletest/include;googletest;googlemock/include;googlemock;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
201 |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
|
202 |
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
202 |
203 |
<MinimalRebuild>false</MinimalRebuild> |
| |
203 |
204 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| |
204 |
205 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| |
205 |
206 |
<PrecompiledHeader> |
| |
206 |
207 |
</PrecompiledHeader> |
| |
207 |
208 |
<WarningLevel>Level3</WarningLevel> |
| |
208 |
209 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
209 |
210 |
<SDLCheck>true</SDLCheck> |
| |
210 |
211 |
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
| |
211 |
212 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| |
212 |
213 |
<AdditionalOptions>/Zm150 /Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> |
| |
|
214 |
<LanguageStandard>stdcpp17</LanguageStandard> |
| |
213 |
215 |
</ClCompile> |
| |
214 |
216 |
<Lib /> |
| |
215 |
217 |
</ItemDefinitionGroup> |
| |
216 |
218 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| |
217 |
219 |
<Midl> |
| |
218 |
220 |
<TargetEnvironment>X64</TargetEnvironment> |
| |
219 |
221 |
</Midl> |
| |
220 |
222 |
<ClCompile> |
| |
221 |
223 |
<Optimization>Disabled</Optimization> |
| |
222 |
224 |
<AdditionalIncludeDirectories>googletest/include;googletest;googlemock/include;googlemock;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
223 |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
|
225 |
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
224 |
226 |
<MinimalRebuild>false</MinimalRebuild> |
| |
225 |
227 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| |
226 |
228 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| |
227 |
229 |
<PrecompiledHeader /> |
| |
228 |
230 |
<WarningLevel>Level3</WarningLevel> |
| |
229 |
231 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
230 |
232 |
<EnablePREfast>false</EnablePREfast> |
| |
231 |
233 |
<SDLCheck>true</SDLCheck> |
| |
232 |
234 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| |
233 |
235 |
<AdditionalOptions>/Zm150 /Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> |
| |
|
236 |
<LanguageStandard>stdcpp17</LanguageStandard> |
| |
234 |
237 |
</ClCompile> |
| |
235 |
238 |
<Lib /> |
| |
236 |
239 |
</ItemDefinitionGroup> |
| |
237 |
240 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'"> |
| |
238 |
241 |
<Midl> |
| |
239 |
242 |
<TargetEnvironment>X64</TargetEnvironment> |
| |
240 |
243 |
</Midl> |
| |
241 |
244 |
<ClCompile> |
| |
242 |
245 |
<Optimization>Disabled</Optimization> |
| |
243 |
246 |
<AdditionalIncludeDirectories>googletest/include;googletest;googlemock/include;googlemock;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
244 |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
|
247 |
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
245 |
248 |
<MinimalRebuild>false</MinimalRebuild> |
| |
246 |
249 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| |
247 |
250 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| |
248 |
251 |
<PrecompiledHeader> |
| |
249 |
252 |
</PrecompiledHeader> |
| |
250 |
253 |
<WarningLevel>Level3</WarningLevel> |
| |
251 |
254 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
252 |
255 |
<EnablePREfast>false</EnablePREfast> |
| |
253 |
256 |
<SDLCheck>true</SDLCheck> |
| |
254 |
257 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| |
255 |
258 |
<AdditionalOptions>/Zm150 /Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> |
| |
|
259 |
<LanguageStandard>stdcpp17</LanguageStandard> |
| |
256 |
260 |
</ClCompile> |
| |
257 |
261 |
<Lib /> |
| |
258 |
262 |
</ItemDefinitionGroup> |
| |
259 |
263 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| |
260 |
264 |
<ClCompile> |
| |
261 |
265 |
<Optimization>MaxSpeed</Optimization> |
| |
262 |
266 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| |
263 |
267 |
<AdditionalIncludeDirectories>googletest/include;googletest;googlemock/include;googlemock;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
264 |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
|
268 |
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
265 |
269 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| |
266 |
270 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| |
267 |
271 |
<PrecompiledHeader /> |
| |
268 |
272 |
<WarningLevel>Level3</WarningLevel> |
| |
269 |
273 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
270 |
274 |
<SDLCheck>true</SDLCheck> |
| |
271 |
275 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| |
272 |
276 |
<AdditionalOptions>/Zm150 /Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> |
| |
273 |
277 |
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
| |
|
278 |
<LanguageStandard>stdcpp17</LanguageStandard> |
| |
274 |
279 |
</ClCompile> |
| |
275 |
280 |
<Lib /> |
| |
276 |
281 |
</ItemDefinitionGroup> |
| |
277 |
282 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'"> |
| |
278 |
283 |
<ClCompile> |
| |
279 |
284 |
<Optimization>MaxSpeed</Optimization> |
| |
280 |
285 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| |
281 |
286 |
<AdditionalIncludeDirectories>googletest/include;googletest;googlemock/include;googlemock;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
282 |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
|
287 |
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
283 |
288 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| |
284 |
289 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| |
285 |
290 |
<PrecompiledHeader> |
| |
286 |
291 |
</PrecompiledHeader> |
| |
287 |
292 |
<WarningLevel>Level3</WarningLevel> |
| |
288 |
293 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
289 |
294 |
<SDLCheck>true</SDLCheck> |
| |
290 |
295 |
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
| |
291 |
296 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| |
292 |
297 |
<AdditionalOptions>/Zm150 /Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> |
| |
|
298 |
<LanguageStandard>stdcpp17</LanguageStandard> |
| |
293 |
299 |
</ClCompile> |
| |
294 |
300 |
<Lib /> |
| |
295 |
301 |
</ItemDefinitionGroup> |
| |
296 |
302 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| |
297 |
303 |
<Midl> |
| |
298 |
304 |
<TargetEnvironment>X64</TargetEnvironment> |
| |
299 |
305 |
</Midl> |
| |
300 |
306 |
<ClCompile> |
| |
301 |
307 |
<Optimization>MaxSpeed</Optimization> |
| |
302 |
308 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| |
303 |
309 |
<AdditionalIncludeDirectories>googletest/include;googletest;googlemock/include;googlemock;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
304 |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
|
310 |
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
305 |
311 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| |
306 |
312 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| |
307 |
313 |
<PrecompiledHeader /> |
| |
308 |
314 |
<WarningLevel>Level3</WarningLevel> |
| |
309 |
315 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
310 |
316 |
<SDLCheck>true</SDLCheck> |
| |
311 |
317 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| |
312 |
318 |
<AdditionalOptions>/Zm150 /Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> |
| |
|
319 |
<LanguageStandard>stdcpp17</LanguageStandard> |
| |
313 |
320 |
</ClCompile> |
| |
314 |
321 |
<Lib /> |
| |
315 |
322 |
</ItemDefinitionGroup> |
| |
316 |
323 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'"> |
| |
317 |
324 |
<Midl> |
| |
318 |
325 |
<TargetEnvironment>X64</TargetEnvironment> |
| |
319 |
326 |
</Midl> |
| |
320 |
327 |
<ClCompile> |
| |
321 |
328 |
<Optimization>MaxSpeed</Optimization> |
| |
322 |
329 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| |
323 |
330 |
<AdditionalIncludeDirectories>googletest/include;googletest;googlemock/include;googlemock;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
324 |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
|
331 |
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
325 |
332 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| |
326 |
333 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| |
327 |
334 |
<PrecompiledHeader> |
| |
328 |
335 |
</PrecompiledHeader> |
| |
329 |
336 |
<WarningLevel>Level3</WarningLevel> |
| |
330 |
337 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
331 |
338 |
<SDLCheck>true</SDLCheck> |
| |
332 |
339 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| |
333 |
340 |
<AdditionalOptions>/Zm150 /Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> |
| |
|
341 |
<LanguageStandard>stdcpp17</LanguageStandard> |
| |
334 |
342 |
</ClCompile> |
| |
335 |
343 |
<Lib /> |
| |
336 |
344 |
</ItemDefinitionGroup> |
| |
337 |
345 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| |
338 |
346 |
<ImportGroup Label="ExtensionTargets"> |
| |
339 |
347 |
</ImportGroup> |
| |
340 |
348 |
</Project> |