-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDemoService.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
DemoService.sln
File metadata and controls
37 lines (37 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoService", "DemoService\DemoService.csproj", "{865B72FA-852A-45F8-9161-112705846F38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoClient", "DemoClient\DemoClient.csproj", "{AE8FF429-FFE9-4C9A-93E8-D5182414D1A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleClient", "ConsoleClient\ConsoleClient.csproj", "{49541AF6-571C-48F4-80EF-66D50A66B8BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{865B72FA-852A-45F8-9161-112705846F38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{865B72FA-852A-45F8-9161-112705846F38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{865B72FA-852A-45F8-9161-112705846F38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{865B72FA-852A-45F8-9161-112705846F38}.Release|Any CPU.Build.0 = Release|Any CPU
{AE8FF429-FFE9-4C9A-93E8-D5182414D1A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE8FF429-FFE9-4C9A-93E8-D5182414D1A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE8FF429-FFE9-4C9A-93E8-D5182414D1A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE8FF429-FFE9-4C9A-93E8-D5182414D1A5}.Release|Any CPU.Build.0 = Release|Any CPU
{49541AF6-571C-48F4-80EF-66D50A66B8BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49541AF6-571C-48F4-80EF-66D50A66B8BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49541AF6-571C-48F4-80EF-66D50A66B8BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49541AF6-571C-48F4-80EF-66D50A66B8BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C304392F-E53D-46F7-B980-842F522D7E05}
EndGlobalSection
EndGlobal