Skip to content

Commit 447e94e

Browse files
authored
Added <Link> to CommonPackage.props for native DLLs (dotnet#2108)
* Added <Link> to CommonPackage.props for native DLLs * Tabs and spaces
1 parent 72a4eb6 commit 447e94e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/common/CommonPackage.props

+2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
Condition="'$(PlatformTarget)' == 'x64'">
1212
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1313
<Visible>false</Visible>
14+
<Link>%(Filename)%(Extension)</Link>
1415
</Content>
1516
<Content Include="$(MSBuildThisFileDirectory)\..\..\runtimes\win-x86\native\*.dll"
1617
Condition="'$(PlatformTarget)' == 'x86'">
1718
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1819
<Visible>false</Visible>
20+
<Link>%(Filename)%(Extension)</Link>
1921
</Content>
2022
</ItemGroup>
2123

0 commit comments

Comments
 (0)