Created
January 29, 2017 18:51
-
-
Save vsemozhetbyt/dd495738bf773afef866ce9f106e7674 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<ItemGroup Label="ProjectConfigurations"> | |
<ProjectConfiguration Include="Debug|Win32"> | |
<Configuration>Debug</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Debug|Win32"> | |
<Configuration>Debug</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Release|Win32"> | |
<Configuration>Release</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Release|Win32"> | |
<Configuration>Release</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
</ItemGroup> | |
<PropertyGroup Label="Globals"> | |
<ProjectGuid>{EB7476CF-C291-7CA8-7673-AD6E475901BC}</ProjectGuid> | |
<Keyword>Win32Proj</Keyword> | |
<RootNamespace>v8_base_3</RootNamespace> | |
<IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename> | |
<PreferredToolArchitecture>x64</PreferredToolArchitecture> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> | |
<PropertyGroup Label="Configuration"> | |
<CharacterSet>Unicode</CharacterSet> | |
<ConfigurationType>StaticLibrary</ConfigurationType> | |
</PropertyGroup> | |
<PropertyGroup Label="Locals"> | |
<PlatformToolset>v140</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> | |
<ExecutablePath>$(ExecutablePath);$(MSBuildProjectDirectory)\.\bin\;$(MSBuildProjectDirectory)\.\bin\</ExecutablePath> | |
<OutDir>..\..\..\build\$(Configuration)\</OutDir> | |
<IntDir>$(OutDir)obj\$(ProjectName)\</IntDir> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
<TargetName>$(ProjectName)</TargetName> | |
<TargetPath>$(OutDir)lib\$(ProjectName)$(TargetExt)</TargetPath> | |
</PropertyGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
<ClCompile> | |
<AdditionalIncludeDirectories>..;..\..\..;$(OutDir)obj\global_intermediate;..\include;..\..\..\deps\icu-small\source\i18n;..\..\..\deps\icu-small\source\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<AdditionalOptions>/arch:SSE2 %(AdditionalOptions)</AdditionalOptions> | |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
<BufferSecurityCheck>true</BufferSecurityCheck> | |
<CompileAsWinRT>false</CompileAsWinRT> | |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
<DisableSpecificWarnings>4351;4355;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
<ExceptionHandling>false</ExceptionHandling> | |
<MinimalRebuild>false</MinimalRebuild> | |
<OmitFramePointers>false</OmitFramePointers> | |
<Optimization>Disabled</Optimization> | |
<PrecompiledHeader>NotUsing</PrecompiledHeader> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;V8_TARGET_ARCH_IA32;ENABLE_DISASSEMBLER;V8_I18N_SUPPORT;ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED;UCONFIG_NO_SERVICE=1;UCONFIG_NO_REGULAR_EXPRESSIONS=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=0;UCONFIG_NO_BREAK_ITERATION=0;UCONFIG_NO_LEGACY_CONVERSION=1;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;DEBUG;TRACE_MAPS;ENABLE_HANDLE_ZAPPING;ENABLE_SLOW_DCHECKS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
<StringPooling>true</StringPooling> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TreatWarningAsError>false</TreatWarningAsError> | |
<WarningLevel>Level3</WarningLevel> | |
</ClCompile> | |
<Lib> | |
<OutputFile>$(OutDir)lib\$(ProjectName)$(TargetExt)</OutputFile> | |
</Lib> | |
<Link> | |
<AdditionalDependencies></AdditionalDependencies> | |
<AllowIsolation>true</AllowIsolation> | |
<DataExecutionPrevention>true</DataExecutionPrevention> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<GenerateMapFile>true</GenerateMapFile> | |
<MapExports>true</MapExports> | |
<RandomizedBaseAddress>true</RandomizedBaseAddress> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TargetMachine>MachineX86</TargetMachine> | |
</Link> | |
<ResourceCompile> | |
<AdditionalIncludeDirectories>..;..\..\..;$(OutDir)obj\global_intermediate;..\include;..\..\..\deps\icu-small\source\i18n;..\..\..\deps\icu-small\source\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;V8_TARGET_ARCH_IA32;ENABLE_DISASSEMBLER;V8_I18N_SUPPORT;ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED;UCONFIG_NO_SERVICE=1;UCONFIG_NO_REGULAR_EXPRESSIONS=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=0;UCONFIG_NO_BREAK_ITERATION=0;UCONFIG_NO_LEGACY_CONVERSION=1;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;DEBUG;TRACE_MAPS;ENABLE_HANDLE_ZAPPING;ENABLE_SLOW_DCHECKS;_DEBUG;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
</ResourceCompile> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
<ClCompile> | |
<AdditionalIncludeDirectories>..;..\..\..;$(OutDir)obj\global_intermediate;..\include;..\..\..\deps\icu-small\source\i18n;..\..\..\deps\icu-small\source\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<AdditionalOptions>/arch:SSE2 %(AdditionalOptions)</AdditionalOptions> | |
<BufferSecurityCheck>true</BufferSecurityCheck> | |
<CompileAsWinRT>false</CompileAsWinRT> | |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
<DisableSpecificWarnings>4351;4355;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
<ExceptionHandling>false</ExceptionHandling> | |
<Optimization>Disabled</Optimization> | |
<PrecompiledHeader>NotUsing</PrecompiledHeader> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;V8_TARGET_ARCH_IA32;ENABLE_DISASSEMBLER;V8_I18N_SUPPORT;ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED;UCONFIG_NO_SERVICE=1;UCONFIG_NO_REGULAR_EXPRESSIONS=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=0;UCONFIG_NO_BREAK_ITERATION=0;UCONFIG_NO_LEGACY_CONVERSION=1;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;DEBUG;TRACE_MAPS;ENABLE_HANDLE_ZAPPING;ENABLE_SLOW_DCHECKS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
<StringPooling>true</StringPooling> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TreatWarningAsError>false</TreatWarningAsError> | |
<WarningLevel>Level3</WarningLevel> | |
</ClCompile> | |
<Lib> | |
<OutputFile>$(OutDir)lib\$(ProjectName)$(TargetExt)</OutputFile> | |
</Lib> | |
<Link> | |
<AdditionalDependencies></AdditionalDependencies> | |
<AllowIsolation>true</AllowIsolation> | |
<DataExecutionPrevention>true</DataExecutionPrevention> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<GenerateMapFile>true</GenerateMapFile> | |
<MapExports>true</MapExports> | |
<RandomizedBaseAddress>true</RandomizedBaseAddress> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TargetMachine>MachineX86</TargetMachine> | |
</Link> | |
<ResourceCompile> | |
<AdditionalIncludeDirectories>..;..\..\..;$(OutDir)obj\global_intermediate;..\include;..\..\..\deps\icu-small\source\i18n;..\..\..\deps\icu-small\source\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;V8_TARGET_ARCH_IA32;ENABLE_DISASSEMBLER;V8_I18N_SUPPORT;ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED;UCONFIG_NO_SERVICE=1;UCONFIG_NO_REGULAR_EXPRESSIONS=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=0;UCONFIG_NO_BREAK_ITERATION=0;UCONFIG_NO_LEGACY_CONVERSION=1;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;DEBUG;TRACE_MAPS;ENABLE_HANDLE_ZAPPING;ENABLE_SLOW_DCHECKS;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
</ResourceCompile> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
<ClCompile> | |
<AdditionalIncludeDirectories>..;..\..\..;$(OutDir)obj\global_intermediate;..\include;..\..\..\deps\icu-small\source\i18n;..\..\..\deps\icu-small\source\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<AdditionalOptions>/arch:SSE2 /MP %(AdditionalOptions)</AdditionalOptions> | |
<BufferSecurityCheck>true</BufferSecurityCheck> | |
<CompileAsWinRT>false</CompileAsWinRT> | |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
<DisableSpecificWarnings>4351;4355;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
<ExceptionHandling>false</ExceptionHandling> | |
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> | |
<FunctionLevelLinking>true</FunctionLevelLinking> | |
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> | |
<IntrinsicFunctions>true</IntrinsicFunctions> | |
<OmitFramePointers>true</OmitFramePointers> | |
<Optimization>Full</Optimization> | |
<PrecompiledHeader>NotUsing</PrecompiledHeader> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;V8_TARGET_ARCH_IA32;ENABLE_DISASSEMBLER;V8_I18N_SUPPORT;ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED;UCONFIG_NO_SERVICE=1;UCONFIG_NO_REGULAR_EXPRESSIONS=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=0;UCONFIG_NO_BREAK_ITERATION=0;UCONFIG_NO_LEGACY_CONVERSION=1;%(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 %(AdditionalOptions)</AdditionalOptions> | |
<OutputFile>$(OutDir)lib\$(ProjectName)$(TargetExt)</OutputFile> | |
</Lib> | |
<Link> | |
<AdditionalDependencies></AdditionalDependencies> | |
<AllowIsolation>true</AllowIsolation> | |
<DataExecutionPrevention>true</DataExecutionPrevention> | |
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<GenerateMapFile>true</GenerateMapFile> | |
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> | |
<MapExports>true</MapExports> | |
<OptimizeReferences>true</OptimizeReferences> | |
<RandomizedBaseAddress>true</RandomizedBaseAddress> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TargetMachine>MachineX86</TargetMachine> | |
</Link> | |
<ResourceCompile> | |
<AdditionalIncludeDirectories>..;..\..\..;$(OutDir)obj\global_intermediate;..\include;..\..\..\deps\icu-small\source\i18n;..\..\..\deps\icu-small\source\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;V8_TARGET_ARCH_IA32;ENABLE_DISASSEMBLER;V8_I18N_SUPPORT;ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED;UCONFIG_NO_SERVICE=1;UCONFIG_NO_REGULAR_EXPRESSIONS=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=0;UCONFIG_NO_BREAK_ITERATION=0;UCONFIG_NO_LEGACY_CONVERSION=1;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
</ResourceCompile> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
<ClCompile> | |
<AdditionalIncludeDirectories>..;..\..\..;$(OutDir)obj\global_intermediate;..\include;..\..\..\deps\icu-small\source\i18n;..\..\..\deps\icu-small\source\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<AdditionalOptions>/arch:SSE2 %(AdditionalOptions)</AdditionalOptions> | |
<BufferSecurityCheck>true</BufferSecurityCheck> | |
<CompileAsWinRT>false</CompileAsWinRT> | |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
<DisableSpecificWarnings>4351;4355;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
<ExceptionHandling>false</ExceptionHandling> | |
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> | |
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> | |
<IntrinsicFunctions>true</IntrinsicFunctions> | |
<Optimization>MaxSpeed</Optimization> | |
<PrecompiledHeader>NotUsing</PrecompiledHeader> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;V8_TARGET_ARCH_IA32;ENABLE_DISASSEMBLER;V8_I18N_SUPPORT;ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED;UCONFIG_NO_SERVICE=1;UCONFIG_NO_REGULAR_EXPRESSIONS=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=0;UCONFIG_NO_BREAK_ITERATION=0;UCONFIG_NO_LEGACY_CONVERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
<StringPooling>true</StringPooling> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TreatWarningAsError>false</TreatWarningAsError> | |
<WarningLevel>Level3</WarningLevel> | |
</ClCompile> | |
<Lib> | |
<OutputFile>$(OutDir)lib\$(ProjectName)$(TargetExt)</OutputFile> | |
</Lib> | |
<Link> | |
<AdditionalDependencies></AdditionalDependencies> | |
<AllowIsolation>true</AllowIsolation> | |
<DataExecutionPrevention>true</DataExecutionPrevention> | |
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<GenerateMapFile>true</GenerateMapFile> | |
<MapExports>true</MapExports> | |
<OptimizeReferences>true</OptimizeReferences> | |
<RandomizedBaseAddress>true</RandomizedBaseAddress> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TargetMachine>MachineX86</TargetMachine> | |
</Link> | |
<ResourceCompile> | |
<AdditionalIncludeDirectories>..;..\..\..;$(OutDir)obj\global_intermediate;..\include;..\..\..\deps\icu-small\source\i18n;..\..\..\deps\icu-small\source\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;V8_TARGET_ARCH_IA32;ENABLE_DISASSEMBLER;V8_I18N_SUPPORT;ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED;UCONFIG_NO_SERVICE=1;UCONFIG_NO_REGULAR_EXPRESSIONS=1;U_ENABLE_DYLOAD=0;U_STATIC_IMPLEMENTATION=1;U_HAVE_STD_STRING=0;UCONFIG_NO_BREAK_ITERATION=0;UCONFIG_NO_LEGACY_CONVERSION=1;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
</ResourceCompile> | |
</ItemDefinitionGroup> | |
<ItemGroup> | |
<None Include="v8.gyp"/> | |
</ItemGroup> | |
<ItemGroup> | |
<ClInclude Include="..\include\v8-profiler.h"/> | |
<ClInclude Include="..\include\v8.h"/> | |
<ClInclude Include="api-arguments.h"/> | |
<ClInclude Include="arguments.h"/> | |
<ClInclude Include="asmjs\asm-typer.h"/> | |
<ClInclude Include="asmjs\asm-wasm-builder.h"/> | |
<ClInclude Include="assembler.h"/> | |
<ClInclude Include="ast\ast-expression-rewriter.h"/> | |
<ClInclude Include="ast\ast-literal-reindexer.h"/> | |
<ClInclude Include="ast\ast-type-bounds.h"/> | |
<ClInclude Include="ast\ast-value-factory.h"/> | |
<ClInclude Include="ast\compile-time-value.h"/> | |
<ClInclude Include="ast\modules.h"/> | |
<ClInclude Include="builtins\builtins-utils.h"/> | |
<ClInclude Include="cached-powers.h"/> | |
<ClInclude Include="char-predicates-inl.h"/> | |
<ClInclude Include="codegen.h"/> | |
<ClInclude Include="compiler\checkpoint-elimination.h"/> | |
<ClInclude Include="compiler\diamond.h"/> | |
<ClInclude Include="compiler\escape-analysis.h"/> | |
<ClInclude Include="compiler\frame.h"/> | |
<ClInclude Include="compiler\frame-states.h"/> | |
<ClInclude Include="compiler\graph-reducer.h"/> | |
<ClInclude Include="compiler\graph-trimmer.h"/> | |
<ClInclude Include="compiler\graph.h"/> | |
<ClInclude Include="compiler\instruction-selector.h"/> | |
<ClInclude Include="compiler\instruction.h"/> | |
<ClInclude Include="compiler\js-builtin-reducer.h"/> | |
<ClInclude Include="compiler\js-context-specialization.h"/> | |
<ClInclude Include="compiler\js-frame-specialization.h"/> | |
<ClInclude Include="compiler\js-global-object-specialization.h"/> | |
<ClInclude Include="compiler\js-inlining.h"/> | |
<ClInclude Include="compiler\js-intrinsic-lowering.h"/> | |
<ClInclude Include="compiler\js-operator.h"/> | |
<ClInclude Include="compiler\jump-threading.h"/> | |
<ClInclude Include="compiler\liveness-analyzer.h"/> | |
<ClInclude Include="compiler\load-elimination.h"/> | |
<ClInclude Include="compiler\loop-peeling.h"/> | |
<ClInclude Include="compiler\machine-operator-reducer.h"/> | |
<ClInclude Include="compiler\machine-graph-verifier.h"/> | |
<ClInclude Include="compiler\move-optimizer.h"/> | |
<ClInclude Include="compiler\value-numbering-reducer.h"/> | |
<ClInclude Include="compiler\wasm-compiler.h"/> | |
<ClInclude Include="contexts.h"/> | |
<ClInclude Include="counters-inl.h"/> | |
<ClInclude Include="crankshaft\compilation-phase.h"/> | |
<ClInclude Include="crankshaft\hydrogen-flow-engine.h"/> | |
<ClInclude Include="crankshaft\hydrogen-infer-representation.h"/> | |
<ClInclude Include="crankshaft\hydrogen-instructions.h"/> | |
<ClInclude Include="crankshaft\hydrogen-mark-unreachable.h"/> | |
<ClInclude Include="crankshaft\hydrogen-range-analysis.h"/> | |
<ClInclude Include="crankshaft\hydrogen-removable-simulates.h"/> | |
<ClInclude Include="crankshaft\hydrogen-sce.h"/> | |
<ClInclude Include="crankshaft\hydrogen-types.h"/> | |
<ClInclude Include="crankshaft\hydrogen.h"/> | |
<ClInclude Include="crankshaft\lithium-inl.h"/> | |
<ClInclude Include="dateparser.h"/> | |
<ClInclude Include="disasm.h"/> | |
<ClInclude Include="diy-fp.h"/> | |
<ClInclude Include="effects.h"/> | |
<ClInclude Include="elements-kind.h"/> | |
<ClInclude Include="execution.h"/> | |
<ClInclude Include="extensions\free-buffer-extension.h"/> | |
<ClInclude Include="extensions\ignition-statistics-extension.h"/> | |
<ClInclude Include="extensions\trigger-failure-extension.h"/> | |
<ClInclude Include="factory.h"/> | |
<ClInclude Include="fast-dtoa.h"/> | |
<ClInclude Include="field-type.h"/> | |
<ClInclude Include="frames.h"/> | |
<ClInclude Include="futex-emulation.h"/> | |
<ClInclude Include="global-handles.h"/> | |
<ClInclude Include="handles.h"/> | |
<ClInclude Include="heap\array-buffer-tracker.h"/> | |
<ClInclude Include="heap\memory-reducer.h"/> | |
<ClInclude Include="heap\gc-tracer.h"/> | |
<ClInclude Include="heap\incremental-marking-inl.h"/> | |
<ClInclude Include="heap\incremental-marking.h"/> | |
<ClInclude Include="heap\marking.h"/> | |
<ClInclude Include="heap\scavenge-job.h"/> | |
<ClInclude Include="heap\scavenger.h"/> | |
<ClInclude Include="heap\spaces.h"/> | |
<ClInclude Include="i18n.h"/> | |
<ClInclude Include="ic\accessor-assembler.h"/> | |
<ClInclude Include="ic\handler-compiler.h"/> | |
<ClInclude Include="interpreter\bytecode-pipeline.h"/> | |
<ClInclude Include="interpreter\constant-array-builder.h"/> | |
<ClInclude Include="interpreter\handler-table-builder.h"/> | |
<ClInclude Include="interpreter\interpreter-assembler.h"/> | |
<ClInclude Include="layout-descriptor-inl.h"/> | |
<ClInclude Include="list.h"/> | |
<ClInclude Include="lookup-cache-inl.h"/> | |
<ClInclude Include="lookup.h"/> | |
<ClInclude Include="objects-body-descriptors.h"/> | |
<ClInclude Include="parsing\func-name-inferrer.h"/> | |
<ClInclude Include="parsing\parse-info.h"/> | |
<ClInclude Include="profiler\cpu-profiler-inl.h"/> | |
<ClInclude Include="profiler\heap-profiler.h"/> | |
<ClInclude Include="profiler\profile-generator.h"/> | |
<ClInclude Include="profiler\strings-storage.h"/> | |
<ClInclude Include="profiler\tracing-cpu-profiler.h"/> | |
<ClInclude Include="regexp\jsregexp.h"/> | |
<ClInclude Include="safepoint-table.h"/> | |
<ClInclude Include="snapshot\natives.h"/> | |
<ClInclude Include="snapshot\snapshot.h"/> | |
<ClInclude Include="string-search.h"/> | |
<ClInclude Include="strtod.h"/> | |
<ClInclude Include="tracing\trace-event.h"/> | |
<ClInclude Include="tracing\tracing-category-observer.h"/> | |
<ClInclude Include="trap-handler\trap-handler.h"/> | |
<ClInclude Include="unicode-inl.h"/> | |
<ClInclude Include="unicode-cache.h"/> | |
<ClInclude Include="uri.h"/> | |
<ClInclude Include="v8threads.h"/> | |
<ClInclude Include="wasm\managed.h"/> | |
<ClInclude Include="wasm\signature-map.h"/> | |
<ClInclude Include="wasm\wasm-module.h"/> | |
<ClInclude Include="wasm\wasm-interpreter.h"/> | |
<ClInclude Include="wasm\wasm-opcodes.h"/> | |
<ClInclude Include="wasm\wasm-text.h"/> | |
<ClInclude Include="zone\zone-segment.h"/> | |
<ClInclude Include="zone\zone-allocator.h"/> | |
<ClInclude Include="ia32\assembler-ia32.h"/> | |
<ClInclude Include="ia32\codegen-ia32.h"/> | |
<ClInclude Include="ia32\macro-assembler-ia32.h"/> | |
<ClInclude Include="regexp\ia32\regexp-macro-assembler-ia32.h"/> | |
<ClInclude Include="$(OutDir)obj\global_intermediate\include\inspector\Debugger.h"/> | |
<ClInclude Include="$(OutDir)obj\global_intermediate\src\inspector\debugger-script.h"/> | |
<ClInclude Include="inspector\injected-script.h"/> | |
<ClInclude Include="inspector\inspected-context.h"/> | |
<ClInclude Include="inspector\remote-object-id.h"/> | |
</ItemGroup> | |
<ItemGroup> | |
<ClCompile Include="address-map.cc"/> | |
<ClCompile Include="allocation-site-scopes.cc"/> | |
<ClCompile Include="api.cc"/> | |
<ClCompile Include="ast\scopes.cc"/> | |
<ClCompile Include="background-parsing-task.cc"/> | |
<ClCompile Include="basic-block-profiler.cc"/> | |
<ClCompile Include="bignum.cc"/> | |
<ClCompile Include="bootstrapper.cc"/> | |
<ClCompile Include="builtins\builtins-array.cc"/> | |
<ClCompile Include="builtins\builtins-conversion.cc"/> | |
<ClCompile Include="builtins\builtins-error.cc"/> | |
<ClCompile Include="builtins\builtins-handler.cc"/> | |
<ClCompile Include="builtins\builtins-json.cc"/> | |
<ClCompile Include="builtins\builtins-promise.cc"/> | |
<ClCompile Include="builtins\builtins-sharedarraybuffer.cc"/> | |
<ClCompile Include="code-factory.cc"/> | |
<ClCompile Include="code-stubs.cc"/> | |
<ClCompile Include="compilation-dependencies.cc"/> | |
<ClCompile Include="compilation-statistics.cc"/> | |
<ClCompile Include="compiler\access-info.cc"/> | |
<ClCompile Include="compiler\ast-graph-builder.cc"/> | |
<ClCompile Include="compiler\basic-block-instrumentor.cc"/> | |
<ClCompile Include="compiler\bytecode-analysis.cc"/> | |
<ClCompile Include="compiler\bytecode-liveness-map.cc"/> | |
<ClCompile Include="compiler\code-assembler.cc"/> | |
<ClCompile Include="compiler\common-operator-reducer.cc"/> | |
<ClCompile Include="compiler\control-builders.cc"/> | |
<ClCompile Include="compiler\control-flow-optimizer.cc"/> | |
<ClCompile Include="compiler\node-marker.cc"/> | |
<ClCompile Include="compiler\node-properties.cc"/> | |
<ClCompile Include="compiler\opcodes.cc"/> | |
<ClCompile Include="compiler\operator-properties.cc"/> | |
<ClCompile Include="compiler\osr.cc"/> | |
<ClCompile Include="compiler\pipeline-statistics.cc"/> | |
<ClCompile Include="compiler\redundancy-elimination.cc"/> | |
<ClCompile Include="compiler\register-allocator-verifier.cc"/> | |
<ClCompile Include="compiler\schedule.cc"/> | |
<ClCompile Include="compiler\select-lowering.cc"/> | |
<ClCompile Include="compiler\simplified-lowering.cc"/> | |
<ClCompile Include="compiler\simplified-operator.cc"/> | |
<ClCompile Include="compiler\state-values-utils.cc"/> | |
<ClCompile Include="compiler\tail-call-optimization.cc"/> | |
<ClCompile Include="compiler\type-cache.cc"/> | |
<ClCompile Include="compiler\typer.cc"/> | |
<ClCompile Include="compiler-dispatcher\compiler-dispatcher-job.cc"/> | |
<ClCompile Include="compiler-dispatcher\optimizing-compile-dispatcher.cc"/> | |
<ClCompile Include="context-measure.cc"/> | |
<ClCompile Include="crankshaft\hydrogen-canonicalize.cc"/> | |
<ClCompile Include="crankshaft\hydrogen-dce.cc"/> | |
<ClCompile Include="crankshaft\hydrogen-environment-liveness.cc"/> | |
<ClCompile Include="crankshaft\lithium-codegen.cc"/> | |
<ClCompile Include="date.cc"/> | |
<ClCompile Include="debug\debug-frames.cc"/> | |
<ClCompile Include="debug\debug.cc"/> | |
<ClCompile Include="deoptimize-reason.cc"/> | |
<ClCompile Include="flags.cc"/> | |
<ClCompile Include="heap\objects-visiting.cc"/> | |
<ClCompile Include="ic\access-compiler.cc"/> | |
<ClCompile Include="ic\ic-state.cc"/> | |
<ClCompile Include="ic\ic-compiler.cc"/> | |
<ClCompile Include="identity-map.cc"/> | |
<ClCompile Include="interpreter\bytecodes.cc"/> | |
<ClCompile Include="interpreter\bytecode-array-builder.cc"/> | |
<ClCompile Include="interpreter\bytecode-array-reverse-iterator.cc"/> | |
<ClCompile Include="interpreter\bytecode-dead-code-optimizer.cc"/> | |
<ClCompile Include="interpreter\bytecode-flags.cc"/> | |
<ClCompile Include="interpreter\bytecode-label.cc"/> | |
<ClCompile Include="interpreter\bytecode-peephole-optimizer.cc"/> | |
<ClCompile Include="interpreter\bytecode-register-optimizer.cc"/> | |
<ClCompile Include="isolate.cc"/> | |
<ClCompile Include="json-stringifier.cc"/> | |
<ClCompile Include="log-utils.cc"/> | |
<ClCompile Include="messages.cc"/> | |
<ClCompile Include="objects.cc"/> | |
<ClCompile Include="parsing\duplicate-finder.cc"/> | |
<ClCompile Include="parsing\parsing.cc"/> | |
<ClCompile Include="parsing\preparse-data.cc"/> | |
<ClCompile Include="parsing\rewriter.cc"/> | |
<ClCompile Include="parsing\scanner.cc"/> | |
<ClCompile Include="pending-compilation-error-handler.cc"/> | |
<ClCompile Include="profiler\allocation-tracker.cc"/> | |
<ClCompile Include="profiler\profiler-listener.cc"/> | |
<ClCompile Include="promise-utils.cc"/> | |
<ClCompile Include="property.cc"/> | |
<ClCompile Include="regexp\interpreter-irregexp.cc"/> | |
<ClCompile Include="regexp\regexp-macro-assembler-irregexp.cc"/> | |
<ClCompile Include="regexp\regexp-macro-assembler.cc"/> | |
<ClCompile Include="regexp\regexp-stack.cc"/> | |
<ClCompile Include="register-configuration.cc"/> | |
<ClCompile Include="runtime\runtime-array.cc"/> | |
<ClCompile Include="runtime\runtime-compiler.cc"/> | |
<ClCompile Include="runtime\runtime-function.cc"/> | |
<ClCompile Include="runtime\runtime-i18n.cc"/> | |
<ClCompile Include="runtime\runtime-liveedit.cc"/> | |
<ClCompile Include="runtime\runtime-object.cc"/> | |
<ClCompile Include="runtime\runtime-regexp.cc"/> | |
<ClCompile Include="runtime\runtime-symbol.cc"/> | |
<ClCompile Include="runtime\runtime-wasm.cc"/> | |
<ClCompile Include="snapshot\code-serializer.cc"/> | |
<ClCompile Include="snapshot\serializer.cc"/> | |
<ClCompile Include="snapshot\startup-serializer.cc"/> | |
<ClCompile Include="source-position.cc"/> | |
<ClCompile Include="startup-data-util.cc"/> | |
<ClCompile Include="type-hints.cc"/> | |
<ClCompile Include="v8.cc"/> | |
<ClCompile Include="version.cc"/> | |
<ClCompile Include="wasm\ast-decoder.cc"/> | |
<ClCompile Include="wasm\wasm-js.cc"/> | |
<ClCompile Include="ia32\frames-ia32.cc"/> | |
<ClCompile Include="compiler\ia32\code-generator-ia32.cc"/> | |
<ClCompile Include="crankshaft\ia32\lithium-codegen-ia32.cc"/> | |
<ClCompile Include="crankshaft\ia32\lithium-ia32.cc"/> | |
<ClCompile Include="ic\ia32\access-compiler-ia32.cc"/> | |
<ClCompile Include="$(OutDir)obj\global_intermediate\src\inspector\protocol\Console.cpp"/> | |
<ClCompile Include="$(OutDir)obj\global_intermediate\src\inspector\protocol\HeapProfiler.cpp"/> | |
<ClCompile Include="$(OutDir)obj\global_intermediate\src\inspector\protocol\Runtime.cpp"/> | |
<ClCompile Include="inspector\string-16.cc"/> | |
<ClCompile Include="inspector\v8-console.cc"/> | |
<ClCompile Include="inspector\v8-console-message.cc"/> | |
<ClCompile Include="inspector\v8-debugger-agent-impl.cc"/> | |
<ClCompile Include="inspector\v8-function-call.cc"/> | |
<ClCompile Include="inspector\v8-injected-script-host.cc"/> | |
<ClCompile Include="inspector\v8-inspector-session-impl.cc"/> | |
<ClCompile Include="inspector\v8-profiler-agent-impl.cc"/> | |
<ClCompile Include="inspector\v8-runtime-agent-impl.cc"/> | |
<ClCompile Include="inspector\v8-stack-trace-impl.cc"/> | |
<ClCompile Include="inspector\wasm-translation.cc"/> | |
<ClCompile Include="$(IntDir)\bytecode-peephole-table.cc"/> | |
</ItemGroup> | |
<ItemGroup> | |
<CustomBuild Include="$(OutDir)\mkpeephole.exe"> | |
<FileType>Document</FileType> | |
<Command>call call $(OutDir)mkpeephole.exe "$(IntDir)bytecode-peephole-table.cc"
if %errorlevel% neq 0 exit /b %errorlevel%</Command> | |
<Message>run mkpeephole</Message> | |
<Outputs>$(IntDir)\bytecode-peephole-table.cc</Outputs> | |
</CustomBuild> | |
</ItemGroup> | |
<ItemGroup> | |
<ProjectReference Include="mkpeephole.vcxproj"> | |
<Project>{B01188EF-1205-35C3-261A-49453733641A}</Project> | |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="..\..\..\tools\icu\icuuc.vcxproj"> | |
<Project>{6FEB5F0A-E6B2-54BE-BBB8-95D0237DA4D7}</Project> | |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="inspector\protocol_generated_sources.vcxproj"> | |
<Project>{2013F773-DEE0-CCDE-CCE7-014CF8477095}</Project> | |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="inspector\inspector_injected_script.vcxproj"> | |
<Project>{BCC3CCFB-4E7A-6164-F7AB-83635FB4EC69}</Project> | |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="inspector\inspector_debugger_script.vcxproj"> | |
<Project>{53AAD0A3-04D2-56EA-F3E3-16EC6CAA4A07}</Project> | |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
</ProjectReference> | |
</ItemGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> | |
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets"/> | |
<ImportGroup Label="ExtensionTargets"/> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment