|
|
@@ -0,0 +1,304 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <ItemGroup Label="ProjectConfigurations">
|
|
|
+ <ProjectConfiguration Include="debug_shared|SDK_AM335X_SK_WEC2013_V300">
|
|
|
+ <Configuration>debug_shared</Configuration>
|
|
|
+ <Platform>SDK_AM335X_SK_WEC2013_V300</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="debug_static_md|SDK_AM335X_SK_WEC2013_V300">
|
|
|
+ <Configuration>debug_static_md</Configuration>
|
|
|
+ <Platform>SDK_AM335X_SK_WEC2013_V300</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="debug_static_mt|SDK_AM335X_SK_WEC2013_V300">
|
|
|
+ <Configuration>debug_static_mt</Configuration>
|
|
|
+ <Platform>SDK_AM335X_SK_WEC2013_V300</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="release_shared|SDK_AM335X_SK_WEC2013_V300">
|
|
|
+ <Configuration>release_shared</Configuration>
|
|
|
+ <Platform>SDK_AM335X_SK_WEC2013_V300</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="release_static_md|SDK_AM335X_SK_WEC2013_V300">
|
|
|
+ <Configuration>release_static_md</Configuration>
|
|
|
+ <Platform>SDK_AM335X_SK_WEC2013_V300</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="release_static_mt|SDK_AM335X_SK_WEC2013_V300">
|
|
|
+ <Configuration>release_static_mt</Configuration>
|
|
|
+ <Platform>SDK_AM335X_SK_WEC2013_V300</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ </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"/>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release_static_md|SDK_AM335X_SK_WEC2013_V300'" Label="Configuration">
|
|
|
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>CE800</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_md|SDK_AM335X_SK_WEC2013_V300'" Label="Configuration">
|
|
|
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>CE800</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release_static_mt|SDK_AM335X_SK_WEC2013_V300'" Label="Configuration">
|
|
|
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>CE800</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_mt|SDK_AM335X_SK_WEC2013_V300'" Label="Configuration">
|
|
|
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>CE800</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release_shared|SDK_AM335X_SK_WEC2013_V300'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>CE800</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug_shared|SDK_AM335X_SK_WEC2013_V300'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>CE800</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
|
|
|
+ <ImportGroup Label="ExtensionSettings"/>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='release_static_md|SDK_AM335X_SK_WEC2013_V300'" Label="PropertySheets">
|
|
|
+ <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_md|SDK_AM335X_SK_WEC2013_V300'" Label="PropertySheets">
|
|
|
+ <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='release_static_mt|SDK_AM335X_SK_WEC2013_V300'" Label="PropertySheets">
|
|
|
+ <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_mt|SDK_AM335X_SK_WEC2013_V300'" Label="PropertySheets">
|
|
|
+ <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='release_shared|SDK_AM335X_SK_WEC2013_V300'" Label="PropertySheets">
|
|
|
+ <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug_shared|SDK_AM335X_SK_WEC2013_V300'" Label="PropertySheets">
|
|
|
+ <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Label="UserMacros"/>
|
|
|
+ <PropertyGroup>
|
|
|
+ <_ProjectFileVersion>11.0.61030.0</_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>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug_shared|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <OutDir>..\bin\$(Platform)\</OutDir>
|
|
|
+ <IntDir>obj\Crypto\$(Platform)\$(Configuration)\</IntDir>
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <GenerateManifest>true</GenerateManifest>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release_shared|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <OutDir>..\bin\$(Platform)\</OutDir>
|
|
|
+ <IntDir>obj\Crypto\$(Platform)\$(Configuration)\</IntDir>
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ <GenerateManifest>true</GenerateManifest>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_mt|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <OutDir>..\lib\$(Platform)\</OutDir>
|
|
|
+ <IntDir>obj\Crypto\$(Platform)\$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release_static_mt|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <OutDir>..\lib\$(Platform)\</OutDir>
|
|
|
+ <IntDir>obj\Crypto\$(Platform)\$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_md|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <OutDir>..\lib\$(Platform)\</OutDir>
|
|
|
+ <IntDir>obj\Crypto\$(Platform)\$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release_static_md|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <OutDir>..\lib\$(Platform)\</OutDir>
|
|
|
+ <IntDir>obj\Crypto\$(Platform)\$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug_shared|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>.\include;..\Foundation\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;Crypto_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>true</BufferSecurityCheck>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>ws2_32.lib;iphlpapi.lib;libeay32.lib;ssleay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <OutputFile>..\bin\$(Platform)\PocoCryptod.dll</OutputFile>
|
|
|
+ <AdditionalLibraryDirectories>..\lib\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <ProgramDatabaseFile>..\bin\$(Platform)\PocoCryptod.pdb</ProgramDatabaseFile>
|
|
|
+ <OptimizeReferences/>
|
|
|
+ <EnableCOMDATFolding/>
|
|
|
+ <ImportLibrary>..\lib\$(Platform)\PocoCryptod.lib</ImportLibrary>
|
|
|
+ <SubSystem>WindowsCE</SubSystem>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release_shared|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
+ <AdditionalIncludeDirectories>.\include;..\Foundation\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;Crypto_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>ws2_32.lib;iphlpapi.lib;libeay32.lib;ssleay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <OutputFile>..\bin\$(Platform)\PocoCrypto.dll</OutputFile>
|
|
|
+ <AdditionalLibraryDirectories>..\lib\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
+ <ProgramDatabaseFile/>
|
|
|
+ <OptimizeReferences/>
|
|
|
+ <EnableCOMDATFolding/>
|
|
|
+ <ImportLibrary>..\lib\$(Platform)\PocoCrypto.lib</ImportLibrary>
|
|
|
+ <SubSystem>WindowsCE</SubSystem>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_mt|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>.\include;..\Foundation\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>true</BufferSecurityCheck>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <PrecompiledHeader/>
|
|
|
+ <ProgramDataBaseFileName>..\lib\$(Platform)\PocoCryptomtd.pdb</ProgramDataBaseFileName>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <CompileAs>Default</CompileAs>
|
|
|
+ </ClCompile>
|
|
|
+ <Lib>
|
|
|
+ <OutputFile>..\lib\$(Platform)\PocoCryptomtd.lib</OutputFile>
|
|
|
+ </Lib>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release_static_mt|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
+ <AdditionalIncludeDirectories>.\include;..\Foundation\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <PrecompiledHeader/>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <CompileAs>Default</CompileAs>
|
|
|
+ </ClCompile>
|
|
|
+ <Lib>
|
|
|
+ <OutputFile>..\lib\$(Platform)\PocoCryptomt.lib</OutputFile>
|
|
|
+ </Lib>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_md|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>.\include;..\Foundation\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>true</BufferSecurityCheck>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <PrecompiledHeader/>
|
|
|
+ <ProgramDataBaseFileName>..\lib\$(Platform)\PocoCryptomdd.pdb</ProgramDataBaseFileName>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <CompileAs>Default</CompileAs>
|
|
|
+ </ClCompile>
|
|
|
+ <Lib>
|
|
|
+ <OutputFile>..\lib\$(Platform)\PocoCryptomdd.lib</OutputFile>
|
|
|
+ </Lib>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release_static_md|SDK_AM335X_SK_WEC2013_V300'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
+ <AdditionalIncludeDirectories>.\include;..\Foundation\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <PrecompiledHeader/>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <CompileAs>Default</CompileAs>
|
|
|
+ </ClCompile>
|
|
|
+ <Lib>
|
|
|
+ <OutputFile>..\lib\$(Platform)\PocoCryptomd.lib</OutputFile>
|
|
|
+ </Lib>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <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\X509Certificate.h"/>
|
|
|
+ <ClInclude Include="include\Poco\Crypto\Crypto.h"/>
|
|
|
+ <ClInclude Include="include\Poco\Crypto\OpenSSLInitializer.h"/>
|
|
|
+ <ClInclude Include="include\Poco\Crypto\DigestEngine.h"/>
|
|
|
+ </ItemGroup>
|
|
|
+ <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\X509Certificate.cpp"/>
|
|
|
+ <ClCompile Include="src\OpenSSLInitializer.cpp"/>
|
|
|
+ <ClCompile Include="src\DigestEngine.cpp"/>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ResourceCompile Include="..\DLLVersion.rc">
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='debug_static_md|SDK_AM335X_SK_WEC2013_V300'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='debug_static_mt|SDK_AM335X_SK_WEC2013_V300'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='release_static_md|SDK_AM335X_SK_WEC2013_V300'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='release_static_mt|SDK_AM335X_SK_WEC2013_V300'">true</ExcludedFromBuild>
|
|
|
+ </ResourceCompile>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
|
|
|
+ <ImportGroup Label="ExtensionTargets"/>
|
|
|
+</Project>
|