mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
230 lines
6.1 KiB
XML
230 lines
6.1 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="Crypto"
|
|
ProjectGUID="{eeee7259-32e9-4d56-b023-c733940ab2a0}"
|
|
RootNamespace="Crypto"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="debug_shared|Win32"
|
|
OutputDirectory="obj\debug_shared"
|
|
IntermediateDirectory="obj\debug_shared"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include;..\NetSSL_OpenSSL\include;..\Net\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;POCO_DLL;Crypto_EXPORTS;OPENSSL_NO_DEPRECATED"
|
|
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="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="PocoFoundationd.lib"
|
|
OutputFile="..\bin\PocoCryptod.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\lib"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="..\bin\PocoCryptod.pdb"
|
|
SubSystem="1"
|
|
OptimizeForWindows98="1"
|
|
ImportLibrary="..\lib\PocoCryptod.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_shared|Win32"
|
|
OutputDirectory="obj\release_shared"
|
|
IntermediateDirectory="obj\release_shared"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="4"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="TRUE"
|
|
OptimizeForProcessor="3"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include;..\NetSSL_OpenSSL\include;..\Net\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;POCO_DLL;Crypto_EXPORTS;OPENSSL_NO_DEPRECATED"
|
|
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="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="PocoFoundation.lib"
|
|
OutputFile="..\bin\PocoCrypto.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\lib"
|
|
GenerateDebugInformation="FALSE"
|
|
ProgramDatabaseFile=""
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
OptimizeForWindows98="1"
|
|
ImportLibrary="..\lib\PocoCrypto.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="CryptoCore"
|
|
Filter="">
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\Cipher.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CipherFactory.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CipherImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CipherKey.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CipherKeyImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\Crypto.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CryptoStream.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CryptoTransform.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\RSACipherImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\RSADigestEngine.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\RSAKey.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\RSAKeyImpl.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\src\Cipher.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CipherFactory.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CipherImpl.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CipherKey.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CipherKeyImpl.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CryptoStream.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CryptoTransform.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\RSACipherImpl.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\RSADigestEngine.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\RSAKey.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\RSAKeyImpl.cpp">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|