-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSelenium.WebDriver.WaitExtensions.sln
More file actions
42 lines (42 loc) · 2.23 KB
/
Selenium.WebDriver.WaitExtensions.sln
File metadata and controls
42 lines (42 loc) · 2.23 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3343AECC-7CBE-47D4-B855-50309D88034B}"
ProjectSection(SolutionItems) = preProject
DevNotes.txt = DevNotes.txt
readme.MD = readme.MD
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{A6841119-821D-488F-9534-3DE5D3BE2B69}"
ProjectSection(SolutionItems) = preProject
Selenium.WebDriver.WaitExtensions.dll.nuspec = Selenium.WebDriver.WaitExtensions.dll.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.WaitExtensions", "Selenium.WebDriver.WaitExtensions\Selenium.WebDriver.WaitExtensions.csproj", "{F162549E-5EE2-483A-948F-F06EE3ED3CD9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.WaitExtensions.Tests", "Selenium.WebDriver.WaitExtensions.Tests\Selenium.WebDriver.WaitExtensions.Tests.csproj", "{AD85452B-4311-4E5C-879C-5AF66BCAD036}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F162549E-5EE2-483A-948F-F06EE3ED3CD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F162549E-5EE2-483A-948F-F06EE3ED3CD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F162549E-5EE2-483A-948F-F06EE3ED3CD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F162549E-5EE2-483A-948F-F06EE3ED3CD9}.Release|Any CPU.Build.0 = Release|Any CPU
{AD85452B-4311-4E5C-879C-5AF66BCAD036}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD85452B-4311-4E5C-879C-5AF66BCAD036}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD85452B-4311-4E5C-879C-5AF66BCAD036}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD85452B-4311-4E5C-879C-5AF66BCAD036}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1FE3E97B-C993-416C-9B05-3CEF182533D1}
EndGlobalSection
EndGlobal