-
Notifications
You must be signed in to change notification settings - Fork 22
/
SimpleSOAPClient.sln
57 lines (57 loc) · 2.99 KB
/
SimpleSOAPClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{68E461E4-64AD-4CC4-959D-613F5C84242B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{E136A35F-1EC1-4A90-9369-C278E33BA475}"
ProjectSection(SolutionItems) = preProject
tools\SimpleSOAPClient.PublicKey = tools\SimpleSOAPClient.PublicKey
tools\SimpleSOAPClient.snk = tools\SimpleSOAPClient.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "other", "other", "{6C152128-CC1B-4140-9FE1-8E86B013AB88}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
SimpleSOAPClient-Logo.pdn = SimpleSOAPClient-Logo.pdn
SimpleSOAPClient-Logo.png = SimpleSOAPClient-Logo.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "resources", "resources", "{A2159B1B-25D6-4AFA-A30A-22207B226377}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSOAPClient", "src\SimpleSOAPClient\SimpleSOAPClient.csproj", "{BD232C77-3DEB-4CB1-8BC7-30A4C1A50DEA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{63D634C9-3F19-4305-8831-D47A380C9EAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSOAPClient.Tests", "tests\SimpleSOAPClient.Tests\SimpleSOAPClient.Tests.csproj", "{07625BFB-1644-415D-B2B8-468152E05C3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD232C77-3DEB-4CB1-8BC7-30A4C1A50DEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD232C77-3DEB-4CB1-8BC7-30A4C1A50DEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD232C77-3DEB-4CB1-8BC7-30A4C1A50DEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD232C77-3DEB-4CB1-8BC7-30A4C1A50DEA}.Release|Any CPU.Build.0 = Release|Any CPU
{07625BFB-1644-415D-B2B8-468152E05C3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07625BFB-1644-415D-B2B8-468152E05C3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07625BFB-1644-415D-B2B8-468152E05C3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07625BFB-1644-415D-B2B8-468152E05C3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E136A35F-1EC1-4A90-9369-C278E33BA475} = {A2159B1B-25D6-4AFA-A30A-22207B226377}
{6C152128-CC1B-4140-9FE1-8E86B013AB88} = {A2159B1B-25D6-4AFA-A30A-22207B226377}
{BD232C77-3DEB-4CB1-8BC7-30A4C1A50DEA} = {68E461E4-64AD-4CC4-959D-613F5C84242B}
{07625BFB-1644-415D-B2B8-468152E05C3C} = {63D634C9-3F19-4305-8831-D47A380C9EAB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2AD5ABD-A184-4781-910A-F187301694F8}
EndGlobalSection
EndGlobal