Skip to content

Commit 86ef405

Browse files
committed
Remove old targets
1 parent 8636b15 commit 86ef405

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed
Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,4 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

4-
<PropertyGroup>
5-
<Selenium_Manager_BinariesRootPath Condition="$(Selenium_Manager_BinariesRootPath) == ''">$(MSBuildThisFileDirectory)..\manager</Selenium_Manager_BinariesRootPath>
6-
</PropertyGroup>
7-
8-
<ItemGroup>
9-
<Content Include="$(Selenium_Manager_BinariesRootPath)\linux\selenium-manager">
10-
<Link>selenium-manager\linux\%(Filename)%(Extension)</Link>
11-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
12-
<Visible>False</Visible>
13-
<Pack>false</Pack>
14-
</Content>
15-
16-
<Content Include="$(Selenium_Manager_BinariesRootPath)\macos\selenium-manager">
17-
<Link>selenium-manager\macos\%(Filename)%(Extension)</Link>
18-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
19-
<Visible>False</Visible>
20-
<Pack>false</Pack>
21-
</Content>
22-
23-
<Content Include="$(Selenium_Manager_BinariesRootPath)\windows\selenium-manager.exe">
24-
<Link>selenium-manager\windows\%(Filename)%(Extension)</Link>
25-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
26-
<Visible>False</Visible>
27-
<Pack>false</Pack>
28-
</Content>
29-
</ItemGroup>
30-
314
</Project>

0 commit comments

Comments
 (0)