-
Notifications
You must be signed in to change notification settings - Fork 9
/
Gh0stCB.sln
26 lines (26 loc) · 1.29 KB
/
Gh0stCB.sln
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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Control", "Control\Control.vcproj", "{5C6CEB7C-7EEC-4007-A837-6D609809296A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Service", "Service\Service.vcproj", "{825B36AE-DC2B-4CA7-8E4A-FE091B366B59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C6CEB7C-7EEC-4007-A837-6D609809296A}.Debug|Win32.ActiveCfg = Debug|Win32
{5C6CEB7C-7EEC-4007-A837-6D609809296A}.Debug|Win32.Build.0 = Debug|Win32
{5C6CEB7C-7EEC-4007-A837-6D609809296A}.Release|Win32.ActiveCfg = Release|Win32
{5C6CEB7C-7EEC-4007-A837-6D609809296A}.Release|Win32.Build.0 = Release|Win32
{825B36AE-DC2B-4CA7-8E4A-FE091B366B59}.Debug|Win32.ActiveCfg = Debug|Win32
{825B36AE-DC2B-4CA7-8E4A-FE091B366B59}.Debug|Win32.Build.0 = Debug|Win32
{825B36AE-DC2B-4CA7-8E4A-FE091B366B59}.Release|Win32.ActiveCfg = Release|Win32
{825B36AE-DC2B-4CA7-8E4A-FE091B366B59}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal