forked from gravity00/SimpleSOAPClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SimpleSOAPClient.sln
55 lines (55 loc) · 2.57 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8C4A1D6D-2068-4B7B-A4FB-84B8F37DF5F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D5A1FFB-2996-4D7D-97F6-B6DC77FE1EB1}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SimpleSOAPClient", "src\SimpleSOAPClient\SimpleSOAPClient.xproj", "{9A03D5DF-2A75-48C4-AA1A-A52774BD4F14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{FD9E2BBB-138B-4CF1-96E3-9E6A72F1C31A}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{B81B9E45-4BBD-4025-912A-66B3B99A7435}"
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", "{3E870336-6820-4B64-BB28-078432192AB3}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
SimpleSOAPClient-Logo.pdn = SimpleSOAPClient-Logo.pdn
SimpleSOAPClient-Logo.png = SimpleSOAPClient-Logo.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A03D5DF-2A75-48C4-AA1A-A52774BD4F14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A03D5DF-2A75-48C4-AA1A-A52774BD4F14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A03D5DF-2A75-48C4-AA1A-A52774BD4F14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A03D5DF-2A75-48C4-AA1A-A52774BD4F14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9A03D5DF-2A75-48C4-AA1A-A52774BD4F14} = {8C4A1D6D-2068-4B7B-A4FB-84B8F37DF5F9}
{FD9E2BBB-138B-4CF1-96E3-9E6A72F1C31A} = {1D5A1FFB-2996-4D7D-97F6-B6DC77FE1EB1}
{B81B9E45-4BBD-4025-912A-66B3B99A7435} = {1D5A1FFB-2996-4D7D-97F6-B6DC77FE1EB1}
{3E870336-6820-4B64-BB28-078432192AB3} = {1D5A1FFB-2996-4D7D-97F6-B6DC77FE1EB1}
EndGlobalSection
EndGlobal