-
Notifications
You must be signed in to change notification settings - Fork 2
/
Quamotion.WebDriver.sln
31 lines (31 loc) · 1.65 KB
/
Quamotion.WebDriver.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quamotion.WebDriver.Client", "Quamotion.WebDriver.Client\Quamotion.WebDriver.Client.csproj", "{C5217932-3FEA-45DD-B1AF-F8FB9268CCC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quamotion.WebDriver.Client.Tests", "Quamotion.WebDriver.Client.Tests\Quamotion.WebDriver.Client.Tests.csproj", "{95292DA9-D6DA-45BA-8FB0-B57B4C4E8608}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5217932-3FEA-45DD-B1AF-F8FB9268CCC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5217932-3FEA-45DD-B1AF-F8FB9268CCC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5217932-3FEA-45DD-B1AF-F8FB9268CCC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5217932-3FEA-45DD-B1AF-F8FB9268CCC0}.Release|Any CPU.Build.0 = Release|Any CPU
{95292DA9-D6DA-45BA-8FB0-B57B4C4E8608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95292DA9-D6DA-45BA-8FB0-B57B4C4E8608}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95292DA9-D6DA-45BA-8FB0-B57B4C4E8608}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95292DA9-D6DA-45BA-8FB0-B57B4C4E8608}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8CA182F-6365-4B59-AB4B-46DE6A54BC7B}
EndGlobalSection
EndGlobal