1 1.1 riastrad <?xml version="1.0" encoding="utf-8"?> 2 1.1 riastrad <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 1.1 riastrad <PropertyGroup Label="Globals"> 4 1.1 riastrad <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 5 1.1 riastrad <ProjectName>libsodium</ProjectName> 6 1.1 riastrad <PlatformToolset>v140</PlatformToolset> 7 1.1 riastrad </PropertyGroup> 8 1.1 riastrad <ItemGroup Label="ProjectConfigurations"> 9 1.1 riastrad <ProjectConfiguration Include="DebugDLL|Win32"> 10 1.1 riastrad <Configuration>DebugDLL</Configuration> 11 1.1 riastrad <Platform>Win32</Platform> 12 1.1 riastrad </ProjectConfiguration> 13 1.1 riastrad <ProjectConfiguration Include="ReleaseDLL|Win32"> 14 1.1 riastrad <Configuration>ReleaseDLL</Configuration> 15 1.1 riastrad <Platform>Win32</Platform> 16 1.1 riastrad </ProjectConfiguration> 17 1.1 riastrad <ProjectConfiguration Include="DebugDLL|x64"> 18 1.1 riastrad <Configuration>DebugDLL</Configuration> 19 1.1 riastrad <Platform>x64</Platform> 20 1.1 riastrad </ProjectConfiguration> 21 1.1 riastrad <ProjectConfiguration Include="ReleaseDLL|x64"> 22 1.1 riastrad <Configuration>ReleaseDLL</Configuration> 23 1.1 riastrad <Platform>x64</Platform> 24 1.1 riastrad </ProjectConfiguration> 25 1.1 riastrad <ProjectConfiguration Include="DebugLTCG|Win32"> 26 1.1 riastrad <Configuration>DebugLTCG</Configuration> 27 1.1 riastrad <Platform>Win32</Platform> 28 1.1 riastrad </ProjectConfiguration> 29 1.1 riastrad <ProjectConfiguration Include="ReleaseLTCG|Win32"> 30 1.1 riastrad <Configuration>ReleaseLTCG</Configuration> 31 1.1 riastrad <Platform>Win32</Platform> 32 1.1 riastrad </ProjectConfiguration> 33 1.1 riastrad <ProjectConfiguration Include="DebugLTCG|x64"> 34 1.1 riastrad <Configuration>DebugLTCG</Configuration> 35 1.1 riastrad <Platform>x64</Platform> 36 1.1 riastrad </ProjectConfiguration> 37 1.1 riastrad <ProjectConfiguration Include="ReleaseLTCG|x64"> 38 1.1 riastrad <Configuration>ReleaseLTCG</Configuration> 39 1.1 riastrad <Platform>x64</Platform> 40 1.1 riastrad </ProjectConfiguration> 41 1.1 riastrad <ProjectConfiguration Include="DebugLIB|Win32"> 42 1.1 riastrad <Configuration>DebugLIB</Configuration> 43 1.1 riastrad <Platform>Win32</Platform> 44 1.1 riastrad </ProjectConfiguration> 45 1.1 riastrad <ProjectConfiguration Include="ReleaseLIB|Win32"> 46 1.1 riastrad <Configuration>ReleaseLIB</Configuration> 47 1.1 riastrad <Platform>Win32</Platform> 48 1.1 riastrad </ProjectConfiguration> 49 1.1 riastrad <ProjectConfiguration Include="DebugLIB|x64"> 50 1.1 riastrad <Configuration>DebugLIB</Configuration> 51 1.1 riastrad <Platform>x64</Platform> 52 1.1 riastrad </ProjectConfiguration> 53 1.1 riastrad <ProjectConfiguration Include="ReleaseLIB|x64"> 54 1.1 riastrad <Configuration>ReleaseLIB</Configuration> 55 1.1 riastrad <Platform>x64</Platform> 56 1.1 riastrad </ProjectConfiguration> 57 1.1 riastrad </ItemGroup> 58 1.1 riastrad <PropertyGroup Label="Configuration"> 59 1.1 riastrad <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationType> 60 1.1 riastrad <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</ConfigurationType> 61 1.1 riastrad </PropertyGroup> 62 1.1 riastrad <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 63 1.1 riastrad <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 64 1.1 riastrad <ImportGroup Label="PropertySheets"> 65 1.1 riastrad <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> 66 1.1 riastrad <Import Project="$(ProjectDir)..\..\properties\Output.props" /> 67 1.1 riastrad <Import Project="$(ProjectDir)$(ProjectName).props" /> 68 1.1 riastrad </ImportGroup> 69 1.1 riastrad <ItemGroup> 70 1.1 riastrad <None Include="..\..\..\..\packaging\nuget\package.bat" /> 71 1.1 riastrad <None Include="..\..\..\..\packaging\nuget\package.config" /> 72 1.1 riastrad <None Include="..\..\..\..\packaging\nuget\package.gsl" /> 73 1.1 riastrad <None Include="..\..\..\..\packaging\nuget\package.nuspec" /> 74 1.1 riastrad <None Include="..\..\..\..\packaging\nuget\package.targets" /> 75 1.1 riastrad </ItemGroup> 76 1.1 riastrad <ItemGroup> 77 1.1 riastrad <Xml Include="..\..\..\..\packaging\nuget\package.xml" /> 78 1.1 riastrad </ItemGroup> 79 1.1 riastrad <ItemGroup> 80 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c" /> 81 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c" /> 82 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.c" /> 83 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse3.c" /> 84 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2.c" /> 85 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse41.c" /> 86 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\generichash_blake2b.c" /> 87 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-ref.c" /> 88 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_kx\crypto_kx.c" /> 89 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\crypto_sign.c" /> 90 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\sign_ed25519.c" /> 91 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\ref10\obsolete.c" /> 92 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\ref10\sign.c" /> 93 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\ref10\keypair.c" /> 94 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\ref10\open.c" /> 95 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_secretbox\crypto_secretbox.c" /> 96 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_secretbox\crypto_secretbox_easy.c" /> 97 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_secretbox\xsalsa20poly1305\secretbox_xsalsa20poly1305.c" /> 98 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_secretbox\xchacha20poly1305\secretbox_xchacha20poly1305.c" /> 99 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\crypto_pwhash.c" /> 100 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blake2b-long.c" /> 101 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-core.c" /> 102 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-fill-block-avx512f.c" /> 103 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ref.c" /> 104 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ssse3.c" /> 105 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\pwhash_argon2i.c" /> 106 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\pwhash_argon2id.c" /> 107 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2.c" /> 108 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-fill-block-avx2.c" /> 109 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-encoding.c" /> 110 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\scrypt_platform.c" /> 111 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\crypto_scrypt-common.c" /> 112 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\pwhash_scryptsalsa208sha256.c" /> 113 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\pbkdf2-sha256.c" /> 114 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\nosse\pwhash_scryptsalsa208sha256_nosse.c" /> 115 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\sse\pwhash_scryptsalsa208sha256_sse.c" /> 116 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_verify\sodium\verify.c" /> 117 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_auth\crypto_auth.c" /> 118 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_auth\hmacsha512\auth_hmacsha512.c" /> 119 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_auth\hmacsha512256\auth_hmacsha512256.c" /> 120 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_auth\hmacsha256\auth_hmacsha256.c" /> 121 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_kdf\crypto_kdf.c" /> 122 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_kdf\blake2b\kdf_blake2b.c" /> 123 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_shorthash\crypto_shorthash.c" /> 124 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_shorthash\siphash24\shorthash_siphash24.c" /> 125 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_shorthash\siphash24\shorthash_siphashx24.c" /> 126 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphashx24_ref.c" /> 127 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphash24_ref.c" /> 128 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\crypto_scalarmult.c" /> 129 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\ed25519\ref10\scalarmult_ed25519_ref10.c" /> 130 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\scalarmult_curve25519.c" /> 131 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\curve25519_sandy2x.c" /> 132 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe_frombytes_sandy2x.c" /> 133 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51_invert.c" /> 134 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\ref10\x25519_ref10.c" /> 135 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_onetimeauth\crypto_onetimeauth.c" /> 136 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\onetimeauth_poly1305.c" /> 137 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna.c" /> 138 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\sse2\poly1305_sse2.c" /> 139 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\randombytes\randombytes.c" /> 140 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\randombytes\sysrandom\randombytes_sysrandom.c" /> 141 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\randombytes\salsa20\randombytes_salsa20_random.c" /> 142 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\randombytes\nativeclient\randombytes_nativeclient.c" /> 143 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\crypto_box_easy.c" /> 144 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\crypto_box_seal.c" /> 145 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\crypto_box.c" /> 146 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\curve25519xsalsa20poly1305\box_curve25519xsalsa20poly1305.c" /> 147 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\curve25519xchacha20poly1305\box_curve25519xchacha20poly1305.c" /> 148 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_box\curve25519xchacha20poly1305\box_seal_curve25519xchacha20poly1305.c" /> 149 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\sodium\codecs.c" /> 150 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\sodium\runtime.c" /> 151 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\sodium\core.c" /> 152 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\sodium\utils.c" /> 153 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\sodium\version.c" /> 154 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\crypto_stream.c" /> 155 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\xchacha20\stream_xchacha20.c" /> 156 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\stream_chacha20.c" /> 157 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\ref\chacha20_ref.c" /> 158 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-avx2.c" /> 159 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-ssse3.c" /> 160 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\stream_salsa20.c" /> 161 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\ref\salsa20_ref.c" /> 162 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-avx2.c" /> 163 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-sse2.c" /> 164 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6\salsa20_xmm6.c" /> 165 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa2012\stream_salsa2012.c" /> 166 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa2012\ref\stream_salsa2012_ref.c" /> 167 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa208\stream_salsa208.c" /> 168 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\salsa208\ref\stream_salsa208_ref.c" /> 169 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_stream\xsalsa20\stream_xsalsa20.c" /> 170 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_hash\crypto_hash.c" /> 171 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_hash\sha512\hash_sha512.c" /> 172 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_hash\sha512\cp\hash_sha512_cp.c" /> 173 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_hash\sha256\hash_sha256.c" /> 174 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_hash\sha256\cp\hash_sha256_cp.c" /> 175 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_aead\xchacha20poly1305\sodium\aead_xchacha20poly1305.c" /> 176 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_aead\aes256gcm\aesni\aead_aes256gcm_aesni.c" /> 177 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_aead\chacha20poly1305\sodium\aead_chacha20poly1305.c" /> 178 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_secretstream\xchacha20poly1305\secretstream_xchacha20poly1305.c" /> 179 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\salsa\ref\core_salsa_ref.c" /> 180 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\hchacha20\core_hchacha20.c" /> 181 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\hsalsa20\core_hsalsa20.c" /> 182 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\hsalsa20\ref2\core_hsalsa20_ref2.c" /> 183 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\ed25519\core_ed25519.c" /> 184 1.1 riastrad <ClCompile Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\ed25519_ref10.c" /> 185 1.1 riastrad </ItemGroup> 186 1.1 riastrad <ItemGroup> 187 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-sse2.h" /> 188 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-avx2.h" /> 189 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2.h" /> 190 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse3.h" /> 191 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-sse41.h" /> 192 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2.h" /> 193 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse41.h" /> 194 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_sign\ed25519\ref10\sign_ed25519_ref10.h" /> 195 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium.h" /> 196 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_salsa2012.h" /> 197 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_auth.h" /> 198 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\utils.h" /> 199 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_hchacha20.h" /> 200 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_hash_sha512.h" /> 201 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\core.h" /> 202 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\export.h" /> 203 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\randombytes_salsa20_random.h" /> 204 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_salsa20.h" /> 205 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_shorthash_siphash24.h" /> 206 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\randombytes.h" /> 207 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_hash_sha256.h" /> 208 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream.h" /> 209 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_auth_hmacsha512.h" /> 210 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_aead_xchacha20poly1305.h" /> 211 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_salsa20.h" /> 212 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_onetimeauth_poly1305.h" /> 213 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_kx.h" /> 214 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_hash.h" /> 215 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_sign.h" /> 216 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_kdf.h" /> 217 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_auth_hmacsha256.h" /> 218 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_box.h" /> 219 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_verify_32.h" /> 220 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_xchacha20.h" /> 221 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_salsa208.h" /> 222 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_auth_hmacsha512256.h" /> 223 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_aead_chacha20poly1305.h" /> 224 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\randombytes_sysrandom.h" /> 225 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\runtime.h" /> 226 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_salsa208.h" /> 227 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_aead_aes256gcm.h" /> 228 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_salsa2012.h" /> 229 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_secretbox_xchacha20poly1305.h" /> 230 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\randombytes_nativeclient.h" /> 231 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_scalarmult.h" /> 232 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_pwhash.h" /> 233 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_verify_16.h" /> 234 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_chacha20.h" /> 235 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_stream_xsalsa20.h" /> 236 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_hsalsa20.h" /> 237 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_kdf_blake2b.h" /> 238 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_scalarmult_curve25519.h" /> 239 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_shorthash.h" /> 240 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_pwhash_argon2id.h" /> 241 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_secretstream_xchacha20poly1305.h" /> 242 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_pwhash_scryptsalsa208sha256.h" /> 243 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_sign_ed25519.h" /> 244 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_onetimeauth.h" /> 245 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_verify_64.h" /> 246 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_box_curve25519xchacha20poly1305.h" /> 247 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_core_ed25519.h" /> 248 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_pwhash_argon2i.h" /> 249 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_generichash.h" /> 250 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_secretbox_xsalsa20poly1305.h" /> 251 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_secretbox.h" /> 252 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_scalarmult_ed25519.h" /> 253 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_box_curve25519xsalsa20poly1305.h" /> 254 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_generichash_blake2b.h" /> 255 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\crypto_sign_edwards25519sha512batch.h" /> 256 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\ed25519_ref10.h" /> 257 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\ed25519_ref10_fe_25_5.h" /> 258 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\ed25519_ref10_fe_51.h" /> 259 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\sse2_64_32.h" /> 260 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\common.h" /> 261 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\mutex.h" /> 262 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\include\sodium\private\implementations.h" /> 263 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blamka-round-ref.h" /> 264 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blamka-round-avx2.h" /> 265 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2.h" /> 266 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blamka-round-ssse3.h" /> 267 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-encoding.h" /> 268 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blake2b-long.h" /> 269 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\blamka-round-avx512f.h" /> 270 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\argon2\argon2-core.h" /> 271 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\crypto_scrypt.h" /> 272 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_pwhash\scryptsalsa208sha256\pbkdf2-sha256.h" /> 273 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphash_ref.h" /> 274 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\scalarmult_curve25519.h" /> 275 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\consts_namespace.h" /> 276 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_namespace.h" /> 277 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe.h" /> 278 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_base_namespace.h" /> 279 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder.h" /> 280 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51.h" /> 281 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\curve25519_sandy2x.h" /> 282 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51_namespace.h" /> 283 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_base.h" /> 284 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_scalarmult\curve25519\ref10\x25519_ref10.h" /> 285 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\onetimeauth_poly1305.h" /> 286 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna.h" /> 287 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna64.h" /> 288 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna32.h" /> 289 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_onetimeauth\poly1305\sse2\poly1305_sse2.h" /> 290 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\stream_chacha20.h" /> 291 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\ref\chacha20_ref.h" /> 292 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\u4.h" /> 293 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-ssse3.h" /> 294 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\u0.h" /> 295 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\u1.h" /> 296 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-avx2.h" /> 297 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\chacha20\dolbeau\u8.h" /> 298 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\stream_salsa20.h" /> 299 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\ref\salsa20_ref.h" /> 300 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\u4.h" /> 301 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\u0.h" /> 302 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\u1.h" /> 303 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-avx2.h" /> 304 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\u8.h" /> 305 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-sse2.h" /> 306 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_stream\salsa20\xmm6\salsa20_xmm6.h" /> 307 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\constants.h" /> 308 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\fe.h" /> 309 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base2.h" /> 310 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base.h" /> 311 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\constants.h" /> 312 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\fe.h" /> 313 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\base2.h" /> 314 1.1 riastrad <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\base.h" /> 315 1.1 riastrad <ClInclude Include="..\..\resource.h" /> 316 1.1 riastrad </ItemGroup> 317 1.1 riastrad <ItemGroup> 318 1.1 riastrad <ResourceCompile Include="..\..\resource.rc"> 319 1.1 riastrad </ResourceCompile> 320 1.1 riastrad </ItemGroup> 321 1.1 riastrad <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 322 1.1 riastrad <ImportGroup Label="ExtensionTargets"> 323 1.1 riastrad </ImportGroup> 324 1.1 riastrad </Project> 325