1 Star 0 Fork 32

xiaoY/mininodejs20

forked from weolar/mininodejs20 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
node.vcxproj 28.52 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>{93F00CD2-1EF7-077B-5AB9-908EC137929F}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>node</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>Application</ConfigurationType>
</PropertyGroup>
<PropertyGroup Label="Locals">
<PlatformToolset>v142</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)'=='Release|x64'">false</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
<TargetName>$(ProjectName)</TargetName>
<TargetPath>$(OutDir)\$(ProjectName)$(TargetExt)</TargetPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<AdditionalIncludeDirectories>src;deps\v8\include;deps\histogram\src;deps\uvwasi\include;deps\icu-small\source\i18n;deps\icu-small\source\common;deps\zlib;deps\llhttp\include;deps\cares\include;deps\uv\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;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>
<WholeProgramOptimization>true</WholeProgramOptimization>
</ClCompile>
<Lib>
<AdditionalOptions>/LTCG:INCREMENTAL %(AdditionalOptions)</AdditionalOptions>
</Lib>
<Link>
<AdditionalDependencies>Dbghelp.lib;winmm.lib;Ws2_32.lib;iphlpapi.lib;psapi.lib;shell32.lib;userenv.lib;AdvAPI32.lib;User32.lib;ws2_32.lib;gdi32.lib;advapi32.lib;crypt32.lib;user32.lib</AdditionalDependencies>
<AdditionalOptions>/WHOLEARCHIVE:libnode.lib /LTCG:INCREMENTAL /WHOLEARCHIVE:zlib.lib /WHOLEARCHIVE:libuv.lib /WHOLEARCHIVE:openssl.lib %(AdditionalOptions)</AdditionalOptions>
<AllowIsolation>true</AllowIsolation>
<DataExecutionPrevention>true</DataExecutionPrevention>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateMapFile>true</GenerateMapFile>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
<MapExports>true</MapExports>
<ModuleDefinitionFile>$(OutDir)obj\global_intermediate\openssl.def</ModuleDefinitionFile>
<OptimizeReferences>true</OptimizeReferences>
<OutputFile>$(OutDir)$(ProjectName)$(TargetExt)</OutputFile>
<RandomizedBaseAddress>true</RandomizedBaseAddress>
<StackReserveSize>8388608</StackReserveSize>
<SubSystem>Console</SubSystem>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetMachine>MachineX64</TargetMachine>
</Link>
<Manifest>
<AdditionalManifestFiles>src/res/node.exe.extra.manifest</AdditionalManifestFiles>
</Manifest>
<ResourceCompile>
<AdditionalIncludeDirectories>src;deps\v8\include;deps\histogram\src;deps\uvwasi\include;deps\icu-small\source\i18n;deps\icu-small\source\common;deps\zlib;deps\llhttp\include;deps\cares\include;deps\uv\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;deps\miniv8\include;deps\histogram\src;deps\uvwasi\include;deps\icu-small\source\i18n;deps\icu-small\source\common;deps\zlib;deps\llhttp\include;deps\cares\include;deps\uv\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;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<ExceptionHandling>false</ExceptionHandling>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<ForcedIncludeFiles>node_pch.h</ForcedIncludeFiles>
<FunctionLevelLinking>true</FunctionLevelLinking>
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<OmitFramePointers>true</OmitFramePointers>
<Optimization>MinSpace</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>
<WholeProgramOptimization>true</WholeProgramOptimization>
</ClCompile>
<Lib>
<AdditionalOptions>/LTCG:INCREMENTAL %(AdditionalOptions)</AdditionalOptions>
</Lib>
<Link>
<AdditionalDependencies>Dbghelp.lib;winmm.lib;Ws2_32.lib;iphlpapi.lib;psapi.lib;shell32.lib;userenv.lib;AdvAPI32.lib;User32.lib;ws2_32.lib;gdi32.lib;advapi32.lib;crypt32.lib;user32.lib</AdditionalDependencies>
<AdditionalOptions>/WHOLEARCHIVE:libnode.lib /LTCG:INCREMENTAL /WHOLEARCHIVE:zlib.lib /WHOLEARCHIVE:libuv.lib /WHOLEARCHIVE:openssl.lib %(AdditionalOptions)</AdditionalOptions>
<AllowIsolation>true</AllowIsolation>
<DataExecutionPrevention>true</DataExecutionPrevention>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateMapFile>true</GenerateMapFile>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
<MapExports>true</MapExports>
<ModuleDefinitionFile>$(OutDir)obj\global_intermediate\openssl.def</ModuleDefinitionFile>
<OptimizeReferences>true</OptimizeReferences>
<OutputFile>$(OutDir)$(ProjectName)$(TargetExt)</OutputFile>
<RandomizedBaseAddress>true</RandomizedBaseAddress>
<StackReserveSize>8388608</StackReserveSize>
<SubSystem>Console</SubSystem>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetMachine>MachineX64</TargetMachine>
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
<Manifest>
<AdditionalManifestFiles>src/res/node.exe.extra.manifest</AdditionalManifestFiles>
</Manifest>
<ResourceCompile>
<AdditionalIncludeDirectories>src;deps\v8\include;deps\histogram\src;deps\uvwasi\include;deps\icu-small\source\i18n;deps\icu-small\source\common;deps\zlib;deps\llhttp\include;deps\cares\include;deps\uv\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_main.cc">
<ObjectFileName>$(IntDir)\src\node_main.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>
<ResourceCompile Include="src\res\node.rc" />
</ItemGroup>
<ItemGroup>
<!--
<CustomBuild Include="$(OutDir)\node_mksnapshot.exe">
<FileType>Document</FileType>
<Command>call call $(OutDir)node_mksnapshot.exe "$(OutDir)obj/global_intermediate/node_snapshot.cc"
if %errorlevel% neq 0 exit /b %errorlevel%</Command>
<Message>node_mksnapshot</Message>
<Outputs>$(OutDir)\obj\global_intermediate\node_snapshot.cc</Outputs>
</CustomBuild>
-->
<CustomBuild Include="deps\openssl\nodejs-openssl.cnf">
<FileType>Document</FileType>
<Command>call call python "tools/copyfile.py" "deps/openssl/nodejs-openssl.cnf" "$(OutDir)obj/deps/openssl/openssl.cnf"
if %errorlevel% neq 0 exit /b %errorlevel%</Command>
<Message>reset_openssl_cnf</Message>
<Outputs>$(OutDir)\obj\deps\openssl\openssl.cnf</Outputs>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<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="libnode.vcxproj">
<Project>{5440ED0A-3FFA-EDD6-58D3-2EABD269AFC2}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="node_mksnapshot.vcxproj">
<Project>{D9D47E4A-8C8C-1BE6-03D7-F2E362B5B620}</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>
<ProjectReference Include="deps\base64\base64.vcxproj">
<Project>{0EBCE946-A826-DD3F-1020-587652C754C3}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\base64\base64_ssse3.vcxproj">
<Project>{EFE1807D-4F67-B3D6-6B6D-60DA368201AB}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\base64\base64_sse41.vcxproj">
<Project>{97E242EA-2DE1-4772-F010-BF536AFA4CE9}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\base64\base64_sse42.vcxproj">
<Project>{0A5D8D89-8F7A-369C-F479-384720D7D22C}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\base64\base64_avx.vcxproj">
<Project>{BE8B3BD9-ECB3-9422-7141-CA132B419879}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\base64\base64_avx2.vcxproj">
<Project>{CE6CAD10-0ED2-0055-4CC1-62C220BEA426}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\googletest\gtest_prod.vcxproj">
<Project>{3C9ABA13-9181-AA7A-2749-4DD10EBFECAC}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\simdutf\simdutf.vcxproj">
<Project>{6C229251-C996-06AC-0544-35C07D6EE08F}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\generate_bytecode_builtins_list.vcxproj">
<Project>{19A6E91A-8D4B-99ED-5354-3E6CD094AD33}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\run_torque.vcxproj">
<Project>{29B838FF-8506-4AF4-372A-3A23C62DBAC9}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_maybe_icu.vcxproj">
<Project>{CCC28D82-FBD1-AF84-6191-3437EAF23757}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\icu\icuucx.vcxproj">
<Project>{7362F535-B75C-DE03-B61F-F3D55ACA6F3A}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\icu\icu_implementation.vcxproj">
<Project>{D55221E2-5E95-4477-0DF9-5F0475549667}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\icu\icu_uconfig.vcxproj">
<Project>{5D0F9DE8-EFCE-B66B-3E06-BFDD2A61D31C}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\icu\icu_uconfig_target.vcxproj">
<Project>{965003B2-25D6-CEB8-6C90-88F0A71606F1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\icu\icudata.vcxproj">
<Project>{F4CAEC9A-07E1-7F49-5630-116B9D21C367}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<!-- <ProjectReference Include="tools\v8_gypfiles\v8_base_without_compiler.vcxproj">
<Project>{E5FDB6F0-9799-9CC2-F0A4-C2512E640C6D}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\torque_generated_definitions.vcxproj">
<Project>{2B0D736A-3383-878F-0335-229E14C41B35}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_internal_headers.vcxproj">
<Project>{6D967BE0-3F75-88A9-2248-7FB770A78CD7}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\torque_runtime_support.vcxproj">
<Project>{AB956CA6-95D3-DE82-CD83-EBE4CF9FE7A3}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_flags.vcxproj">
<Project>{29DC55EA-671B-E680-4428-EA3ED29783F8}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_libbase.vcxproj">
<Project>{D6680FD1-4EF0-F2DD-6DF3-258478E3B01D}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_headers.vcxproj">
<Project>{451D6ED8-7491-6B1B-3245-56DD59394251}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_config_headers.vcxproj">
<Project>{A120B521-5D67-6971-E75B-F928A761D524}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_heap_base_headers.vcxproj">
<Project>{33ABACA5-2F2D-F584-FF83-691A5D91A307}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_version.vcxproj">
<Project>{42ACEA73-4748-3EFD-8A7B-43526C8E0D8B}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_shared_internal_headers.vcxproj">
<Project>{E012F4A6-0D3F-5EFA-22DD-ACD7528A5084}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_bigint.vcxproj">
<Project>{164AE39C-FE26-DA0D-7FC0-FB36D0746772}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_heap_base.vcxproj">
<Project>{B764D5E0-A706-4623-674E-57485D1B3079}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\cppgc_base.vcxproj">
<Project>{B533CD94-E3F0-BC90-9F4B-CFD392207AAE}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_zlib.vcxproj">
<Project>{950E877D-B74C-FA96-6AE0-89276DEC1889}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\run_gen-regexp-special-case.vcxproj">
<Project>{C7834411-7CE4-76EC-8539-7A657DABE713}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_compiler_for_mksnapshot.vcxproj">
<Project>{12159A41-1302-9D83-A837-73E08E2EEC88}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_compiler.vcxproj">
<Project>{7101E1A2-4DA8-E6C5-2C8D-337D6726DD4E}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\v8_initializers.vcxproj">
<Project>{12B2EF85-6616-DC82-9B52-0A508179584E}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="tools\v8_gypfiles\torque_generated_initializers.vcxproj">
<Project>{971EBCDA-FFEA-05B1-08AA-AE3CAB93BC4F}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
-->
<ProjectReference Include="deps\zlib\zlib_inflate_chunk_simd.vcxproj">
<Project>{E12C2B71-2AF7-942C-44DE-FCCE063648C3}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\zlib\zlib_adler32_simd.vcxproj">
<Project>{75E802C5-BE72-298C-3E76-8417B297FF4C}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="deps\zlib\zlib_crc32_simd.vcxproj">
<Project>{C232DAB1-DEE4-DA74-C2D1-5AED9C470A2C}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yqg.tom/mininodejs20.git
[email protected]:yqg.tom/mininodejs20.git
yqg.tom
mininodejs20
mininodejs20
master

搜索帮助