File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 4646 <ItemDefinitionGroup >
4747 <ClCompile >
4848 <AdditionalIncludeDirectories >$(ProjectDir)..\..\..\..\..\libbitcoin-system\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
49- <!-- WITH_ICU always defined in Visual Studio builds. -->
5049 <!-- NOMINMAX enables use of std::min/max without conflict. -->
5150 <!-- WIN32_LEAN_AND_MEAN avoids inclusion of certain headers, winsock.h conflicts with boost and protocol use of winsock2.h. -->
52- <PreprocessorDefinitions >WITH_ICU;WIN32_LEAN_AND_MEAN;NOMINMAX;_WIN32_WINNT=0x0602;%(PreprocessorDefinitions)</PreprocessorDefinitions >
53- <!-- Disable auto-linking for all boost-json and its dependency boost-container so they can be header only. -->
54- <PreprocessorDefinitions >BOOST_JSON_NO_LIB;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
51+ <PreprocessorDefinitions >WIN32_LEAN_AND_MEAN;NOMINMAX;_WIN32_WINNT=0x0602;%(PreprocessorDefinitions)</PreprocessorDefinitions >
5552 <PreprocessorDefinitions Condition =" '$(Linkage-libbitcoin-system)' == 'static' Or '$(Linkage-libbitcoin-system)' == 'ltcg'" >BC_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
5653 <PreprocessorDefinitions Condition =" $(Configuration.IndexOf('Debug')) != -1" >_CRTDBG_MAP_ALLOC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
5754 <!-- Enable use of CPU intrinsics. -->
You can’t perform that action at this time.
0 commit comments