forked from kurtekat/shaiya-episode-6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdev.sln
73 lines (73 loc) · 4.16 KB
/
sdev.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdev", "sdev\sdev.vcxproj", "{CC07FBE2-8D59-47AF-8344-A80F5C1C3414}"
ProjectSection(ProjectDependencies) = postProject
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4} = {B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdev-db", "sdev-db\sdev-db.vcxproj", "{2C4EF34C-C178-44E1-82FB-18A867DA85C1}"
ProjectSection(ProjectDependencies) = postProject
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4} = {B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "util\util.vcxproj", "{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdev-client", "sdev-client\sdev-client.vcxproj", "{9FDE54A3-867E-424F-9B61-732CD371F958}"
ProjectSection(ProjectDependencies) = postProject
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4} = {B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdev-login", "sdev-login\sdev-login.vcxproj", "{29E1E2C5-FA64-460F-B0D8-142FCC8D0BF2}"
ProjectSection(ProjectDependencies) = postProject
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4} = {B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC07FBE2-8D59-47AF-8344-A80F5C1C3414}.Debug|x64.ActiveCfg = Debug|x64
{CC07FBE2-8D59-47AF-8344-A80F5C1C3414}.Debug|x86.ActiveCfg = Debug|Win32
{CC07FBE2-8D59-47AF-8344-A80F5C1C3414}.Debug|x86.Build.0 = Debug|Win32
{CC07FBE2-8D59-47AF-8344-A80F5C1C3414}.Release|x64.ActiveCfg = Release|x64
{CC07FBE2-8D59-47AF-8344-A80F5C1C3414}.Release|x86.ActiveCfg = Release|Win32
{CC07FBE2-8D59-47AF-8344-A80F5C1C3414}.Release|x86.Build.0 = Release|Win32
{2C4EF34C-C178-44E1-82FB-18A867DA85C1}.Debug|x64.ActiveCfg = Debug|x64
{2C4EF34C-C178-44E1-82FB-18A867DA85C1}.Debug|x86.ActiveCfg = Debug|Win32
{2C4EF34C-C178-44E1-82FB-18A867DA85C1}.Debug|x86.Build.0 = Debug|Win32
{2C4EF34C-C178-44E1-82FB-18A867DA85C1}.Release|x64.ActiveCfg = Release|x64
{2C4EF34C-C178-44E1-82FB-18A867DA85C1}.Release|x86.ActiveCfg = Release|Win32
{2C4EF34C-C178-44E1-82FB-18A867DA85C1}.Release|x86.Build.0 = Release|Win32
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}.Debug|x64.ActiveCfg = Debug|x64
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}.Debug|x86.ActiveCfg = Debug|Win32
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}.Debug|x86.Build.0 = Debug|Win32
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}.Release|x64.ActiveCfg = Release|x64
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}.Release|x86.ActiveCfg = Release|Win32
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}.Release|x86.Build.0 = Release|Win32
{9FDE54A3-867E-424F-9B61-732CD371F958}.Debug|x64.ActiveCfg = Debug|x64
{9FDE54A3-867E-424F-9B61-732CD371F958}.Debug|x86.ActiveCfg = Debug|Win32
{9FDE54A3-867E-424F-9B61-732CD371F958}.Debug|x86.Build.0 = Debug|Win32
{9FDE54A3-867E-424F-9B61-732CD371F958}.Release|x64.ActiveCfg = Release|x64
{9FDE54A3-867E-424F-9B61-732CD371F958}.Release|x86.ActiveCfg = Release|Win32
{9FDE54A3-867E-424F-9B61-732CD371F958}.Release|x86.Build.0 = Release|Win32
{29E1E2C5-FA64-460F-B0D8-142FCC8D0BF2}.Debug|x64.ActiveCfg = Debug|x64
{29E1E2C5-FA64-460F-B0D8-142FCC8D0BF2}.Debug|x86.ActiveCfg = Debug|Win32
{29E1E2C5-FA64-460F-B0D8-142FCC8D0BF2}.Debug|x86.Build.0 = Debug|Win32
{29E1E2C5-FA64-460F-B0D8-142FCC8D0BF2}.Release|x64.ActiveCfg = Release|x64
{29E1E2C5-FA64-460F-B0D8-142FCC8D0BF2}.Release|x86.ActiveCfg = Release|Win32
{29E1E2C5-FA64-460F-B0D8-142FCC8D0BF2}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83FB4E52-FF1F-4932-B919-A1CA287883F3}
EndGlobalSection
EndGlobal