-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRapidIntegrationTesting.sln
87 lines (87 loc) · 5.22 KB
/
RapidIntegrationTesting.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
85
86
87
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D09C874-CD55-40C7-B3A1-A909DAE74F94}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7BECAB6E-EF5E-4176-9404-A3EE77517447}"
ProjectSection(SolutionItems) = preProject
docs\hash-code.logo.png = docs\hash-code.logo.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{10A7527E-54C1-4CED-A451-6FC2672577B4}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1144D6AA-C4BB-416A-A061-17721EC6C63C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RapidIntegrationTesting.Utility", "src\RapidIntegrationTesting.Utility\RapidIntegrationTesting.Utility.csproj", "{93DE12C1-434C-48AB-A2E6-A230C7E76CC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testing.Integration.TestWebApi", "test\Testing.Integration.TestWebApi\Testing.Integration.TestWebApi.csproj", "{6826EB86-ED99-4371-8F3C-6366DEF07505}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RapidIntegrationTesting.Integration.Tests", "test\RapidIntegrationTesting.Integration.Tests\RapidIntegrationTesting.Integration.Tests.csproj", "{BC3CE704-AC1D-41CD-B90F-5E3E4E5651A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RapidIntegrationTesting", "src\RapidIntegrationTesting\RapidIntegrationTesting.csproj", "{4F4F7ACE-0654-4C65-A8AB-5382BBD91910}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RapidIntegrationTesting.xUnit", "src\RapidIntegrationTesting.xUnit\RapidIntegrationTesting.xUnit.csproj", "{7394DFEA-F649-4E92-BB0A-F9C5FD783B63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{913E73C2-F486-4374-AB47-56692E986362}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{05EDD1A9-8CE1-465F-B6C8-C34B49B40D3D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\pr.yml = .github\workflows\pr.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93DE12C1-434C-48AB-A2E6-A230C7E76CC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93DE12C1-434C-48AB-A2E6-A230C7E76CC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93DE12C1-434C-48AB-A2E6-A230C7E76CC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93DE12C1-434C-48AB-A2E6-A230C7E76CC8}.Release|Any CPU.Build.0 = Release|Any CPU
{6826EB86-ED99-4371-8F3C-6366DEF07505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6826EB86-ED99-4371-8F3C-6366DEF07505}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6826EB86-ED99-4371-8F3C-6366DEF07505}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6826EB86-ED99-4371-8F3C-6366DEF07505}.Release|Any CPU.Build.0 = Release|Any CPU
{BC3CE704-AC1D-41CD-B90F-5E3E4E5651A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC3CE704-AC1D-41CD-B90F-5E3E4E5651A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC3CE704-AC1D-41CD-B90F-5E3E4E5651A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC3CE704-AC1D-41CD-B90F-5E3E4E5651A7}.Release|Any CPU.Build.0 = Release|Any CPU
{4F4F7ACE-0654-4C65-A8AB-5382BBD91910}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F4F7ACE-0654-4C65-A8AB-5382BBD91910}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F4F7ACE-0654-4C65-A8AB-5382BBD91910}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F4F7ACE-0654-4C65-A8AB-5382BBD91910}.Release|Any CPU.Build.0 = Release|Any CPU
{7394DFEA-F649-4E92-BB0A-F9C5FD783B63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7394DFEA-F649-4E92-BB0A-F9C5FD783B63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7394DFEA-F649-4E92-BB0A-F9C5FD783B63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7394DFEA-F649-4E92-BB0A-F9C5FD783B63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{93DE12C1-434C-48AB-A2E6-A230C7E76CC8} = {10A7527E-54C1-4CED-A451-6FC2672577B4}
{6826EB86-ED99-4371-8F3C-6366DEF07505} = {1144D6AA-C4BB-416A-A061-17721EC6C63C}
{BC3CE704-AC1D-41CD-B90F-5E3E4E5651A7} = {1144D6AA-C4BB-416A-A061-17721EC6C63C}
{4F4F7ACE-0654-4C65-A8AB-5382BBD91910} = {10A7527E-54C1-4CED-A451-6FC2672577B4}
{7394DFEA-F649-4E92-BB0A-F9C5FD783B63} = {10A7527E-54C1-4CED-A451-6FC2672577B4}
{05EDD1A9-8CE1-465F-B6C8-C34B49B40D3D} = {913E73C2-F486-4374-AB47-56692E986362}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8F8947F-9AD8-4BEC-9277-B21003A6DEEA}
EndGlobalSection
EndGlobal