File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Build/NuGet/Windows.DotNet.Arch Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <ItemGroup >
4
- <Content Include =" $(MSBuildThisFileDirectory)..\runtimes\{ { runtimeIdentifier} } \native\*.*" >
3
+ <ItemGroup Condition =" '$(TargetFramework)' == '' Or '$(TargetFramework.TrimEnd(`0123456789`))' == 'net' " >
4
+ <Content Include =" $(MSBuildThisFileDirectory)..\runtimes\{ { runtimeIdentifier} } \native\*.*" Condition =" '$(Platform)' == 'AnyCPU' " >
5
+ <Link >{ {platformArchitecture} }\%(Filename)%(Extension)</Link >
6
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
7
+ <Visible >False</Visible >
8
+ </Content >
9
+
10
+ <Content Include =" $(MSBuildThisFileDirectory)..\runtimes\{ { runtimeIdentifier} } \native\*.*" Condition =" '$(Platform)' == '{ { platformArchitecture} } ' " >
5
11
<Link >%(Filename)%(Extension)</Link >
6
12
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
7
13
<Visible >False</Visible >
You can’t perform that action at this time.
0 commit comments