Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
*.xml text

*.csproj text merge=union
*.sln text merge=union eol=crlf
*.slnx text merge=union eol=crlf

*.docx diff=astextplain
79 changes: 0 additions & 79 deletions dotnet/Selenium.sln

This file was deleted.

14 changes: 14 additions & 0 deletions dotnet/Selenium.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Solution>
<Folder Name="/test/">
<Project Path="test/chrome/Selenium.WebDriver.Chrome.Tests.csproj" />
<Project Path="test/common/Selenium.WebDriver.Common.Tests.csproj" />
<Project Path="test/edge/Selenium.WebDriver.Edge.Tests.csproj" />
<Project Path="test/firefox/Selenium.WebDriver.Firefox.Tests.csproj" />
<Project Path="test/ie/Selenium.WebDriver.IE.Tests.csproj" />
<Project Path="test/remote/Selenium.WebDriver.Remote.Tests.csproj" />
<Project Path="test/safari/Selenium.WebDriver.Safari.Tests.csproj" />
<Project Path="test/support/Selenium.WebDriver.Support.Tests.csproj" />
</Folder>
<Project Path="src/support/Selenium.WebDriver.Support.csproj" />
<Project Path="src/webdriver/Selenium.WebDriver.csproj" />
</Solution>
25 changes: 0 additions & 25 deletions third_party/dotnet/devtools/DevToolsProtocolGenerator.sln

This file was deleted.

6 changes: 6 additions & 0 deletions third_party/dotnet/devtools/DevToolsProtocolGenerator.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path="generator_settings_template.json" />
</Folder>
<Project Path="src/generator/DevToolsGenerator.csproj" />
</Solution>