File tree Expand file tree Collapse file tree 5 files changed +10
-14
lines changed
tests/functional/websockets/utilities/vs14 Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 2
2
<Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\version.props" />
4
4
<PropertyGroup Label =" Globals" >
5
- <ProjectGuid >{1014C621-BC2D-4813-B8C1-6D83AD6F9249 }</ProjectGuid >
5
+ <ProjectGuid >{01A76234-E6E8-4332-9FE2-1E12C34621BE }</ProjectGuid >
6
6
<Keyword >Win32Proj</Keyword >
7
7
<SccProjectName >SAK</SccProjectName >
8
8
<SccAuxPath >SAK</SccAuxPath >
59
59
<Link >
60
60
<AdditionalDependencies >Winhttp.lib;httpapi.lib;bcrypt.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies >
61
61
<LinkTimeCodeGeneration Condition =" '$(Configuration)'=='Release'" >UseLinkTimeCodeGeneration</LinkTimeCodeGeneration >
62
-
63
62
<!-- We are statically linking against an OpenSSL lib which statically links against the CRT, avoid warning -->
64
63
<IgnoreSpecificDefaultLibraries Condition =" '$(Configuration)'=='Debug'" >LIBCMTD</IgnoreSpecificDefaultLibraries >
65
64
<IgnoreSpecificDefaultLibraries Condition =" '$(Configuration)'=='Release'" >LIBCMT</IgnoreSpecificDefaultLibraries >
Original file line number Diff line number Diff line change 25
25
<ImportGroup Label =" PropertySheets" >
26
26
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
27
27
<Import Project =" $(PackagesRoot)\boost.1.57.0.0\build\native\boost.targets" Condition =" Exists('$(PackagesRoot)\boost.1.57.0.0\build\native\boost.targets')" />
28
- <Import Project =" $(PackagesRoot)\boost_system-vc140.1.57.0-vc140ctp60 \build\native\boost_system-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_system-vc140.1.57.0-vc140ctp60\build\native\boost_system-vc140.targets')" />
28
+ <Import Project =" $(PackagesRoot)\boost_system-vc140.1.57.0-vc140ctp61 \build\native\boost_system-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_system-vc140.1.57.0-vc140ctp60\build\native\boost_system-vc140.targets')" />
29
29
<Import Project =" $(PackagesRoot)\zlib.v140.win32.msvcp.static.md.1.2.8-vc140ctp6\build\native\zlib.v140.win32.msvcp.static.md.targets" Condition =" Exists('$(PackagesRoot)\zlib.v140.win32.msvcp.static.md.1.2.8-vc140ctp6\build\native\zlib.v140.win32.msvcp.static.md.targets')" />
30
30
<Import Project =" $(PackagesRoot)\openssl.v140.win32.msvcp.static.md.1.0.1-vc140ctp6\build\native\openssl.v140.win32.msvcp.static.md.targets" Condition =" Exists('$(PackagesRoot)\openssl.v140.win32.msvcp.static.md.1.0.1-vc140ctp6\build\native\openssl.v140.win32.msvcp.static.md.targets')" />
31
- <Import Project =" $(PackagesRoot)\boost_date_time-vc140.1.57.0-vc140ctp60 \build\native\boost_date_time-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_date_time-vc140.1.57.0-vc140ctp60 \build\native\boost_date_time-vc140.targets')" />
32
- <Import Project =" $(PackagesRoot)\boost_regex-vc140.1.57.0-vc140ctp60 \build\native\boost_regex-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_regex-vc140.1.57.0-vc140ctp60 \build\native\boost_regex-vc140.targets')" />
31
+ <Import Project =" $(PackagesRoot)\boost_date_time-vc140.1.57.0-vc140ctp61 \build\native\boost_date_time-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_date_time-vc140.1.57.0-vc140ctp61 \build\native\boost_date_time-vc140.targets')" />
32
+ <Import Project =" $(PackagesRoot)\boost_regex-vc140.1.57.0-vc140ctp61 \build\native\boost_regex-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_regex-vc140.1.57.0-vc140ctp61 \build\native\boost_regex-vc140.targets')" />
33
33
</ImportGroup >
34
34
<PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
35
35
<DebugFileSuffix >d</DebugFileSuffix >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<package id =" boost" version =" 1.57.0" targetFramework =" native" developmentDependency =" true" userInstalled =" true" />
4
- <package id =" boost_date_time-vc140" version =" 1.57.0-vc140ctp60" targetFramework =" Native" developmentDependency =" true" userInstalled =" true" />
5
- <package id =" boost_regex-vc140" version =" 1.57.0-vc140ctp60" targetFramework =" Native" developmentDependency =" true" userInstalled =" true" />
6
- <package id =" boost_system-vc140" version =" 1.57.0-vc140ctp60" targetFramework =" native" developmentDependency =" true" userInstalled =" true" />
7
4
<package id =" openssl.v140.win32.msvcp.static.md" version =" 1.0.1-vc140ctp6" targetFramework =" native" developmentDependency =" true" userInstalled =" true" />
8
5
<package id =" zlib.v140.win32.msvcp.static.md" version =" 1.2.8-vc140ctp6" targetFramework =" native" developmentDependency =" true" userInstalled =" true" />
9
6
</packages >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<package id =" boost" version =" 1.57.0" targetFramework =" native" developmentDependency =" true" userInstalled =" true" />
4
- <package id =" boost_date_time-vc140" version =" 1.57.0-vc140ctp60 " targetFramework =" Native" developmentDependency =" true" userInstalled =" true" />
5
- <package id =" boost_system-vc140" version =" 1.57.0-vc140ctp60 " targetFramework =" native" developmentDependency =" true" userInstalled =" true" />
6
- <package id =" boost_regex-vc140" version =" 1.57.0-vc140ctp60 " targetFramework =" Native" developmentDependency =" true" userInstalled =" true" />
4
+ <package id =" boost_date_time-vc140" version =" 1.57.0-vc140ctp61 " targetFramework =" Native" developmentDependency =" true" userInstalled =" true" />
5
+ <package id =" boost_system-vc140" version =" 1.57.0-vc140ctp61 " targetFramework =" native" developmentDependency =" true" userInstalled =" true" />
6
+ <package id =" boost_regex-vc140" version =" 1.57.0-vc140ctp61 " targetFramework =" Native" developmentDependency =" true" userInstalled =" true" />
7
7
</packages >
Original file line number Diff line number Diff line change 143
143
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
144
144
<ImportGroup Label =" ExtensionTargets" >
145
145
<Import Project =" $(PackagesRoot)\boost.1.57.0.0\build\native\boost.targets" Condition =" Exists('$(PackagesRoot)\boost.1.57.0.0\build\native\boost.targets')" />
146
- <Import Project =" $(PackagesRoot)\boost_system-vc140.1.57.0-vc140ctp60 \build\native\boost_system-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_system-vc140.1.57.0-vc140ctp60 \build\native\boost_system-vc140.targets')" />
147
- <Import Project =" $(PackagesRoot)\boost_date_time-vc140.1.57.0-vc140ctp60 \build\native\boost_date_time-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_date_time-vc140.1.57.0-vc140ctp60 \build\native\boost_date_time-vc140.targets')" />
148
- <Import Project =" $(PackagesRoot)\boost_regex-vc140.1.57.0-vc140ctp60 \build\native\boost_regex-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_regex-vc140.1.57.0-vc140ctp60 \build\native\boost_regex-vc140.targets')" />
146
+ <Import Project =" $(PackagesRoot)\boost_system-vc140.1.57.0-vc140ctp61 \build\native\boost_system-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_system-vc140.1.57.0-vc140ctp61 \build\native\boost_system-vc140.targets')" />
147
+ <Import Project =" $(PackagesRoot)\boost_date_time-vc140.1.57.0-vc140ctp61 \build\native\boost_date_time-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_date_time-vc140.1.57.0-vc140ctp61 \build\native\boost_date_time-vc140.targets')" />
148
+ <Import Project =" $(PackagesRoot)\boost_regex-vc140.1.57.0-vc140ctp61 \build\native\boost_regex-vc140.targets" Condition =" Exists('$(PackagesRoot)\boost_regex-vc140.1.57.0-vc140ctp61 \build\native\boost_regex-vc140.targets')" />
149
149
</ImportGroup >
150
150
</Project >
You can’t perform that action at this time.
0 commit comments