diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-16 14:29:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-16 14:29:31 +0000 |
commit | 1e097cca2844cf509937eafa88e4b37f703c4e7e (patch) | |
tree | 2ab83d3c353063fc6ae599178b516eb48bddc339 /src/core/stdcrypt/stdcrypt_10.vcxproj | |
parent | 04f4f57b6a3f5f516f3700d63ee924ca51b6b042 (diff) |
StdCrypt:
- stronger randomizer;
- ability to validate passwords;
- anti-brutforce key encryption
git-svn-id: http://svn.miranda-ng.org/main/trunk@6919 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdcrypt/stdcrypt_10.vcxproj')
-rw-r--r-- | src/core/stdcrypt/stdcrypt_10.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/stdcrypt/stdcrypt_10.vcxproj b/src/core/stdcrypt/stdcrypt_10.vcxproj index 8f190d3c66..4d5c61ade3 100644 --- a/src/core/stdcrypt/stdcrypt_10.vcxproj +++ b/src/core/stdcrypt/stdcrypt_10.vcxproj @@ -208,6 +208,7 @@ <ClCompile Include="encrypt.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="Rijndael.cpp" />
+ <ClCompile Include="utils.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\include\m_crypto.h" />
@@ -220,6 +221,11 @@ <ResourceCompile Include="resource.rc" />
<ResourceCompile Include="version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\plugins\Zlib\zlib_10.vcxproj">
+ <Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|