-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathWebDriverProxyExamples.sln
32 lines (32 loc) · 1.92 KB
/
WebDriverProxyExamples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriverProxyUtilities", "WebDriverProxyUtilities\WebDriverProxyUtilities.csproj", "{8FA94C46-361E-4ACE-8542-D81863205154}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JavaScriptErrorsExample", "JavaScriptErrorsExample\JavaScriptErrorsExample.csproj", "{BE8329F5-EAA0-49A5-A919-4EF4E3F3F7BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpStatusCodeExample", "HttpStatusCodeExample\HttpStatusCodeExample.csproj", "{D402B698-8404-48C6-8B63-05DBFC19128E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FA94C46-361E-4ACE-8542-D81863205154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FA94C46-361E-4ACE-8542-D81863205154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FA94C46-361E-4ACE-8542-D81863205154}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FA94C46-361E-4ACE-8542-D81863205154}.Release|Any CPU.Build.0 = Release|Any CPU
{BE8329F5-EAA0-49A5-A919-4EF4E3F3F7BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE8329F5-EAA0-49A5-A919-4EF4E3F3F7BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE8329F5-EAA0-49A5-A919-4EF4E3F3F7BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE8329F5-EAA0-49A5-A919-4EF4E3F3F7BB}.Release|Any CPU.Build.0 = Release|Any CPU
{D402B698-8404-48C6-8B63-05DBFC19128E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D402B698-8404-48C6-8B63-05DBFC19128E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D402B698-8404-48C6-8B63-05DBFC19128E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D402B698-8404-48C6-8B63-05DBFC19128E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal