|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFrameworks>net9.0-windows10.0.17763.0;net10.0-windows10.0.17763.0</TargetFrameworks> |
5 | 5 | <PlatformTarget>x64</PlatformTarget> |
| 6 | + |
| 7 | + <!--DirectML.dll content warning--> |
| 8 | + <NoWarn>$(NoWarn);NU5100</NoWarn> |
6 | 9 | </PropertyGroup> |
7 | 10 |
|
8 | 11 | <!--Projects--> |
|
27 | 30 |
|
28 | 31 | <!--Binaries--> |
29 | 32 | <ItemGroup> |
30 | | - <Content Include="DirectML.dll" |
31 | | - Pack="true" |
32 | | - PackagePath="contentFiles\any\any\" |
33 | | - CopyToOutputDirectory="Always" |
34 | | - PackageCopyToOutput="true" /> |
| 33 | + <Content Include="DirectML.dll" Pack="true" PackagePath="contentFiles\any\any\" CopyToOutputDirectory="Always" PackageCopyToOutput="true" /> |
| 34 | + <Content Include="fmt.dll" Pack="true" PackagePath="contentFiles\any\any\" CopyToOutputDirectory="Always" PackageCopyToOutput="true" /> |
| 35 | + <Content Include="spdlog.dll" Pack="true" PackagePath="contentFiles\any\any\" CopyToOutputDirectory="Always" PackageCopyToOutput="true" /> |
| 36 | + <Content Include="zlib.dll" Pack="true" PackagePath="contentFiles\any\any\" CopyToOutputDirectory="Always" PackageCopyToOutput="true" /> |
| 37 | + <Content Include="onnx_custom_ops.dll" Pack="true" PackagePath="contentFiles\any\any\" CopyToOutputDirectory="Always" PackageCopyToOutput="true" Condition="Exists('onnx_custom_ops.dll')" /> |
| 38 | + <Content Include="ryzen_mm.dll" Pack="true" PackagePath="contentFiles\any\any\" CopyToOutputDirectory="Always" PackageCopyToOutput="true" Condition="Exists('ryzen_mm.dll')" /> |
| 39 | + <Content Include="ryzenai_onnx_utils.dll" Pack="true" PackagePath="contentFiles\any\any\" CopyToOutputDirectory="Always" PackageCopyToOutput="true" Condition="Exists('ryzenai_onnx_utils.dll')" /> |
35 | 40 | <None Include="DirectML.dll" Pack="false" /> |
| 41 | + <None Include="fmt.dll" Pack="false" Optional="true" /> |
| 42 | + <None Include="onnx_custom_ops.dll" Pack="false" Optional="true" /> |
| 43 | + <None Include="ryzen_mm.dll" Pack="false" Optional="true" /> |
| 44 | + <None Include="ryzenai_onnx_utils.dll" Pack="false" Optional="true" /> |
| 45 | + <None Include="spdlog.dll" Pack="false" Optional="true" /> |
| 46 | + <None Include="zlib.dll" Pack="false" Optional="true" /> |
36 | 47 | </ItemGroup> |
37 | 48 |
|
38 | 49 |
|
|
0 commit comments