mbedTLS.vcxproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project>
  3. <Import Project="..\..\Source\VSProps\Base.Macros.props" />
  4. <Import Project="$(VSPropsDir)Base.Targets.props" />
  5. <PropertyGroup Label="Globals">
  6. <ProjectGuid>{BDB6578B-0691-4E80-A46C-DF21639FD3B8}</ProjectGuid>
  7. </PropertyGroup>
  8. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  9. <Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
  10. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  11. <ImportGroup Label="ExtensionSettings" />
  12. <ImportGroup Label="PropertySheets">
  13. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  14. <Import Project="$(VSPropsDir)Base.props" />
  15. <Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
  16. </ImportGroup>
  17. <PropertyGroup Label="UserMacros" />
  18. <ItemDefinitionGroup>
  19. <ClCompile>
  20. <AdditionalIncludeDirectories>include;library;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  21. </ClCompile>
  22. </ItemDefinitionGroup>
  23. <ItemGroup>
  24. <ClCompile Include="library\aes.c" />
  25. <ClCompile Include="library\aesni.c">
  26. <ExcludedFromBuild>true</ExcludedFromBuild>
  27. </ClCompile>
  28. <ClCompile Include="library\arc4.c" />
  29. <ClCompile Include="library\aria.c" />
  30. <ClCompile Include="library\asn1parse.c" />
  31. <ClCompile Include="library\asn1write.c" />
  32. <ClCompile Include="library\base64.c" />
  33. <ClCompile Include="library\bignum.c" />
  34. <ClCompile Include="library\blowfish.c" />
  35. <ClCompile Include="library\camellia.c" />
  36. <ClCompile Include="library\ccm.c" />
  37. <ClCompile Include="library\certs.c" />
  38. <ClCompile Include="library\chacha20.c" />
  39. <ClCompile Include="library\chachapoly.c" />
  40. <ClCompile Include="library\cipher_wrap.c" />
  41. <ClCompile Include="library\cipher.c" />
  42. <ClCompile Include="library\cmac.c" />
  43. <ClCompile Include="library\constant_time.c" />
  44. <ClCompile Include="library\ctr_drbg.c" />
  45. <ClCompile Include="library\debug.c" />
  46. <ClCompile Include="library\des.c" />
  47. <ClCompile Include="library\dhm.c" />
  48. <ClCompile Include="library\ecdh.c" />
  49. <ClCompile Include="library\ecdsa.c" />
  50. <ClCompile Include="library\ecjpake.c" />
  51. <ClCompile Include="library\ecp_curves.c" />
  52. <ClCompile Include="library\ecp.c" />
  53. <ClCompile Include="library\entropy_poll.c" />
  54. <ClCompile Include="library\entropy.c" />
  55. <ClCompile Include="library\error.c" />
  56. <ClCompile Include="library\gcm.c" />
  57. <ClCompile Include="library\havege.c" />
  58. <ClCompile Include="library\hkdf.c" />
  59. <ClCompile Include="library\hmac_drbg.c" />
  60. <ClCompile Include="library\md.c" />
  61. <ClCompile Include="library\md2.c" />
  62. <ClCompile Include="library\md4.c" />
  63. <ClCompile Include="library\md5.c" />
  64. <ClCompile Include="library\memory_buffer_alloc.c" />
  65. <ClCompile Include="library\mps_reader.c" />
  66. <ClCompile Include="library\mps_trace.c" />
  67. <ClCompile Include="library\net_sockets.c" />
  68. <ClCompile Include="library\nist_kw.c" />
  69. <ClCompile Include="library\oid.c" />
  70. <ClCompile Include="library\padlock.c">
  71. <ExcludedFromBuild>true</ExcludedFromBuild>
  72. </ClCompile>
  73. <ClCompile Include="library\pem.c" />
  74. <ClCompile Include="library\pk_wrap.c" />
  75. <ClCompile Include="library\pk.c" />
  76. <ClCompile Include="library\pkcs11.c" />
  77. <ClCompile Include="library\pkcs12.c" />
  78. <ClCompile Include="library\pkcs5.c" />
  79. <ClCompile Include="library\pkparse.c" />
  80. <ClCompile Include="library\pkwrite.c" />
  81. <ClCompile Include="library\platform_util.c" />
  82. <ClCompile Include="library\platform.c" />
  83. <ClCompile Include="library\poly1305.c" />
  84. <ClCompile Include="library\psa_crypto_aead.c" />
  85. <ClCompile Include="library\psa_crypto_cipher.c" />
  86. <ClCompile Include="library\psa_crypto_client.c" />
  87. <ClCompile Include="library\psa_crypto_driver_wrappers.c" />
  88. <ClCompile Include="library\psa_crypto_ecp.c" />
  89. <ClCompile Include="library\psa_crypto_hash.c" />
  90. <ClCompile Include="library\psa_crypto_mac.c" />
  91. <ClCompile Include="library\psa_crypto_rsa.c" />
  92. <ClCompile Include="library\psa_crypto_se.c" />
  93. <ClCompile Include="library\psa_crypto_slot_management.c" />
  94. <ClCompile Include="library\psa_crypto_storage.c" />
  95. <ClCompile Include="library\psa_crypto.c" />
  96. <ClCompile Include="library\psa_its_file.c" />
  97. <ClCompile Include="library\ripemd160.c" />
  98. <ClCompile Include="library\rsa_internal.c" />
  99. <ClCompile Include="library\rsa.c" />
  100. <ClCompile Include="library\sha1.c" />
  101. <ClCompile Include="library\sha256.c" />
  102. <ClCompile Include="library\sha512.c" />
  103. <ClCompile Include="library\ssl_cache.c" />
  104. <ClCompile Include="library\ssl_ciphersuites.c" />
  105. <ClCompile Include="library\ssl_cli.c" />
  106. <ClCompile Include="library\ssl_cookie.c" />
  107. <ClCompile Include="library\ssl_msg.c" />
  108. <ClCompile Include="library\ssl_srv.c" />
  109. <ClCompile Include="library\ssl_ticket.c" />
  110. <ClCompile Include="library\ssl_tls.c" />
  111. <ClCompile Include="library\ssl_tls13_keys.c" />
  112. <ClCompile Include="library\threading.c" />
  113. <ClCompile Include="library\timing.c" />
  114. <ClCompile Include="library\version_features.c" />
  115. <ClCompile Include="library\version.c" />
  116. <ClCompile Include="library\x509_create.c" />
  117. <ClCompile Include="library\x509_crl.c" />
  118. <ClCompile Include="library\x509_crt.c" />
  119. <ClCompile Include="library\x509_csr.c" />
  120. <ClCompile Include="library\x509.c" />
  121. <ClCompile Include="library\x509write_crt.c" />
  122. <ClCompile Include="library\x509write_csr.c" />
  123. <ClCompile Include="library\xtea.c" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Text Include="library\CMakeLists.txt" />
  127. </ItemGroup>
  128. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  129. <ImportGroup Label="ExtensionTargets">
  130. </ImportGroup>
  131. </Project>