-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathWcfProxy.sln
60 lines (60 loc) · 3.67 KB
/
WcfProxy.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
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfServices", "WcfServices\WcfServices.csproj", "{16FA6B81-F184-4148-AFA1-C671B12E7394}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreWebApp", "NetCoreWebApp\NetCoreWebApp.csproj", "{1662CCD6-7D7A-48D0-9D8D-A5FD29230BE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WcfServiceProxy", "WcfServiceProxy\WcfServiceProxy.csproj", "{8A7BED96-E96A-4D04-BB27-25C12CCE072D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{8109D717-149E-486C-AE09-5D7FE3C8D642}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WcfProxyUnitTests", "WcfProxyUnitTests\WcfProxyUnitTests.csproj", "{ECCD5CD1-48AE-4970-A7CB-F3B0C886631E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WcfProxyIntegrationTests", "WcfProxyIntegrationTests\WcfProxyIntegrationTests.csproj", "{1DD55891-61D7-4BB9-A9A3-F5881A6A8E26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D883EFE7-ABC5-46CF-BA17-FE0211C3AAF0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16FA6B81-F184-4148-AFA1-C671B12E7394}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16FA6B81-F184-4148-AFA1-C671B12E7394}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16FA6B81-F184-4148-AFA1-C671B12E7394}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16FA6B81-F184-4148-AFA1-C671B12E7394}.Release|Any CPU.Build.0 = Release|Any CPU
{1662CCD6-7D7A-48D0-9D8D-A5FD29230BE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1662CCD6-7D7A-48D0-9D8D-A5FD29230BE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1662CCD6-7D7A-48D0-9D8D-A5FD29230BE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1662CCD6-7D7A-48D0-9D8D-A5FD29230BE6}.Release|Any CPU.Build.0 = Release|Any CPU
{8A7BED96-E96A-4D04-BB27-25C12CCE072D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A7BED96-E96A-4D04-BB27-25C12CCE072D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A7BED96-E96A-4D04-BB27-25C12CCE072D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A7BED96-E96A-4D04-BB27-25C12CCE072D}.Release|Any CPU.Build.0 = Release|Any CPU
{ECCD5CD1-48AE-4970-A7CB-F3B0C886631E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECCD5CD1-48AE-4970-A7CB-F3B0C886631E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECCD5CD1-48AE-4970-A7CB-F3B0C886631E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECCD5CD1-48AE-4970-A7CB-F3B0C886631E}.Release|Any CPU.Build.0 = Release|Any CPU
{1DD55891-61D7-4BB9-A9A3-F5881A6A8E26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DD55891-61D7-4BB9-A9A3-F5881A6A8E26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DD55891-61D7-4BB9-A9A3-F5881A6A8E26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DD55891-61D7-4BB9-A9A3-F5881A6A8E26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ECCD5CD1-48AE-4970-A7CB-F3B0C886631E} = {8109D717-149E-486C-AE09-5D7FE3C8D642}
{1DD55891-61D7-4BB9-A9A3-F5881A6A8E26} = {8109D717-149E-486C-AE09-5D7FE3C8D642}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19E77A7D-3E74-4BED-9054-A310A4B451F6}
EndGlobalSection
EndGlobal