File: toolset.props

package info (click to toggle)
tbb 4.3~20150611-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 19,048 kB
  • ctags: 23,978
  • sloc: cpp: 108,279; ansic: 9,644; makefile: 1,062; asm: 1,062; sh: 349; java: 226; objc: 98; pascal: 69; xml: 41
file content (9 lines) | stat: -rw-r--r-- 839 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <PlatformToolset Condition="Exists('$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\Intel C++ Compiler XE 14.0')">Intel C++ Compiler XE 14.0</PlatformToolset>
    <PlatformToolset Condition="Exists('$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\Intel C++ Compiler 15.0 [Intel(R) System Studio]')">Intel C++ Compiler 15.0 [Intel(R) System Studio]</PlatformToolset>
    <PlatformToolset Condition="Exists('$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\Intel C++ Compiler XE 15.0')">Intel C++ Compiler XE 15.0</PlatformToolset>
    <UseIntelTBB Condition="'$(UseIntelTBB)' == ''">true</UseIntelTBB>
  </PropertyGroup>
</Project>