mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
5bf096bb2a
- SF [1621372] Build Scripts (all Windows scripts consolidated in one) - eliminated warnings in sqlite3.c - updated components file
598 lines
13 KiB
XML
598 lines
13 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="NetSSL_OpenSSL"
|
|
ProjectGUID="{5AECC55E-A469-11DA-8DA6-005056C00008}"
|
|
RootNamespace="OpenSSL"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="debug_shared|Win32"
|
|
OutputDirectory=".\obj\debug_shared"
|
|
IntermediateDirectory=".\obj\debug_shared"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include;..\Net\include;..\Util\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;POCO_DLL;NetSSL_EXPORTS"
|
|
StringPooling="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="true"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="PocoFoundationd.lib PocoNetd.lib PocoUtild.lib libeay32mtd.lib ssleay32mtd.lib ws2_32.lib"
|
|
OutputFile="..\bin\PocoNetSSLd.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories="..\lib;C:\OpenSSL\lib\VC"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="..\bin\PocoNetSSLd.pdb"
|
|
SubSystem="1"
|
|
OptimizeForWindows98="1"
|
|
ImportLibrary="..\lib\PocoNetSSLd.lib"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_shared|Win32"
|
|
OutputDirectory=".\obj\release_shared"
|
|
IntermediateDirectory=".\obj\release_shared"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="4"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include;..\Net\include;..\Util\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;POCO_DLL;NetSSL_EXPORTS"
|
|
GeneratePreprocessedFile="0"
|
|
KeepComments="false"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="PocoFoundation.lib PocoNet.lib PocoUtil.lib libeay32mt.lib ssleay32mt.lib ws2_32.lib"
|
|
OutputFile="..\bin\PocoNetSSL.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories="..\lib;C:\OpenSSL\lib\VC"
|
|
GenerateDebugInformation="false"
|
|
ProgramDatabaseFile=""
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
OptimizeForWindows98="1"
|
|
ImportLibrary="..\lib\PocoNetSSL.lib"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="debug_static|Win32"
|
|
OutputDirectory=".\obj\debug_static"
|
|
IntermediateDirectory=".\obj\debug_static"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include;..\Net\include;..\Util\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;NetSSL_EXPORTS;POCO_STATIC"
|
|
StringPooling="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="true"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib\PocoNetSSLmtd.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_static|Win32"
|
|
OutputDirectory=".\obj\release_static"
|
|
IntermediateDirectory=".\obj\release_static"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="4"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include;..\Net\include;..\Util\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;NetSSL_EXPORTS;POCO_STATIC"
|
|
GeneratePreprocessedFile="0"
|
|
KeepComments="false"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib\PocoNetSSLmt.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="SSLCore"
|
|
>
|
|
<Filter
|
|
Name="Header Files"
|
|
>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\AcceptCertificateHandler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\CertificateHandlerFactory.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\CertificateHandlerFactoryMgr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\ConsoleCertificateHandler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\Context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\InvalidCertificateHandler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\KeyConsoleHandler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\KeyFileHandler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\NetSSL.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\PrivateKeyFactory.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\PrivateKeyFactoryMgr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\PrivateKeyPassphraseHandler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\SSLException.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\SSLInitializer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\SSLManager.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\Utility.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\VerificationErrorArgs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\X509Certificate.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files"
|
|
>
|
|
<File
|
|
RelativePath=".\src\AcceptCertificateHandler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CertificateHandlerFactory.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CertificateHandlerFactoryMgr.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ConsoleCertificateHandler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\InvalidCertificateHandler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\KeyConsoleHandler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\KeyFileHandler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\PrivateKeyFactory.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\PrivateKeyFactoryMgr.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\PrivateKeyPassphraseHandler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\SSLException.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\SSLInitializer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\SSLManager.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Utility.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\VerificationErrorArgs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\X509Certificate.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="HTTPSClient"
|
|
>
|
|
<Filter
|
|
Name="Header Files"
|
|
>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\HTTPSClientSession.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\HTTPSSessionInstantiator.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\HTTPSStreamFactory.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files"
|
|
>
|
|
<File
|
|
RelativePath=".\src\HTTPSClientSession.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\HTTPSSessionInstantiator.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\HTTPSStreamFactory.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="SSLSockets"
|
|
>
|
|
<Filter
|
|
Name="Header Files"
|
|
>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\SecureServerSocket.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\SecureServerSocketImpl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\SecureSocketImpl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\SecureStreamSocket.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Net\SecureStreamSocketImpl.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files"
|
|
>
|
|
<File
|
|
RelativePath=".\src\SecureServerSocket.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\SecureServerSocketImpl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\SecureSocketImpl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\SecureStreamSocket.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\SecureStreamSocketImpl.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|