diff --git a/dotnet/src/webdriver/DevTools/Selenium.Custom.sln b/dotnet/src/webdriver/DevTools/Selenium.Custom.sln new file mode 100644 index 0000000000000..c828bcfeb636a --- /dev/null +++ b/dotnet/src/webdriver/DevTools/Selenium.Custom.sln @@ -0,0 +1,26 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.0.0 +MinimumVisualStudioVersion = 10.0.40219.1 + +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriver", "src\WebDriver\WebDriver.csproj", "{GUID-DRIVER}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTools.VX", "src\DevTools\DevTools.VX.csproj", "{GUID-CDP}" +EndProject + +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {GUID-DRIVER}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {GUID-DRIVER}.Debug|Any CPU.Build.0 = Debug|Any CPU + {GUID-DRIVER}.Release|Any CPU.ActiveCfg = Release|Any CPU + {GUID-DRIVER}.Release|Any CPU.Build.0 = Release|Any CPU + {GUID-CDP}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {GUID-CDP}.Debug|Any CPU.Build.0 = Debug|Any CPU + {GUID-CDP}.Release|Any CPU.ActiveCfg = Release|Any CPU + {GUID-CDP}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal