diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-11 08:14:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-11 08:14:06 +0000 |
commit | 75c9667b8200602abc09486116d7efbb030da6e5 (patch) | |
tree | 66fd46442b49cd0a53100797cbc5503b4ffb5725 /plugins/CryptoPP | |
parent | f8b35188837e5ca2352e7fdaff88bc1e4dbc4993 (diff) |
references for CryptoPP
git-svn-id: http://svn.miranda-ng.org/main/trunk@2718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP')
-rw-r--r-- | plugins/CryptoPP/cryptopp_10.vcxproj | 5 | ||||
-rw-r--r-- | plugins/CryptoPP/cryptopp_11.vcxproj | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/plugins/CryptoPP/cryptopp_10.vcxproj b/plugins/CryptoPP/cryptopp_10.vcxproj index 8323a9c862..a1d50e1003 100644 --- a/plugins/CryptoPP/cryptopp_10.vcxproj +++ b/plugins/CryptoPP/cryptopp_10.vcxproj @@ -217,6 +217,11 @@ <ResourceCompile Include="res\resource.rc" />
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="crypto\cryptlib_10.vcxproj">
+ <Project>{290c5ed4-71a7-4040-ad26-4820cf7a9e60}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/plugins/CryptoPP/cryptopp_11.vcxproj b/plugins/CryptoPP/cryptopp_11.vcxproj index 51a9c14039..d5cda7e327 100644 --- a/plugins/CryptoPP/cryptopp_11.vcxproj +++ b/plugins/CryptoPP/cryptopp_11.vcxproj @@ -221,6 +221,11 @@ <ResourceCompile Include="res\resource.rc" />
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="crypto\cryptlib_11.vcxproj">
+ <Project>{290c5ed4-71a7-4040-ad26-4820cf7a9e60}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|