mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
vc.project.guid = 240E83C3-368D-11DB-9FBC-00123FC423B5
|
|
vc.project.name = Data
|
|
vc.project.target = Poco${vc.project.name}
|
|
vc.project.prototype = Data_vs90.vcproj
|
|
vc.project.type = library
|
|
vc.project.pocobase = ..
|
|
vc.project.outdir = ${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 = ${vc.project.name}_vs90.vcproj
|
|
# TODO, for now we can just send cpp std via AdditionalOptions (see below)
|
|
#vc.project.compiler.std.cpp=stdcpp17
|
|
#vc.project.compiler.std.c=stdc11
|
|
vc.project.compiler.include = .\\src;..\\Foundation\\include
|
|
vc.project.compiler.defines =
|
|
vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS;SQLParser_EXPORTS
|
|
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
|
|
vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
|
|
vc.project.compiler.additionalOptions = /Zc:__cplusplus
|
|
vc.project.compiler.additionalOptions.Win32.x64 = /bigobj /std:c++17
|
|
vc.solution.create = true
|
|
vc.solution.include = testsuite\\TestSuite
|
|
vc.solution.include = testsuite\\DataTest\\DataTest
|