-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAtata.WebDriverSetup.sln
57 lines (57 loc) · 3.15 KB
/
Atata.WebDriverSetup.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.WebDriverSetup", "src\Atata.WebDriverSetup\Atata.WebDriverSetup.csproj", "{EF48210B-2657-46FD-AA9D-3113CCC06510}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atata.WebDriverSetup.IntegrationTests", "test\Atata.WebDriverSetup.IntegrationTests\Atata.WebDriverSetup.IntegrationTests.csproj", "{C2CDAC68-9D0C-47AE-99D3-94649EFA093E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B6B4F6E8-D23C-402C-8142-B768E1DA59A2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.release.yml = azure-pipelines.release.yml
azure-pipelines.runsettings = azure-pipelines.runsettings
azure-pipelines.yml = azure-pipelines.yml
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DDFC36E2-6A17-4D6E-BD33-31AC56821469}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atata.WebDriverSetup.EdgeDriverVersionsMapReader", "tools\Atata.WebDriverSetup.EdgeDriverVersionsMapReader\Atata.WebDriverSetup.EdgeDriverVersionsMapReader.csproj", "{1555F075-D5FC-4374-8625-D91832882916}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF48210B-2657-46FD-AA9D-3113CCC06510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF48210B-2657-46FD-AA9D-3113CCC06510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF48210B-2657-46FD-AA9D-3113CCC06510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF48210B-2657-46FD-AA9D-3113CCC06510}.Release|Any CPU.Build.0 = Release|Any CPU
{C2CDAC68-9D0C-47AE-99D3-94649EFA093E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2CDAC68-9D0C-47AE-99D3-94649EFA093E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2CDAC68-9D0C-47AE-99D3-94649EFA093E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2CDAC68-9D0C-47AE-99D3-94649EFA093E}.Release|Any CPU.Build.0 = Release|Any CPU
{1555F075-D5FC-4374-8625-D91832882916}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1555F075-D5FC-4374-8625-D91832882916}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1555F075-D5FC-4374-8625-D91832882916}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1555F075-D5FC-4374-8625-D91832882916}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DDFC36E2-6A17-4D6E-BD33-31AC56821469} = {B6B4F6E8-D23C-402C-8142-B768E1DA59A2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E1DAB9E-F269-4481-8B42-CE53DA742AC2}
EndGlobalSection
EndGlobal