17 строки
617 B
XML
17 строки
617 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj " />
|
|
<ProjectReference Include="..\Microsoft.ML.TestFramework\Microsoft.ML.TestFramework.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">
|
|
<NativeAssemblyReference Include="CpuMathNative" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<NativeAssemblyReference Include="MklImports" />
|
|
<NativeAssemblyReference Condition="'$(OS)' == 'Windows_NT'" Include="libiomp5md" />
|
|
</ItemGroup>
|
|
|
|
</Project> |