-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
PayCheck3.sln
54 lines (54 loc) · 3.23 KB
/
PayCheck3.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PayCheck3ServerApp", "PayCheck3ServerApp\PayCheck3ServerApp.csproj", "{DB859A28-64A0-4B31-A76B-35F012D9205F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PayCheckServerLib", "PayCheckServerLib\PayCheckServerLib.csproj", "{234A02E7-D1C8-499F-BE29-68E6C548A2A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E78F4B63-314E-4E1D-82D9-3D1F1BF5132D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DS_Server", "DS_Server\DS_Server.csproj", "{ECDB0271-5226-4381-9460-2D550F4B4D4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SaveGetter", "SaveGetter\SaveGetter.csproj", "{A40D3EF0-D4B0-468A-85C6-6A92719E0497}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonRequester", "JsonRequester\JsonRequester.csproj", "{E8855C58-D508-487E-8A98-1D9BC57F4FD9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB859A28-64A0-4B31-A76B-35F012D9205F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB859A28-64A0-4B31-A76B-35F012D9205F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB859A28-64A0-4B31-A76B-35F012D9205F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB859A28-64A0-4B31-A76B-35F012D9205F}.Release|Any CPU.Build.0 = Release|Any CPU
{234A02E7-D1C8-499F-BE29-68E6C548A2A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{234A02E7-D1C8-499F-BE29-68E6C548A2A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{234A02E7-D1C8-499F-BE29-68E6C548A2A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{234A02E7-D1C8-499F-BE29-68E6C548A2A0}.Release|Any CPU.Build.0 = Release|Any CPU
{ECDB0271-5226-4381-9460-2D550F4B4D4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECDB0271-5226-4381-9460-2D550F4B4D4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECDB0271-5226-4381-9460-2D550F4B4D4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECDB0271-5226-4381-9460-2D550F4B4D4B}.Release|Any CPU.Build.0 = Release|Any CPU
{A40D3EF0-D4B0-468A-85C6-6A92719E0497}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A40D3EF0-D4B0-468A-85C6-6A92719E0497}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A40D3EF0-D4B0-468A-85C6-6A92719E0497}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A40D3EF0-D4B0-468A-85C6-6A92719E0497}.Release|Any CPU.Build.0 = Release|Any CPU
{E8855C58-D508-487E-8A98-1D9BC57F4FD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8855C58-D508-487E-8A98-1D9BC57F4FD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8855C58-D508-487E-8A98-1D9BC57F4FD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8855C58-D508-487E-8A98-1D9BC57F4FD9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E15C4282-CE29-45AF-9819-B30C0945E0FC}
EndGlobalSection
EndGlobal