mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
81 lines
4.3 KiB
XML
81 lines
4.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ClInclude Include="include\Poco\Crypto\Cipher.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\CipherFactory.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\CipherImpl.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\CipherKey.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\CipherKeyImpl.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\CryptoStream.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\CryptoTransform.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\RSACipherImpl.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\RSADigestEngine.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\RSAKey.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\RSAKeyImpl.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\PKCS12Container.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\X509Certificate.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\Crypto.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\CryptoException.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\EVPPKey.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\KeyPair.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\KeyPairImpl.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\OpenSSLInitializer.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\DigestEngine.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\ECDSADigestEngine.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\ECKey.h"/>
|
|
<ClInclude Include="include\Poco\Crypto\ECKeyImpl.h"/>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectName>Crypto</ProjectName>
|
|
<ProjectGuid>{EEEE7259-32E9-4D56-B023-C733940AB2A0}</ProjectGuid>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
|
<EnableRedirectPlatform>true</EnableRedirectPlatform>
|
|
<RedirectPlatformValue>SDK_AM335X_SK_WEC2013_V300</RedirectPlatformValue>
|
|
<PlatformToolset>CE800</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
|
|
<ImportGroup Label="ExtensionSettings"/>
|
|
<PropertyGroup Label="UserMacros"/>
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug_shared|SDK_AM335X_SK_WEC2013_V300'">PocoCryptod</TargetName>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug_static_md|SDK_AM335X_SK_WEC2013_V300'">PocoCryptoMDd</TargetName>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug_static_mt|SDK_AM335X_SK_WEC2013_V300'">PocoCryptoMTd</TargetName>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='release_shared|SDK_AM335X_SK_WEC2013_V300'">PocoCrypto</TargetName>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='release_static_md|SDK_AM335X_SK_WEC2013_V300'">PocoCryptoMD</TargetName>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='release_static_mt|SDK_AM335X_SK_WEC2013_V300'">PocoCryptoMT</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup/>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\Cipher.cpp"/>
|
|
<ClCompile Include="src\CipherFactory.cpp"/>
|
|
<ClCompile Include="src\CipherImpl.cpp"/>
|
|
<ClCompile Include="src\CipherKey.cpp"/>
|
|
<ClCompile Include="src\CipherKeyImpl.cpp"/>
|
|
<ClCompile Include="src\CryptoStream.cpp"/>
|
|
<ClCompile Include="src\CryptoTransform.cpp"/>
|
|
<ClCompile Include="src\RSACipherImpl.cpp"/>
|
|
<ClCompile Include="src\RSADigestEngine.cpp"/>
|
|
<ClCompile Include="src\RSAKey.cpp"/>
|
|
<ClCompile Include="src\RSAKeyImpl.cpp"/>
|
|
<ClCompile Include="src\PKCS12Container.cpp"/>
|
|
<ClCompile Include="src\X509Certificate.cpp"/>
|
|
<ClCompile Include="src\CryptoException.cpp"/>
|
|
<ClCompile Include="src\EVPPKey.cpp"/>
|
|
<ClCompile Include="src\KeyPair.cpp"/>
|
|
<ClCompile Include="src\KeyPairImpl.cpp"/>
|
|
<ClCompile Include="src\OpenSSLInitializer.cpp"/>
|
|
<ClCompile Include="src\DigestEngine.cpp"/>
|
|
<ClCompile Include="src\ECDSADigestEngine.cpp"/>
|
|
<ClCompile Include="src\ECKey.cpp"/>
|
|
<ClCompile Include="src\ECKeyImpl.cpp"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="..\DLLVersion.rc"/>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
|
|
<ImportGroup Label="ExtensionTargets"/>
|
|
</Project>
|