diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-16 13:21:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-16 13:21:49 +0200 |
commit | 44846d8af462f0823836691b488483bb7d9d2db1 (patch) | |
tree | 5e5f077a8c63f59f3c2fa055dab42fa31d780a0f /libodb-qt-vc11.sln | |
parent | a06b69c4343e85c1a3c16b0a96d23b1a02d62ae4 (diff) |
Add support for Visual Studio 20122.1.0
Diffstat (limited to 'libodb-qt-vc11.sln')
-rw-r--r-- | libodb-qt-vc11.sln | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libodb-qt-vc11.sln b/libodb-qt-vc11.sln new file mode 100644 index 0000000..31cedc1 --- /dev/null +++ b/libodb-qt-vc11.sln @@ -0,0 +1,26 @@ +
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libodb-qt", "odb\qt\libodb-qt-vc11.vcxproj", "{4392B1DA-5467-11E0-93E8-00E0812AE2E8}"
+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
+ {4392B1DA-5467-11E0-93E8-00E0812AE2E8}.Debug|Win32.ActiveCfg = Debug|Win32
+ {4392B1DA-5467-11E0-93E8-00E0812AE2E8}.Debug|Win32.Build.0 = Debug|Win32
+ {4392B1DA-5467-11E0-93E8-00E0812AE2E8}.Debug|x64.ActiveCfg = Debug|x64
+ {4392B1DA-5467-11E0-93E8-00E0812AE2E8}.Debug|x64.Build.0 = Debug|x64
+ {4392B1DA-5467-11E0-93E8-00E0812AE2E8}.Release|Win32.ActiveCfg = Release|Win32
+ {4392B1DA-5467-11E0-93E8-00E0812AE2E8}.Release|Win32.Build.0 = Release|Win32
+ {4392B1DA-5467-11E0-93E8-00E0812AE2E8}.Release|x64.ActiveCfg = Release|x64
+ {4392B1DA-5467-11E0-93E8-00E0812AE2E8}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|