We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a4eb6 commit 447e94eCopy full SHA for 447e94e
pkg/common/CommonPackage.props
@@ -11,11 +11,13 @@
11
Condition="'$(PlatformTarget)' == 'x64'">
12
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
13
<Visible>false</Visible>
14
+ <Link>%(Filename)%(Extension)</Link>
15
</Content>
16
<Content Include="$(MSBuildThisFileDirectory)\..\..\runtimes\win-x86\native\*.dll"
17
Condition="'$(PlatformTarget)' == 'x86'">
18
19
20
21
22
</ItemGroup>
23
0 commit comments