Skip to content

Commit 2b32f0f

Browse files
committed
Add other assets for legacy projects
1 parent 2fd1c83 commit 2b32f0f

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed
Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
4-
<!-- Legacy packages.config support -->
5-
<ItemGroup Condition="'$(UsingMicrosoftNETSdk)' != 'true'">
6-
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win\native\selenium-manager.exe">
7-
<Link>runtimes\win\native\%(Filename)%(Extension)</Link>
8-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9-
<Visible>False</Visible>
10-
<Pack>false</Pack>
11-
</Content>
12-
</ItemGroup>
3+
4+
<!-- Legacy packages.config support -->
5+
<ItemGroup Condition="'$(UsingMicrosoftNETSdk)' != 'true'">
6+
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win\native\selenium-manager.exe">
7+
<Link>runtimes\win\native\%(Filename)%(Extension)</Link>
8+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9+
<Visible>False</Visible>
10+
<Pack>false</Pack>
11+
</Content>
12+
13+
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux\native\selenium-manager">
14+
<Link>runtimes\linux\native\%(Filename)%(Extension)</Link>
15+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
16+
<Visible>False</Visible>
17+
<Pack>false</Pack>
18+
</Content>
19+
20+
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\osx\native\selenium-manager">
21+
<Link>runtimes\osx\native\%(Filename)%(Extension)</Link>
22+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
23+
<Visible>False</Visible>
24+
<Pack>false</Pack>
25+
</Content>
26+
</ItemGroup>
1327

1428
</Project>

0 commit comments

Comments
 (0)