-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleGreeting.sln
49 lines (49 loc) · 2.81 KB
/
SimpleGreeting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleGreeting", "SimpleGreeting\SimpleGreeting.csproj", "{08E2BAAD-8647-4CCC-8721-5AFB0E111CA8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceHostApplication", "ServiceHost\ServiceHostApplication.csproj", "{164A898E-B41A-458E-9811-4A0A81CD8C0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpClient", "HttpClient\HttpClient.csproj", "{82C35F27-B9DA-4A7D-9918-0D02A38BEE8F}"
ProjectSection(ProjectDependencies) = postProject
{08E2BAAD-8647-4CCC-8721-5AFB0E111CA8} = {08E2BAAD-8647-4CCC-8721-5AFB0E111CA8}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TcpClient", "TcpClient\TcpClient.csproj", "{D98B39D3-9D30-4D4B-8250-FEECE02FC43E}"
ProjectSection(ProjectDependencies) = postProject
{08E2BAAD-8647-4CCC-8721-5AFB0E111CA8} = {08E2BAAD-8647-4CCC-8721-5AFB0E111CA8}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08E2BAAD-8647-4CCC-8721-5AFB0E111CA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08E2BAAD-8647-4CCC-8721-5AFB0E111CA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08E2BAAD-8647-4CCC-8721-5AFB0E111CA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08E2BAAD-8647-4CCC-8721-5AFB0E111CA8}.Release|Any CPU.Build.0 = Release|Any CPU
{164A898E-B41A-458E-9811-4A0A81CD8C0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{164A898E-B41A-458E-9811-4A0A81CD8C0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{164A898E-B41A-458E-9811-4A0A81CD8C0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{164A898E-B41A-458E-9811-4A0A81CD8C0D}.Release|Any CPU.Build.0 = Release|Any CPU
{82C35F27-B9DA-4A7D-9918-0D02A38BEE8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82C35F27-B9DA-4A7D-9918-0D02A38BEE8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82C35F27-B9DA-4A7D-9918-0D02A38BEE8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82C35F27-B9DA-4A7D-9918-0D02A38BEE8F}.Release|Any CPU.Build.0 = Release|Any CPU
{D98B39D3-9D30-4D4B-8250-FEECE02FC43E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D98B39D3-9D30-4D4B-8250-FEECE02FC43E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D98B39D3-9D30-4D4B-8250-FEECE02FC43E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D98B39D3-9D30-4D4B-8250-FEECE02FC43E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54CA60FA-FF74-4077-BC9E-2BB5BF96AA22}
EndGlobalSection
EndGlobal