Skip to content

Commit f084cc8

Browse files
committed
Clean csproj
1 parent 746b2ca commit f084cc8

File tree

9 files changed

+0
-54
lines changed

9 files changed

+0
-54
lines changed

dotnet/src/support/WebDriver.Support.csproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@
3232
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3333
</PropertyGroup>
3434

35-
<ItemGroup>
36-
<Compile Remove="obj\**" />
37-
<EmbeddedResource Remove="obj\**" />
38-
<None Remove="obj\**" />
39-
</ItemGroup>
40-
41-
<ItemGroup>
42-
<None Remove="Settings.StyleCop" />
43-
<None Remove="WebDriver.Support.ruleset" />
44-
</ItemGroup>
45-
4635
<PropertyGroup>
4736
<CsprojIncludePath>..\webdriver</CsprojIncludePath>
4837
</PropertyGroup>

dotnet/src/webdriver/WebDriver.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@
5252
<InternalsVisibleTo Include="WebDriver.Common.Tests" />
5353
</ItemGroup>
5454

55-
<ItemGroup>
56-
<None Remove="Settings.StyleCop" />
57-
<None Remove="WebDriver.ruleset" />
58-
</ItemGroup>
59-
6055
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
6156
<PackageReference Include="System.Text.Json" Version="8.0.5" />
6257
</ItemGroup>

dotnet/test/chrome/WebDriver.Chrome.Tests.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
<Compile Remove="Properties\AssemblyInfo.cs" />
1616
</ItemGroup>
1717

18-
<ItemGroup>
19-
<None Remove="BUCK" />
20-
<None Remove="build.desc" />
21-
<None Remove="Properties\launchSettings.json" />
22-
<None Remove="Settings.StyleCop" />
23-
</ItemGroup>
24-
2518
<ItemGroup>
2619
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
2720
<PackageReference Include="NUnit" Version="3.14.0" />

dotnet/test/common/WebDriver.Common.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
<RootNamespace>OpenQA.Selenium</RootNamespace>
77
</PropertyGroup>
88

9-
<ItemGroup>
10-
<None Remove="Settings.StyleCop" />
11-
</ItemGroup>
12-
139
<ItemGroup>
1410
<PackageReference Include="BenderProxy" Version="1.0.0" />
1511
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />

dotnet/test/firefox/WebDriver.Firefox.Tests.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
<Compile Remove="Properties\AssemblyInfo.cs" />
1616
</ItemGroup>
1717

18-
<ItemGroup>
19-
<None Remove="BUCK" />
20-
<None Remove="build.desc" />
21-
<None Remove="Settings.StyleCop" />
22-
</ItemGroup>
23-
2418
<ItemGroup>
2519
<ProjectReference Include="..\common\WebDriver.Common.Tests.csproj" />
2620
</ItemGroup>

dotnet/test/ie/WebDriver.IE.Tests.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
<Compile Remove="Properties\AssemblyInfo.cs" />
1818
</ItemGroup>
1919

20-
<ItemGroup>
21-
<None Remove="BUCK" />
22-
<None Remove="build.desc" />
23-
<None Remove="Settings.StyleCop" />
24-
</ItemGroup>
25-
2620
<ItemGroup>
2721
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
2822
<PackageReference Include="NUnit" Version="3.14.0" />

dotnet/test/remote/WebDriver.Remote.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
<Compile Remove="Properties\AssemblyInfo.cs" />
1616
</ItemGroup>
1717

18-
<ItemGroup>
19-
<None Remove="build.desc" />
20-
<None Remove="Settings.StyleCop" />
21-
</ItemGroup>
2218

2319
<ItemGroup>
2420
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />

dotnet/test/safari/WebDriver.Safari.Tests.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
<Compile Remove="Properties\AssemblyInfo.cs" />
1616
</ItemGroup>
1717

18-
<ItemGroup>
19-
<None Remove="BUCK" />
20-
<None Remove="build.desc" />
21-
<None Remove="Settings.StyleCop" />
22-
</ItemGroup>
23-
2418
<ItemGroup>
2519
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
2620
<PackageReference Include="NUnit" Version="3.14.0" />

dotnet/test/support/WebDriver.Support.Tests.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
<Compile Remove="Properties\AssemblyInfo.cs" />
1616
</ItemGroup>
1717

18-
<ItemGroup>
19-
<None Remove="build.desc" />
20-
<None Remove="Settings.StyleCop" />
21-
</ItemGroup>
22-
2318
<ItemGroup>
2419
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
2520
<PackageReference Include="Moq" Version="4.20.72" />

0 commit comments

Comments
 (0)