diff options
Diffstat (limited to 'src/core/stdcrypt/stdcrypt_12.vcxproj')
| -rw-r--r-- | src/core/stdcrypt/stdcrypt_12.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/stdcrypt/stdcrypt_12.vcxproj b/src/core/stdcrypt/stdcrypt_12.vcxproj index 1ba2bf66ef..a80aca86c6 100644 --- a/src/core/stdcrypt/stdcrypt_12.vcxproj +++ b/src/core/stdcrypt/stdcrypt_12.vcxproj @@ -211,6 +211,7 @@ <ClCompile Include="encrypt.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="Rijndael.cpp" />
+ <ClCompile Include="utils.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\include\m_crypto.h" />
@@ -223,6 +224,11 @@ <ResourceCompile Include="resource.rc" />
<ResourceCompile Include="version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\plugins\Zlib\zlib_12.vcxproj">
+ <Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|
