| Index: tools/visual_studio/v8_snapshot_cc.vcproj | 
| =================================================================== | 
| --- tools/visual_studio/v8_snapshot_cc.vcproj	(revision 0) | 
| +++ tools/visual_studio/v8_snapshot_cc.vcproj	(revision 0) | 
| @@ -0,0 +1,92 @@ | 
| +<?xml version="1.0" encoding="Windows-1252"?> | 
| +<VisualStudioProject | 
| +	ProjectType="Visual C++" | 
| +	Version="8.00" | 
| +	Name="v8_snapshot_cc" | 
| +	ProjectGUID="{0DDBDA8B-A49F-4CC7-A1D5-5BB8297C8A3F}" | 
| +	RootNamespace="v8_snapshot_cc" | 
| +	Keyword="Win32Proj" | 
| +	> | 
| +	<Platforms> | 
| +		<Platform | 
| +			Name="Win32" | 
| +		/> | 
| +	</Platforms> | 
| +	<ToolFiles> | 
| +	</ToolFiles> | 
| +	<Configurations> | 
| +		<Configuration | 
| +			Name="Debug|Win32" | 
| +			ConfigurationType="10" | 
| +			InheritedPropertySheets=".\common.vsprops;.\debug.vsprops" | 
| +			> | 
| +			<Tool | 
| +				Name="VCPreBuildEventTool" | 
| +			/> | 
| +			<Tool | 
| +				Name="VCCustomBuildTool" | 
| +			/> | 
| +			<Tool | 
| +				Name="VCMIDLTool" | 
| +			/> | 
| +			<Tool | 
| +				Name="VCPostBuildEventTool" | 
| +			/> | 
| +		</Configuration> | 
| +		<Configuration | 
| +			Name="Release|Win32" | 
| +			ConfigurationType="10" | 
| +			InheritedPropertySheets=".\common.vsprops;.\release.vsprops" | 
| +			> | 
| +			<Tool | 
| +				Name="VCPreBuildEventTool" | 
| +			/> | 
| +			<Tool | 
| +				Name="VCCustomBuildTool" | 
| +			/> | 
| +			<Tool | 
| +				Name="VCMIDLTool" | 
| +			/> | 
| +			<Tool | 
| +				Name="VCPostBuildEventTool" | 
| +			/> | 
| +		</Configuration> | 
| +	</Configurations> | 
| +	<References> | 
| +	</References> | 
| +	<Files> | 
| +		<Filter | 
| +			Name="generated files" | 
| +			SourceControlFiles="false" | 
| +			> | 
| +      <File | 
| +        RelativePath="$(OutDir)\v8_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> | 
| +		</Filter> | 
| +	</Files> | 
| +	<Globals> | 
| +	</Globals> | 
| +</VisualStudioProject> | 
|  | 
| Property changes on: tools\visual_studio\v8_snapshot_cc.vcproj | 
| ___________________________________________________________________ | 
| Added: svn:eol-style | 
| + native | 
|  | 
|  |