File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Release/src/build/vs12.xp Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 18
18
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
19
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
20
20
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Release.Product.Settings" />
21
+ <!-- Necessary because OpenSSL and zlib NuGet packages aren't built for the v120_xp toolset. Force them to be on. -->
22
+ <PropertyGroup >
23
+ <Force-Enable-openssl-v120-windesktop-msvcstl-static-rt-dyn-x86 Condition =" '$(Platform)' == 'Win32'" >true</Force-Enable-openssl-v120-windesktop-msvcstl-static-rt-dyn-x86 >
24
+ <Force-Enable-openssl-v120-windesktop-msvcstl-static-rt-dyn-x64 Condition =" '$(Platform)' == 'x64'" >true</Force-Enable-openssl-v120-windesktop-msvcstl-static-rt-dyn-x64 >
25
+ <Force-Enable-zlib-v120-windesktop-msvcstl-static-rt-dyn-x86 Condition =" '$(Platform)' == 'Win32'" >true</Force-Enable-zlib-v120-windesktop-msvcstl-static-rt-dyn-x86 >
26
+ <Force-Enable-zlib-v120-windesktop-msvcstl-static-rt-dyn-x64 Condition =" '$(Platform)' == 'x64'" >true</Force-Enable-zlib-v120-windesktop-msvcstl-static-rt-dyn-x64 >
27
+ </PropertyGroup >
21
28
<ImportGroup Label =" PropertySheets" >
22
29
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
23
30
<Import Project =" $(PackagesRoot)\boost.1.58.0.0\build\native\boost.targets" Condition =" Exists('$(PackagesRoot)\boost.1.58.0.0\build\native\boost.targets')" />
You can’t perform that action at this time.
0 commit comments