-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnipts-pts-automation-tests.sln
52 lines (52 loc) · 2.87 KB
/
nipts-pts-automation-tests.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nipts-pts-automation-tests", "nipts-pts-automation-tests\nipts-pts-automation-tests.csproj", "{614FF7CE-727E-45F6-924F-14CD08F02A95}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{8655DED8-0432-4624-875F-2B1DF8178097}"
ProjectSection(SolutionItems) = preProject
AP-GB-pipeline-automation.yml = AP-GB-pipeline-automation.yml
build-automation-pipeline.yml = build-automation-pipeline.yml
CP-pipeline-automation.yml = CP-pipeline-automation.yml
CP-pipeline-crossbrowserAndroid.yml = CP-pipeline-crossbrowserAndroid.yml
CP-pipeline-crossbrowserIOS.yml = CP-pipeline-crossbrowserIOS.yml
CP-pipeline-crossbrowserMacOS.yml = CP-pipeline-crossbrowserMacOS.yml
pipeline-automation.yml = pipeline-automation.yml
CP-pipeline-crossbrowserWindows.yml = CP-pipeline-crossbrowserWindows.yml
pipeline-crossbrowserAndroid.yml = pipeline-crossbrowserAndroid.yml
pipeline-crossbrowserIOS.yml = pipeline-crossbrowserIOS.yml
pipeline-crossbrowserMacOS.yml = pipeline-crossbrowserMacOS.yml
pipeline-crossbrowserWindows.yml = pipeline-crossbrowserWindows.yml
pipeline-RunOnlyScenario.yml = pipeline-RunOnlyScenario.yml
run-test-template.yml = run-test-template.yml
test-variables_CI.yml = test-variables_CI.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nipts-pts-API-tests", "nipts-pts-API-tests\nipts-pts-API-tests.csproj", "{6B03543F-F769-49F8-AD31-B37E7455D1A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ED7B38FA-A730-41AB-B849-2A5970AF88BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{614FF7CE-727E-45F6-924F-14CD08F02A95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{614FF7CE-727E-45F6-924F-14CD08F02A95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{614FF7CE-727E-45F6-924F-14CD08F02A95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{614FF7CE-727E-45F6-924F-14CD08F02A95}.Release|Any CPU.Build.0 = Release|Any CPU
{6B03543F-F769-49F8-AD31-B37E7455D1A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B03543F-F769-49F8-AD31-B37E7455D1A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B03543F-F769-49F8-AD31-B37E7455D1A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B03543F-F769-49F8-AD31-B37E7455D1A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1830C09C-A0AD-4751-9E54-ACD5765FC383}
EndGlobalSection
EndGlobal