This repository was archived by the owner on Jun 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathTestFramework.sln
More file actions
45 lines (45 loc) · 2.47 KB
/
TestFramework.sln
File metadata and controls
45 lines (45 loc) · 2.47 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
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A7B2339D-4914-4C0F-AB01-9FAB9E63A928}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.sds.daily.yml = azure-pipelines.sds.daily.yml
azure-pipelines.sds.regression.yml = azure-pipelines.sds.regression.yml
azure-pipelines.sds.release.yml = azure-pipelines.sds.release.yml
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI.PageModels", "UI.PageModels\UI.PageModels.csproj", "{114F1A82-BEC7-4F02-A7CF-9787F5A2CC4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI.AutomationTests", "UI.AutomationTests\UI.AutomationTests.csproj", "{54CFA1E7-05A0-416A-95FA-4B75C032DD86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI.Common", "UI.Common\UI.Common.csproj", "{E2288A7E-5D0D-46C1-B965-CAC5C998E5F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{114F1A82-BEC7-4F02-A7CF-9787F5A2CC4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{114F1A82-BEC7-4F02-A7CF-9787F5A2CC4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{114F1A82-BEC7-4F02-A7CF-9787F5A2CC4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{114F1A82-BEC7-4F02-A7CF-9787F5A2CC4B}.Release|Any CPU.Build.0 = Release|Any CPU
{54CFA1E7-05A0-416A-95FA-4B75C032DD86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54CFA1E7-05A0-416A-95FA-4B75C032DD86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54CFA1E7-05A0-416A-95FA-4B75C032DD86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54CFA1E7-05A0-416A-95FA-4B75C032DD86}.Release|Any CPU.Build.0 = Release|Any CPU
{E2288A7E-5D0D-46C1-B965-CAC5C998E5F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2288A7E-5D0D-46C1-B965-CAC5C998E5F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2288A7E-5D0D-46C1-B965-CAC5C998E5F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2288A7E-5D0D-46C1-B965-CAC5C998E5F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51B25E4A-8B2A-404E-905A-885B05EBD8E5}
EndGlobalSection
EndGlobal