You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
375 lines
24 KiB
XML
375 lines
24 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" 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>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\aes.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\aria.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\asn1.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\asn1write.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\base64.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\bignum.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\build_info.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\camellia.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ccm.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\chacha20.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\chachapoly.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\check_config.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\cipher.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\cmac.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\compat-2.x.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\config_psa.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\constant_time.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ctr_drbg.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\debug.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\des.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\dhm.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ecdh.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ecdsa.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ecjpake.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ecp.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\entropy.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\error.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\gcm.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\hkdf.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\hmac_drbg.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\mbedtls_config.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\md.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\md5.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\memory_buffer_alloc.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\net_sockets.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\nist_kw.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\oid.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\pem.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\pk.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\pkcs12.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\pkcs5.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\platform.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\platform_time.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\platform_util.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\poly1305.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\private_access.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\psa_util.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ripemd160.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\rsa.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\sha1.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\sha256.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\sha512.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ssl.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ssl_cache.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ssl_ciphersuites.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ssl_cookie.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\ssl_ticket.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\threading.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\timing.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\version.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\x509.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\x509_crl.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\x509_crt.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\x509_csr.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_builtin_composites.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_builtin_primitives.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_compat.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_config.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_driver_common.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_driver_contexts_composites.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_driver_contexts_primitives.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_extra.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_platform.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_se_driver.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_sizes.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_struct.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_types.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\include\psa\crypto_values.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\aesni.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\bignum_internal.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\bn_mul.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\check_crypto_config.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\cipher_wrap.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\common.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\constant_time_internal.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\constant_time_invasive.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ecp_internal_alt.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ecp_invasive.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\entropy_poll.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\md_wrap.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\mps_common.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\mps_error.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\mps_reader.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\mps_trace.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\padlock.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\pkwrite.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\pk_wrap.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_aead.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_cipher.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_core.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_ecp.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_hash.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_invasive.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_its.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_mac.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_random_impl.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_rsa.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_se.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_slot_management.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_storage.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\rsa_alt_helpers.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ssl_client.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ssl_debug_helpers.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ssl_misc.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ssl_tls13_invasive.h" />
|
|
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ssl_tls13_keys.h" />
|
|
<ClInclude Include="mbedtls_config_v3.2.1.h" />
|
|
<ClInclude Include="mbedtls_freertos_port.h" />
|
|
<ClInclude Include="threading_alt.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\aes.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\aesni.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\aria.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\asn1parse.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\asn1write.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\base64.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\bignum.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\camellia.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ccm.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\chacha20.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\chachapoly.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\cipher.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\cipher_wrap.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\cmac.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\constant_time.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ctr_drbg.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\debug.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\des.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\dhm.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ecdh.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ecdsa.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ecjpake.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ecp.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ecp_curves.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\entropy.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\entropy_poll.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\error.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\gcm.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\hkdf.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\hmac_drbg.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\md.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\md5.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\memory_buffer_alloc.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\mps_reader.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\mps_trace.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\net_sockets.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\nist_kw.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\oid.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\padlock.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\pem.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\pk.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\pkcs12.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\pkcs5.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\pkparse.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\pkwrite.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\pk_wrap.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\platform.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\platform_util.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\poly1305.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_aead.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_cipher.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_client.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_ecp.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_hash.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_mac.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_rsa.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_se.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_slot_management.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_storage.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_its_file.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ripemd160.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\rsa.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\rsa_alt_helpers.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\sha1.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\sha256.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\sha512.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_cache.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_ciphersuites.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_client.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_cookie.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_debug_helpers_generated.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_msg.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_ticket.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_tls.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_tls12_client.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_tls12_server.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_tls13_client.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_tls13_generic.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_tls13_keys.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_tls13_server.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\threading.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\timing.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\version.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\version_features.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\x509.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\x509write_crt.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\x509write_csr.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\x509_create.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\x509_crl.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\x509_crt.c" />
|
|
<ClCompile Include="..\..\ThirdParty\mbedtls\library\x509_csr.c" />
|
|
<ClCompile Include="mbedtls_freertos_port.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FreeRTOS-Kernel\FreeRTOS-Kernel.vcxproj">
|
|
<Project>{72c209c4-49a4-4942-a201-44706c9d77ec}</Project>
|
|
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
<Private>false</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{e1016f3e-94e9-4864-9fd8-1d7c1fefbfd7}</ProjectGuid>
|
|
<RootNamespace>MbedTLS</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</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>
|
|
<OutDir>build\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
<PublicIncludeDirectories>..\..\ThirdParty\mbedtls\include;.\;$(PublicIncludeDirectories)</PublicIncludeDirectories>
|
|
<AllProjectIncludesArePublic>true</AllProjectIncludesArePublic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Vcpkg">
|
|
<VcpkgEnabled>false</VcpkgEnabled>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);MBEDTLS_CONFIG_FILE="mbedtls_config_v3.2.1.h"</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>.\;..\..\ThirdParty\mbedtls\library;..\..\ThirdParty\mbedtls\include</AdditionalIncludeDirectories>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);MBEDTLS_CONFIG_FILE="mbedtls_config_v3.2.1.h"</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>.\;..\..\ThirdParty\mbedtls\library;..\..\ThirdParty\mbedtls\include</AdditionalIncludeDirectories>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);MBEDTLS_CONFIG_FILE="mbedtls_config_v3.2.1.h"</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>.\;..\..\ThirdParty\mbedtls\library;..\..\ThirdParty\mbedtls\include</AdditionalIncludeDirectories>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);MBEDTLS_CONFIG_FILE="mbedtls_config_v3.2.1.h"</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>.\;..\..\ThirdParty\mbedtls\library;..\..\ThirdParty\mbedtls\include</AdditionalIncludeDirectories>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |