Skip to content

Commit 6e21bea

Browse files
[dotnet] Migrate solution file to new .slnx format (#16638)
Co-authored-by: Nikolay Borisenko <[email protected]>
1 parent f485074 commit 6e21bea

File tree

5 files changed

+23
-105
lines changed

5 files changed

+23
-105
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
*.xml text
1111

1212
*.csproj text merge=union
13-
*.sln text merge=union eol=crlf
13+
*.slnx text merge=union eol=crlf
1414

1515
*.docx diff=astextplain

dotnet/Selenium.sln

Lines changed: 0 additions & 79 deletions
This file was deleted.

dotnet/Selenium.slnx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Solution>
2+
<Folder Name="/src/">
3+
<Project Path="src/support/Selenium.WebDriver.Support.csproj" />
4+
<Project Path="src/webdriver/Selenium.WebDriver.csproj" />
5+
</Folder>
6+
<Folder Name="/test/">
7+
<Project Path="test/chrome/Selenium.WebDriver.Chrome.Tests.csproj" />
8+
<Project Path="test/common/Selenium.WebDriver.Common.Tests.csproj" />
9+
<Project Path="test/edge/Selenium.WebDriver.Edge.Tests.csproj" />
10+
<Project Path="test/firefox/Selenium.WebDriver.Firefox.Tests.csproj" />
11+
<Project Path="test/ie/Selenium.WebDriver.IE.Tests.csproj" />
12+
<Project Path="test/remote/Selenium.WebDriver.Remote.Tests.csproj" />
13+
<Project Path="test/safari/Selenium.WebDriver.Safari.Tests.csproj" />
14+
<Project Path="test/support/Selenium.WebDriver.Support.Tests.csproj" />
15+
</Folder>
16+
</Solution>

third_party/dotnet/devtools/DevToolsProtocolGenerator.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path="generator_settings_template.json" />
4+
</Folder>
5+
<Project Path="src/generator/DevToolsGenerator.csproj" />
6+
</Solution>

0 commit comments

Comments
 (0)