<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="pthreads_init">
|
<PropertyGroup Label="Debug and static and RuntimeLibraryNull" Condition="( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And ('$(RuntimeLibrary)' == '')">
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
</PropertyGroup>
|
<PropertyGroup Label="Release and static and RuntimeLibraryNull" Condition="( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And ('$(RuntimeLibrary)' == '')">
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
</PropertyGroup>
|
<PropertyGroup Label="Debug and ltcg and RuntimeLibraryNull" Condition="( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'ltcg' And ('$(RuntimeLibrary)' == '')">
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
</PropertyGroup>
|
<PropertyGroup Label="Release and ltcg and RuntimeLibraryNull" Condition="( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'ltcg' And ('$(RuntimeLibrary)' == '')">
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
</PropertyGroup>
|
<PropertyGroup Label="Default initializers for properties">
|
<Linkage-pthreads Condition="'$(Linkage-pthreads)' == ''">dynamic</Linkage-pthreads>
|
<CallingConvention-pthreads Condition="'$(CallingConvention-pthreads)' == ''">cdecl</CallingConvention-pthreads>
|
</PropertyGroup>
|
<ItemGroup>
|
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)\default-propertiesui.xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)\pthreads-propertiesui-066c15f0-790b-4ca8-80a9-e161cb68bc9c.xml" />
|
</ItemGroup>
|
<ItemDefinitionGroup>
|
<ClCompile>
|
<PreprocessorDefinitions>HAS_PTHREAD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<AdditionalIncludeDirectories>$(MSBuildThisFileDirectory)../..//build/native/include/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
</ClCompile>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="static" Condition="'$(Linkage-pthreads.ToLower())' == 'static'">
|
<ClCompile>
|
<PreprocessorDefinitions>PTW32_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<RuntimeLibrary>$(RuntimeLibrary)</RuntimeLibrary>
|
</ClCompile>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="ltcg" Condition="'$(Linkage-pthreads.ToLower())' == 'ltcg'">
|
<ClCompile>
|
<RuntimeLibrary>$(RuntimeLibrary)</RuntimeLibrary>
|
</ClCompile>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and Win32 and Release and dynamic and cdecl" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\Win32\Release\dynamic\cdecl\libpthread.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and Win32 and Release and dynamic and cdecl" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\Win32\Release\dynamic\cdecl\libpthread.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and x64 and Release and dynamic and cdecl" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\x64\Release\dynamic\cdecl\libpthread.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and x64 and Release and dynamic and cdecl" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\x64\Release\dynamic\cdecl\libpthread.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and Win32 and Debug and dynamic and cdecl" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\Win32\Debug\dynamic\cdecl\libpthread.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and Win32 and Debug and dynamic and cdecl" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\Win32\Debug\dynamic\cdecl\libpthread.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and x64 and Debug and dynamic and cdecl" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\x64\Debug\dynamic\cdecl\libpthread.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and x64 and Debug and dynamic and cdecl" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\x64\Debug\dynamic\cdecl\libpthread.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and Win32 and Release and dynamic and stdcall" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\Win32\Release\dynamic\stdcall\libpthread-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and Win32 and Release and dynamic and stdcall" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\Win32\Release\dynamic\stdcall\libpthread-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and x64 and Release and dynamic and stdcall" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\x64\Release\dynamic\stdcall\libpthread-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and x64 and Release and dynamic and stdcall" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\x64\Release\dynamic\stdcall\libpthread-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and Win32 and Debug and dynamic and stdcall" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\Win32\Debug\dynamic\stdcall\libpthread-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and Win32 and Debug and dynamic and stdcall" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\Win32\Debug\dynamic\stdcall\libpthread-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and x64 and Debug and dynamic and stdcall" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\x64\Debug\dynamic\stdcall\libpthread-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and x64 and Debug and dynamic and stdcall" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'dynamic' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\x64\Debug\dynamic\stdcall\libpthread-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and Win32 and Release and static and cdecl" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\Win32\Release\static\cdecl\libpthread-static.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and Win32 and Release and static and cdecl" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\Win32\Release\static\cdecl\libpthread-static.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and x64 and Release and static and cdecl" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\x64\Release\static\cdecl\libpthread-static.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and x64 and Release and static and cdecl" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\x64\Release\static\cdecl\libpthread-static.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and Win32 and Debug and static and cdecl" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\Win32\Debug\static\cdecl\libpthread-static.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and Win32 and Debug and static and cdecl" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\Win32\Debug\static\cdecl\libpthread-static.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and x64 and Debug and static and cdecl" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\x64\Debug\static\cdecl\libpthread-static.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and x64 and Debug and static and cdecl" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'cdecl'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\x64\Debug\static\cdecl\libpthread-static.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and Win32 and Release and static and stdcall" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\Win32\Release\static\stdcall\libpthread-static-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and Win32 and Release and static and stdcall" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\Win32\Release\static\stdcall\libpthread-static-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and x64 and Release and static and stdcall" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\x64\Release\static\stdcall\libpthread-static-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and x64 and Release and static and stdcall" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\x64\Release\static\stdcall\libpthread-static-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and Win32 and Debug and static and stdcall" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\Win32\Debug\static\stdcall\libpthread-static-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and Win32 and Debug and static and stdcall" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\Win32\Debug\static\stdcall\libpthread-static-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v100 and x64 and Debug and static and stdcall" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v100\x64\Debug\static\stdcall\libpthread-static-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Label="v110 and x64 and Debug and static and stdcall" Condition="( $(PlatformToolset.ToLower().IndexOf('v110')) > -1 Or '$(PlatformToolset.ToLower())' == 'windowskernelmodedriver8.0' Or '$(PlatformToolset.ToLower())' == 'windowsapplicationfordrivers8.0' Or '$(PlatformToolset.ToLower())' == 'windowsusermodedriver8.0' ) And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-pthreads.ToLower())' == 'static' And '$(CallingConvention-pthreads.ToLower())' == 'stdcall'">
|
<Link>
|
<AdditionalDependencies>$(MSBuildThisFileDirectory)../..//build/native/lib/v110\x64\Debug\static\stdcall\libpthread-static-stdcall.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<UsingTask TaskName="pthreads_Contains" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" TaskFactory="CodeTaskFactory">
|
<ParameterGroup>
|
<Text Output="false" ParameterType="System.String" />
|
<Library Output="false" Required="true" ParameterType="System.String" />
|
<Value Output="false" Required="true" ParameterType="System.String" />
|
<Result Output="true" ParameterType="System.String" />
|
</ParameterGroup>
|
<Task>
|
<Code>Result = ((Text ?? "").Split(';').Contains(Library) ) ? Value : String.Empty;</Code>
|
</Task>
|
</UsingTask>
|
<Target Name="pthreads_init">
|
<pthreads_Contains Text="Linkage-dynamic" Library="pthreads" Value="dynamic" Condition="'$(Linkage-pthreads)'==''">
|
<Output TaskParameter="Result" PropertyName="Linkage-pthreads" />
|
</pthreads_Contains>
|
<pthreads_Contains Text="Linkage-static" Library="pthreads" Value="static" Condition="'$(Linkage-pthreads)'==''">
|
<Output TaskParameter="Result" PropertyName="Linkage-pthreads" />
|
</pthreads_Contains>
|
<pthreads_Contains Text="Linkage-ltcg" Library="pthreads" Value="ltcg" Condition="'$(Linkage-pthreads)'==''">
|
<Output TaskParameter="Result" PropertyName="Linkage-pthreads" />
|
</pthreads_Contains>
|
<pthreads_Contains Text="Linkage-sxs" Library="pthreads" Value="sxs" Condition="'$(Linkage-pthreads)'==''">
|
<Output TaskParameter="Result" PropertyName="Linkage-pthreads" />
|
</pthreads_Contains>
|
<pthreads_Contains Text="CallingConvention-cdecl" Library="pthreads" Value="cdecl" Condition="'$(CallingConvention-pthreads)'==''">
|
<Output TaskParameter="Result" PropertyName="CallingConvention-pthreads" />
|
</pthreads_Contains>
|
<pthreads_Contains Text="CallingConvention-stdcall" Library="pthreads" Value="stdcall" Condition="'$(CallingConvention-pthreads)'==''">
|
<Output TaskParameter="Result" PropertyName="CallingConvention-pthreads" />
|
</pthreads_Contains>
|
<pthreads_Contains Text="CallingConvention-fastcall" Library="pthreads" Value="fastcall" Condition="'$(CallingConvention-pthreads)'==''">
|
<Output TaskParameter="Result" PropertyName="CallingConvention-pthreads" />
|
</pthreads_Contains>
|
<pthreads_Contains Text="CallingConvention-thiscall" Library="pthreads" Value="thiscall" Condition="'$(CallingConvention-pthreads)'==''">
|
<Output TaskParameter="Result" PropertyName="CallingConvention-pthreads" />
|
</pthreads_Contains>
|
<pthreads_Contains Text="CallingConvention-clrcall" Library="pthreads" Value="clrcall" Condition="'$(CallingConvention-pthreads)'==''">
|
<Output TaskParameter="Result" PropertyName="CallingConvention-pthreads" />
|
</pthreads_Contains>
|
</Target>
|
</Project>
|