-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAPITestingRunner.sln
More file actions
44 lines (44 loc) · 2.4 KB
/
APITestingRunner.sln
File metadata and controls
44 lines (44 loc) · 2.4 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33927.210
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "APITestingRunner", "APITestingRunner\APITestingRunner.csproj", "{1B38DEF9-532D-4D68-90C6-2804BDB1034D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "APITestingRunner.Unit.Tests", "APITestingRunner.Unit.Tests\APITestingRunner.Unit.Tests.csproj", "{3DCD5BAE-89F0-48FD-8F27-006950155B50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleAPI", "SampleAPI\SampleAPI.csproj", "{B2336816-0B1C-4984-81A4-5F8A3A06B949}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F6268CA-4D8E-4F64-9949-9552CB63A231}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B38DEF9-532D-4D68-90C6-2804BDB1034D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B38DEF9-532D-4D68-90C6-2804BDB1034D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B38DEF9-532D-4D68-90C6-2804BDB1034D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B38DEF9-532D-4D68-90C6-2804BDB1034D}.Release|Any CPU.Build.0 = Release|Any CPU
{3DCD5BAE-89F0-48FD-8F27-006950155B50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DCD5BAE-89F0-48FD-8F27-006950155B50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DCD5BAE-89F0-48FD-8F27-006950155B50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DCD5BAE-89F0-48FD-8F27-006950155B50}.Release|Any CPU.Build.0 = Release|Any CPU
{B2336816-0B1C-4984-81A4-5F8A3A06B949}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2336816-0B1C-4984-81A4-5F8A3A06B949}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2336816-0B1C-4984-81A4-5F8A3A06B949}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2336816-0B1C-4984-81A4-5F8A3A06B949}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58708B65-136A-40D9-9310-604D9F50CA93}
EndGlobalSection
EndGlobal