Skip to content

Commit 3e2198d

Browse files
authored
Create Selenium.Custom.sln
1 parent db884e5 commit 3e2198d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.0.0.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriver", "src\WebDriver\WebDriver.csproj", "{GUID-DRIVER}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTools.VX", "src\DevTools\DevTools.VX.csproj", "{GUID-CDP}"
9+
EndProject
10+
11+
Global
12+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
13+
Debug|Any CPU = Debug|Any CPU
14+
Release|Any CPU = Release|Any CPU
15+
EndGlobalSection
16+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
17+
{GUID-DRIVER}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18+
{GUID-DRIVER}.Debug|Any CPU.Build.0 = Debug|Any CPU
19+
{GUID-DRIVER}.Release|Any CPU.ActiveCfg = Release|Any CPU
20+
{GUID-DRIVER}.Release|Any CPU.Build.0 = Release|Any CPU
21+
{GUID-CDP}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22+
{GUID-CDP}.Debug|Any CPU.Build.0 = Debug|Any CPU
23+
{GUID-CDP}.Release|Any CPU.ActiveCfg = Release|Any CPU
24+
{GUID-CDP}.Release|Any CPU.Build.0 = Release|Any CPU
25+
EndGlobalSection
26+
EndGlobal

0 commit comments

Comments
 (0)