From a25cbb85955d171127a8e406ecb92a46b544dbcc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 16 Sep 2012 13:21:49 +0200 Subject: Add support for Visual Studio 2012 --- odb/oracle/libodb-oracle-vc11.vcxproj | 178 ++++++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 odb/oracle/libodb-oracle-vc11.vcxproj (limited to 'odb/oracle/libodb-oracle-vc11.vcxproj') diff --git a/odb/oracle/libodb-oracle-vc11.vcxproj b/odb/oracle/libodb-oracle-vc11.vcxproj new file mode 100644 index 0000000..b422c8c --- /dev/null +++ b/odb/oracle/libodb-oracle-vc11.vcxproj @@ -0,0 +1,178 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C47F2161-7F5A-4ADB-8CF3-FDFF1D0ACD5C} + Win32Proj + libodb-oracle + + + + DynamicLibrary + true + v110 + Unicode + + + DynamicLibrary + true + v110 + Unicode + + + DynamicLibrary + false + v110 + true + Unicode + + + DynamicLibrary + false + v110 + true + Unicode + + + + + + + + + + + + + + + + + + + true + ..\..\bin\ + odb-oracle-d-__value__(interface_version)-vc11 + + + true + ..\..\bin64\ + odb-oracle-d-__value__(interface_version)-vc11 + + + false + ..\..\bin\ + odb-oracle-__value__(interface_version)-vc11 + + + false + ..\..\bin64\ + odb-oracle-__value__(interface_version)-vc11 + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBODB_ORACLE_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb-d.lib;oci.lib;%(AdditionalDependencies) + Windows + true + $(TargetPath) + ..\..\lib\odb-oracle-d.lib + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBODB_ORACLE_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb-d.lib;oci.lib;%(AdditionalDependencies) + Windows + true + $(TargetPath) + ..\..\lib64\odb-oracle-d.lib + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBODB_ORACLE_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb.lib;oci.lib;%(AdditionalDependencies) + Windows + true + true + true + $(TargetPath) + ..\..\lib\odb-oracle.lib + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBODB_ORACLE_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb.lib;oci.lib;%(AdditionalDependencies) + Windows + true + true + true + $(TargetPath) + ..\..\lib64\odb-oracle.lib + + + +__header_entries__(headers) + + +__source_entries__(sources) + + + + + -- cgit v1.1