-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWCF-Dienst.sln
40 lines (40 loc) · 2.22 KB
/
WCF-Dienst.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29403.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfServiceHost", "WcfServiceHost\WcfServiceHost.csproj", "{2302C572-B983-4055-A95F-B31E00016FED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfServiceClient", "WcfServiceClient\WcfServiceClient.csproj", "{1C2C24E6-EBDF-497E-8D7A-3C02A12DDE52}"
ProjectSection(ProjectDependencies) = postProject
{1DE3626A-2D9E-42A1-A94F-5414AC141090} = {1DE3626A-2D9E-42A1-A94F-5414AC141090}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfServiceLibrary", "WcfServiceLibrary\WcfServiceLibrary.csproj", "{1DE3626A-2D9E-42A1-A94F-5414AC141090}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2302C572-B983-4055-A95F-B31E00016FED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2302C572-B983-4055-A95F-B31E00016FED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2302C572-B983-4055-A95F-B31E00016FED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2302C572-B983-4055-A95F-B31E00016FED}.Release|Any CPU.Build.0 = Release|Any CPU
{1C2C24E6-EBDF-497E-8D7A-3C02A12DDE52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C2C24E6-EBDF-497E-8D7A-3C02A12DDE52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C2C24E6-EBDF-497E-8D7A-3C02A12DDE52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C2C24E6-EBDF-497E-8D7A-3C02A12DDE52}.Release|Any CPU.Build.0 = Release|Any CPU
{1DE3626A-2D9E-42A1-A94F-5414AC141090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DE3626A-2D9E-42A1-A94F-5414AC141090}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DE3626A-2D9E-42A1-A94F-5414AC141090}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DE3626A-2D9E-42A1-A94F-5414AC141090}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4A5DD7E-A5F2-4125-B044-22A661EDC420}
EndGlobalSection
EndGlobal