-
Notifications
You must be signed in to change notification settings - Fork 1
/
FonlowTesting.sln
84 lines (84 loc) · 5.6 KB
/
FonlowTesting.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A3630AD3-6DC6-4426-924A-838EEB803714}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{68F190A5-D31E-4259-A7D8-BC96EC10EFA3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
BuildRelease.ps1 = BuildRelease.ps1
DotNetPack.ps1 = DotNetPack.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fonlow.Testing.HttpCore", "Fonlow.Testing.HttpCore\Fonlow.Testing.HttpCore.csproj", "{D76814F5-D572-467C-B877-CDF52D7DDE32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fonlow.Testing.ServiceCore", "Fonlow.Testing.ServiceCore\Fonlow.Testing.ServiceCore.csproj", "{2CC0CA44-D9DA-4F58-BF50-6B546C95731F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoCoreWeb", "DemoCoreWeb\DemoCoreWeb.csproj", "{0F565F06-496A-4368-A28D-B18DDBFEF21A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoCoreWeb.ClientApi", "DemoCoreWeb.ClientApi\DemoCoreWeb.ClientApi.csproj", "{4526EFF6-B31B-412F-BDA8-007565359EB6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DemoServices", "DemoServices", "{5990F58B-3B71-44C4-AA3B-A4167A2E7C4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceCommandIntegrationTests", "Tests\ServiceCommandTests\ServiceCommandIntegrationTests.csproj", "{7B224B32-9D36-4BF4-8363-1864F1700C13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fonlow.Testing.Basic", "Fonlow.Testing.Basic\Fonlow.Testing.Basic.csproj", "{17A001EB-5F92-4F04-96CD-8B0D3E8F26EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fonlow.Testing.Utilities", "Fonlow.Testing.Utilities\Fonlow.Testing.Utilities.csproj", "{F748EB4D-DCCA-43E0-8920-979EB4F3961E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fonlow.Testing.Integration", "Fonlow.Testing.Integration\Fonlow.Testing.Integration.csproj", "{D01F765C-0CAC-4A3F-8323-10856AF78F87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D76814F5-D572-467C-B877-CDF52D7DDE32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D76814F5-D572-467C-B877-CDF52D7DDE32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D76814F5-D572-467C-B877-CDF52D7DDE32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D76814F5-D572-467C-B877-CDF52D7DDE32}.Release|Any CPU.Build.0 = Release|Any CPU
{2CC0CA44-D9DA-4F58-BF50-6B546C95731F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CC0CA44-D9DA-4F58-BF50-6B546C95731F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CC0CA44-D9DA-4F58-BF50-6B546C95731F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CC0CA44-D9DA-4F58-BF50-6B546C95731F}.Release|Any CPU.Build.0 = Release|Any CPU
{0F565F06-496A-4368-A28D-B18DDBFEF21A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F565F06-496A-4368-A28D-B18DDBFEF21A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F565F06-496A-4368-A28D-B18DDBFEF21A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F565F06-496A-4368-A28D-B18DDBFEF21A}.Release|Any CPU.Build.0 = Release|Any CPU
{4526EFF6-B31B-412F-BDA8-007565359EB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4526EFF6-B31B-412F-BDA8-007565359EB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4526EFF6-B31B-412F-BDA8-007565359EB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4526EFF6-B31B-412F-BDA8-007565359EB6}.Release|Any CPU.Build.0 = Release|Any CPU
{7B224B32-9D36-4BF4-8363-1864F1700C13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B224B32-9D36-4BF4-8363-1864F1700C13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B224B32-9D36-4BF4-8363-1864F1700C13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B224B32-9D36-4BF4-8363-1864F1700C13}.Release|Any CPU.Build.0 = Release|Any CPU
{17A001EB-5F92-4F04-96CD-8B0D3E8F26EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17A001EB-5F92-4F04-96CD-8B0D3E8F26EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17A001EB-5F92-4F04-96CD-8B0D3E8F26EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17A001EB-5F92-4F04-96CD-8B0D3E8F26EF}.Release|Any CPU.Build.0 = Release|Any CPU
{F748EB4D-DCCA-43E0-8920-979EB4F3961E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F748EB4D-DCCA-43E0-8920-979EB4F3961E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F748EB4D-DCCA-43E0-8920-979EB4F3961E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F748EB4D-DCCA-43E0-8920-979EB4F3961E}.Release|Any CPU.Build.0 = Release|Any CPU
{D01F765C-0CAC-4A3F-8323-10856AF78F87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D01F765C-0CAC-4A3F-8323-10856AF78F87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D01F765C-0CAC-4A3F-8323-10856AF78F87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D01F765C-0CAC-4A3F-8323-10856AF78F87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0F565F06-496A-4368-A28D-B18DDBFEF21A} = {5990F58B-3B71-44C4-AA3B-A4167A2E7C4E}
{4526EFF6-B31B-412F-BDA8-007565359EB6} = {5990F58B-3B71-44C4-AA3B-A4167A2E7C4E}
{7B224B32-9D36-4BF4-8363-1864F1700C13} = {A3630AD3-6DC6-4426-924A-838EEB803714}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D76811D7-D87E-4579-95CC-05A9FF823F72}
EndGlobalSection
EndGlobal