Index: tools/visual_studio/v8_snapshot_x64.vcproj |
=================================================================== |
--- tools/visual_studio/v8_snapshot_x64.vcproj (revision 0) |
+++ tools/visual_studio/v8_snapshot_x64.vcproj (revision 0) |
@@ -0,0 +1,142 @@ |
+<?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="x64" |
+ /> |
+ </Platforms> |
+ <ToolFiles> |
+ </ToolFiles> |
+ <Configurations> |
+ <Configuration |
+ Name="Debug|x64" |
+ ConfigurationType="4" |
+ InheritedPropertySheets=".\common.vsprops;.\x64.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|x64" |
+ ConfigurationType="4" |
+ InheritedPropertySheets=".\common.vsprops;.\x64.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" |
+ SourceControlFiles="false" |
+ > |
+ <File |
+ RelativePath="$(IntDir)\..\v8\DerivedSources\natives-empty.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath="$(IntDir)\..\v8_snapshot_cc\DerivedSources\snapshot.cc" |
+ > |
+ </File> |
+ </Filter> |
+ </Files> |
+ <Globals> |
+ </Globals> |
+</VisualStudioProject> |
Property changes on: tools\visual_studio\v8_snapshot_x64.vcproj |
___________________________________________________________________ |
Added: svn:eol-style |
+ native |