diff options
Diffstat (limited to 'src/core/stdcrypt/stdcrypt_11.vcxproj')
-rw-r--r-- | src/core/stdcrypt/stdcrypt_11.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/stdcrypt/stdcrypt_11.vcxproj b/src/core/stdcrypt/stdcrypt_11.vcxproj index 16d8244f14..ecae3df7b2 100644 --- a/src/core/stdcrypt/stdcrypt_11.vcxproj +++ b/src/core/stdcrypt/stdcrypt_11.vcxproj @@ -210,11 +210,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>
|