-
Notifications
You must be signed in to change notification settings - Fork 17
/
mclib.sln
53 lines (53 loc) · 2.85 KB
/
mclib.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mclib", "mclib\mclib.vcxproj", "{2A6A98AE-F46F-4C53-8E64-003289FEB7E7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "client", "client\client.vcxproj", "{7B297A7F-71E7-4C85-B840-5A6832D4A34A}"
ProjectSection(ProjectDependencies) = postProject
{2A6A98AE-F46F-4C53-8E64-003289FEB7E7} = {2A6A98AE-F46F-4C53-8E64-003289FEB7E7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "tests\tests.vcxproj", "{2AF39248-9439-4195-BB08-B3345954C94F}"
ProjectSection(ProjectDependencies) = postProject
{2A6A98AE-F46F-4C53-8E64-003289FEB7E7} = {2A6A98AE-F46F-4C53-8E64-003289FEB7E7}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A6A98AE-F46F-4C53-8E64-003289FEB7E7}.Debug|Win32.ActiveCfg = Debug|Win32
{2A6A98AE-F46F-4C53-8E64-003289FEB7E7}.Debug|Win32.Build.0 = Debug|Win32
{2A6A98AE-F46F-4C53-8E64-003289FEB7E7}.Debug|x64.ActiveCfg = Debug|Win32
{2A6A98AE-F46F-4C53-8E64-003289FEB7E7}.Release|Win32.ActiveCfg = Release|Win32
{2A6A98AE-F46F-4C53-8E64-003289FEB7E7}.Release|Win32.Build.0 = Release|Win32
{2A6A98AE-F46F-4C53-8E64-003289FEB7E7}.Release|x64.ActiveCfg = Release|Win32
{7B297A7F-71E7-4C85-B840-5A6832D4A34A}.Debug|Win32.ActiveCfg = Debug|Win32
{7B297A7F-71E7-4C85-B840-5A6832D4A34A}.Debug|Win32.Build.0 = Debug|Win32
{7B297A7F-71E7-4C85-B840-5A6832D4A34A}.Debug|x64.ActiveCfg = Debug|Win32
{7B297A7F-71E7-4C85-B840-5A6832D4A34A}.Release|Win32.ActiveCfg = Release|Win32
{7B297A7F-71E7-4C85-B840-5A6832D4A34A}.Release|Win32.Build.0 = Release|Win32
{7B297A7F-71E7-4C85-B840-5A6832D4A34A}.Release|x64.ActiveCfg = Release|Win32
{2AF39248-9439-4195-BB08-B3345954C94F}.Debug|Win32.ActiveCfg = Debug|Win32
{2AF39248-9439-4195-BB08-B3345954C94F}.Debug|Win32.Build.0 = Debug|Win32
{2AF39248-9439-4195-BB08-B3345954C94F}.Debug|x64.ActiveCfg = Debug|x64
{2AF39248-9439-4195-BB08-B3345954C94F}.Debug|x64.Build.0 = Debug|x64
{2AF39248-9439-4195-BB08-B3345954C94F}.Release|Win32.ActiveCfg = Release|Win32
{2AF39248-9439-4195-BB08-B3345954C94F}.Release|Win32.Build.0 = Release|Win32
{2AF39248-9439-4195-BB08-B3345954C94F}.Release|x64.ActiveCfg = Release|x64
{2AF39248-9439-4195-BB08-B3345954C94F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8227D3A4-3A1D-4F06-A3DC-BEDBBA4C30B7}
EndGlobalSection
EndGlobal