⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 v8.vcproj.svn-base

📁 Google浏览器V8内核代码
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject	ProjectType="Visual C++"	Version="8.00"	Name="v8"	ProjectGUID="{21E22961-22BF-4493-BD3A-868F93DA5179}"	RootNamespace="v8"	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="js"			>			<File				RelativePath="..\..\src\apinatives.js"				>			</File>			<File				RelativePath="..\..\src\array.js"				>			</File>			<File				RelativePath="..\..\src\date-delay.js"				>			</File>			<File				RelativePath="..\..\src\debug-delay.js"				>			</File>			<File				RelativePath="..\..\src\macros.py"				>			</File>			<File				RelativePath="..\..\src\math.js"				>			</File>			<File				RelativePath="..\..\src\messages.js"				>			</File>			<File				RelativePath="..\..\src\mirror-delay.js"				>			</File>			<File				RelativePath="..\..\src\regexp-delay.js"				>			</File>			<File				RelativePath="..\..\src\runtime.js"				>			</File>			<File				RelativePath="..\..\src\string.js"				>			</File>			<File				RelativePath="..\..\src\uri.js"				>			</File>			<File				RelativePath="..\..\src\v8natives.js"				>				<FileConfiguration					Name="Debug|Win32"					>					<Tool						Name="VCCustomBuildTool"						Description="Processing js files..."						CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;"						AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js"						Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"					/>				</FileConfiguration>				<FileConfiguration					Name="Release|Win32"					>					<Tool						Name="VCCustomBuildTool"						Description="Processing js files..."						CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;"						AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js"						Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"					/>				</FileConfiguration>			</File>		</Filter>		<Filter			Name="generated files"			>			<File				RelativePath="$(IntDir)\DerivedSources\natives.cc"				>			</File>		</Filter>		<File			RelativePath="..\..\src\snapshot-empty.cc"			>		</File>	</Files>	<Globals>	</Globals></VisualStudioProject>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -