FS-6870 #vs2012 and vs2010 make download of openssl dependent

This commit is contained in:
Jeff Lenk 2014-09-30 21:30:48 -05:00
parent 644b41f792
commit a39db86863
2 changed files with 10 additions and 0 deletions

View File

@ -421,6 +421,11 @@
<ItemGroup> <ItemGroup>
<None Include="srtp.def" /> <None Include="srtp.def" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\win32\Download OPENSSL.2010.vcxproj">
<Project>{d578e676-7ec8-4548-bd8b-845c635f14ad}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>

View File

@ -429,6 +429,11 @@
<ItemGroup> <ItemGroup>
<None Include="srtp.def" /> <None Include="srtp.def" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\win32\Download OPENSSL.2012.vcxproj">
<Project>{d578e676-7ec8-4548-bd8b-845c635f14ad}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>