diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdcrypt/stdcrypt_10.vcxproj | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/stdcrypt_11.vcxproj | 2 |
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>
|