Browse Source

MKL: switch to Windows SDK 10.0.17763.0

pull/697/head
Christoph Ruegg 6 years ago
parent
commit
2e3509e83d
  1. 2
      src/NativeProviders/Windows/ATLAS/ATLASWrapper.vcxproj
  2. 2
      src/NativeProviders/Windows/CUDA/CUDAWrapper.vcxproj
  3. 2
      src/NativeProviders/Windows/MKL/MKLWrapper.vcxproj
  4. 2
      src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj

2
src/NativeProviders/Windows/ATLAS/ATLASWrapper.vcxproj

@ -23,7 +23,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>ATLASWrapper</RootNamespace>
<ProjectName>ATLAS</ProjectName>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

2
src/NativeProviders/Windows/CUDA/CUDAWrapper.vcxproj

@ -34,7 +34,7 @@
<ProjectGuid>{5A52B796-7F41-4C90-8DE2-F3F391C4482C}</ProjectGuid>
<RootNamespace>CUDA</RootNamespace>
<ProjectName>CUDA</ProjectName>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

2
src/NativeProviders/Windows/MKL/MKLWrapper.vcxproj

@ -23,7 +23,7 @@
<ProjectGuid>{C0B0DBA9-7FB0-4C87-BDB1-3EED19DC2B8F}</ProjectGuid>
<RootNamespace>MKLWrapper</RootNamespace>
<ProjectName>MKL</ProjectName>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
<TargetName>MathNet.Numerics.MKL</TargetName>

2
src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj

@ -22,7 +22,7 @@
<ProjectGuid>{CB4011B6-E9A7-480B-A7B1-8492039DAAD1}</ProjectGuid>
<RootNamespace>OpenBLASWrapper</RootNamespace>
<ProjectName>OpenBLAS</ProjectName>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

Loading…
Cancel
Save