-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSoapCoreDemo.sln
49 lines (49 loc) · 2.64 KB
/
SoapCoreDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{B4452DBB-F25E-41E9-BBC9-9DF7013EC241}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4D9AD0FA-86A0-4D30-8FC7-42F9CC50E4F5}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests", "IntegrationTests\IntegrationTests.csproj", "{EE4F17F7-27A4-4376-9BE3-8138B5CCA880}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D8C35F5D-774A-4546-95C8-2C2296EA0B61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{86FAE464-7760-4950-9FDC-7538D1513CF5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4452DBB-F25E-41E9-BBC9-9DF7013EC241}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4452DBB-F25E-41E9-BBC9-9DF7013EC241}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4452DBB-F25E-41E9-BBC9-9DF7013EC241}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4452DBB-F25E-41E9-BBC9-9DF7013EC241}.Release|Any CPU.Build.0 = Release|Any CPU
{EE4F17F7-27A4-4376-9BE3-8138B5CCA880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE4F17F7-27A4-4376-9BE3-8138B5CCA880}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE4F17F7-27A4-4376-9BE3-8138B5CCA880}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE4F17F7-27A4-4376-9BE3-8138B5CCA880}.Release|Any CPU.Build.0 = Release|Any CPU
{86FAE464-7760-4950-9FDC-7538D1513CF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86FAE464-7760-4950-9FDC-7538D1513CF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86FAE464-7760-4950-9FDC-7538D1513CF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86FAE464-7760-4950-9FDC-7538D1513CF5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EE4F17F7-27A4-4376-9BE3-8138B5CCA880} = {D8C35F5D-774A-4546-95C8-2C2296EA0B61}
{86FAE464-7760-4950-9FDC-7538D1513CF5} = {D8C35F5D-774A-4546-95C8-2C2296EA0B61}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD1AB866-82C5-4624-A276-340457D10A14}
EndGlobalSection
EndGlobal