blob: 7c4799afd6436d7a2e14210c072a4a219ff8c08e [file] [log] [blame]
ager@chromium.orgf2748c82009-01-29 08:47:45 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="v8_snapshot_cc"
6 ProjectGUID="{0DDBDA8B-A49F-4CC7-A1D5-5BB8297C8A3F}"
7 RootNamespace="v8_snapshot_cc"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 ConfigurationType="10"
ager@chromium.org5ec48922009-05-05 07:25:34 +000021 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\debug.vsprops"
ager@chromium.orgf2748c82009-01-29 08:47:45 +000022 >
23 <Tool
24 Name="VCPreBuildEventTool"
25 />
26 <Tool
27 Name="VCCustomBuildTool"
28 />
29 <Tool
30 Name="VCMIDLTool"
31 />
32 <Tool
33 Name="VCPostBuildEventTool"
34 />
35 </Configuration>
36 <Configuration
37 Name="Release|Win32"
38 ConfigurationType="10"
ager@chromium.org5ec48922009-05-05 07:25:34 +000039 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\release.vsprops"
ager@chromium.orgf2748c82009-01-29 08:47:45 +000040 >
41 <Tool
42 Name="VCPreBuildEventTool"
43 />
44 <Tool
45 Name="VCCustomBuildTool"
46 />
47 <Tool
48 Name="VCMIDLTool"
49 />
50 <Tool
51 Name="VCPostBuildEventTool"
52 />
53 </Configuration>
54 </Configurations>
55 <References>
56 </References>
57 <Files>
58 <Filter
59 Name="generated files"
60 SourceControlFiles="false"
61 >
62 <File
63 RelativePath="$(OutDir)\v8_mksnapshot.exe"
64 >
65 <FileConfiguration
66 Name="Debug|Win32"
67 >
68 <Tool
69 Name="VCCustomBuildTool"
70 Description="Building snapshot..."
71 CommandLine="&quot;$(OutDir)\v8_mksnapshot.exe&quot; &quot;$(IntDir)\DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
72 AdditionalDependencies="$(OutDir)\v8_mksnapshot.exe"
73 Outputs="$(IntDir)\DerivedSources\snapshot.cc"
74 />
75 </FileConfiguration>
76 <FileConfiguration
77 Name="Release|Win32"
78 >
79 <Tool
80 Name="VCCustomBuildTool"
81 Description="Building snapshot..."
82 CommandLine="&quot;$(OutDir)\v8_mksnapshot.exe&quot; &quot;$(IntDir)\DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
83 AdditionalDependencies="$(OutDir)\v8_mksnapshot.exe"
84 Outputs="$(IntDir)\DerivedSources\snapshot.cc"
85 />
86 </FileConfiguration>
87 </File>
88 </Filter>
89 </Files>
90 <Globals>
91 </Globals>
92</VisualStudioProject>