-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWCFSamples.sln
46 lines (46 loc) · 2.64 KB
/
WCFSamples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleHosting", "ConsoleHosting\ConsoleHosting.csproj", "{EF6CC59C-DF41-47FE-8CD0-B350DE18C8C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfServiceLib", "WcfServiceLib\WcfServiceLib.csproj", "{61971536-9140-4349-B918-12A6027D6515}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WCFClient", "WCFClient\WCFClient.csproj", "{02BB7D67-BCB8-4375-9452-3D63ACA5A3EB}"
ProjectSection(ProjectDependencies) = postProject
{61971536-9140-4349-B918-12A6027D6515} = {61971536-9140-4349-B918-12A6027D6515}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinHosting", "WinHosting\WinHosting.csproj", "{2EFAF603-791F-49E2-AB56-580AA6CB7E62}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF6CC59C-DF41-47FE-8CD0-B350DE18C8C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF6CC59C-DF41-47FE-8CD0-B350DE18C8C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF6CC59C-DF41-47FE-8CD0-B350DE18C8C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF6CC59C-DF41-47FE-8CD0-B350DE18C8C7}.Release|Any CPU.Build.0 = Release|Any CPU
{61971536-9140-4349-B918-12A6027D6515}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61971536-9140-4349-B918-12A6027D6515}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61971536-9140-4349-B918-12A6027D6515}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61971536-9140-4349-B918-12A6027D6515}.Release|Any CPU.Build.0 = Release|Any CPU
{02BB7D67-BCB8-4375-9452-3D63ACA5A3EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02BB7D67-BCB8-4375-9452-3D63ACA5A3EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02BB7D67-BCB8-4375-9452-3D63ACA5A3EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02BB7D67-BCB8-4375-9452-3D63ACA5A3EB}.Release|Any CPU.Build.0 = Release|Any CPU
{2EFAF603-791F-49E2-AB56-580AA6CB7E62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EFAF603-791F-49E2-AB56-580AA6CB7E62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EFAF603-791F-49E2-AB56-580AA6CB7E62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EFAF603-791F-49E2-AB56-580AA6CB7E62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B820E16-205C-43AB-B626-9ACE12CE412B}
EndGlobalSection
EndGlobal