From 289a99b42a16d69e9f97cef705669e04a3217581 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Aug 2010 15:50:24 +0200 Subject: Support for automake and VC++ builds --- libodb-tracer-vc9.sln | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 libodb-tracer-vc9.sln (limited to 'libodb-tracer-vc9.sln') diff --git a/libodb-tracer-vc9.sln b/libodb-tracer-vc9.sln new file mode 100644 index 0000000..34636b6 --- /dev/null +++ b/libodb-tracer-vc9.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libodb-tracer", "odb\tracer\libodb-tracer-vc9.vcproj", "{91A7F956-C683-475D-B570-72380D2557ED}" +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 + {91A7F956-C683-475D-B570-72380D2557ED}.Debug|Win32.ActiveCfg = Debug|Win32 + {91A7F956-C683-475D-B570-72380D2557ED}.Debug|Win32.Build.0 = Debug|Win32 + {91A7F956-C683-475D-B570-72380D2557ED}.Debug|x64.ActiveCfg = Debug|x64 + {91A7F956-C683-475D-B570-72380D2557ED}.Debug|x64.Build.0 = Debug|x64 + {91A7F956-C683-475D-B570-72380D2557ED}.Release|Win32.ActiveCfg = Release|Win32 + {91A7F956-C683-475D-B570-72380D2557ED}.Release|Win32.Build.0 = Release|Win32 + {91A7F956-C683-475D-B570-72380D2557ED}.Release|x64.ActiveCfg = Release|x64 + {91A7F956-C683-475D-B570-72380D2557ED}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- cgit v1.1