|
438 | 438 | <WarningLevel>Level3</WarningLevel> |
439 | 439 | <Optimization>Disabled</Optimization> |
440 | 440 | <SDLCheck>true</SDLCheck> |
441 | | - <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NODECPP_MEMORY_SAFETY_DBG_ADD_DESTRUCTION_INFO;_DEBUG;_CONSOLE;NODECPP_DEFAULT_LOG_MODULE="NODE";%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 441 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NODECPP_MEMORY_SAFETY_DBG_ADD_PTR_LIFECYCLE_INFO;_DEBUG;_CONSOLE;NODECPP_DEFAULT_LOG_MODULE="NODE";%(PreprocessorDefinitions)</PreprocessorDefinitions> |
442 | 442 | <ConformanceMode>true</ConformanceMode> |
443 | 443 | <LanguageStandard>stdcpplatest</LanguageStandard> |
444 | 444 | <ExceptionHandling>Async</ExceptionHandling> |
|
613 | 613 | <FunctionLevelLinking>true</FunctionLevelLinking> |
614 | 614 | <IntrinsicFunctions>true</IntrinsicFunctions> |
615 | 615 | <SDLCheck>true</SDLCheck> |
616 | | - <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NODECPP_MEMORY_SAFETY_DBG_ADD_DESTRUCTION_INFO;NDEBUG;_CONSOLE;NODECPP_DEFAULT_LOG_MODULE="NODE";%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 616 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NODECPP_MEMORY_SAFETY_DBG_ADD_PTR_LIFECYCLE_INFO;NDEBUG;_CONSOLE;NODECPP_DEFAULT_LOG_MODULE="NODE";%(PreprocessorDefinitions)</PreprocessorDefinitions> |
617 | 617 | <ConformanceMode>true</ConformanceMode> |
618 | 618 | <LanguageStandard>stdcpplatest</LanguageStandard> |
619 | 619 | <ExceptionHandling>Async</ExceptionHandling> |
|
685 | 685 | </ItemGroup> |
686 | 686 | <ItemGroup> |
687 | 687 | <ClInclude Include="..\..\..\..\include\nodecpp\common.h" /> |
688 | | - <ClInclude Include="..\..\..\..\include\nodecpp\ip_and_port.h" /> |
689 | 688 | <ClInclude Include="..\..\..\..\include\nodecpp\js_compat.h" /> |
690 | 689 | <ClInclude Include="..\..\..\..\include\nodecpp\logging.h" /> |
691 | 690 | <ClInclude Include="..\..\..\..\include\nodecpp\mallocator.h" /> |
|
698 | 697 | <ClInclude Include="..\user_code\maps\rainbow.h" /> |
699 | 698 | <ClInclude Include="..\user_code\maps\random.h" /> |
700 | 699 | <ClInclude Include="..\user_code\styles.h" /> |
| 700 | + <ClInclude Include="..\user_code\system\has-flag.h" /> |
701 | 701 | </ItemGroup> |
702 | 702 | <ItemGroup> |
703 | 703 | <Natvis Include="..\user_code\js_compat.natvis" /> |
|
0 commit comments