File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
dotnet/src/webdriver/DevTools Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments