mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 08:49:03 +00:00
325 lines
21 KiB
XML
325 lines
21 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
<ProjectGuid>{12EFBD9F-6A4F-4B2C-AFCA-165A64CC2B45}</ProjectGuid>
|
|
<RootNamespace>libtoolchaintest</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)..\..\deps\libmbedtls\include;$(SolutionDir)..\..\deps\libfmt\include;$(ProjectDir)..\..\..\include</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)..\..\deps\libmbedtls\include;$(SolutionDir)..\..\deps\libfmt\include;$(ProjectDir)..\..\..\include</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)..\..\deps\libmbedtls\include;$(SolutionDir)..\..\deps\libfmt\include;$(ProjectDir)..\..\..\include</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)..\..\deps\libmbedtls\include;$(SolutionDir)..\..\deps\libfmt\include;$(ProjectDir)..\..\..\include</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\deps\libmbedtls\build\visualstudio\libmbedtls\libmbedtls.vcxproj">
|
|
<Project>{7a7c66f3-2b5b-4e23-85d8-2a74fedad92c}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\deps\libfmt\build\visualstudio\libfmt\libfmt.vcxproj">
|
|
<Project>{f4b0540e-0aae-4006-944b-356944ef61fa}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\libtoolchain\libtoolchain.vcxproj">
|
|
<Project>{e194e4b8-1482-40a2-901b-75d4387822e9}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\..\test\bn_binaryutils_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\bn_bitarrayByteBEBitBE_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\bn_bitarrayByteBEBitLE_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\bn_bitarrayByteLEBitBE_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\bn_bitarrayByteLEBitLE_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\bn_endian_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\bn_pad_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\bn_string_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\ByteData_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\cli_FormatUtil_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\cli_OptionParser_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes128CbcEncryptedStream_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes128CbcEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes128CtrEncryptedStream_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes128CtrEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes128EcbEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes128Encryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes128XtsEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes192CbcEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes192CtrEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes192EcbEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes192Encryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes256CbcEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes256CtrEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes256EcbEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes256Encryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Aes256XtsEncryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_HmacMd5Generator_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_HmacSha1Generator_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_HmacSha256Generator_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_HmacSha512Generator_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Md5Generator_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Pbkdf1Md5KeyDeriver_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Pbkdf1Sha1KeyDeriver_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Pbkdf2Sha1KeyDeriver_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Pbkdf2Sha256KeyDeriver_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Pbkdf2Sha512KeyDeriver_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_PseudoRandomByteGenerator_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa1024OaepSha256Encryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa1024Pkcs1Md5Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha1Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha256Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha512Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa1024PssSha256Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa1024PssSha512Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa2048OaepSha256Encryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa2048OaepSha512Encryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa2048Pkcs1Md5Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha1Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha256Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha512Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa2048PssSha256Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa2048PssSha512Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa4096OaepSha256Encryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa4096OaepSha512Encryptor_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa4096Pkcs1Md5Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha1Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha256Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha512Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa4096PssSha256Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Rsa4096PssSha512Signer_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Sha1Generator_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Sha256Generator_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\crypto_Sha512Generator_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\Optional_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\PbkdfUtil.cpp" />
|
|
<ClCompile Include="..\..\..\test\RsaOaepUtil.cpp" />
|
|
<ClCompile Include="..\..\..\test\RsaPkcs1Util.cpp" />
|
|
<ClCompile Include="..\..\..\test\RsaPssUtil.cpp" />
|
|
<ClCompile Include="..\..\..\test\SinkTestUtil.cpp" />
|
|
<ClCompile Include="..\..\..\test\SourceTestUtil.cpp" />
|
|
<ClCompile Include="..\..\..\test\FileSystemTestUtil.cpp" />
|
|
<ClCompile Include="..\..\..\test\StreamTestUtil.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_BasicPathResolver_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_ConcatenatedStream_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_FileStream_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_LocalFileSystem_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_MemorySource_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_MemoryStream_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_OverlayedSource_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_PaddingSource_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_Path_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_StreamSink_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_StreamSource_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_SubSink_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_SubSource_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_SubFileSystem_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_SubStream_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\io_VirtualFileSystem_TestClass.cpp" />
|
|
<ClCompile Include="..\..\..\test\main.cpp" />
|
|
<ClCompile Include="..\..\..\test\string_TranscodeUtil_TestClass.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\..\test\bn_binaryutils_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\bn_bitarrayByteBEBitBE_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\bn_bitarrayByteBEBitLE_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\bn_bitarrayByteLEBitBE_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\bn_bitarrayByteLEBitLE_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\bn_endian_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\bn_pad_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\bn_string_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\ByteData_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\cli_FormatUtil_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\cli_OptionParser_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes128CbcEncryptedStream_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes128CbcEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes128CtrEncryptedStream_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes128CtrEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes128EcbEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes128Encryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes128XtsEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes192CbcEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes192CtrEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes192EcbEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes192Encryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes256CbcEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes256CtrEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes256EcbEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes256Encryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Aes256XtsEncryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_HmacMd5Generator_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_HmacSha1Generator_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_HmacSha256Generator_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_HmacSha512Generator_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Md5Generator_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Pbkdf1Md5KeyDeriver_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Pbkdf1Sha1KeyDeriver_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Pbkdf2Sha1KeyDeriver_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Pbkdf2Sha256KeyDeriver_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Pbkdf2Sha512KeyDeriver_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_PseudoRandomByteGenerator_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa1024OaepSha256Encryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa1024Pkcs1Md5Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha1Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha256Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha512Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa1024PssSha256Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa1024PssSha512Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa2048OaepSha256Encryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa2048OaepSha512Encryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa2048Pkcs1Md5Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha1Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha256Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha512Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa2048PssSha256Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa2048PssSha512Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa4096OaepSha256Encryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa4096OaepSha512Encryptor_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa4096Pkcs1Md5Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha1Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha256Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha512Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa4096PssSha256Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Rsa4096PssSha512Signer_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Sha1Generator_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Sha256Generator_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\crypto_Sha512Generator_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\ITestClass.h" />
|
|
<ClInclude Include="..\..\..\test\Optional_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\PbkdfUtil.h" />
|
|
<ClInclude Include="..\..\..\test\RsaOaepUtil.h" />
|
|
<ClInclude Include="..\..\..\test\RsaPkcs1Util.h" />
|
|
<ClInclude Include="..\..\..\test\RsaPssUtil.h" />
|
|
<ClInclude Include="..\..\..\test\SinkTestUtil.h" />
|
|
<ClInclude Include="..\..\..\test\SourceTestUtil.h" />
|
|
<ClInclude Include="..\..\..\test\FileSystemTestUtil.h" />
|
|
<ClInclude Include="..\..\..\test\StreamTestUtil.h" />
|
|
<ClInclude Include="..\..\..\test\io_BasicPathResolver_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_ConcatenatedStream_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_FileStream_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_LocalFileSystem_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_MemorySource_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_MemoryStream_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_OverlayedSource_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_PaddingSource_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_Path_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_StreamSink_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_StreamSource_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_SubSink_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_SubSource_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_SubFileSystem_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_SubStream_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\io_VirtualFileSystem_TestClass.h" />
|
|
<ClInclude Include="..\..\..\test\string_TranscodeUtil_TestClass.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |