-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSeleniumDataDrivenWithVS2017.sln
37 lines (37 loc) · 1.99 KB
/
SeleniumDataDrivenWithVS2017.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{6C0750E3-0BCF-469C-B3BD-BB357564C78B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pages", "Pages\Pages.csproj", "{90C6FF88-54E6-49B6-8038-FCDA4CF30863}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrowserLibrary", "BrowserLibrary\BrowserLibrary.csproj", "{1C49093E-8410-4998-99D0-39D309462D55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C0750E3-0BCF-469C-B3BD-BB357564C78B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C0750E3-0BCF-469C-B3BD-BB357564C78B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C0750E3-0BCF-469C-B3BD-BB357564C78B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C0750E3-0BCF-469C-B3BD-BB357564C78B}.Release|Any CPU.Build.0 = Release|Any CPU
{90C6FF88-54E6-49B6-8038-FCDA4CF30863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90C6FF88-54E6-49B6-8038-FCDA4CF30863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90C6FF88-54E6-49B6-8038-FCDA4CF30863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90C6FF88-54E6-49B6-8038-FCDA4CF30863}.Release|Any CPU.Build.0 = Release|Any CPU
{1C49093E-8410-4998-99D0-39D309462D55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C49093E-8410-4998-99D0-39D309462D55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C49093E-8410-4998-99D0-39D309462D55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C49093E-8410-4998-99D0-39D309462D55}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D4E64F9-7CC8-4A00-BEB5-E94C903061E0}
EndGlobalSection
EndGlobal