Skip to content

Commit 6743b58

Browse files
authored
[dotnet] Align CS projects name to understand the editing context (SeleniumHQ#15843)
1 parent daf47df commit 6743b58

28 files changed

+53
-164
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ namespace :all do
11051105

11061106
['common/devtools/',
11071107
'dotnet/src/webdriver/DevTools/',
1108-
'dotnet/src/webdriver/WebDriver.csproj',
1108+
'dotnet/src/webdriver/Selenium.WebDriver.csproj',
11091109
'dotnet/test/common/DevTools/',
11101110
'dotnet/test/common/CustomDriverConfigs/',
11111111
'dotnet/selenium-dotnet-version.bzl',

dotnet/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ load("@rules_pkg//pkg:zip.bzl", "pkg_zip")
22

33
exports_files([
44
"AssemblyInfo.cs.template",
5-
"WebDriver.snk",
5+
"Selenium.snk",
66
])
77

88
pkg_zip(

dotnet/WebDriver.NET.sln renamed to dotnet/Selenium.sln

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27130.2026
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDriver", "src\webdriver\WebDriver.csproj", "{ACCB2D1E-E2C9-4AC1-8EE3-6BF1C30AD713}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver", "src\webdriver\Selenium.WebDriver.csproj", "{ACCB2D1E-E2C9-4AC1-8EE3-6BF1C30AD713}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDriver.Support", "src\support\WebDriver.Support.csproj", "{2AF7986A-68F8-4EDE-9C44-1BD11ED2B329}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.Support", "src\support\Selenium.WebDriver.Support.csproj", "{2AF7986A-68F8-4EDE-9C44-1BD11ED2B329}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDriver.Common.Tests", "test\common\WebDriver.Common.Tests.csproj", "{1869A2D9-3782-41E4-84DD-EB1A5E971C93}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.Common.Tests", "test\common\Selenium.WebDriver.Common.Tests.csproj", "{1869A2D9-3782-41E4-84DD-EB1A5E971C93}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDriver.Chrome.Tests", "test\chrome\WebDriver.Chrome.Tests.csproj", "{F5751636-2F68-4BE3-B383-D4F4937A1946}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.Chrome.Tests", "test\chrome\Selenium.WebDriver.Chrome.Tests.csproj", "{F5751636-2F68-4BE3-B383-D4F4937A1946}"
1313
EndProject
14-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDriver.Edge.Tests", "test\edge\WebDriver.Edge.Tests.csproj", "{EF99FB04-94C3-4AA0-8809-B514B253DF51}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.Edge.Tests", "test\edge\Selenium.WebDriver.Edge.Tests.csproj", "{EF99FB04-94C3-4AA0-8809-B514B253DF51}"
1515
EndProject
16-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDriver.IE.Tests", "test\ie\WebDriver.IE.Tests.csproj", "{E54A6F7B-3939-4DE5-85CC-28158615A967}"
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.IE.Tests", "test\ie\Selenium.WebDriver.IE.Tests.csproj", "{E54A6F7B-3939-4DE5-85CC-28158615A967}"
1717
EndProject
18-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDriver.Firefox.Tests", "test\firefox\WebDriver.Firefox.Tests.csproj", "{F912F647-04A0-4081-91B4-985EE0E9097C}"
18+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.Firefox.Tests", "test\firefox\Selenium.WebDriver.Firefox.Tests.csproj", "{F912F647-04A0-4081-91B4-985EE0E9097C}"
1919
EndProject
20-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDriver.Remote.Tests", "test\remote\WebDriver.Remote.Tests.csproj", "{B9C6B276-445A-400F-BE74-1E068F50A54D}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.Remote.Tests", "test\remote\Selenium.WebDriver.Remote.Tests.csproj", "{B9C6B276-445A-400F-BE74-1E068F50A54D}"
2121
EndProject
22-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDriver.Safari.Tests", "test\safari\WebDriver.Safari.Tests.csproj", "{BB08F673-1553-4A56-882A-A2A115AC06C2}"
22+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.Safari.Tests", "test\safari\Selenium.WebDriver.Safari.Tests.csproj", "{BB08F673-1553-4A56-882A-A2A115AC06C2}"
2323
EndProject
24-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDriver.Support.Tests", "test\support\WebDriver.Support.Tests.csproj", "{2136C695-2526-45E0-AE1D-68FBBC6A9DE2}"
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.WebDriver.Support.Tests", "test\support\Selenium.WebDriver.Support.Tests.csproj", "{2136C695-2526-45E0-AE1D-68FBBC6A9DE2}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
File renamed without changes.

dotnet/src/support/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ nuget_pack(
5656
libs = {
5757
":support": "WebDriver.Support",
5858
},
59-
nuspec_template = "WebDriver.Support.nuspec",
59+
nuspec_template = "Selenium.WebDriver.Support.nuspec",
6060
tags = [
6161
"block-network",
6262
],
@@ -73,7 +73,7 @@ csharp_library(
7373
"UI/*.cs",
7474
]) + [":assembly-info"],
7575
out = "WebDriver.Support.StrongNamed",
76-
keyfile = "//dotnet:WebDriver.snk",
76+
keyfile = "//dotnet:Selenium.snk",
7777
langversion = "12.0",
7878
nullable = "enable",
7979
target_frameworks = [
@@ -96,7 +96,7 @@ nuget_pack(
9696
libs = {
9797
":support-strongnamed": "WebDriver.Support.StrongNamed",
9898
},
99-
nuspec_template = "WebDriver.Support.StrongNamed.nuspec",
99+
nuspec_template = "Selenium.WebDriver.Support.StrongNamed.nuspec",
100100
tags = [
101101
"block-network",
102102
],

dotnet/src/support/WebDriver.Support.csproj renamed to dotnet/src/support/Selenium.WebDriver.Support.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<ProjectReference Include="$(CsprojIncludePath)\WebDriver.csproj" />
40+
<ProjectReference Include="$(CsprojIncludePath)\Selenium.WebDriver.csproj" />
4141
</ItemGroup>
4242

4343
</Project>

dotnet/src/webdriver/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ csharp_library(
103103
"**/*.cs",
104104
]) + devtools_version_targets(),
105105
out = "WebDriver.StrongNamed",
106-
keyfile = "//dotnet:WebDriver.snk",
106+
keyfile = "//dotnet:Selenium.snk",
107107
langversion = "12.0",
108108
nullable = "enable",
109109
resources = [
@@ -141,7 +141,7 @@ csharp_library(
141141
defines = [
142142
"NET8_0_OR_GREATER",
143143
],
144-
keyfile = "//dotnet:WebDriver.snk",
144+
keyfile = "//dotnet:Selenium.snk",
145145
langversion = "12.0",
146146
nullable = "enable",
147147
resources = [
@@ -216,7 +216,7 @@ nuget_pack(
216216
":webdriver-net8.0": "WebDriver",
217217
":webdriver-netstandard2.0": "WebDriver",
218218
},
219-
nuspec_template = "WebDriver.nuspec",
219+
nuspec_template = "Selenium.WebDriver.nuspec",
220220
tags = [
221221
"block-network",
222222
],
@@ -242,7 +242,7 @@ nuget_pack(
242242
":webdriver-net8.0-strongnamed": "WebDriver.StrongNamed",
243243
":webdriver-netstandard2.0-strongnamed": "WebDriver.StrongNamed",
244244
},
245-
nuspec_template = "WebDriver.StrongNamed.nuspec",
245+
nuspec_template = "Selenium.WebDriver.StrongNamed.nuspec",
246246
property_group_vars = {
247247
"BaseImagePath": "images",
248248
"BaseSeleniumManagerPath": "manager",

0 commit comments

Comments
 (0)