summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-11-13 20:10:47 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-11-13 20:10:47 +0000
commit7c94d896eb5b28158460c163377b4c570143c839 (patch)
tree4a9917d8c744f7121c76f15ed7b8882ca85e222a /src/core
parentd1dec816796849205bd4618edd203d979f2a9c3e (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@6895 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r--src/core/stdcrypt/stdcrypt_10.vcxproj2
-rw-r--r--src/core/stdcrypt/stdcrypt_11.vcxproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdcrypt/stdcrypt_10.vcxproj b/src/core/stdcrypt/stdcrypt_10.vcxproj
index 1c37e9dd47..8f190d3c66 100644
--- a/src/core/stdcrypt/stdcrypt_10.vcxproj
+++ b/src/core/stdcrypt/stdcrypt_10.vcxproj
@@ -213,7 +213,7 @@
<ClInclude Include="..\..\..\include\m_crypto.h" />
<ClInclude Include="..\stdplug.h" />
<ClInclude Include="commonheaders.h" />
- <ClCompile Include="Rijndael.h" />
+ <ClInclude Include="Rijndael.h" />
<ClInclude Include="stdcrypt.h" />
</ItemGroup>
<ItemGroup>
diff --git a/src/core/stdcrypt/stdcrypt_11.vcxproj b/src/core/stdcrypt/stdcrypt_11.vcxproj
index ecae3df7b2..387bea51e3 100644
--- a/src/core/stdcrypt/stdcrypt_11.vcxproj
+++ b/src/core/stdcrypt/stdcrypt_11.vcxproj
@@ -216,7 +216,7 @@
<ClInclude Include="..\..\..\include\m_crypto.h" />
<ClInclude Include="..\stdplug.h" />
<ClInclude Include="commonheaders.h" />
- <ClCompile Include="Rijndael.h" />
+ <ClInclude Include="Rijndael.h" />
<ClInclude Include="stdcrypt.h" />
</ItemGroup>
<ItemGroup>