📄 v8_snapshot.vcproj
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="v8_snapshot" ProjectGUID="{C0334F9A-1168-4101-9DD8-C30FB252D435}" RootNamespace="v8_snapshot" Keyword="Win32Proj" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\common.vsprops;.\debug.vsprops" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" LinkLibraryDependencies="true" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\common.vsprops;.\release.vsprops" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" LinkLibraryDependencies="true" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="generated files" > <File RelativePath="$(IntDir)\..\v8\DerivedSources\natives-empty.cc" > </File> <File RelativePath="$(IntDir)\DerivedSources\snapshot.cc" > <FileConfiguration Name="Debug|Win32" > <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="$(SolutionDir)..\v8\src" /> </FileConfiguration> <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="$(SolutionDir)..\v8\src" /> </FileConfiguration> </File> </Filter> <File RelativePath="$(OutDir)\mksnapshot.exe" > <FileConfiguration Name="Debug|Win32" > <Tool Name="VCCustomBuildTool" Description="Building snapshot..." CommandLine="$(OutDir)\v8_mksnapshot.exe $(IntDir)\DerivedSources\snapshot.cc
" AdditionalDependencies="$(OutDir)\v8_mksnapshot.exe" Outputs="$(IntDir)\DerivedSources\snapshot.cc" /> </FileConfiguration> <FileConfiguration Name="Release|Win32" > <Tool Name="VCCustomBuildTool" Description="Building snapshot..." CommandLine="$(OutDir)\v8_mksnapshot.exe $(IntDir)\DerivedSources\snapshot.cc
" AdditionalDependencies="$(OutDir)\v8_mksnapshot.exe" Outputs="$(IntDir)\DerivedSources\snapshot.cc" /> </FileConfiguration> </File> </Files> <Globals> </Globals></VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -