FS-6870 #vs2012 and vs2010 make download of openssl dependent
This commit is contained in:
parent
644b41f792
commit
a39db86863
|
@ -421,6 +421,11 @@
|
|||
<ItemGroup>
|
||||
<None Include="srtp.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\win32\Download OPENSSL.2010.vcxproj">
|
||||
<Project>{d578e676-7ec8-4548-bd8b-845c635f14ad}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
|
|
@ -429,6 +429,11 @@
|
|||
<ItemGroup>
|
||||
<None Include="srtp.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\win32\Download OPENSSL.2012.vcxproj">
|
||||
<Project>{d578e676-7ec8-4548-bd8b-845c635f14ad}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
|
Loading…
Reference in New Issue