-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGetSample.sln
More file actions
51 lines (51 loc) · 3.1 KB
/
GetSample.sln
File metadata and controls
51 lines (51 loc) · 3.1 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetSample", "GetSample\GetSample.csproj", "{BB50F421-23B6-4945-A2FD-FF225DFD3873}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "SampleApp\SampleApp.csproj", "{EE018278-33F3-4BF1-BF66-F26958627A61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyFunctions", "EasyFunctions\EasyFunctions.csproj", "{4D285102-B418-42B7-A24A-A24EDCF431A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server_", "Server_\Server_.csproj", "{FDDE7992-A2ED-4B04-A1C2-2016714C7002}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client_", "Client_\Client_.csproj", "{0BD63ED6-D023-4BD4-954C-F934166C9E98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB50F421-23B6-4945-A2FD-FF225DFD3873}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB50F421-23B6-4945-A2FD-FF225DFD3873}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB50F421-23B6-4945-A2FD-FF225DFD3873}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB50F421-23B6-4945-A2FD-FF225DFD3873}.Release|Any CPU.Build.0 = Release|Any CPU
{EE018278-33F3-4BF1-BF66-F26958627A61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE018278-33F3-4BF1-BF66-F26958627A61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE018278-33F3-4BF1-BF66-F26958627A61}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{EE018278-33F3-4BF1-BF66-F26958627A61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE018278-33F3-4BF1-BF66-F26958627A61}.Release|Any CPU.Build.0 = Release|Any CPU
{EE018278-33F3-4BF1-BF66-F26958627A61}.Release|Any CPU.Deploy.0 = Release|Any CPU
{4D285102-B418-42B7-A24A-A24EDCF431A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D285102-B418-42B7-A24A-A24EDCF431A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D285102-B418-42B7-A24A-A24EDCF431A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D285102-B418-42B7-A24A-A24EDCF431A0}.Release|Any CPU.Build.0 = Release|Any CPU
{FDDE7992-A2ED-4B04-A1C2-2016714C7002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDDE7992-A2ED-4B04-A1C2-2016714C7002}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDDE7992-A2ED-4B04-A1C2-2016714C7002}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDDE7992-A2ED-4B04-A1C2-2016714C7002}.Release|Any CPU.Build.0 = Release|Any CPU
{0BD63ED6-D023-4BD4-954C-F934166C9E98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BD63ED6-D023-4BD4-954C-F934166C9E98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BD63ED6-D023-4BD4-954C-F934166C9E98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BD63ED6-D023-4BD4-954C-F934166C9E98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93DA69F9-22B2-4859-9F4B-F799536A1298}
EndGlobalSection
EndGlobal