mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-10 17:37:14 +00:00
Co-authored-by: Christof Senn <christof.senn@gmail.com>
This commit is contained in:
parent
0828a900e1
commit
bb9b452a88
1 changed files with 1 additions and 3 deletions
|
|
@ -32,9 +32,7 @@
|
|||
<DirectMLBinary Condition="Exists('$(MSBuildThisFileDirectory)..\..\runtimes\win-$(EnginePlatform)\native\directml.dll')">$(MSBuildThisFileDirectory)..\..\runtimes\win-$(EnginePlatform)\native\directml.dll</DirectMLBinary>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="Exists('packages.config') OR
|
||||
Exists('$(MSBuildProjectName).packages.config') OR
|
||||
Exists('packages.$(MSBuildProjectName).config')">
|
||||
<ItemGroup>
|
||||
<None Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-x64\native\onnxruntime.dll"
|
||||
Condition="'$(PlatformTarget)' == 'x64' OR ('$(PlatformTarget)' == 'AnyCPU' AND '$(Prefer32Bit)' != 'true')">
|
||||
<Link>onnxruntime.dll</Link>
|
||||
|
|
|
|||
Loading…
Reference in a new issue