diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-13 12:47:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-13 12:47:58 +0000 |
commit | 268d637031d98cd88ef29dbac4a7c862f678cfc0 (patch) | |
tree | c6eceaf3a603af8158c3bed4541c4d1144569ef7 /src/core/stdcrypt/stdcrypt_10.vcxproj | |
parent | 0c2319086294bc02e08db82c507a3f6fc50af9fb (diff) |
initial version of stdcrypt, without encryption
git-svn-id: http://svn.miranda-ng.org/main/trunk@6888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdcrypt/stdcrypt_10.vcxproj')
-rw-r--r-- | src/core/stdcrypt/stdcrypt_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdcrypt/stdcrypt_10.vcxproj b/src/core/stdcrypt/stdcrypt_10.vcxproj index a8fb8b5b1a..d48b79c832 100644 --- a/src/core/stdcrypt/stdcrypt_10.vcxproj +++ b/src/core/stdcrypt/stdcrypt_10.vcxproj @@ -212,6 +212,7 @@ <ClInclude Include="..\..\..\include\m_crypto.h" />
<ClInclude Include="..\stdplug.h" />
<ClInclude Include="commonheaders.h" />
+ <ClInclude Include="stdcrypt.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc" />
|