mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-27 03:01:47 +02:00
bin
module
vendor
CPR
ConcurrentQueue
Fmt
MaxmindDB
POCO
ApacheConnector
CppParser
CppUnit
Crypto
Data
MySQL
ODBC
PostgreSQL
cmake
include
src
testsuite
src
CMakeLists.txt
Makefile
TestSuite.progen
TestSuite_VS90.vcproj
TestSuite_vs140.vcxproj
TestSuite_vs140.vcxproj.filters
TestSuite_vs150.vcxproj
TestSuite_vs150.vcxproj.filters
TestSuite_vs160.vcxproj
TestSuite_vs160.vcxproj.filters
CMakeLists.txt
Makefile
PostgreSQL.progen
PostgreSQL_VS90.sln
PostgreSQL_VS90.vcproj
PostgreSQL_vs140.sln
PostgreSQL_vs140.vcxproj
PostgreSQL_vs140.vcxproj.filters
PostgreSQL_vs150.sln
PostgreSQL_vs150.vcxproj
PostgreSQL_vs150.vcxproj.filters
PostgreSQL_vs160.sln
PostgreSQL_vs160.vcxproj
PostgreSQL_vs160.vcxproj.filters
dependencies
SQLite
cmake
doc
include
samples
src
testsuite
CMakeLists.txt
Data.progen
Data_VS90.sln
Data_VS90.vcproj
Data_vs140.sln
Data_vs140.vcxproj
Data_vs140.vcxproj.filters
Data_vs150.sln
Data_vs150.vcxproj
Data_vs150.vcxproj.filters
Data_vs160.sln
Data_vs160.vcxproj
Data_vs160.vcxproj.filters
Makefile
dependencies
Encodings
Foundation
JSON
JWT
MongoDB
Net
NetSSL_OpenSSL
NetSSL_Win
PDF
PageCompiler
PocoDoc
ProGen
Redis
SevenZip
Util
XML
Zip
appveyor
build
cmake
contrib
doc
packaging
patches
release
travis
.gitattributes
.gitignore
.gitmodules
.travis.yml
CHANGELOG
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
Makefile
NEWS
README
README.md
VERSION
appveyor.yml
build_cmake.cmd
build_cmake.sh
build_vs140.cmd
build_vs150.cmd
build_vs160.cmd
buildwin.cmd
buildwin.ps1
components
configure
cppignore.lnx
cppignore.win
env.bat
env.sh
libversion
SimpleIni
Squirrel
TinyDir
CMakeLists.txt
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
README.md
Switched to POCO library for unified platform/library interface. Deprecated the external module API. It was creating more problems than solving. Removed most built-in libraries in favor of system libraries for easier maintenance. Cleaned and secured code with help from static analyzers.
19 lines
954 B
Plaintext
19 lines
954 B
Plaintext
vc.project.guid = C1B1BB96-5198-48EB-AB48-9A0A0B54FB15
|
|
vc.project.name = TestSuite
|
|
vc.project.target = TestSuite
|
|
vc.project.type = testsuite
|
|
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 = TestSuite_vs90.vcproj
|
|
postgresql = ${vc.project.pocobase}\\postgresql
|
|
vc.project.compiler.include = ${postgresql}\\include;${vc.project.pocobase}\\Foundation\\include;${vc.project.pocobase}\\Data\\include
|
|
vc.project.compiler.defines = _CRT_SECURE_NO_WARNINGS
|
|
vc.project.linker.dependencies = iphlpapi.lib
|
|
vc.project.linker.dependencies.debug_shared =
|
|
vc.project.linker.dependencies.release_shared =
|
|
vc.project.linker.dependencies.debug_static_md =
|
|
vc.project.linker.dependencies.release_static_md =
|
|
vc.project.linker.dependencies.debug_static_mt =
|
|
vc.project.linker.dependencies.release_static_mt =
|