diff options
Diffstat (limited to 'tools/dbtool/dbtool.sln')
-rw-r--r-- | tools/dbtool/dbtool.sln | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/dbtool/dbtool.sln b/tools/dbtool/dbtool.sln new file mode 100644 index 0000000000..91c2b49b28 --- /dev/null +++ b/tools/dbtool/dbtool.sln @@ -0,0 +1,27 @@ +Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dbtool", "dbtool.vcproj", "{EEDDE5B0-C023-40C2-96A5-1D1F4B11B791}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Debug Unicode = Debug Unicode
+ Release = Release
+ Release Unicode = Release Unicode
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {EEDDE5B0-C023-40C2-96A5-1D1F4B11B791}.Debug.ActiveCfg = Debug|Win32
+ {EEDDE5B0-C023-40C2-96A5-1D1F4B11B791}.Debug.Build.0 = Debug|Win32
+ {EEDDE5B0-C023-40C2-96A5-1D1F4B11B791}.Debug Unicode.ActiveCfg = Debug Unicode|Win32
+ {EEDDE5B0-C023-40C2-96A5-1D1F4B11B791}.Debug Unicode.Build.0 = Debug Unicode|Win32
+ {EEDDE5B0-C023-40C2-96A5-1D1F4B11B791}.Release.ActiveCfg = Release|Win32
+ {EEDDE5B0-C023-40C2-96A5-1D1F4B11B791}.Release.Build.0 = Release|Win32
+ {EEDDE5B0-C023-40C2-96A5-1D1F4B11B791}.Release Unicode.ActiveCfg = Release Unicode|Win32
+ {EEDDE5B0-C023-40C2-96A5-1D1F4B11B791}.Release Unicode.Build.0 = Release Unicode|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
|