2012-04-29 20:52:25 +02:00
|
|
|
vc.project.guid = 4D6E42AE-EB6A-47EB-A186-B8A183FABCF7
|
|
|
|
vc.project.name = TestSuite
|
|
|
|
vc.project.target = TestSuite
|
|
|
|
vc.project.type = testsuite
|
|
|
|
vc.project.pocobase = ..\\..\\..
|
2020-01-11 09:34:54 +01:00
|
|
|
vc.project.platforms = Win32
|
2024-04-03 09:20:14 +02:00
|
|
|
vc.project.vcpkg = true
|
2012-04-29 20:52:25 +02:00
|
|
|
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
|
2018-05-07 17:22:12 +02:00
|
|
|
mysql = ${vc.project.pocobase}\\mysql
|
2023-11-06 12:32:17 +01:00
|
|
|
vc.project.compiler.include = ${mysql}\\include;${vc.project.pocobase}\\Foundation\\include; \
|
2024-02-13 23:32:16 +01:00
|
|
|
${vc.project.pocobase}\\Data\\include
|
2024-04-03 09:20:14 +02:00
|
|
|
vc.project.compiler.additionalOptions = /Zc:__cplusplus
|
|
|
|
vc.project.linker.dependencies = ws2_32.lib iphlpapi.lib
|
|
|
|
vc.project.linker.dependencies.debug_shared =
|
|
|
|
vc.project.linker.dependencies.release_shared =
|
|
|
|
vc.project.linker.dependencies.debug_static_md = Crypt32.lib Secur32.lib shlwapi.lib
|
|
|
|
vc.project.linker.dependencies.release_static_md = Crypt32.lib Secur32.lib shlwapi.lib
|
|
|
|
vc.project.linker.dependencies.debug_static_mt = Crypt32.lib Secur32.lib shlwapi.lib
|
|
|
|
vc.project.linker.dependencies.release_static_mt = Crypt32.lib Secur32.lib shlwapi.lib
|