diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-24 09:41:44 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-28 12:27:28 +0200 |
commit | ca2bec1322525e0c7ce5c316c3ed19b52d800bdf (patch) | |
tree | 1f05bc011bf30b96d07eeec69361ad16751d10cd /libodb-oracle-vc9.sln | |
parent | 875ccee7c97f6040b17c85dd30e72e55061bacef (diff) |
Add automake and Visual Studio build files
Diffstat (limited to 'libodb-oracle-vc9.sln')
-rw-r--r-- | libodb-oracle-vc9.sln | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libodb-oracle-vc9.sln b/libodb-oracle-vc9.sln new file mode 100644 index 0000000..c6be2e0 --- /dev/null +++ b/libodb-oracle-vc9.sln @@ -0,0 +1,26 @@ +
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{C3AD7165-4D15-4E93-BE2A-D2B237C7A33C}") = "libodb-oracle", "odb\oracle\libodb-oracle-vc9.vcproj", "{AAB7F95D-D83E-46CC-B0DC-D0E6F0A3B7C3}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {AAB7F95D-D83E-46CC-B0DC-D0E6F0A3B7C3}.Debug|Win32.ActiveCfg = Debug|Win32
+ {AAB7F95D-D83E-46CC-B0DC-D0E6F0A3B7C3}.Debug|Win32.Build.0 = Debug|Win32
+ {AAB7F95D-D83E-46CC-B0DC-D0E6F0A3B7C3}.Debug|x64.ActiveCfg = Debug|x64
+ {AAB7F95D-D83E-46CC-B0DC-D0E6F0A3B7C3}.Debug|x64.Build.0 = Debug|x64
+ {AAB7F95D-D83E-46CC-B0DC-D0E6F0A3B7C3}.Release|Win32.ActiveCfg = Release|Win32
+ {AAB7F95D-D83E-46CC-B0DC-D0E6F0A3B7C3}.Release|Win32.Build.0 = Release|Win32
+ {AAB7F95D-D83E-46CC-B0DC-D0E6F0A3B7C3}.Release|x64.ActiveCfg = Release|x64
+ {AAB7F95D-D83E-46CC-B0DC-D0E6F0A3B7C3}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|