diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-13 19:49:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-13 19:49:18 +0000 |
commit | d1dec816796849205bd4618edd203d979f2a9c3e (patch) | |
tree | 1aeb775096ff6b6767ad0816be1d1b2d849abe2e /src/core/stdcrypt/stdcrypt_10.vcxproj | |
parent | c787c010674abd693f24a8baf4b5242715f615cb (diff) |
stdcrypt is ready to really encrypt smth
git-svn-id: http://svn.miranda-ng.org/main/trunk@6894 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdcrypt/stdcrypt_10.vcxproj')
-rw-r--r-- | src/core/stdcrypt/stdcrypt_10.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/stdcrypt/stdcrypt_10.vcxproj b/src/core/stdcrypt/stdcrypt_10.vcxproj index d48b79c832..1c37e9dd47 100644 --- a/src/core/stdcrypt/stdcrypt_10.vcxproj +++ b/src/core/stdcrypt/stdcrypt_10.vcxproj @@ -207,11 +207,13 @@ </ClCompile>
<ClCompile Include="encrypt.cpp" />
<ClCompile Include="main.cpp" />
+ <ClCompile Include="Rijndael.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\include\m_crypto.h" />
<ClInclude Include="..\stdplug.h" />
<ClInclude Include="commonheaders.h" />
+ <ClCompile Include="Rijndael.h" />
<ClInclude Include="stdcrypt.h" />
</ItemGroup>
<ItemGroup>
|