2020-01-12 09:55:00 +01:00
|
|
|
vc.project.guid = ${vc.project.guidFromName}
|
|
|
|
vc.project.name = TestSuite
|
|
|
|
vc.project.target = TestSuite
|
|
|
|
vc.project.type = testsuite
|
|
|
|
vc.project.pocobase = ..\\..
|
|
|
|
vc.project.platforms = Win32
|
|
|
|
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
|
|
|
|
vc.project.prototype = TestSuite_vs90.vcproj
|
|
|
|
vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\JSON\\include;..\\..\\Crypto\\include
|
2023-11-05 23:40:47 +01:00
|
|
|
vc.project.compiler.additionalOptions = /Zc:__cplusplus /std:c++17
|
2023-12-11 10:47:03 +01:00
|
|
|
vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib mswsock.lib
|
2020-02-04 16:02:49 +01:00
|
|
|
vc.project.linker.dependencies.debug_shared =
|
|
|
|
vc.project.linker.dependencies.release_shared =
|
|
|
|
vc.project.linker.dependencies.debug_static_md = Crypt32.lib
|
|
|
|
vc.project.linker.dependencies.release_static_md = Crypt32.lib
|
|
|
|
vc.project.linker.dependencies.debug_static_mt = Crypt32.lib
|
|
|
|
vc.project.linker.dependencies.release_static_mt = Crypt32.lib
|