2013-03-12 04:49:54 +01:00
|
|
|
vc.project.guid = ${vc.project.guidFromName}
|
|
|
|
vc.project.name = TestSuite
|
|
|
|
vc.project.target = TestSuite
|
|
|
|
vc.project.type = testsuite
|
|
|
|
vc.project.pocobase = ..\\..
|
2014-04-21 10:50:51 +02:00
|
|
|
vc.project.platforms = Win32, x64
|
2013-03-12 04:49:54 +01: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
|
|
|
|
vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\Net\\include
|
2015-12-13 02:37:28 +01:00
|
|
|
vc.project.linker.dependencies.Win32 = ws2_32.lib
|
|
|
|
vc.project.linker.dependencies.x64 = ws2_32.lib
|