blob: 91c2b49b282c84a57ed372318f0797b74e68666c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
|