NetSSL_OpenSSL.progen 1.4 KB

1234567891011121314151617181920212223242526
  1. vc.project.guid = 5AECC55E-A469-11DA-8DA6-005056C00008
  2. vc.project.name = NetSSL_OpenSSL
  3. vc.project.target = PocoNetSSL
  4. vc.project.type = library
  5. vc.project.pocobase = ..
  6. vc.project.outdir = ${vc.project.pocobase}
  7. vc.project.platforms = Win32, x64, WinCE
  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. openssl = ${vc.project.pocobase}\\openssl
  11. vc.project.compiler.include = ${openssl}\\VS_120\\include;..\\Foundation\\include;..\\Net\\include;..\\Util\\include;..\\Crypto\\include
  12. vc.project.compiler.defines =
  13. vc.project.compiler.defines.shared = NetSSL_EXPORTS
  14. vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
  15. vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
  16. vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
  17. vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
  18. vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
  19. vc.project.linker.dependencies.debug_shared =
  20. vc.project.linker.dependencies.release_shared =
  21. vc.project.linker.dependencies.debug_static_md = Crypt32.lib
  22. vc.project.linker.dependencies.release_static_md = Crypt32.lib
  23. vc.project.linker.dependencies.debug_static_mt = Crypt32.lib
  24. vc.project.linker.dependencies.release_static_mt = Crypt32.lib
  25. vc.solution.create = true
  26. vc.solution.include = testsuite\\TestSuite