1234567891011121314151617181920212223242526272829 |
- Microsoft Visual Studio Solution File, Format Version 8.00
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DB", "DB\DB\DB.vcproj", "{4273B8EB-6F0D-4B4D-A934-1B69A1A6B9CB}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
- EndProject
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MFCService", "Service\MFCService.vcproj", "{C383D5D3-6F9A-4F50-946A-03CA2C26AB94}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {4273B8EB-6F0D-4B4D-A934-1B69A1A6B9CB}.Debug.ActiveCfg = Debug|Win32
- {4273B8EB-6F0D-4B4D-A934-1B69A1A6B9CB}.Debug.Build.0 = Debug|Win32
- {4273B8EB-6F0D-4B4D-A934-1B69A1A6B9CB}.Release.ActiveCfg = Release|Win32
- {4273B8EB-6F0D-4B4D-A934-1B69A1A6B9CB}.Release.Build.0 = Release|Win32
- {C383D5D3-6F9A-4F50-946A-03CA2C26AB94}.Debug.ActiveCfg = Debug|Win32
- {C383D5D3-6F9A-4F50-946A-03CA2C26AB94}.Debug.Build.0 = Debug|Win32
- {C383D5D3-6F9A-4F50-946A-03CA2C26AB94}.Release.ActiveCfg = Release|Win32
- {C383D5D3-6F9A-4F50-946A-03CA2C26AB94}.Release.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
- EndGlobal
|