mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
fixed the win10 runtime paths to win (#435)
This commit is contained in:
parent
214c1b88e3
commit
737700f94f
1 changed files with 2 additions and 2 deletions
|
|
@ -4,13 +4,13 @@
|
|||
<ItemGroup Condition="Exists('packages.config') OR
|
||||
Exists('$(MSBuildProjectName).packages.config') OR
|
||||
Exists('packages.$(MSBuildProjectName).config')">
|
||||
<None Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-x64\native\onnxruntime.dll"
|
||||
<None Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-x64\native\onnxruntime.dll"
|
||||
Condition="'$(PlatformTarget)' == 'x64'">
|
||||
<Link>onnxruntime.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<Visible>false</Visible>
|
||||
</None>
|
||||
<None Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-x64\native\mkldnn.dll"
|
||||
<None Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-x64\native\mkldnn.dll"
|
||||
Condition="'$(PlatformTarget)' == 'x64'">
|
||||
<Link>mkldnn.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
|
|
|||
Loading…
Reference in a new issue