mirror of
https://github.com/moparisthebest/curl
synced 2024-11-14 05:25:06 -05:00
dd81489db9
- Update VS project templates to use the OpenSSL lib names and include directories for OpenSSL 1.1.x. This change means the VS project files will now build only with OpenSSL 1.1.x when an OpenSSL configuration is chosen. Prior to this change the project files built only with OpenSSL 1.0.x (end-of-life) when an OpenSSL configuration was chosen. The template changes in this commit were made by script: libeay32.lib => libcrypto.lib ssleay32.lib => libssl.lib ..\..\..\..\..\openssl\inc32 => ..\..\..\..\..\openssl\include And since the output directory now contains the includes it's prepended: ..\..\..\..\..\openssl\build\Win{32,64}\VC{6..15}\{DLL,LIB} {Debug,Release}\include - Change build-openssl.bat to copy the build's include directory to the output directory (as seen above). Each build has its own opensslconf.h which is different so we can't just include the source include directory any longer. Note the include directory in the output directory is a full copy from the build so technically we don't need to include the OpenSSL source include directory in the template. However, I left it last in case the user made a custom OpenSSL build using the old method which would put opensslconf in the OpenSSL source include directory. - Change build-openssl.bat to use a temporary install directory that is different from the temporary build directory. For OpenSSL 1.1.x the temporary paths must be separate not a descendant of the other, otherwise pdb files will be lost between builds. Ref: https://curl.se/mail/lib-2018-10/0049.html Ref: https://gist.github.com/jay/125191c35bbeb894444eff827651f755 Ref; https://github.com/openssl/openssl/issues/10005 Fixes https://github.com/curl/curl/issues/984 Closes https://github.com/curl/curl/pull/6675
1330 lines
40 KiB
XML
1330 lines
40 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="libcurl"
|
|
ProjectGUID="{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}"
|
|
SccProjectName=""
|
|
SccLocalPath="">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="DLL Release - DLL OpenSSL - DLL LibSSH2|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\DLL Release\include,..\..\..\..\..\openssl\include,..\..\..\..\..\libssh2\include"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
|
|
AdditionalDependencies="crypt32.lib wldap32.lib ws2_32.lib libcrypto.lib libssl.lib libssh2.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Release,..\..\..\..\..\libssh2\build\Win32\VC7.1\DLL Release"
|
|
SetChecksum="TRUE"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL Debug - DLL OpenSSL|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\DLL Debug\include,..\..\..\..\..\openssl\include"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_OPENSSL"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
|
|
AdditionalDependencies="crypt32.lib wldap32.lib ws2_32.lib libcrypto.lib libssl.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Debug"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL Debug|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
|
|
AdditionalDependencies="wldap32.lib ws2_32.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Release - DLL OpenSSL|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\DLL Release\include,..\..\..\..\..\openssl\include"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName).lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\DLL Debug\include,..\..\..\..\..\openssl\include,..\..\..\..\..\libssh2\include"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName)d.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL Release|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
|
|
AdditionalDependencies="wldap32.lib ws2_32.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
SetChecksum="TRUE"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\LIB Debug\include,..\..\..\..\..\openssl\include,..\..\..\..\..\libssh2\include"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName)d.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Debug - DLL Windows SSPI|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName)d.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Debug - DLL OpenSSL|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\DLL Debug\include,..\..\..\..\..\openssl\include"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName)d.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL Release - DLL Windows SSPI|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
|
|
AdditionalDependencies="wldap32.lib ws2_32.lib crypt32.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
SetChecksum="TRUE"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL Debug - DLL Windows SSPI|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_WINDOWS_SSPI;USE_SCHANNEL"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
|
|
AdditionalDependencies="wldap32.lib ws2_32.lib crypt32.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Release - DLL Windows SSPI|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName).lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL Release - DLL OpenSSL|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\DLL Release\include,..\..\..\..\..\openssl\include"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_OPENSSL"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
|
|
AdditionalDependencies="crypt32.lib wldap32.lib ws2_32.lib libcrypto.lib libssl.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Release"
|
|
SetChecksum="TRUE"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Release - LIB OpenSSL|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\LIB Release\include,..\..\..\..\..\openssl\include"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName).lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Release|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName).lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Release - DLL OpenSSL - DLL LibSSH2|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\DLL Release\include,..\..\..\..\..\openssl\include,..\..\..\..\..\libssh2\include"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName).lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Release - LIB OpenSSL - LIB LibSSH2|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\LIB Release\include,..\..\..\..\..\openssl\include,..\..\..\..\..\libssh2\include"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName).lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Debug|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName)d.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\DLL Debug\include,..\..\..\..\..\openssl\include,..\..\..\..\..\libssh2\include"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
|
|
AdditionalDependencies="crypt32.lib wldap32.lib ws2_32.lib libcrypto.lib libssl.lib libssh2d.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Debug,..\..\..\..\..\libssh2\build\Win32\VC7.1\DLL Debug"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Debug - LIB OpenSSL|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\include\..\build\Win32\VC7.1\LIB Debug\include,..\..\..\..\..\openssl\include"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName)d.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
|
|
AdditionalDependencies="normaliz.lib wldap32.lib ws2_32.lib crypt32.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL Release - DLL Windows SSPI - DLL WinIDN|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
|
|
AdditionalDependencies="normaliz.lib wldap32.lib ws2_32.lib crypt32.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
SetChecksum="TRUE"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName)d.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="LIB Release - DLL Windows SSPI - DLL WinIDN|Win32"
|
|
OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
|
|
IntermediateDirectory="$(OutDir)\lib"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/EHsc "
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib"
|
|
PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalOptions="/machine:I386 "
|
|
OutputFile="$(OutDir)\$(ProjectName).lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="">
|
|
CURL_LIB_C_FILES
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="">
|
|
CURL_LIB_H_FILES
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="">
|
|
CURL_LIB_RC_FILES
|
|
</Filter>
|
|
<Filter
|
|
Name="vauth"
|
|
Filter="">
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="">
|
|
CURL_LIB_VAUTH_C_FILES
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="">
|
|
CURL_LIB_VAUTH_H_FILES
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="vquic"
|
|
Filter="">
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="">
|
|
CURL_LIB_VQUIC_C_FILES
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="">
|
|
CURL_LIB_VQUIC_H_FILES
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="vssh"
|
|
Filter="">
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="">
|
|
CURL_LIB_VSSH_C_FILES
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="">
|
|
CURL_LIB_VSSH_H_FILES
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="vtls"
|
|
Filter="">
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="">
|
|
CURL_LIB_VTLS_C_FILES
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="">
|
|
CURL_LIB_VTLS_H_FILES
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|