-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDog.sln
More file actions
58 lines (58 loc) · 3.16 KB
/
Dog.sln
File metadata and controls
58 lines (58 loc) · 3.16 KB
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
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dog", "Dog\Dog.vcxproj", "{4D2ED8E4-EA0A-44A3-BDC2-D52582F4DFE7}"
ProjectSection(ProjectDependencies) = postProject
{2ED3B17C-6D74-4B7C-96FB-6F208FEA6977} = {2ED3B17C-6D74-4B7C-96FB-6F208FEA6977}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Server", "Server\Server.vcxproj", "{E54F2AC1-ED90-4741-A975-B0A6A0984ACA}"
ProjectSection(ProjectDependencies) = postProject
{2ED3B17C-6D74-4B7C-96FB-6F208FEA6977} = {2ED3B17C-6D74-4B7C-96FB-6F208FEA6977}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "Common\Common.vcxproj", "{2ED3B17C-6D74-4B7C-96FB-6F208FEA6977}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Launcher", "Launcher\Launcher.vcxproj", "{D6D1BD17-6FAA-4D5E-9619-8C8BCD25690E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
Ship|x64 = Ship|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D2ED8E4-EA0A-44A3-BDC2-D52582F4DFE7}.Debug|x64.ActiveCfg = Debug|x64
{4D2ED8E4-EA0A-44A3-BDC2-D52582F4DFE7}.Debug|x64.Build.0 = Debug|x64
{4D2ED8E4-EA0A-44A3-BDC2-D52582F4DFE7}.Release|x64.ActiveCfg = Release|x64
{4D2ED8E4-EA0A-44A3-BDC2-D52582F4DFE7}.Release|x64.Build.0 = Release|x64
{4D2ED8E4-EA0A-44A3-BDC2-D52582F4DFE7}.Ship|x64.ActiveCfg = Ship|x64
{4D2ED8E4-EA0A-44A3-BDC2-D52582F4DFE7}.Ship|x64.Build.0 = Ship|x64
{E54F2AC1-ED90-4741-A975-B0A6A0984ACA}.Debug|x64.ActiveCfg = Debug|x64
{E54F2AC1-ED90-4741-A975-B0A6A0984ACA}.Debug|x64.Build.0 = Debug|x64
{E54F2AC1-ED90-4741-A975-B0A6A0984ACA}.Release|x64.ActiveCfg = Release|x64
{E54F2AC1-ED90-4741-A975-B0A6A0984ACA}.Release|x64.Build.0 = Release|x64
{E54F2AC1-ED90-4741-A975-B0A6A0984ACA}.Ship|x64.ActiveCfg = Ship|x64
{E54F2AC1-ED90-4741-A975-B0A6A0984ACA}.Ship|x64.Build.0 = Ship|x64
{2ED3B17C-6D74-4B7C-96FB-6F208FEA6977}.Debug|x64.ActiveCfg = Debug|x64
{2ED3B17C-6D74-4B7C-96FB-6F208FEA6977}.Debug|x64.Build.0 = Debug|x64
{2ED3B17C-6D74-4B7C-96FB-6F208FEA6977}.Release|x64.ActiveCfg = Release|x64
{2ED3B17C-6D74-4B7C-96FB-6F208FEA6977}.Release|x64.Build.0 = Release|x64
{2ED3B17C-6D74-4B7C-96FB-6F208FEA6977}.Ship|x64.ActiveCfg = Ship|x64
{2ED3B17C-6D74-4B7C-96FB-6F208FEA6977}.Ship|x64.Build.0 = Ship|x64
{D6D1BD17-6FAA-4D5E-9619-8C8BCD25690E}.Debug|x64.ActiveCfg = Debug|x64
{D6D1BD17-6FAA-4D5E-9619-8C8BCD25690E}.Debug|x64.Build.0 = Debug|x64
{D6D1BD17-6FAA-4D5E-9619-8C8BCD25690E}.Release|x64.ActiveCfg = Release|x64
{D6D1BD17-6FAA-4D5E-9619-8C8BCD25690E}.Release|x64.Build.0 = Release|x64
{D6D1BD17-6FAA-4D5E-9619-8C8BCD25690E}.Ship|x64.ActiveCfg = Ship|x64
{D6D1BD17-6FAA-4D5E-9619-8C8BCD25690E}.Ship|x64.Build.0 = Ship|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D27F0D05-DA2B-4B98-B8F5-56EF0FF9B63F}
EndGlobalSection
EndGlobal