-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDynamicSoapProxyDemo.sln
43 lines (43 loc) · 2.24 KB
/
DynamicSoapProxyDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lib", "Lib\Lib.csproj", "{A4B9DEC6-E54B-461B-B15A-8218D59F9849}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{0593F76E-AD58-4AE0-B6CC-7FB995467E77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8DF5819C-948B-4600-9356-723367C0CB45}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "App\App.csproj", "{4ACB7E82-A1BF-45D0-A3B9-5D11915E7C5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4B9DEC6-E54B-461B-B15A-8218D59F9849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4B9DEC6-E54B-461B-B15A-8218D59F9849}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4B9DEC6-E54B-461B-B15A-8218D59F9849}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4B9DEC6-E54B-461B-B15A-8218D59F9849}.Release|Any CPU.Build.0 = Release|Any CPU
{0593F76E-AD58-4AE0-B6CC-7FB995467E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0593F76E-AD58-4AE0-B6CC-7FB995467E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0593F76E-AD58-4AE0-B6CC-7FB995467E77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0593F76E-AD58-4AE0-B6CC-7FB995467E77}.Release|Any CPU.Build.0 = Release|Any CPU
{4ACB7E82-A1BF-45D0-A3B9-5D11915E7C5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ACB7E82-A1BF-45D0-A3B9-5D11915E7C5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ACB7E82-A1BF-45D0-A3B9-5D11915E7C5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ACB7E82-A1BF-45D0-A3B9-5D11915E7C5A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAA8E45D-3424-4679-BF4A-29F5190CE399}
EndGlobalSection
EndGlobal