代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{FE144A25-3443-72FE-6429-B5400C572D2B}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>fuzz_env</RootNamespace>
<IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
<PropertyGroup Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
</PropertyGroup>
<PropertyGroup Label="Locals">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props"/>
<ImportGroup Label="ExtensionSettings"/>
<ImportGroup Label="PropertySheets">
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
</ImportGroup>
<PropertyGroup Label="UserMacros"/>
<PropertyGroup>
<EmbedManifest>true</EmbedManifest>
<ExecutablePath>$(ExecutablePath);$(MSBuildProjectDirectory)\.\bin\;$(MSBuildProjectDirectory)\.\bin\</ExecutablePath>
<OutDir>out\$(Configuration)\</OutDir>
<IntDir>$(OutDir)obj\$(ProjectName)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
<TargetName>$(ProjectName)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<AdditionalIncludeDirectories>src;tools\msvs\genfiles;deps\v8\include;deps\cares\include;deps\uv\include;deps\uvwasi\include;test\cctest;deps\histogram\src;deps\icu-small\source\i18n;deps\icu-small\source\common;deps\zlib;deps\llhttp\include;deps\nghttp2\lib\includes;deps\brotli\c\include;deps\openssl\openssl\include;deps\openssl\openssl\crypto\include;deps\openssl\config\archs\VC-WIN64A\no-asm\include;deps\openssl\config\archs\VC-WIN64A\no-asm;deps\ngtcp2;deps\ngtcp2\ngtcp2\lib\includes;deps\ngtcp2\ngtcp2\crypto\includes;deps\ngtcp2\ngtcp2\crypto;deps\ngtcp2\nghttp3\lib\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>/Zc:__cplusplus -std:c++17 %(AdditionalOptions)</AdditionalOptions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<BufferSecurityCheck>true</BufferSecurityCheck>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<DisableSpecificWarnings>4351;4355;4800;4251;4275;4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<ExceptionHandling>false</ExceptionHandling>
<ForcedIncludeFiles>node_pch.h</ForcedIncludeFiles>
<MinimalRebuild>false</MinimalRebuild>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<OmitFramePointers>false</OmitFramePointers>
<Optimization>Disabled</Optimization>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>node_pch.h</PrecompiledHeaderFile>
<PreprocessorDefinitions>V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;NODE_OPENSSL_CONF_NAME=nodejs_conf;NODE_OPENSSL_HAS_QUIC;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;OPENSSL_NO_ASM;NODE_ARCH="x64";NODE_WANT_INTERNALS=1;FD_SETSIZE=1024;NODE_PLATFORM="win32";NOMINMAX;_UNICODE=1;NODE_USE_V8_PLATFORM=1;NODE_V8_SHARED_RO_HEAP;NODE_HAVE_I18N_SUPPORT=1;HAVE_OPENSSL=1;OPENSSL_API_COMPAT=0x10100000L;UCONFIG_NO_SERVICE=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=1;UCONFIG_NO_BREAK_ITERATION=0;NGHTTP2_STATICLIB;NDEBUG;OPENSSL_BUILDING_OPENSSL;OPENSSL_SYS_WIN32;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;_WINSOCK_DEPRECATED_NO_WARNINGS;OPENSSL_PIC;NGTCP2_STATICLIB;NGHTTP3_STATICLIB;DEBUG;_DEBUG;V8_ENABLE_CHECKS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<StringPooling>true</StringPooling>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TreatWarningAsError>false</TreatWarningAsError>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<Link>
<AdditionalDependencies></AdditionalDependencies>
<AdditionalOptions>/WHOLEARCHIVE:zlib.lib /WHOLEARCHIVE:libuv.lib /WHOLEARCHIVE:openssl.lib %(AdditionalOptions)</AdditionalOptions>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetMachine>MachineX64</TargetMachine>
</Link>
<Manifest>
<AdditionalManifestFiles>src/res/node.exe.extra.manifest</AdditionalManifestFiles>
</Manifest>
<ResourceCompile>
<AdditionalIncludeDirectories>src;tools\msvs\genfiles;deps\v8\include;deps\cares\include;deps\uv\include;deps\uvwasi\include;test\cctest;deps\histogram\src;deps\icu-small\source\i18n;deps\icu-small\source\common;deps\zlib;deps\llhttp\include;deps\nghttp2\lib\includes;deps\brotli\c\include;deps\openssl\openssl\include;deps\openssl\openssl\crypto\include;deps\openssl\config\archs\VC-WIN64A\no-asm\include;deps\openssl\config\archs\VC-WIN64A\no-asm;deps\ngtcp2;deps\ngtcp2\ngtcp2\lib\includes;deps\ngtcp2\ngtcp2\crypto\includes;deps\ngtcp2\ngtcp2\crypto;deps\ngtcp2\nghttp3\lib\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;NODE_OPENSSL_CONF_NAME=nodejs_conf;NODE_OPENSSL_HAS_QUIC;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;OPENSSL_NO_ASM;NODE_ARCH="x64";NODE_WANT_INTERNALS=1;FD_SETSIZE=1024;NODE_PLATFORM="win32";NOMINMAX;_UNICODE=1;NODE_USE_V8_PLATFORM=1;NODE_V8_SHARED_RO_HEAP;NODE_HAVE_I18N_SUPPORT=1;HAVE_OPENSSL=1;OPENSSL_API_COMPAT=0x10100000L;UCONFIG_NO_SERVICE=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=1;UCONFIG_NO_BREAK_ITERATION=0;NGHTTP2_STATICLIB;NDEBUG;OPENSSL_BUILDING_OPENSSL;OPENSSL_SYS_WIN32;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;_WINSOCK_DEPRECATED_NO_WARNINGS;OPENSSL_PIC;NGTCP2_STATICLIB;NGHTTP3_STATICLIB;DEBUG;_DEBUG;V8_ENABLE_CHECKS;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<AdditionalIncludeDirectories>src;tools\msvs\genfiles;deps\v8\include;deps\cares\include;deps\uv\include;deps\uvwasi\include;test\cctest;deps\histogram\src;deps\icu-small\source\i18n;deps\icu-small\source\common;deps\zlib;deps\llhttp\include;deps\nghttp2\lib\includes;deps\brotli\c\include;deps\openssl\openssl\include;deps\openssl\openssl\crypto\include;deps\openssl\config\archs\VC-WIN64A\no-asm\include;deps\openssl\config\archs\VC-WIN64A\no-asm;deps\ngtcp2;deps\ngtcp2\ngtcp2\lib\includes;deps\ngtcp2\ngtcp2\crypto\includes;deps\ngtcp2\ngtcp2\crypto;deps\ngtcp2\nghttp3\lib\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>/Zc:__cplusplus -std:c++17 %(AdditionalOptions)</AdditionalOptions>
<BufferSecurityCheck>true</BufferSecurityCheck>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<DisableSpecificWarnings>4351;4355;4800;4251;4275;4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<ExceptionHandling>false</ExceptionHandling>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<ForcedIncludeFiles>node_pch.h</ForcedIncludeFiles>
<FunctionLevelLinking>true</FunctionLevelLinking>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<OmitFramePointers>true</OmitFramePointers>
<Optimization>Full</Optimization>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>node_pch.h</PrecompiledHeaderFile>
<PreprocessorDefinitions>V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;NODE_OPENSSL_CONF_NAME=nodejs_conf;NODE_OPENSSL_HAS_QUIC;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;OPENSSL_NO_ASM;NODE_ARCH="x64";NODE_WANT_INTERNALS=1;FD_SETSIZE=1024;NODE_PLATFORM="win32";NOMINMAX;_UNICODE=1;NODE_USE_V8_PLATFORM=1;NODE_V8_SHARED_RO_HEAP;NODE_HAVE_I18N_SUPPORT=1;HAVE_OPENSSL=1;OPENSSL_API_COMPAT=0x10100000L;UCONFIG_NO_SERVICE=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=1;UCONFIG_NO_BREAK_ITERATION=0;NGHTTP2_STATICLIB;NDEBUG;OPENSSL_BUILDING_OPENSSL;OPENSSL_SYS_WIN32;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;_WINSOCK_DEPRECATED_NO_WARNINGS;OPENSSL_PIC;NGTCP2_STATICLIB;NGHTTP3_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<StringPooling>true</StringPooling>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TreatWarningAsError>false</TreatWarningAsError>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<Link>
<AdditionalDependencies></AdditionalDependencies>
<AdditionalOptions>/WHOLEARCHIVE:zlib.lib /WHOLEARCHIVE:libuv.lib /WHOLEARCHIVE:openssl.lib %(AdditionalOptions)</AdditionalOptions>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetMachine>MachineX64</TargetMachine>
</Link>
<Manifest>
<AdditionalManifestFiles>src/res/node.exe.extra.manifest</AdditionalManifestFiles>
</Manifest>
<ResourceCompile>
<AdditionalIncludeDirectories>src;tools\msvs\genfiles;deps\v8\include;deps\cares\include;deps\uv\include;deps\uvwasi\include;test\cctest;deps\histogram\src;deps\icu-small\source\i18n;deps\icu-small\source\common;deps\zlib;deps\llhttp\include;deps\nghttp2\lib\includes;deps\brotli\c\include;deps\openssl\openssl\include;deps\openssl\openssl\crypto\include;deps\openssl\config\archs\VC-WIN64A\no-asm\include;deps\openssl\config\archs\VC-WIN64A\no-asm;deps\ngtcp2;deps\ngtcp2\ngtcp2\lib\includes;deps\ngtcp2\ngtcp2\crypto\includes;deps\ngtcp2\ngtcp2\crypto;deps\ngtcp2\nghttp3\lib\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>V8_DEPRECATION_WARNINGS;V8_IMMINENT_DEPRECATION_WARNINGS;_GLIBCXX_USE_CXX11_ABI=1;NODE_OPENSSL_CONF_NAME=nodejs_conf;NODE_OPENSSL_HAS_QUIC;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;OPENSSL_NO_ASM;NODE_ARCH="x64";NODE_WANT_INTERNALS=1;FD_SETSIZE=1024;NODE_PLATFORM="win32";NOMINMAX;_UNICODE=1;NODE_USE_V8_PLATFORM=1;NODE_V8_SHARED_RO_HEAP;NODE_HAVE_I18N_SUPPORT=1;HAVE_OPENSSL=1;OPENSSL_API_COMPAT=0x10100000L;UCONFIG_NO_SERVICE=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=1;UCONFIG_NO_BREAK_ITERATION=0;NGHTTP2_STATICLIB;NDEBUG;OPENSSL_BUILDING_OPENSSL;OPENSSL_SYS_WIN32;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;_WINSOCK_DEPRECATED_NO_WARNINGS;OPENSSL_PIC;NGTCP2_STATICLIB;NGHTTP3_STATICLIB;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="$(OutDir)\obj\global_intermediate\openssl.def"/>
<None Include="node.gyp"/>
</ItemGroup>
<ItemGroup>
<ClInclude Include="tools\msvs\pch\node_pch.h"/>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\node_snapshot_stub.cc">
<ObjectFileName>$(IntDir)\src\node_snapshot_stub.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="test\fuzzers\fuzz_env.cc">
<ObjectFileName>$(IntDir)\test\fuzzers\fuzz_env.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="tools\msvs\pch\node_pch.cc">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
<ObjectFileName>$(IntDir)\tools\msvs\pch\node_pch.obj</ObjectFileName>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="libnode.vcxproj">
<Project>{5440ED0A-3FFA-EDD6-58D3-2EABD269AFC2}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\histogram\histogram.vcxproj">
<Project>{0C478E30-DD77-A796-921E-5AC9615C6893}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\uvwasi\uvwasi.vcxproj">
<Project>{033007AF-AA39-CF28-B67B-3316B30168C6}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_snapshot.vcxproj">
<Project>{70F92D9D-9C56-75DC-D151-853A9D48651D}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_libplatform.vcxproj">
<Project>{92B18086-2B7E-D207-695C-A7E5C98622A1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\icu\icui18n.vcxproj">
<Project>{DA8ED0C8-CD96-7F39-8BFC-C647C8C6E3FE}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\icu\icuuc.vcxproj">
<Project>{6FEB5F0A-E6B2-54BE-BBB8-95D0237DA4D7}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\zlib\zlib.vcxproj">
<Project>{7FF6F247-3828-69AF-7EDB-FB0A9FF393E1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\llhttp\llhttp.vcxproj">
<Project>{DEE4A9CF-AAC0-F596-2494-B2B18D072F00}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\cares\cares.vcxproj">
<Project>{74CF319D-6651-E4ED-35FD-B82D47DC2516}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\uv\libuv.vcxproj">
<Project>{603C6853-166F-A229-0CE7-B001CAF96C76}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\nghttp2\nghttp2.vcxproj">
<Project>{43081741-32EC-9436-5F9B-8A7353222B0B}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\brotli\brotli.vcxproj">
<Project>{74A7ACA4-9758-F129-19C0-D2A53D6A8C3A}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\openssl\openssl.vcxproj">
<Project>{5C6460DB-F7B1-5315-A0DE-79A9DFC525A1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\openssl\openssl-cli.vcxproj">
<Project>{21D888B2-15AC-898B-EA33-9C73445681C1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\ngtcp2\ngtcp2.vcxproj">
<Project>{D99D9F72-D12C-62DB-E578-901CF6265D55}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\ngtcp2\nghttp3.vcxproj">
<Project>{0757B270-9EA6-E652-20A6-0B3CF10F4D1F}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets"/>
<ImportGroup Label="ExtensionTargets"/>
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。