FS-6870 #comment vs2010 and vs2012 would rather fix it this way

This commit is contained in:
Jeff Lenk 2014-10-01 17:53:51 -05:00
parent 661269a46f
commit b3d71917d2
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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>