<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="curl_redist_init;curl_redist_init_2">
|
<PropertyGroup Label="Default initializers for properties">
|
<Linkage-curl_redist Condition="'$(Linkage-curl_redist)' == ''">dynamic</Linkage-curl_redist>
|
<CallingConvention-curl_redist Condition="'$(CallingConvention-curl_redist)' == ''">cdecl</CallingConvention-curl_redist>
|
</PropertyGroup>
|
<Target Name="curl_redist_init">
|
<curl_redist_Contains Text="Linkage-dynamic" Library="curl_redist" Value="dynamic" Condition="'$(Linkage-curl_redist)'==''">
|
<Output TaskParameter="Result" PropertyName="Linkage-curl_redist" />
|
</curl_redist_Contains>
|
<curl_redist_Contains Text="Linkage-static" Library="curl_redist" Value="static" Condition="'$(Linkage-curl_redist)'==''">
|
<Output TaskParameter="Result" PropertyName="Linkage-curl_redist" />
|
</curl_redist_Contains>
|
<curl_redist_Contains Text="Linkage-ltcg" Library="curl_redist" Value="ltcg" Condition="'$(Linkage-curl_redist)'==''">
|
<Output TaskParameter="Result" PropertyName="Linkage-curl_redist" />
|
</curl_redist_Contains>
|
<curl_redist_Contains Text="Linkage-sxs" Library="curl_redist" Value="sxs" Condition="'$(Linkage-curl_redist)'==''">
|
<Output TaskParameter="Result" PropertyName="Linkage-curl_redist" />
|
</curl_redist_Contains>
|
<curl_redist_Contains Text="CallingConvention-cdecl" Library="curl_redist" Value="cdecl" Condition="'$(CallingConvention-curl_redist)'==''">
|
<Output TaskParameter="Result" PropertyName="CallingConvention-curl_redist" />
|
</curl_redist_Contains>
|
<curl_redist_Contains Text="CallingConvention-stdcall" Library="curl_redist" Value="stdcall" Condition="'$(CallingConvention-curl_redist)'==''">
|
<Output TaskParameter="Result" PropertyName="CallingConvention-curl_redist" />
|
</curl_redist_Contains>
|
<curl_redist_Contains Text="CallingConvention-fastcall" Library="curl_redist" Value="fastcall" Condition="'$(CallingConvention-curl_redist)'==''">
|
<Output TaskParameter="Result" PropertyName="CallingConvention-curl_redist" />
|
</curl_redist_Contains>
|
<curl_redist_Contains Text="CallingConvention-thiscall" Library="curl_redist" Value="thiscall" Condition="'$(CallingConvention-curl_redist)'==''">
|
<Output TaskParameter="Result" PropertyName="CallingConvention-curl_redist" />
|
</curl_redist_Contains>
|
<curl_redist_Contains Text="CallingConvention-clrcall" Library="curl_redist" Value="clrcall" Condition="'$(CallingConvention-curl_redist)'==''">
|
<Output TaskParameter="Result" PropertyName="CallingConvention-curl_redist" />
|
</curl_redist_Contains>
|
</Target>
|
<Target Name="curl_redist_init_2">
|
<SetEnv Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'" Name="PATH" Prefix="true" Value="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\Win32\Release\dynamic">
|
<Output TaskParameter="OutputEnvironmentVariable" PropertyName="PATH" />
|
</SetEnv>
|
<SetEnv 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-curl_redist.ToLower())' == 'dynamic'" Name="PATH" Prefix="true" Value="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\Win32\Release\dynamic">
|
<Output TaskParameter="OutputEnvironmentVariable" PropertyName="PATH" />
|
</SetEnv>
|
<SetEnv Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'" Name="PATH" Prefix="true" Value="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\x64\Release\dynamic">
|
<Output TaskParameter="OutputEnvironmentVariable" PropertyName="PATH" />
|
</SetEnv>
|
<SetEnv 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-curl_redist.ToLower())' == 'dynamic'" Name="PATH" Prefix="true" Value="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\x64\Release\dynamic">
|
<Output TaskParameter="OutputEnvironmentVariable" PropertyName="PATH" />
|
</SetEnv>
|
<SetEnv Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'" Name="PATH" Prefix="true" Value="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\Win32\Debug\dynamic">
|
<Output TaskParameter="OutputEnvironmentVariable" PropertyName="PATH" />
|
</SetEnv>
|
<SetEnv 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-curl_redist.ToLower())' == 'dynamic'" Name="PATH" Prefix="true" Value="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\Win32\Debug\dynamic">
|
<Output TaskParameter="OutputEnvironmentVariable" PropertyName="PATH" />
|
</SetEnv>
|
<SetEnv Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'" Name="PATH" Prefix="true" Value="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\x64\Debug\dynamic">
|
<Output TaskParameter="OutputEnvironmentVariable" PropertyName="PATH" />
|
</SetEnv>
|
<SetEnv 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-curl_redist.ToLower())' == 'dynamic'" Name="PATH" Prefix="true" Value="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\x64\Debug\dynamic">
|
<Output TaskParameter="OutputEnvironmentVariable" PropertyName="PATH" />
|
</SetEnv>
|
</Target>
|
<ItemGroup Label="v100 and Win32 and Release and dynamic" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'">
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\Win32\Release\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\Win32\Release\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
</ItemGroup>
|
<ItemGroup Label="v110 and Win32 and Release and dynamic" 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-curl_redist.ToLower())' == 'dynamic'">
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\Win32\Release\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\Win32\Release\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
</ItemGroup>
|
<ItemGroup Label="v100 and x64 and Release and dynamic" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'">
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\x64\Release\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\x64\Release\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
</ItemGroup>
|
<ItemGroup Label="v110 and x64 and Release and dynamic" 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-curl_redist.ToLower())' == 'dynamic'">
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\x64\Release\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\x64\Release\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
</ItemGroup>
|
<ItemGroup Label="v100 and Win32 and Debug and dynamic" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'">
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\Win32\Debug\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\Win32\Debug\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
</ItemGroup>
|
<ItemGroup Label="v110 and Win32 and Debug and dynamic" 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-curl_redist.ToLower())' == 'dynamic'">
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\Win32\Debug\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\Win32\Debug\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
</ItemGroup>
|
<ItemGroup Label="v100 and x64 and Debug and dynamic" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'">
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\x64\Debug\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\x64\Debug\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
</ItemGroup>
|
<ItemGroup Label="v110 and x64 and Debug and dynamic" 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-curl_redist.ToLower())' == 'dynamic'">
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\x64\Debug\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
<None Include="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\x64\Debug\dynamic\libcurl.dll" Condition="(('$(AppContainerApplication.ToLower())' == 'true')) OR (('$(TargetPlatformIdentifier.ToLower())' == 'windows phone' And '$(TargetPlatformVersion)' == '8.0'))">
|
<DeploymentContent>true</DeploymentContent>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)\default-propertiesui.xml" />
|
</ItemGroup>
|
<Target Name="curl_redist_AfterBuild" AfterTargets="AfterBuild" />
|
<Target Name="curl_redist_AfterBuild_v100_and_Win32_and_Release_and_dynamic" Label="v100 and Win32 and Release and dynamic" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'" AfterTargets="curl_redist_AfterBuild">
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\Win32\Release\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\Win32\Release\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
</Target>
|
<Target Name="curl_redist_AfterBuild_v110_and_Win32_and_Release_and_dynamic" Label="v110 and Win32 and Release and dynamic" 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-curl_redist.ToLower())' == 'dynamic'" AfterTargets="curl_redist_AfterBuild">
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\Win32\Release\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\Win32\Release\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
</Target>
|
<Target Name="curl_redist_AfterBuild_v100_and_x64_and_Release_and_dynamic" Label="v100 and x64 and Release and dynamic" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) == -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'" AfterTargets="curl_redist_AfterBuild">
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\x64\Release\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\x64\Release\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
</Target>
|
<Target Name="curl_redist_AfterBuild_v110_and_x64_and_Release_and_dynamic" Label="v110 and x64 and Release and dynamic" 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-curl_redist.ToLower())' == 'dynamic'" AfterTargets="curl_redist_AfterBuild">
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\x64\Release\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\x64\Release\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
</Target>
|
<Target Name="curl_redist_AfterBuild_v100_and_Win32_and_Debug_and_dynamic" Label="v100 and Win32 and Debug and dynamic" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'win32' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'" AfterTargets="curl_redist_AfterBuild">
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\Win32\Debug\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\Win32\Debug\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
</Target>
|
<Target Name="curl_redist_AfterBuild_v110_and_Win32_and_Debug_and_dynamic" Label="v110 and Win32 and Debug and dynamic" 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-curl_redist.ToLower())' == 'dynamic'" AfterTargets="curl_redist_AfterBuild">
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\Win32\Debug\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\Win32\Debug\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
</Target>
|
<Target Name="curl_redist_AfterBuild_v100_and_x64_and_Debug_and_dynamic" Label="v100 and x64 and Debug and dynamic" Condition="'$(PlatformToolset.ToLower())' == 'v100' And '$(Platform.ToLower())' == 'x64' And ( $(Configuration.ToLower().IndexOf('debug')) > -1 ) And '$(Linkage-curl_redist.ToLower())' == 'dynamic'" AfterTargets="curl_redist_AfterBuild">
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\x64\Debug\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v100\x64\Debug\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
</Target>
|
<Target Name="curl_redist_AfterBuild_v110_and_x64_and_Debug_and_dynamic" Label="v110 and x64 and Debug and dynamic" 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-curl_redist.ToLower())' == 'dynamic'" AfterTargets="curl_redist_AfterBuild">
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\x64\Debug\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
<Copy SourceFiles="$(MSBuildThisFileDirectory)../..//build/native/bin/v110\x64\Debug\dynamic\libcurl.dll" DestinationFolder="$(TargetDir)" SkipUnchangedFiles="true" />
|
</Target>
|
<UsingTask TaskName="curl_redist_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>
|
</Project>
|