MySQL.progen 953 B

1234567891011121314151617
  1. vc.project.guid = 73E19FDE-1570-488C-B3DB-72A60FADD408
  2. vc.project.name = MySQL
  3. vc.project.target = PocoDataMySQL
  4. vc.project.type = library
  5. vc.project.pocobase = ..\\..
  6. vc.project.outdir = ${vc.project.pocobase}
  7. vc.project.platforms = Win32
  8. vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
  9. vc.project.prototype = ${vc.project.name}_vs90.vcproj
  10. vc.project.compiler.include = ${vc.project.pocobase}\\Foundation\\include;${vc.project.pocobase}\\Data\\include;${vc.project.pocobase}\\mysql\\include
  11. vc.project.compiler.defines = THREADSAFE;__LCC__
  12. vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
  13. vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
  14. vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
  15. vc.project.linker.dependencies =
  16. vc.solution.create = true
  17. vc.solution.include = testsuite\\TestSuite