quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

mbedTLS.vcxproj (29759B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Debug|x64">
      9       <Configuration>Debug</Configuration>
     10       <Platform>x64</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Release|Win32">
     13       <Configuration>Release</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
     23     <Keyword>Win32Proj</Keyword>
     24     <RootNamespace>mbedTLS</RootNamespace>
     25   </PropertyGroup>
     26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     28     <ConfigurationType>StaticLibrary</ConfigurationType>
     29     <UseDebugLibraries>true</UseDebugLibraries>
     30     <CharacterSet>Unicode</CharacterSet>
     31     <PlatformToolset>v141</PlatformToolset>
     32   </PropertyGroup>
     33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     34     <ConfigurationType>StaticLibrary</ConfigurationType>
     35     <UseDebugLibraries>true</UseDebugLibraries>
     36     <CharacterSet>Unicode</CharacterSet>
     37     <PlatformToolset>v141</PlatformToolset>
     38   </PropertyGroup>
     39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     40     <ConfigurationType>StaticLibrary</ConfigurationType>
     41     <UseDebugLibraries>false</UseDebugLibraries>
     42     <WholeProgramOptimization>true</WholeProgramOptimization>
     43     <CharacterSet>Unicode</CharacterSet>
     44     <PlatformToolset>v141</PlatformToolset>
     45   </PropertyGroup>
     46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     47     <ConfigurationType>StaticLibrary</ConfigurationType>
     48     <UseDebugLibraries>false</UseDebugLibraries>
     49     <WholeProgramOptimization>true</WholeProgramOptimization>
     50     <CharacterSet>Unicode</CharacterSet>
     51     <PlatformToolset>v141</PlatformToolset>
     52   </PropertyGroup>
     53   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     54   <ImportGroup Label="ExtensionSettings">
     55   </ImportGroup>
     56   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     58   </ImportGroup>
     59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     61   </ImportGroup>
     62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     64   </ImportGroup>
     65   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     67   </ImportGroup>
     68   <PropertyGroup Label="UserMacros" />
     69   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     70     <LinkIncremental>true</LinkIncremental>
     71     <IntDir>$(Configuration)\$(TargetName)\</IntDir>
     72   </PropertyGroup>
     73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     74     <LinkIncremental>true</LinkIncremental>
     75     <IntDir>$(Configuration)\$(TargetName)\</IntDir>
     76   </PropertyGroup>
     77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     78     <LinkIncremental>false</LinkIncremental>
     79     <IntDir>$(Configuration)\$(TargetName)\</IntDir>
     80   </PropertyGroup>
     81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     82     <LinkIncremental>false</LinkIncremental>
     83     <IntDir>$(Configuration)\$(TargetName)\</IntDir>
     84   </PropertyGroup>
     85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     86     <ClCompile>
     87       <WarningLevel>Level3</WarningLevel>
     88       <Optimization>Disabled</Optimization>
     89       <PreprocessorDefinitions>_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     90       <AdditionalIncludeDirectories>
     91 ../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include;../../framework/tests/include;../../framework/tests/programs      </AdditionalIncludeDirectories>
     92       <CompileAs>CompileAsC</CompileAs>
     93     </ClCompile>
     94     <Link>
     95       <SubSystem>Windows</SubSystem>
     96       <GenerateDebugInformation>true</GenerateDebugInformation>
     97       <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
     98     </Link>
     99   </ItemDefinitionGroup>
    100   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    101     <ClCompile>
    102       <WarningLevel>Level3</WarningLevel>
    103       <Optimization>Disabled</Optimization>
    104       <PreprocessorDefinitions>_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    105       <AdditionalIncludeDirectories>
    106 ../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include;../../framework/tests/include;../../framework/tests/programs      </AdditionalIncludeDirectories>
    107       <CompileAs>CompileAsC</CompileAs>
    108     </ClCompile>
    109     <Link>
    110       <SubSystem>Windows</SubSystem>
    111       <GenerateDebugInformation>true</GenerateDebugInformation>
    112       <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
    113     </Link>
    114   </ItemDefinitionGroup>
    115   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    116     <ClCompile>
    117       <WarningLevel>Level3</WarningLevel>
    118       <Optimization>MaxSpeed</Optimization>
    119       <FunctionLevelLinking>true</FunctionLevelLinking>
    120       <IntrinsicFunctions>true</IntrinsicFunctions>
    121       <PreprocessorDefinitions>NDEBUG;_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    122       <AdditionalIncludeDirectories>
    123 ../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include;../../framework/tests/include;../../framework/tests/programs      </AdditionalIncludeDirectories>
    124     </ClCompile>
    125     <Link>
    126       <SubSystem>Windows</SubSystem>
    127       <GenerateDebugInformation>true</GenerateDebugInformation>
    128       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    129       <OptimizeReferences>true</OptimizeReferences>
    130       <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
    131     </Link>
    132   </ItemDefinitionGroup>
    133   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    134     <ClCompile>
    135       <WarningLevel>Level3</WarningLevel>
    136       <Optimization>MaxSpeed</Optimization>
    137       <FunctionLevelLinking>true</FunctionLevelLinking>
    138       <IntrinsicFunctions>true</IntrinsicFunctions>
    139       <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    140       <AdditionalIncludeDirectories>
    141 ../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include;../../framework/tests/include;../../framework/tests/programs      </AdditionalIncludeDirectories>
    142     </ClCompile>
    143     <Link>
    144       <SubSystem>Windows</SubSystem>
    145       <GenerateDebugInformation>true</GenerateDebugInformation>
    146       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    147       <OptimizeReferences>true</OptimizeReferences>
    148     </Link>
    149   </ItemDefinitionGroup>
    150   <ItemGroup>
    151     <ClInclude Include="..\..\include\mbedtls\aes.h" />
    152     <ClInclude Include="..\..\include\mbedtls\aria.h" />
    153     <ClInclude Include="..\..\include\mbedtls\asn1.h" />
    154     <ClInclude Include="..\..\include\mbedtls\asn1write.h" />
    155     <ClInclude Include="..\..\include\mbedtls\base64.h" />
    156     <ClInclude Include="..\..\include\mbedtls\bignum.h" />
    157     <ClInclude Include="..\..\include\mbedtls\block_cipher.h" />
    158     <ClInclude Include="..\..\include\mbedtls\build_info.h" />
    159     <ClInclude Include="..\..\include\mbedtls\camellia.h" />
    160     <ClInclude Include="..\..\include\mbedtls\ccm.h" />
    161     <ClInclude Include="..\..\include\mbedtls\chacha20.h" />
    162     <ClInclude Include="..\..\include\mbedtls\chachapoly.h" />
    163     <ClInclude Include="..\..\include\mbedtls\check_config.h" />
    164     <ClInclude Include="..\..\include\mbedtls\cipher.h" />
    165     <ClInclude Include="..\..\include\mbedtls\cmac.h" />
    166     <ClInclude Include="..\..\include\mbedtls\compat-2.x.h" />
    167     <ClInclude Include="..\..\include\mbedtls\config_adjust_legacy_crypto.h" />
    168     <ClInclude Include="..\..\include\mbedtls\config_adjust_legacy_from_psa.h" />
    169     <ClInclude Include="..\..\include\mbedtls\config_adjust_psa_from_legacy.h" />
    170     <ClInclude Include="..\..\include\mbedtls\config_adjust_psa_superset_legacy.h" />
    171     <ClInclude Include="..\..\include\mbedtls\config_adjust_ssl.h" />
    172     <ClInclude Include="..\..\include\mbedtls\config_adjust_x509.h" />
    173     <ClInclude Include="..\..\include\mbedtls\config_psa.h" />
    174     <ClInclude Include="..\..\include\mbedtls\constant_time.h" />
    175     <ClInclude Include="..\..\include\mbedtls\ctr_drbg.h" />
    176     <ClInclude Include="..\..\include\mbedtls\debug.h" />
    177     <ClInclude Include="..\..\include\mbedtls\des.h" />
    178     <ClInclude Include="..\..\include\mbedtls\dhm.h" />
    179     <ClInclude Include="..\..\include\mbedtls\ecdh.h" />
    180     <ClInclude Include="..\..\include\mbedtls\ecdsa.h" />
    181     <ClInclude Include="..\..\include\mbedtls\ecjpake.h" />
    182     <ClInclude Include="..\..\include\mbedtls\ecp.h" />
    183     <ClInclude Include="..\..\include\mbedtls\entropy.h" />
    184     <ClInclude Include="..\..\include\mbedtls\error.h" />
    185     <ClInclude Include="..\..\include\mbedtls\gcm.h" />
    186     <ClInclude Include="..\..\include\mbedtls\hkdf.h" />
    187     <ClInclude Include="..\..\include\mbedtls\hmac_drbg.h" />
    188     <ClInclude Include="..\..\include\mbedtls\lms.h" />
    189     <ClInclude Include="..\..\include\mbedtls\mbedtls_config.h" />
    190     <ClInclude Include="..\..\include\mbedtls\md.h" />
    191     <ClInclude Include="..\..\include\mbedtls\md5.h" />
    192     <ClInclude Include="..\..\include\mbedtls\memory_buffer_alloc.h" />
    193     <ClInclude Include="..\..\include\mbedtls\net_sockets.h" />
    194     <ClInclude Include="..\..\include\mbedtls\nist_kw.h" />
    195     <ClInclude Include="..\..\include\mbedtls\oid.h" />
    196     <ClInclude Include="..\..\include\mbedtls\pem.h" />
    197     <ClInclude Include="..\..\include\mbedtls\pk.h" />
    198     <ClInclude Include="..\..\include\mbedtls\pkcs12.h" />
    199     <ClInclude Include="..\..\include\mbedtls\pkcs5.h" />
    200     <ClInclude Include="..\..\include\mbedtls\pkcs7.h" />
    201     <ClInclude Include="..\..\include\mbedtls\platform.h" />
    202     <ClInclude Include="..\..\include\mbedtls\platform_time.h" />
    203     <ClInclude Include="..\..\include\mbedtls\platform_util.h" />
    204     <ClInclude Include="..\..\include\mbedtls\poly1305.h" />
    205     <ClInclude Include="..\..\include\mbedtls\private_access.h" />
    206     <ClInclude Include="..\..\include\mbedtls\psa_util.h" />
    207     <ClInclude Include="..\..\include\mbedtls\ripemd160.h" />
    208     <ClInclude Include="..\..\include\mbedtls\rsa.h" />
    209     <ClInclude Include="..\..\include\mbedtls\sha1.h" />
    210     <ClInclude Include="..\..\include\mbedtls\sha256.h" />
    211     <ClInclude Include="..\..\include\mbedtls\sha3.h" />
    212     <ClInclude Include="..\..\include\mbedtls\sha512.h" />
    213     <ClInclude Include="..\..\include\mbedtls\ssl.h" />
    214     <ClInclude Include="..\..\include\mbedtls\ssl_cache.h" />
    215     <ClInclude Include="..\..\include\mbedtls\ssl_ciphersuites.h" />
    216     <ClInclude Include="..\..\include\mbedtls\ssl_cookie.h" />
    217     <ClInclude Include="..\..\include\mbedtls\ssl_ticket.h" />
    218     <ClInclude Include="..\..\include\mbedtls\threading.h" />
    219     <ClInclude Include="..\..\include\mbedtls\timing.h" />
    220     <ClInclude Include="..\..\include\mbedtls\version.h" />
    221     <ClInclude Include="..\..\include\mbedtls\x509.h" />
    222     <ClInclude Include="..\..\include\mbedtls\x509_crl.h" />
    223     <ClInclude Include="..\..\include\mbedtls\x509_crt.h" />
    224     <ClInclude Include="..\..\include\mbedtls\x509_csr.h" />
    225     <ClInclude Include="..\..\include\psa\build_info.h" />
    226     <ClInclude Include="..\..\include\psa\crypto.h" />
    227     <ClInclude Include="..\..\include\psa\crypto_adjust_auto_enabled.h" />
    228     <ClInclude Include="..\..\include\psa\crypto_adjust_config_dependencies.h" />
    229     <ClInclude Include="..\..\include\psa\crypto_adjust_config_key_pair_types.h" />
    230     <ClInclude Include="..\..\include\psa\crypto_adjust_config_synonyms.h" />
    231     <ClInclude Include="..\..\include\psa\crypto_builtin_composites.h" />
    232     <ClInclude Include="..\..\include\psa\crypto_builtin_key_derivation.h" />
    233     <ClInclude Include="..\..\include\psa\crypto_builtin_primitives.h" />
    234     <ClInclude Include="..\..\include\psa\crypto_compat.h" />
    235     <ClInclude Include="..\..\include\psa\crypto_config.h" />
    236     <ClInclude Include="..\..\include\psa\crypto_driver_common.h" />
    237     <ClInclude Include="..\..\include\psa\crypto_driver_contexts_composites.h" />
    238     <ClInclude Include="..\..\include\psa\crypto_driver_contexts_key_derivation.h" />
    239     <ClInclude Include="..\..\include\psa\crypto_driver_contexts_primitives.h" />
    240     <ClInclude Include="..\..\include\psa\crypto_extra.h" />
    241     <ClInclude Include="..\..\include\psa\crypto_legacy.h" />
    242     <ClInclude Include="..\..\include\psa\crypto_platform.h" />
    243     <ClInclude Include="..\..\include\psa\crypto_se_driver.h" />
    244     <ClInclude Include="..\..\include\psa\crypto_sizes.h" />
    245     <ClInclude Include="..\..\include\psa\crypto_struct.h" />
    246     <ClInclude Include="..\..\include\psa\crypto_types.h" />
    247     <ClInclude Include="..\..\include\psa\crypto_values.h" />
    248     <ClInclude Include="..\..\framework\tests\include\test\arguments.h" />
    249     <ClInclude Include="..\..\framework\tests\include\test\asn1_helpers.h" />
    250     <ClInclude Include="..\..\framework\tests\include\test\bignum_codepath_check.h" />
    251     <ClInclude Include="..\..\framework\tests\include\test\bignum_helpers.h" />
    252     <ClInclude Include="..\..\framework\tests\include\test\constant_flow.h" />
    253     <ClInclude Include="..\..\framework\tests\include\test\fake_external_rng_for_test.h" />
    254     <ClInclude Include="..\..\framework\tests\include\test\helpers.h" />
    255     <ClInclude Include="..\..\framework\tests\include\test\macros.h" />
    256     <ClInclude Include="..\..\framework\tests\include\test\memory.h" />
    257     <ClInclude Include="..\..\framework\tests\include\test\psa_crypto_helpers.h" />
    258     <ClInclude Include="..\..\framework\tests\include\test\psa_exercise_key.h" />
    259     <ClInclude Include="..\..\framework\tests\include\test\psa_helpers.h" />
    260     <ClInclude Include="..\..\framework\tests\include\test\psa_memory_poisoning_wrappers.h" />
    261     <ClInclude Include="..\..\framework\tests\include\test\random.h" />
    262     <ClInclude Include="..\..\framework\tests\include\test\threading_helpers.h" />
    263     <ClInclude Include="..\..\tests\include\test\certs.h" />
    264     <ClInclude Include="..\..\tests\include\test\psa_test_wrappers.h" />
    265     <ClInclude Include="..\..\tests\include\test\ssl_helpers.h" />
    266     <ClInclude Include="..\..\tests\include\test\test_certs.h" />
    267     <ClInclude Include="..\..\tests\include\test\test_keys.h" />
    268     <ClInclude Include="..\..\framework\tests\include\test\drivers\aead.h" />
    269     <ClInclude Include="..\..\framework\tests\include\test\drivers\asymmetric_encryption.h" />
    270     <ClInclude Include="..\..\framework\tests\include\test\drivers\cipher.h" />
    271     <ClInclude Include="..\..\framework\tests\include\test\drivers\hash.h" />
    272     <ClInclude Include="..\..\framework\tests\include\test\drivers\key_agreement.h" />
    273     <ClInclude Include="..\..\framework\tests\include\test\drivers\key_management.h" />
    274     <ClInclude Include="..\..\framework\tests\include\test\drivers\mac.h" />
    275     <ClInclude Include="..\..\framework\tests\include\test\drivers\pake.h" />
    276     <ClInclude Include="..\..\framework\tests\include\test\drivers\signature.h" />
    277     <ClInclude Include="..\..\framework\tests\include\test\drivers\test_driver.h" />
    278     <ClInclude Include="..\..\framework\tests\include\test\drivers\test_driver_common.h" />
    279     <ClInclude Include="..\..\library\aesce.h" />
    280     <ClInclude Include="..\..\library\aesni.h" />
    281     <ClInclude Include="..\..\library\alignment.h" />
    282     <ClInclude Include="..\..\library\base64_internal.h" />
    283     <ClInclude Include="..\..\library\bignum_core.h" />
    284     <ClInclude Include="..\..\library\bignum_core_invasive.h" />
    285     <ClInclude Include="..\..\library\bignum_internal.h" />
    286     <ClInclude Include="..\..\library\bignum_mod.h" />
    287     <ClInclude Include="..\..\library\bignum_mod_raw.h" />
    288     <ClInclude Include="..\..\library\bignum_mod_raw_invasive.h" />
    289     <ClInclude Include="..\..\library\block_cipher_internal.h" />
    290     <ClInclude Include="..\..\library\bn_mul.h" />
    291     <ClInclude Include="..\..\library\check_crypto_config.h" />
    292     <ClInclude Include="..\..\library\cipher_invasive.h" />
    293     <ClInclude Include="..\..\library\cipher_wrap.h" />
    294     <ClInclude Include="..\..\library\common.h" />
    295     <ClInclude Include="..\..\library\constant_time_impl.h" />
    296     <ClInclude Include="..\..\library\constant_time_internal.h" />
    297     <ClInclude Include="..\..\library\ctr.h" />
    298     <ClInclude Include="..\..\library\debug_internal.h" />
    299     <ClInclude Include="..\..\library\ecp_internal_alt.h" />
    300     <ClInclude Include="..\..\library\ecp_invasive.h" />
    301     <ClInclude Include="..\..\library\entropy_poll.h" />
    302     <ClInclude Include="..\..\library\lmots.h" />
    303     <ClInclude Include="..\..\library\md_psa.h" />
    304     <ClInclude Include="..\..\library\md_wrap.h" />
    305     <ClInclude Include="..\..\library\mps_common.h" />
    306     <ClInclude Include="..\..\library\mps_error.h" />
    307     <ClInclude Include="..\..\library\mps_reader.h" />
    308     <ClInclude Include="..\..\library\mps_trace.h" />
    309     <ClInclude Include="..\..\library\padlock.h" />
    310     <ClInclude Include="..\..\library\pk_internal.h" />
    311     <ClInclude Include="..\..\library\pk_wrap.h" />
    312     <ClInclude Include="..\..\library\pkwrite.h" />
    313     <ClInclude Include="..\..\library\psa_crypto_aead.h" />
    314     <ClInclude Include="..\..\library\psa_crypto_cipher.h" />
    315     <ClInclude Include="..\..\library\psa_crypto_core.h" />
    316     <ClInclude Include="..\..\library\psa_crypto_core_common.h" />
    317     <ClInclude Include="..\..\library\psa_crypto_driver_wrappers.h" />
    318     <ClInclude Include="..\..\library\psa_crypto_driver_wrappers_no_static.h" />
    319     <ClInclude Include="..\..\library\psa_crypto_ecp.h" />
    320     <ClInclude Include="..\..\library\psa_crypto_ffdh.h" />
    321     <ClInclude Include="..\..\library\psa_crypto_hash.h" />
    322     <ClInclude Include="..\..\library\psa_crypto_invasive.h" />
    323     <ClInclude Include="..\..\library\psa_crypto_its.h" />
    324     <ClInclude Include="..\..\library\psa_crypto_mac.h" />
    325     <ClInclude Include="..\..\library\psa_crypto_pake.h" />
    326     <ClInclude Include="..\..\library\psa_crypto_random_impl.h" />
    327     <ClInclude Include="..\..\library\psa_crypto_rsa.h" />
    328     <ClInclude Include="..\..\library\psa_crypto_se.h" />
    329     <ClInclude Include="..\..\library\psa_crypto_slot_management.h" />
    330     <ClInclude Include="..\..\library\psa_crypto_storage.h" />
    331     <ClInclude Include="..\..\library\psa_util_internal.h" />
    332     <ClInclude Include="..\..\library\rsa_alt_helpers.h" />
    333     <ClInclude Include="..\..\library\rsa_internal.h" />
    334     <ClInclude Include="..\..\library\ssl_ciphersuites_internal.h" />
    335     <ClInclude Include="..\..\library\ssl_client.h" />
    336     <ClInclude Include="..\..\library\ssl_debug_helpers.h" />
    337     <ClInclude Include="..\..\library\ssl_misc.h" />
    338     <ClInclude Include="..\..\library\ssl_tls13_invasive.h" />
    339     <ClInclude Include="..\..\library\ssl_tls13_keys.h" />
    340     <ClInclude Include="..\..\library\x509_internal.h" />
    341     <ClInclude Include="..\..\framework\tests\programs\query_config.h" />
    342     <ClInclude Include="..\..\3rdparty\everest\include\everest\everest.h" />
    343     <ClInclude Include="..\..\3rdparty\everest\include\everest\Hacl_Curve25519.h" />
    344     <ClInclude Include="..\..\3rdparty\everest\include\everest\kremlib.h" />
    345     <ClInclude Include="..\..\3rdparty\everest\include\everest\x25519.h" />
    346   </ItemGroup>
    347   <ItemGroup>
    348     <ClCompile Include="..\..\library\aes.c" />
    349     <ClCompile Include="..\..\library\aesce.c" />
    350     <ClCompile Include="..\..\library\aesni.c" />
    351     <ClCompile Include="..\..\library\aria.c" />
    352     <ClCompile Include="..\..\library\asn1parse.c" />
    353     <ClCompile Include="..\..\library\asn1write.c" />
    354     <ClCompile Include="..\..\library\base64.c" />
    355     <ClCompile Include="..\..\library\bignum.c" />
    356     <ClCompile Include="..\..\library\bignum_core.c" />
    357     <ClCompile Include="..\..\library\bignum_mod.c" />
    358     <ClCompile Include="..\..\library\bignum_mod_raw.c" />
    359     <ClCompile Include="..\..\library\block_cipher.c" />
    360     <ClCompile Include="..\..\library\camellia.c" />
    361     <ClCompile Include="..\..\library\ccm.c" />
    362     <ClCompile Include="..\..\library\chacha20.c" />
    363     <ClCompile Include="..\..\library\chachapoly.c" />
    364     <ClCompile Include="..\..\library\cipher.c" />
    365     <ClCompile Include="..\..\library\cipher_wrap.c" />
    366     <ClCompile Include="..\..\library\cmac.c" />
    367     <ClCompile Include="..\..\library\constant_time.c" />
    368     <ClCompile Include="..\..\library\ctr_drbg.c" />
    369     <ClCompile Include="..\..\library\debug.c" />
    370     <ClCompile Include="..\..\library\des.c" />
    371     <ClCompile Include="..\..\library\dhm.c" />
    372     <ClCompile Include="..\..\library\ecdh.c" />
    373     <ClCompile Include="..\..\library\ecdsa.c" />
    374     <ClCompile Include="..\..\library\ecjpake.c" />
    375     <ClCompile Include="..\..\library\ecp.c" />
    376     <ClCompile Include="..\..\library\ecp_curves.c" />
    377     <ClCompile Include="..\..\library\ecp_curves_new.c" />
    378     <ClCompile Include="..\..\library\entropy.c" />
    379     <ClCompile Include="..\..\library\entropy_poll.c" />
    380     <ClCompile Include="..\..\library\error.c" />
    381     <ClCompile Include="..\..\library\gcm.c" />
    382     <ClCompile Include="..\..\library\hkdf.c" />
    383     <ClCompile Include="..\..\library\hmac_drbg.c" />
    384     <ClCompile Include="..\..\library\lmots.c" />
    385     <ClCompile Include="..\..\library\lms.c" />
    386     <ClCompile Include="..\..\library\md.c" />
    387     <ClCompile Include="..\..\library\md5.c" />
    388     <ClCompile Include="..\..\library\memory_buffer_alloc.c" />
    389     <ClCompile Include="..\..\library\mps_reader.c" />
    390     <ClCompile Include="..\..\library\mps_trace.c" />
    391     <ClCompile Include="..\..\library\net_sockets.c" />
    392     <ClCompile Include="..\..\library\nist_kw.c" />
    393     <ClCompile Include="..\..\library\oid.c" />
    394     <ClCompile Include="..\..\library\padlock.c" />
    395     <ClCompile Include="..\..\library\pem.c" />
    396     <ClCompile Include="..\..\library\pk.c" />
    397     <ClCompile Include="..\..\library\pk_ecc.c" />
    398     <ClCompile Include="..\..\library\pk_wrap.c" />
    399     <ClCompile Include="..\..\library\pkcs12.c" />
    400     <ClCompile Include="..\..\library\pkcs5.c" />
    401     <ClCompile Include="..\..\library\pkcs7.c" />
    402     <ClCompile Include="..\..\library\pkparse.c" />
    403     <ClCompile Include="..\..\library\pkwrite.c" />
    404     <ClCompile Include="..\..\library\platform.c" />
    405     <ClCompile Include="..\..\library\platform_util.c" />
    406     <ClCompile Include="..\..\library\poly1305.c" />
    407     <ClCompile Include="..\..\library\psa_crypto.c" />
    408     <ClCompile Include="..\..\library\psa_crypto_aead.c" />
    409     <ClCompile Include="..\..\library\psa_crypto_cipher.c" />
    410     <ClCompile Include="..\..\library\psa_crypto_client.c" />
    411     <ClCompile Include="..\..\library\psa_crypto_driver_wrappers_no_static.c" />
    412     <ClCompile Include="..\..\library\psa_crypto_ecp.c" />
    413     <ClCompile Include="..\..\library\psa_crypto_ffdh.c" />
    414     <ClCompile Include="..\..\library\psa_crypto_hash.c" />
    415     <ClCompile Include="..\..\library\psa_crypto_mac.c" />
    416     <ClCompile Include="..\..\library\psa_crypto_pake.c" />
    417     <ClCompile Include="..\..\library\psa_crypto_rsa.c" />
    418     <ClCompile Include="..\..\library\psa_crypto_se.c" />
    419     <ClCompile Include="..\..\library\psa_crypto_slot_management.c" />
    420     <ClCompile Include="..\..\library\psa_crypto_storage.c" />
    421     <ClCompile Include="..\..\library\psa_its_file.c" />
    422     <ClCompile Include="..\..\library\psa_util.c" />
    423     <ClCompile Include="..\..\library\ripemd160.c" />
    424     <ClCompile Include="..\..\library\rsa.c" />
    425     <ClCompile Include="..\..\library\rsa_alt_helpers.c" />
    426     <ClCompile Include="..\..\library\sha1.c" />
    427     <ClCompile Include="..\..\library\sha256.c" />
    428     <ClCompile Include="..\..\library\sha3.c" />
    429     <ClCompile Include="..\..\library\sha512.c" />
    430     <ClCompile Include="..\..\library\ssl_cache.c" />
    431     <ClCompile Include="..\..\library\ssl_ciphersuites.c" />
    432     <ClCompile Include="..\..\library\ssl_client.c" />
    433     <ClCompile Include="..\..\library\ssl_cookie.c" />
    434     <ClCompile Include="..\..\library\ssl_debug_helpers_generated.c" />
    435     <ClCompile Include="..\..\library\ssl_msg.c" />
    436     <ClCompile Include="..\..\library\ssl_ticket.c" />
    437     <ClCompile Include="..\..\library\ssl_tls.c" />
    438     <ClCompile Include="..\..\library\ssl_tls12_client.c" />
    439     <ClCompile Include="..\..\library\ssl_tls12_server.c" />
    440     <ClCompile Include="..\..\library\ssl_tls13_client.c" />
    441     <ClCompile Include="..\..\library\ssl_tls13_generic.c" />
    442     <ClCompile Include="..\..\library\ssl_tls13_keys.c" />
    443     <ClCompile Include="..\..\library\ssl_tls13_server.c" />
    444     <ClCompile Include="..\..\library\threading.c" />
    445     <ClCompile Include="..\..\library\timing.c" />
    446     <ClCompile Include="..\..\library\version.c" />
    447     <ClCompile Include="..\..\library\version_features.c" />
    448     <ClCompile Include="..\..\library\x509.c" />
    449     <ClCompile Include="..\..\library\x509_create.c" />
    450     <ClCompile Include="..\..\library\x509_crl.c" />
    451     <ClCompile Include="..\..\library\x509_crt.c" />
    452     <ClCompile Include="..\..\library\x509_csr.c" />
    453     <ClCompile Include="..\..\library\x509write.c" />
    454     <ClCompile Include="..\..\library\x509write_crt.c" />
    455     <ClCompile Include="..\..\library\x509write_csr.c" />
    456     <ClCompile Include="..\..\framework\tests\src\asn1_helpers.c" />
    457     <ClCompile Include="..\..\framework\tests\src\bignum_codepath_check.c" />
    458     <ClCompile Include="..\..\framework\tests\src\bignum_helpers.c" />
    459     <ClCompile Include="..\..\framework\tests\src\fake_external_rng_for_test.c" />
    460     <ClCompile Include="..\..\framework\tests\src\helpers.c" />
    461     <ClCompile Include="..\..\framework\tests\src\psa_crypto_helpers.c" />
    462     <ClCompile Include="..\..\framework\tests\src\psa_crypto_stubs.c" />
    463     <ClCompile Include="..\..\framework\tests\src\psa_exercise_key.c" />
    464     <ClCompile Include="..\..\framework\tests\src\psa_memory_poisoning_wrappers.c" />
    465     <ClCompile Include="..\..\framework\tests\src\random.c" />
    466     <ClCompile Include="..\..\framework\tests\src\test_memory.c" />
    467     <ClCompile Include="..\..\framework\tests\src\threading_helpers.c" />
    468     <ClCompile Include="..\..\tests\src\certs.c" />
    469     <ClCompile Include="..\..\tests\src\psa_test_wrappers.c" />
    470     <ClCompile Include="..\..\framework\tests\src\drivers\hash.c" />
    471     <ClCompile Include="..\..\framework\tests\src\drivers\platform_builtin_keys.c" />
    472     <ClCompile Include="..\..\framework\tests\src\drivers\test_driver_aead.c" />
    473     <ClCompile Include="..\..\framework\tests\src\drivers\test_driver_asymmetric_encryption.c" />
    474     <ClCompile Include="..\..\framework\tests\src\drivers\test_driver_cipher.c" />
    475     <ClCompile Include="..\..\framework\tests\src\drivers\test_driver_key_agreement.c" />
    476     <ClCompile Include="..\..\framework\tests\src\drivers\test_driver_key_management.c" />
    477     <ClCompile Include="..\..\framework\tests\src\drivers\test_driver_mac.c" />
    478     <ClCompile Include="..\..\framework\tests\src\drivers\test_driver_pake.c" />
    479     <ClCompile Include="..\..\framework\tests\src\drivers\test_driver_signature.c" />
    480     <ClCompile Include="..\..\3rdparty\everest\library\everest.c" />
    481     <ClCompile Include="..\..\3rdparty\everest\library\Hacl_Curve25519_joined.c" />
    482     <ClCompile Include="..\..\3rdparty\everest\library\x25519.c" />
    483     <ClCompile Include="..\..\3rdparty\everest\library\kremlib\FStar_UInt128_extracted.c" />
    484     <ClCompile Include="..\..\3rdparty\everest\library\kremlib\FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c" />
    485     <ClCompile Include="..\..\3rdparty\everest\library\legacy\Hacl_Curve25519.c" />
    486   </ItemGroup>
    487   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    488   <ImportGroup Label="ExtensionTargets">
    489   </ImportGroup>
    490 </Project>