-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebServiceChallenge.sln
40 lines (40 loc) · 2.25 KB
/
WebServiceChallenge.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.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServiceChallenge", "webservicechallenge\WebServiceChallenge.csproj", "{1516F47B-502F-4AE2-83B7-84AF12DA4EAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServiceChallenge.Tests", "webservicechallengeTests\WebServiceChallengeTests.csproj", "{9FD4C9AB-88EE-4982-8540-568ED90DBE2E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoapServiceClient", "SoapServiceClient\SoapServiceClient.csproj", "{70C90BC7-74F2-4397-92AD-E676AC00D719}"
ProjectSection(ProjectDependencies) = postProject
{1516F47B-502F-4AE2-83B7-84AF12DA4EAA} = {1516F47B-502F-4AE2-83B7-84AF12DA4EAA}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1516F47B-502F-4AE2-83B7-84AF12DA4EAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1516F47B-502F-4AE2-83B7-84AF12DA4EAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1516F47B-502F-4AE2-83B7-84AF12DA4EAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1516F47B-502F-4AE2-83B7-84AF12DA4EAA}.Release|Any CPU.Build.0 = Release|Any CPU
{9FD4C9AB-88EE-4982-8540-568ED90DBE2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FD4C9AB-88EE-4982-8540-568ED90DBE2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FD4C9AB-88EE-4982-8540-568ED90DBE2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FD4C9AB-88EE-4982-8540-568ED90DBE2E}.Release|Any CPU.Build.0 = Release|Any CPU
{70C90BC7-74F2-4397-92AD-E676AC00D719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70C90BC7-74F2-4397-92AD-E676AC00D719}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70C90BC7-74F2-4397-92AD-E676AC00D719}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70C90BC7-74F2-4397-92AD-E676AC00D719}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2958AB61-E5EC-4A7F-B468-BAAC5F3ABB0A}
EndGlobalSection
EndGlobal