FS-6870 #comment vs2010 and vs2012 would rather fix it this way
This commit is contained in:
parent
661269a46f
commit
b3d71917d2
|
@ -421,6 +421,11 @@
|
|||
<ItemGroup>
|
||||
<None Include="srtp.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\win32\openssl\openssl.2010.vcxproj">
|
||||
<Project>{25bd39b1-c8bf-4676-a738-9cabd9c6bc79}</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\openssl\openssl.2012.vcxproj">
|
||||
<Project>{25bd39b1-c8bf-4676-a738-9cabd9c6bc79}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
|
Loading…
Reference in New Issue