-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcmp.sln
37 lines (37 loc) · 1.83 KB
/
vcmp.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
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vcmp", "vcmp\vcmp.vcproj", "{FD25BE8E-6CDF-4752-8C8F-29E9CC0DFDE7}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "server\server.vcproj", "{D5EBCB95-0412-4526-B8F5-2BD1E048293A}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "announce", "announce\announce.vcproj", "{D30C49E0-5DE7-4A71-9F0F-7D365D5EE398}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{FD25BE8E-6CDF-4752-8C8F-29E9CC0DFDE7}.Debug.ActiveCfg = Debug|Win32
{FD25BE8E-6CDF-4752-8C8F-29E9CC0DFDE7}.Debug.Build.0 = Debug|Win32
{FD25BE8E-6CDF-4752-8C8F-29E9CC0DFDE7}.Release.ActiveCfg = Release|Win32
{FD25BE8E-6CDF-4752-8C8F-29E9CC0DFDE7}.Release.Build.0 = Release|Win32
{D5EBCB95-0412-4526-B8F5-2BD1E048293A}.Debug.ActiveCfg = Debug|Win32
{D5EBCB95-0412-4526-B8F5-2BD1E048293A}.Debug.Build.0 = Debug|Win32
{D5EBCB95-0412-4526-B8F5-2BD1E048293A}.Release.ActiveCfg = Release|Win32
{D5EBCB95-0412-4526-B8F5-2BD1E048293A}.Release.Build.0 = Release|Win32
{D30C49E0-5DE7-4A71-9F0F-7D365D5EE398}.Debug.ActiveCfg = Debug|Win32
{D30C49E0-5DE7-4A71-9F0F-7D365D5EE398}.Debug.Build.0 = Debug|Win32
{D30C49E0-5DE7-4A71-9F0F-7D365D5EE398}.Release.ActiveCfg = Release|Win32
{D30C49E0-5DE7-4A71-9F0F-7D365D5EE398}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal