11.1Sriastrad<?xml version="1.0" encoding="utf-8"?> 21.1Sriastrad<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 31.1Sriastrad <PropertyGroup Label="Globals"> 41.1Sriastrad <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 51.1Sriastrad <ProjectName>libsodium</ProjectName> 61.1Sriastrad <PlatformToolset>v140</PlatformToolset> 71.1Sriastrad </PropertyGroup> 81.1Sriastrad <ItemGroup Label="ProjectConfigurations"> 91.1Sriastrad <ProjectConfiguration Include="DebugDLL|Win32"> 101.1Sriastrad <Configuration>DebugDLL</Configuration> 111.1Sriastrad <Platform>Win32</Platform> 121.1Sriastrad </ProjectConfiguration> 131.1Sriastrad <ProjectConfiguration Include="ReleaseDLL|Win32"> 141.1Sriastrad <Configuration>ReleaseDLL</Configuration> 151.1Sriastrad <Platform>Win32</Platform> 161.1Sriastrad </ProjectConfiguration> 171.1Sriastrad <ProjectConfiguration Include="DebugDLL|x64"> 181.1Sriastrad <Configuration>DebugDLL</Configuration> 191.1Sriastrad <Platform>x64</Platform> 201.1Sriastrad </ProjectConfiguration> 211.1Sriastrad <ProjectConfiguration Include="ReleaseDLL|x64"> 221.1Sriastrad <Configuration>ReleaseDLL</Configuration> 231.1Sriastrad <Platform>x64</Platform> 241.1Sriastrad </ProjectConfiguration> 251.1Sriastrad <ProjectConfiguration Include="DebugLTCG|Win32"> 261.1Sriastrad <Configuration>DebugLTCG</Configuration> 271.1Sriastrad <Platform>Win32</Platform> 281.1Sriastrad </ProjectConfiguration> 291.1Sriastrad <ProjectConfiguration Include="ReleaseLTCG|Win32"> 301.1Sriastrad <Configuration>ReleaseLTCG</Configuration> 311.1Sriastrad <Platform>Win32</Platform> 321.1Sriastrad </ProjectConfiguration> 331.1Sriastrad <ProjectConfiguration Include="DebugLTCG|x64"> 341.1Sriastrad <Configuration>DebugLTCG</Configuration> 351.1Sriastrad <Platform>x64</Platform> 361.1Sriastrad </ProjectConfiguration> 371.1Sriastrad <ProjectConfiguration Include="ReleaseLTCG|x64"> 381.1Sriastrad <Configuration>ReleaseLTCG</Configuration> 391.1Sriastrad <Platform>x64</Platform> 401.1Sriastrad </ProjectConfiguration> 411.1Sriastrad <ProjectConfiguration Include="DebugLIB|Win32"> 421.1Sriastrad <Configuration>DebugLIB</Configuration> 431.1Sriastrad <Platform>Win32</Platform> 441.1Sriastrad </ProjectConfiguration> 451.1Sriastrad <ProjectConfiguration Include="ReleaseLIB|Win32"> 461.1Sriastrad <Configuration>ReleaseLIB</Configuration> 471.1Sriastrad <Platform>Win32</Platform> 481.1Sriastrad </ProjectConfiguration> 491.1Sriastrad <ProjectConfiguration Include="DebugLIB|x64"> 501.1Sriastrad <Configuration>DebugLIB</Configuration> 511.1Sriastrad <Platform>x64</Platform> 521.1Sriastrad </ProjectConfiguration> 531.1Sriastrad <ProjectConfiguration Include="ReleaseLIB|x64"> 541.1Sriastrad <Configuration>ReleaseLIB</Configuration> 551.1Sriastrad <Platform>x64</Platform> 561.1Sriastrad </ProjectConfiguration> 571.1Sriastrad </ItemGroup> 581.1Sriastrad <PropertyGroup Label="Configuration"> 591.1Sriastrad <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationType> 601.1Sriastrad <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</ConfigurationType> 611.1Sriastrad </PropertyGroup> 621.1Sriastrad <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 631.1Sriastrad <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 641.1Sriastrad <ImportGroup Label="PropertySheets"> 651.1Sriastrad <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> 661.1Sriastrad <Import Project="$(ProjectDir)..\..\properties\Output.props" /> 671.1Sriastrad <Import Project="$(ProjectDir)$(ProjectName).props" /> 681.1Sriastrad </ImportGroup> 691.1Sriastrad <ItemGroup> 701.1Sriastrad <None Include="..\..\..\..\packaging\nuget\package.bat" /> 711.1Sriastrad <None Include="..\..\..\..\packaging\nuget\package.config" /> 721.1Sriastrad <None Include="..\..\..\..\packaging\nuget\package.gsl" /> 731.1Sriastrad <None Include="..\..\..\..\packaging\nuget\package.nuspec" /> 741.1Sriastrad <None Include="..\..\..\..\packaging\nuget\package.targets" /> 751.1Sriastrad </ItemGroup> 761.1Sriastrad <ItemGroup> 771.1Sriastrad <Xml Include="..\..\..\..\packaging\nuget\package.xml" /> 781.1Sriastrad </ItemGroup> 791.1Sriastrad <ItemGroup> 801.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c" /> 811.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c" /> 821.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.c" /> 831.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse3.c" /> 841.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2.c" /> 851.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse41.c" /> 861.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\generichash_blake2b.c" /> 871.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-ref.c" /> 881.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_kx\crypto_kx.c" /> 891.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\crypto_sign.c" /> 901.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\sign_ed25519.c" /> 911.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\ref10\obsolete.c" /> 921.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\ref10\sign.c" /> 931.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\ref10\keypair.c" /> 941.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\ref10\open.c" /> 951.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_secretbox\crypto_secretbox.c" /> 961.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_secretbox\crypto_secretbox_easy.c" /> 971.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_secretbox\xsalsa20poly1305\secretbox_xsalsa20poly1305.c" /> 981.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_secretbox\xchacha20poly1305\secretbox_xchacha20poly1305.c" /> 991.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\crypto_pwhash.c" /> 1001.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blake2b-long.c" /> 1011.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-core.c" /> 1021.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-fill-block-avx512f.c" /> 1031.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ref.c" /> 1041.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ssse3.c" /> 1051.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\pwhash_argon2i.c" /> 1061.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\pwhash_argon2id.c" /> 1071.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2.c" /> 1081.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-fill-block-avx2.c" /> 1091.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-encoding.c" /> 1101.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\scrypt_platform.c" /> 1111.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\crypto_scrypt-common.c" /> 1121.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\pwhash_scryptsalsa208sha256.c" /> 1131.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\pbkdf2-sha256.c" /> 1141.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\nosse\pwhash_scryptsalsa208sha256_nosse.c" /> 1151.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\sse\pwhash_scryptsalsa208sha256_sse.c" /> 1161.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_verify\sodium\verify.c" /> 1171.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_auth\crypto_auth.c" /> 1181.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_auth\hmacsha512\auth_hmacsha512.c" /> 1191.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_auth\hmacsha512256\auth_hmacsha512256.c" /> 1201.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_auth\hmacsha256\auth_hmacsha256.c" /> 1211.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_kdf\crypto_kdf.c" /> 1221.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_kdf\blake2b\kdf_blake2b.c" /> 1231.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_shorthash\crypto_shorthash.c" /> 1241.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_shorthash\siphash24\shorthash_siphash24.c" /> 1251.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_shorthash\siphash24\shorthash_siphashx24.c" /> 1261.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphashx24_ref.c" /> 1271.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphash24_ref.c" /> 1281.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\crypto_scalarmult.c" /> 1291.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\ed25519\ref10\scalarmult_ed25519_ref10.c" /> 1301.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\scalarmult_curve25519.c" /> 1311.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\curve25519_sandy2x.c" /> 1321.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe_frombytes_sandy2x.c" /> 1331.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51_invert.c" /> 1341.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\ref10\x25519_ref10.c" /> 1351.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_onetimeauth\crypto_onetimeauth.c" /> 1361.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\onetimeauth_poly1305.c" /> 1371.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna.c" /> 1381.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\sse2\poly1305_sse2.c" /> 1391.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\randombytes\randombytes.c" /> 1401.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\randombytes\sysrandom\randombytes_sysrandom.c" /> 1411.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\randombytes\salsa20\randombytes_salsa20_random.c" /> 1421.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\randombytes\nativeclient\randombytes_nativeclient.c" /> 1431.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\crypto_box_easy.c" /> 1441.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\crypto_box_seal.c" /> 1451.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\crypto_box.c" /> 1461.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\curve25519xsalsa20poly1305\box_curve25519xsalsa20poly1305.c" /> 1471.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\curve25519xchacha20poly1305\box_curve25519xchacha20poly1305.c" /> 1481.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\curve25519xchacha20poly1305\box_seal_curve25519xchacha20poly1305.c" /> 1491.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\sodium\codecs.c" /> 1501.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\sodium\runtime.c" /> 1511.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\sodium\core.c" /> 1521.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\sodium\utils.c" /> 1531.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\sodium\version.c" /> 1541.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\crypto_stream.c" /> 1551.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\xchacha20\stream_xchacha20.c" /> 1561.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\stream_chacha20.c" /> 1571.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\ref\chacha20_ref.c" /> 1581.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-avx2.c" /> 1591.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-ssse3.c" /> 1601.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\stream_salsa20.c" /> 1611.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\ref\salsa20_ref.c" /> 1621.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-avx2.c" /> 1631.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-sse2.c" /> 1641.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6\salsa20_xmm6.c" /> 1651.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa2012\stream_salsa2012.c" /> 1661.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa2012\ref\stream_salsa2012_ref.c" /> 1671.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa208\stream_salsa208.c" /> 1681.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa208\ref\stream_salsa208_ref.c" /> 1691.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\xsalsa20\stream_xsalsa20.c" /> 1701.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_hash\crypto_hash.c" /> 1711.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_hash\sha512\hash_sha512.c" /> 1721.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_hash\sha512\cp\hash_sha512_cp.c" /> 1731.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_hash\sha256\hash_sha256.c" /> 1741.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_hash\sha256\cp\hash_sha256_cp.c" /> 1751.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_aead\xchacha20poly1305\sodium\aead_xchacha20poly1305.c" /> 1761.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_aead\aes256gcm\aesni\aead_aes256gcm_aesni.c" /> 1771.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_aead\chacha20poly1305\sodium\aead_chacha20poly1305.c" /> 1781.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_secretstream\xchacha20poly1305\secretstream_xchacha20poly1305.c" /> 1791.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\salsa\ref\core_salsa_ref.c" /> 1801.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\hchacha20\core_hchacha20.c" /> 1811.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\hsalsa20\core_hsalsa20.c" /> 1821.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\hsalsa20\ref2\core_hsalsa20_ref2.c" /> 1831.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\ed25519\core_ed25519.c" /> 1841.1Sriastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\ed25519_ref10.c" /> 1851.1Sriastrad </ItemGroup> 1861.1Sriastrad <ItemGroup> 1871.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-sse2.h" /> 1881.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-avx2.h" /> 1891.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2.h" /> 1901.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse3.h" /> 1911.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-sse41.h" /> 1921.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2.h" /> 1931.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse41.h" /> 1941.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\ref10\sign_ed25519_ref10.h" /> 1951.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium.h" /> 1961.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_salsa2012.h" /> 1971.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_auth.h" /> 1981.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\utils.h" /> 1991.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_hchacha20.h" /> 2001.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_hash_sha512.h" /> 2011.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\core.h" /> 2021.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\export.h" /> 2031.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\randombytes_salsa20_random.h" /> 2041.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_salsa20.h" /> 2051.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_shorthash_siphash24.h" /> 2061.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\randombytes.h" /> 2071.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_hash_sha256.h" /> 2081.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream.h" /> 2091.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_auth_hmacsha512.h" /> 2101.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_aead_xchacha20poly1305.h" /> 2111.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_salsa20.h" /> 2121.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_onetimeauth_poly1305.h" /> 2131.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_kx.h" /> 2141.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_hash.h" /> 2151.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_sign.h" /> 2161.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_kdf.h" /> 2171.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_auth_hmacsha256.h" /> 2181.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_box.h" /> 2191.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_verify_32.h" /> 2201.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_xchacha20.h" /> 2211.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_salsa208.h" /> 2221.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_auth_hmacsha512256.h" /> 2231.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_aead_chacha20poly1305.h" /> 2241.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\randombytes_sysrandom.h" /> 2251.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\runtime.h" /> 2261.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_salsa208.h" /> 2271.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_aead_aes256gcm.h" /> 2281.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_salsa2012.h" /> 2291.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_secretbox_xchacha20poly1305.h" /> 2301.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\randombytes_nativeclient.h" /> 2311.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_scalarmult.h" /> 2321.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_pwhash.h" /> 2331.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_verify_16.h" /> 2341.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_chacha20.h" /> 2351.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_xsalsa20.h" /> 2361.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_hsalsa20.h" /> 2371.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_kdf_blake2b.h" /> 2381.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_scalarmult_curve25519.h" /> 2391.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_shorthash.h" /> 2401.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_pwhash_argon2id.h" /> 2411.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_secretstream_xchacha20poly1305.h" /> 2421.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_pwhash_scryptsalsa208sha256.h" /> 2431.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_sign_ed25519.h" /> 2441.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_onetimeauth.h" /> 2451.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_verify_64.h" /> 2461.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_box_curve25519xchacha20poly1305.h" /> 2471.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_ed25519.h" /> 2481.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_pwhash_argon2i.h" /> 2491.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_generichash.h" /> 2501.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_secretbox_xsalsa20poly1305.h" /> 2511.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_secretbox.h" /> 2521.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_scalarmult_ed25519.h" /> 2531.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_box_curve25519xsalsa20poly1305.h" /> 2541.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_generichash_blake2b.h" /> 2551.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_sign_edwards25519sha512batch.h" /> 2561.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\ed25519_ref10.h" /> 2571.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\ed25519_ref10_fe_25_5.h" /> 2581.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\ed25519_ref10_fe_51.h" /> 2591.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\sse2_64_32.h" /> 2601.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\common.h" /> 2611.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\mutex.h" /> 2621.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\implementations.h" /> 2631.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blamka-round-ref.h" /> 2641.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blamka-round-avx2.h" /> 2651.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2.h" /> 2661.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blamka-round-ssse3.h" /> 2671.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-encoding.h" /> 2681.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blake2b-long.h" /> 2691.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blamka-round-avx512f.h" /> 2701.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-core.h" /> 2711.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\crypto_scrypt.h" /> 2721.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\pbkdf2-sha256.h" /> 2731.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphash_ref.h" /> 2741.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\scalarmult_curve25519.h" /> 2751.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\consts_namespace.h" /> 2761.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_namespace.h" /> 2771.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe.h" /> 2781.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_base_namespace.h" /> 2791.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder.h" /> 2801.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51.h" /> 2811.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\curve25519_sandy2x.h" /> 2821.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51_namespace.h" /> 2831.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_base.h" /> 2841.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\ref10\x25519_ref10.h" /> 2851.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\onetimeauth_poly1305.h" /> 2861.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna.h" /> 2871.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna64.h" /> 2881.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna32.h" /> 2891.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\sse2\poly1305_sse2.h" /> 2901.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\stream_chacha20.h" /> 2911.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\ref\chacha20_ref.h" /> 2921.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\u4.h" /> 2931.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-ssse3.h" /> 2941.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\u0.h" /> 2951.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\u1.h" /> 2961.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-avx2.h" /> 2971.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\u8.h" /> 2981.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\stream_salsa20.h" /> 2991.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\ref\salsa20_ref.h" /> 3001.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\u4.h" /> 3011.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\u0.h" /> 3021.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\u1.h" /> 3031.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-avx2.h" /> 3041.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\u8.h" /> 3051.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-sse2.h" /> 3061.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6\salsa20_xmm6.h" /> 3071.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\constants.h" /> 3081.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\fe.h" /> 3091.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base2.h" /> 3101.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base.h" /> 3111.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\constants.h" /> 3121.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\fe.h" /> 3131.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\base2.h" /> 3141.1Sriastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\base.h" /> 3151.1Sriastrad <ClInclude Include="..\..\resource.h" /> 3161.1Sriastrad </ItemGroup> 3171.1Sriastrad <ItemGroup> 3181.1Sriastrad <ResourceCompile Include="..\..\resource.rc"> 3191.1Sriastrad </ResourceCompile> 3201.1Sriastrad </ItemGroup> 3211.1Sriastrad <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 3221.1Sriastrad <ImportGroup Label="ExtensionTargets"> 3231.1Sriastrad </ImportGroup> 3241.1Sriastrad</Project> 325