|
45 | 45 | <ClCompile Include="..\..\..\src\common\classes\SyncObject.cpp" /> |
46 | 46 | <ClCompile Include="..\..\..\src\common\classes\TempFile.cpp" /> |
47 | 47 | <ClCompile Include="..\..\..\src\common\classes\timestamp.cpp" /> |
| 48 | + <ClCompile Include="..\..\..\src\common\classes\TomCryptHash.cpp" /> |
48 | 49 | <ClCompile Include="..\..\..\src\common\classes\UserBlob.cpp" /> |
49 | 50 | <ClCompile Include="..\..\..\src\common\config\config.cpp" /> |
50 | 51 | <ClCompile Include="..\..\..\src\common\config\ConfigCache.cpp" /> |
|
62 | 63 | </ClCompile> |
63 | 64 | <ClCompile Include="..\..\..\src\common\cvt.cpp" /> |
64 | 65 | <ClCompile Include="..\..\..\src\common\db_alias.cpp" /> |
| 66 | + <ClCompile Include="..\..\..\src\common\DecFloat.cpp" /> |
65 | 67 | <ClCompile Include="..\..\..\src\common\dllinst.cpp" /> |
66 | 68 | <ClCompile Include="..\..\..\src\common\dsc.cpp" /> |
67 | 69 | <ClCompile Include="..\..\..\src\common\DynamicStrings.cpp" /> |
|
91 | 93 | <ClCompile Include="..\..\..\src\common\ThreadData.cpp" /> |
92 | 94 | <ClCompile Include="..\..\..\src\common\ThreadStart.cpp" /> |
93 | 95 | <ClCompile Include="..\..\..\src\common\Tokens.cpp" /> |
| 96 | + <ClCompile Include="..\..\..\src\common\tomcrypt\crypt_argchk.c"> |
| 97 | + <ClCompile Include="..\..\..\src\common\tomcrypt\md5.c" /> |
| 98 | + <ClCompile Include="..\..\..\src\common\tomcrypt\sha1.c" /> |
| 99 | + <ClCompile Include="..\..\..\src\common\tomcrypt\sha256.c" /> |
| 100 | + <ClCompile Include="..\..\..\src\common\tomcrypt\sha512.c" /> |
94 | 101 | <ClCompile Include="..\..\..\src\common\unicode_util.cpp" /> |
95 | 102 | <ClCompile Include="..\..\..\src\common\utils.cpp" /> |
96 | 103 | <ClCompile Include="..\..\..\src\common\UtilSvc.cpp" /> |
|
158 | 165 | <ClInclude Include="..\..\..\src\common\CsConvert.h" /> |
159 | 166 | <ClInclude Include="..\..\..\src\common\cvt.h" /> |
160 | 167 | <ClInclude Include="..\..\..\src\common\db_alias.h" /> |
| 168 | + <ClInclude Include="..\..\..\src\common\DecFloat.h" /> |
161 | 169 | <ClInclude Include="..\..\..\src\common\dllinst.h" /> |
162 | 170 | <ClInclude Include="..\..\..\src\common\dsc.h" /> |
163 | 171 | <ClInclude Include="..\..\..\src\common\dsc_proto.h" /> |
|
196 | 204 | <ClInclude Include="..\..\..\src\common\ThreadData.h" /> |
197 | 205 | <ClInclude Include="..\..\..\src\common\ThreadStart.h" /> |
198 | 206 | <ClInclude Include="..\..\..\src\common\Tokens.h" /> |
| 207 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt.h" /> |
| 208 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_argchk.h" /> |
| 209 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_cfg.h" /> |
| 210 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_cipher.h" /> |
| 211 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_custom.h" /> |
| 212 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_hash.h" /> |
| 213 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_mac.h" /> |
| 214 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_macros.h" /> |
| 215 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_math.h" /> |
| 216 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_misc.h" /> |
| 217 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_pk.h" /> |
| 218 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_pkcs.h" /> |
| 219 | + <ClInclude Include="..\..\..\src\common\tomcrypt\tomcrypt_prng.h" /> |
199 | 220 | <ClInclude Include="..\..\..\src\common\unicode_util.h" /> |
200 | 221 | <ClInclude Include="..\..\..\src\common\UtilSvc.h" /> |
201 | 222 | <ClInclude Include="..\..\..\src\common\utils_proto.h" /> |
|
283 | 304 | <Culture>0x041d</Culture> |
284 | 305 | </ResourceCompile> |
285 | 306 | <Lib> |
286 | | - <AdditionalDependencies>ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\Release\tommath.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 307 | + <AdditionalDependencies>ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;%(AdditionalDependencies)</AdditionalDependencies> |
287 | 308 | </Lib> |
288 | 309 | </ItemDefinitionGroup> |
289 | 310 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
299 | 320 | <Culture>0x041d</Culture> |
300 | 321 | </ResourceCompile> |
301 | 322 | <Lib> |
302 | | - <AdditionalDependencies>ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\Debug\tommath.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 323 | + <AdditionalDependencies>ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;%(AdditionalDependencies)</AdditionalDependencies> |
303 | 324 | </Lib> |
304 | 325 | </ItemDefinitionGroup> |
305 | 326 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
318 | 339 | <Culture>0x041d</Culture> |
319 | 340 | </ResourceCompile> |
320 | 341 | <Lib> |
321 | | - <AdditionalDependencies>ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\Release\tommath.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 342 | + <AdditionalDependencies>ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;%(AdditionalDependencies)</AdditionalDependencies> |
322 | 343 | </Lib> |
323 | 344 | </ItemDefinitionGroup> |
324 | 345 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
336 | 357 | <Culture>0x041d</Culture> |
337 | 358 | </ResourceCompile> |
338 | 359 | <Lib> |
339 | | - <AdditionalDependencies>ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\Debug\tommath.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 360 | + <AdditionalDependencies>ws2_32.lib;../../../extern/libtommath/lib/$(PlatformName)\$(Configuration)\tommath.lib;../../../extern/decNumber/lib/$(PlatformName)\$(Configuration)\decnumber.lib;%(AdditionalDependencies)</AdditionalDependencies> |
340 | 361 | </Lib> |
341 | 362 | </ItemDefinitionGroup> |
342 | 363 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
0 commit comments