-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSeleniumExample.sln
More file actions
36 lines (36 loc) · 2.08 KB
/
SeleniumExample.sln
File metadata and controls
36 lines (36 loc) · 2.08 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Selenium.TestCore", "Selenium.TestCore\Selenium.TestCore.csproj", "{73FC0F75-34C9-48B7-92CB-2DB6406ABB34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{28F745A9-5796-45E8-8752-0AC41281ED89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Selenium.POM.Abstractions", "Selenium.POM.Abstractions\Selenium.POM.Abstractions.csproj", "{6B16009C-482B-48F0-9160-435A84A9FF9D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "configs", "configs", "{3C399524-8127-46F1-A20F-D8DFB22BACA6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Directory.Packages.props = Directory.Packages.props
Directory.Build.props = Directory.Build.props
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73FC0F75-34C9-48B7-92CB-2DB6406ABB34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73FC0F75-34C9-48B7-92CB-2DB6406ABB34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73FC0F75-34C9-48B7-92CB-2DB6406ABB34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73FC0F75-34C9-48B7-92CB-2DB6406ABB34}.Release|Any CPU.Build.0 = Release|Any CPU
{28F745A9-5796-45E8-8752-0AC41281ED89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28F745A9-5796-45E8-8752-0AC41281ED89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28F745A9-5796-45E8-8752-0AC41281ED89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28F745A9-5796-45E8-8752-0AC41281ED89}.Release|Any CPU.Build.0 = Release|Any CPU
{6B16009C-482B-48F0-9160-435A84A9FF9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B16009C-482B-48F0-9160-435A84A9FF9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B16009C-482B-48F0-9160-435A84A9FF9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B16009C-482B-48F0-9160-435A84A9FF9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal