-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSP-Project.sln
58 lines (58 loc) · 3.52 KB
/
SP-Project.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerSide", "CustomerSide\CustomerSide.csproj", "{C3936F87-7405-4CE6-B936-39B92ADDEF85}"
ProjectSection(ProjectDependencies) = postProject
{D7F1BF60-F13C-43CC-A2B9-84352E42CAC7} = {D7F1BF60-F13C-43CC-A2B9-84352E42CAC7}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StationSide", "StationSide\StationSide.csproj", "{8F0E6D6D-EDF7-460F-BCEB-C6BAC94964BF}"
ProjectSection(ProjectDependencies) = postProject
{D7F1BF60-F13C-43CC-A2B9-84352E42CAC7} = {D7F1BF60-F13C-43CC-A2B9-84352E42CAC7}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntryPoint", "EntryPoint\EntryPoint.csproj", "{DDC80B58-AC15-4CC4-9A89-12C4E5D95E5B}"
ProjectSection(ProjectDependencies) = postProject
{D7F1BF60-F13C-43CC-A2B9-84352E42CAC7} = {D7F1BF60-F13C-43CC-A2B9-84352E42CAC7}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardOperations", "CardOperations\CardOperations.csproj", "{D7F1BF60-F13C-43CC-A2B9-84352E42CAC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerSide", "ServerSide\ServerSide.csproj", "{CCEC3892-D7BB-4405-9CAA-361B006A46EB}"
ProjectSection(ProjectDependencies) = postProject
{D7F1BF60-F13C-43CC-A2B9-84352E42CAC7} = {D7F1BF60-F13C-43CC-A2B9-84352E42CAC7}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3936F87-7405-4CE6-B936-39B92ADDEF85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3936F87-7405-4CE6-B936-39B92ADDEF85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3936F87-7405-4CE6-B936-39B92ADDEF85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3936F87-7405-4CE6-B936-39B92ADDEF85}.Release|Any CPU.Build.0 = Release|Any CPU
{8F0E6D6D-EDF7-460F-BCEB-C6BAC94964BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F0E6D6D-EDF7-460F-BCEB-C6BAC94964BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F0E6D6D-EDF7-460F-BCEB-C6BAC94964BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F0E6D6D-EDF7-460F-BCEB-C6BAC94964BF}.Release|Any CPU.Build.0 = Release|Any CPU
{DDC80B58-AC15-4CC4-9A89-12C4E5D95E5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDC80B58-AC15-4CC4-9A89-12C4E5D95E5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDC80B58-AC15-4CC4-9A89-12C4E5D95E5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDC80B58-AC15-4CC4-9A89-12C4E5D95E5B}.Release|Any CPU.Build.0 = Release|Any CPU
{D7F1BF60-F13C-43CC-A2B9-84352E42CAC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7F1BF60-F13C-43CC-A2B9-84352E42CAC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7F1BF60-F13C-43CC-A2B9-84352E42CAC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7F1BF60-F13C-43CC-A2B9-84352E42CAC7}.Release|Any CPU.Build.0 = Release|Any CPU
{CCEC3892-D7BB-4405-9CAA-361B006A46EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCEC3892-D7BB-4405-9CAA-361B006A46EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCEC3892-D7BB-4405-9CAA-361B006A46EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCEC3892-D7BB-4405-9CAA-361B006A46EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal