mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
629 lines
18 KiB
XML
629 lines
18 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
Name="Crypto"
|
|
Version="9.00"
|
|
ProjectType="Visual C++"
|
|
ProjectGUID="{EEEE7259-32E9-4D56-B023-C733940AB2A0}"
|
|
RootNamespace="Crypto"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Digi JumpStart (ARMV4I)"/>
|
|
</Platforms>
|
|
<ToolFiles/>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="debug_shared|Digi JumpStart (ARMV4I)"
|
|
OutputDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="1">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="xcopy /y ..\openssl\build\win32\bin\debug\*.dll ..\bin\* 1>nul
xcopy /y ..\openssl\build\win32\bin\debug\*.lib ..\lib\* 1>nul
xcopy /y ..\openssl\build\win32\bin\debug\*.pdb ..\lib\* 1>nul
exit 0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="1"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
|
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;Crypto_EXPORTS"
|
|
StringPooling="true"
|
|
MinimalRebuild="false"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="true"
|
|
RuntimeTypeInfo="true"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
DisableSpecificWarnings="4800;"
|
|
CompileForArchitecture="2"
|
|
InterworkCalls="false"
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_UNICODE;UNICODE;_WIN32_WCE"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/FORCE:MULTIPLE "
|
|
AdditionalDependencies="ws2_32.lib iphlpapi.lib"
|
|
OutputFile="..\bin\$(PlatformName)\PocoCryptod.dll"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="..\lib\$(PlatformName)"
|
|
GenerateManifest="true"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="..\bin\$(PlatformName)\PocoCryptod.pdb"
|
|
SubSystem="0"
|
|
StackReserveSize="65536"
|
|
StackCommitSize="4096"
|
|
OptimizeReferences="0"
|
|
EnableCOMDATFolding="0"
|
|
RandomizedBaseAddress="1"
|
|
ImportLibrary="..\lib\$(PlatformName)\PocoCryptod.lib"
|
|
TargetMachine="0"/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCCodeSignTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory=""
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""/>
|
|
<DebuggerTool/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_shared|Digi JumpStart (ARMV4I)"
|
|
OutputDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="xcopy /y ..\openssl\build\win32\bin\release\*.dll ..\bin\* 1>nul
xcopy /y ..\openssl\build\win32\bin\release\*.lib ..\lib\* 1>nul
exit 0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="1"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="4"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
|
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;Crypto_EXPORTS"
|
|
StringPooling="true"
|
|
MinimalRebuild="false"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
RuntimeTypeInfo="true"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
DisableSpecificWarnings="4800;"
|
|
CompileForArchitecture="2"
|
|
InterworkCalls="false"
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_UNICODE;UNICODE;_WIN32_WCE"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/FORCE:MULTIPLE "
|
|
AdditionalDependencies="ws2_32.lib iphlpapi.lib"
|
|
OutputFile="..\bin\$(PlatformName)\PocoCrypto.dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="..\lib\$(PlatformName)"
|
|
GenerateManifest="true"
|
|
GenerateDebugInformation="false"
|
|
ProgramDatabaseFile=""
|
|
SubSystem="0"
|
|
StackReserveSize="65536"
|
|
StackCommitSize="4096"
|
|
OptimizeReferences="0"
|
|
EnableCOMDATFolding="0"
|
|
ImportLibrary="..\lib\$(PlatformName)\PocoCrypto.lib"
|
|
TargetMachine="0"/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCCodeSignTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory=""
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""/>
|
|
<DebuggerTool/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="debug_static_mt|Digi JumpStart (ARMV4I)"
|
|
OutputDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="xcopy /y ..\openssl\build\win32\lib\debug\*.lib ..\lib\* 1>nul
xcopy /y ..\openssl\build\win32\lib\debug\*.pdb ..\lib\* 1>nul
exit 0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="1"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
|
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;"
|
|
StringPooling="true"
|
|
MinimalRebuild="false"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="..\lib\$(PlatformName)\PocoCryptoMTd.pdb"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="4800;"
|
|
CompileForArchitecture="2"
|
|
InterworkCalls="false"
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib\$(PlatformName)\PocoCryptoMTd.lib"/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCCodeSignTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory=""
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""/>
|
|
<DebuggerTool/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_static_mt|Digi JumpStart (ARMV4I)"
|
|
OutputDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="xcopy /y ..\openssl\build\win32\lib\release\*.lib ..\lib\* 1>nul
exit 0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="1"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="4"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
|
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;"
|
|
StringPooling="true"
|
|
MinimalRebuild="false"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="4800;"
|
|
CompileForArchitecture="2"
|
|
InterworkCalls="false"
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib\$(PlatformName)\PocoCryptoMT.lib"/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCCodeSignTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory=""
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""/>
|
|
<DebuggerTool/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="debug_static_md|Digi JumpStart (ARMV4I)"
|
|
OutputDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="xcopy /y ..\openssl\build\win32\bin\debug\*.dll ..\bin\* 1>nul
xcopy /y ..\openssl\build\win32\bin\debug\*.lib ..\lib\* 1>nul
xcopy /y ..\openssl\build\win32\bin\debug\*.pdb ..\lib\* 1>nul
exit 0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="1"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
|
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;"
|
|
StringPooling="true"
|
|
MinimalRebuild="false"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="..\lib\$(PlatformName)\PocoCryptoMDd.pdb"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="4800;"
|
|
CompileForArchitecture="2"
|
|
InterworkCalls="false"
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib\$(PlatformName)\PocoCryptoMDd.lib"/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCCodeSignTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory=""
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""/>
|
|
<DebuggerTool/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_static_md|Digi JumpStart (ARMV4I)"
|
|
OutputDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="xcopy /y ..\openssl\build\win32\bin\release\*.dll ..\bin\* 1>nul
xcopy /y ..\openssl\build\win32\bin\release\*.lib ..\lib\* 1>nul
exit 0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="1"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="4"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories=".\include;..\openssl\build\include;..\Foundation\include"
|
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_LIB;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;"
|
|
StringPooling="true"
|
|
MinimalRebuild="false"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="4800;"
|
|
CompileForArchitecture="2"
|
|
InterworkCalls="false"
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib\$(PlatformName)\PocoCryptoMD.lib"/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCCodeSignTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory=""
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""/>
|
|
<DebuggerTool/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References/>
|
|
<Files>
|
|
<Filter
|
|
Name="Cipher">
|
|
<Filter
|
|
Name="Header Files">
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\Cipher.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CipherFactory.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CipherImpl.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CipherKey.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CipherKeyImpl.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CryptoStream.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CryptoTransform.h"/>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files">
|
|
<File
|
|
RelativePath=".\src\Cipher.cpp"/>
|
|
<File
|
|
RelativePath=".\src\CipherFactory.cpp"/>
|
|
<File
|
|
RelativePath=".\src\CipherImpl.cpp"/>
|
|
<File
|
|
RelativePath=".\src\CipherKey.cpp"/>
|
|
<File
|
|
RelativePath=".\src\CipherKeyImpl.cpp"/>
|
|
<File
|
|
RelativePath=".\src\CryptoStream.cpp"/>
|
|
<File
|
|
RelativePath=".\src\CryptoTransform.cpp"/>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="RSA">
|
|
<Filter
|
|
Name="Header Files">
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\RSACipherImpl.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\RSADigestEngine.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\RSAKey.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\RSAKeyImpl.h"/>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files">
|
|
<File
|
|
RelativePath=".\src\RSACipherImpl.cpp"/>
|
|
<File
|
|
RelativePath=".\src\RSADigestEngine.cpp"/>
|
|
<File
|
|
RelativePath=".\src\RSAKey.cpp"/>
|
|
<File
|
|
RelativePath=".\src\RSAKeyImpl.cpp"/>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Certificate">
|
|
<Filter
|
|
Name="Header Files">
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\PKCS12Container.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\X509Certificate.h"/>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files">
|
|
<File
|
|
RelativePath=".\src\PKCS12Container.cpp"/>
|
|
<File
|
|
RelativePath=".\src\X509Certificate.cpp"/>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="CryptoCore">
|
|
<Filter
|
|
Name="Header Files">
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\Crypto.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\CryptoException.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\EVPPKey.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\KeyPair.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\KeyPairImpl.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\OpenSSLInitializer.h"/>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files">
|
|
<File
|
|
RelativePath=".\src\CryptoException.cpp"/>
|
|
<File
|
|
RelativePath=".\src\EVPPKey.cpp"/>
|
|
<File
|
|
RelativePath=".\src\KeyPair.cpp"/>
|
|
<File
|
|
RelativePath=".\src\KeyPairImpl.cpp"/>
|
|
<File
|
|
RelativePath=".\src\OpenSSLInitializer.cpp"/>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Digest">
|
|
<Filter
|
|
Name="Header Files">
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\DigestEngine.h"/>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files">
|
|
<File
|
|
RelativePath=".\src\DigestEngine.cpp"/>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="EC">
|
|
<Filter
|
|
Name="Header Files">
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\ECDSADigestEngine.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\ECKey.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\Crypto\ECKeyImpl.h"/>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files">
|
|
<File
|
|
RelativePath=".\src\ECDSADigestEngine.cpp"/>
|
|
<File
|
|
RelativePath=".\src\ECKey.cpp"/>
|
|
<File
|
|
RelativePath=".\src\ECKeyImpl.cpp"/>
|
|
</Filter>
|
|
</Filter>
|
|
<File
|
|
RelativePath="..\DLLVersion.rc">
|
|
<FileConfiguration
|
|
Name="debug_shared|Digi JumpStart (ARMV4I)"
|
|
ExcludedFromBuild="true">
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="release_shared|Digi JumpStart (ARMV4I)"
|
|
ExcludedFromBuild="true">
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="debug_static_mt|Digi JumpStart (ARMV4I)"
|
|
ExcludedFromBuild="true">
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="release_static_mt|Digi JumpStart (ARMV4I)"
|
|
ExcludedFromBuild="true">
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="debug_static_md|Digi JumpStart (ARMV4I)"
|
|
ExcludedFromBuild="true">
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="release_static_md|Digi JumpStart (ARMV4I)"
|
|
ExcludedFromBuild="true">
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Files>
|
|
<Globals/>
|
|
</VisualStudioProject>
|