diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-31 10:53:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-31 10:53:27 +0200 |
commit | 6a07b88cdf6419440b19e7b7dbc9231519c32c62 (patch) | |
tree | 995bdfbc256dd9ea444992a28d5750c8d0196d40 /libodb-boost-vc10.sln |
Initial Boost profile template
Diffstat (limited to 'libodb-boost-vc10.sln')
-rw-r--r-- | libodb-boost-vc10.sln | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libodb-boost-vc10.sln b/libodb-boost-vc10.sln new file mode 100644 index 0000000..3da5302 --- /dev/null +++ b/libodb-boost-vc10.sln @@ -0,0 +1,26 @@ +
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libodb-boost", "odb\boost\libodb-boost-vc10.vcxproj", "{2C6C42B3-81CA-4697-AA55-AAFDC166CAFE}"
+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
+ {2C6C42B3-81CA-4697-AA55-AAFDC166CAFE}.Debug|Win32.ActiveCfg = Debug|Win32
+ {2C6C42B3-81CA-4697-AA55-AAFDC166CAFE}.Debug|Win32.Build.0 = Debug|Win32
+ {2C6C42B3-81CA-4697-AA55-AAFDC166CAFE}.Debug|x64.ActiveCfg = Debug|x64
+ {2C6C42B3-81CA-4697-AA55-AAFDC166CAFE}.Debug|x64.Build.0 = Debug|x64
+ {2C6C42B3-81CA-4697-AA55-AAFDC166CAFE}.Release|Win32.ActiveCfg = Release|Win32
+ {2C6C42B3-81CA-4697-AA55-AAFDC166CAFE}.Release|Win32.Build.0 = Release|Win32
+ {2C6C42B3-81CA-4697-AA55-AAFDC166CAFE}.Release|x64.ActiveCfg = Release|x64
+ {2C6C42B3-81CA-4697-AA55-AAFDC166CAFE}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|