From 00eab4e6eca4227b1ecd2c6f502eedad41c3af96 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 28 Apr 2011 11:21:37 +0200 Subject: Add libodb-pgsql infrastructure files --- odb/pgsql/libodb-pgsql-vc10.vcxproj | 174 ++++++++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 odb/pgsql/libodb-pgsql-vc10.vcxproj (limited to 'odb/pgsql/libodb-pgsql-vc10.vcxproj') diff --git a/odb/pgsql/libodb-pgsql-vc10.vcxproj b/odb/pgsql/libodb-pgsql-vc10.vcxproj new file mode 100644 index 0000000..341e679 --- /dev/null +++ b/odb/pgsql/libodb-pgsql-vc10.vcxproj @@ -0,0 +1,174 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {B6185C00-39EC-4429-B774-164B4397B995} + Win32Proj + libodb-pgsql + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + + + true + ..\..\bin\ + odb-pgsql-d-__value__(interface_version)-vc10 + + + true + ..\..\bin64\ + odb-pgsql-d-__value__(interface_version)-vc10 + + + false + ..\..\bin\ + odb-pgsql-__value__(interface_version)-vc10 + + + false + ..\..\bin64\ + odb-pgsql-__value__(interface_version)-vc10 + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb-d.lib;%(AdditionalDependencies) + Windows + true + $(TargetPath) + ..\..\lib\odb-pgsql-d.lib + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb-d.lib;%(AdditionalDependencies) + Windows + true + $(TargetPath) + ..\..\lib64\odb-pgsql-d.lib + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb.lib;%(AdditionalDependencies) + Windows + true + true + true + $(TargetPath) + ..\..\lib\odb-pgsql.lib + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb.lib;%(AdditionalDependencies) + Windows + true + true + true + $(TargetPath) + ..\..\lib64\odb-pgsql.lib + + + +__header_entries__(headers) + + +__source_entries__(sources) + + + + + -- cgit v1.1