blob: 47ba8c1f441aa7d14eb6d3cd179a31541dc94212 [file] [log] [blame]
Steve Blocka7e24c12009-10-30 11:49:00 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="v8"
6 ProjectGUID="{21E22961-22BF-4493-BD3A-868F93DA5179}"
7 RootNamespace="v8"
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="4"
21 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\debug.vsprops"
22 >
23 <Tool
24 Name="VCPreBuildEventTool"
25 />
26 <Tool
27 Name="VCCustomBuildTool"
28 />
29 <Tool
30 Name="VCXMLDataGeneratorTool"
31 />
32 <Tool
33 Name="VCWebServiceProxyGeneratorTool"
34 />
35 <Tool
36 Name="VCMIDLTool"
37 />
38 <Tool
39 Name="VCCLCompilerTool"
40 />
41 <Tool
42 Name="VCManagedResourceCompilerTool"
43 />
44 <Tool
45 Name="VCResourceCompilerTool"
46 />
47 <Tool
48 Name="VCPreLinkEventTool"
49 />
50 <Tool
51 Name="VCLibrarianTool"
52 LinkLibraryDependencies="true"
53 />
54 <Tool
55 Name="VCALinkTool"
56 />
57 <Tool
58 Name="VCXDCMakeTool"
59 />
60 <Tool
61 Name="VCBscMakeTool"
62 />
63 <Tool
64 Name="VCFxCopTool"
65 />
66 <Tool
67 Name="VCPostBuildEventTool"
68 />
69 </Configuration>
70 <Configuration
71 Name="Release|Win32"
72 ConfigurationType="4"
73 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\release.vsprops"
74 >
75 <Tool
76 Name="VCPreBuildEventTool"
77 />
78 <Tool
79 Name="VCCustomBuildTool"
80 />
81 <Tool
82 Name="VCXMLDataGeneratorTool"
83 />
84 <Tool
85 Name="VCWebServiceProxyGeneratorTool"
86 />
87 <Tool
88 Name="VCMIDLTool"
89 />
90 <Tool
91 Name="VCCLCompilerTool"
92 />
93 <Tool
94 Name="VCManagedResourceCompilerTool"
95 />
96 <Tool
97 Name="VCResourceCompilerTool"
98 />
99 <Tool
100 Name="VCPreLinkEventTool"
101 />
102 <Tool
103 Name="VCLibrarianTool"
104 LinkLibraryDependencies="true"
105 />
106 <Tool
107 Name="VCALinkTool"
108 />
109 <Tool
110 Name="VCXDCMakeTool"
111 />
112 <Tool
113 Name="VCBscMakeTool"
114 />
115 <Tool
116 Name="VCFxCopTool"
117 />
118 <Tool
119 Name="VCPostBuildEventTool"
120 />
121 </Configuration>
122 </Configurations>
123 <References>
124 </References>
125 <Files>
126 <Filter
127 Name="js"
128 >
129 <File
130 RelativePath="..\..\src\apinatives.js"
131 >
132 </File>
133 <File
134 RelativePath="..\..\src\array.js"
135 >
136 </File>
137 <File
138 RelativePath="..\..\src\date-delay.js"
139 >
140 </File>
141 <File
142 RelativePath="..\..\src\debug-delay.js"
143 >
144 </File>
145 <File
146 RelativePath="..\..\src\macros.py"
147 >
148 </File>
149 <File
150 RelativePath="..\..\src\math.js"
151 >
152 </File>
153 <File
154 RelativePath="..\..\src\messages.js"
155 >
156 </File>
157 <File
158 RelativePath="..\..\src\mirror-delay.js"
159 >
160 </File>
161 <File
162 RelativePath="..\..\src\regexp-delay.js"
163 >
164 </File>
165 <File
166 RelativePath="..\..\src\json-delay.js"
167 >
168 </File>
169 <File
170 RelativePath="..\..\src\runtime.js"
171 >
172 </File>
173 <File
174 RelativePath="..\..\src\string.js"
175 >
176 </File>
177 <File
178 RelativePath="..\..\src\uri.js"
179 >
180 </File>
181 <File
182 RelativePath="..\..\src\v8natives.js"
183 >
184 <FileConfiguration
185 Name="Debug|Win32"
186 >
187 <Tool
188 Name="VCCustomBuildTool"
189 Description="Processing js files..."
190 CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;"
191 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;..\..\src\json-delay.js"
192 Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
193 />
194 </FileConfiguration>
195 <FileConfiguration
196 Name="Release|Win32"
197 >
198 <Tool
199 Name="VCCustomBuildTool"
200 Description="Processing js files..."
201 CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;"
202 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;..\..\src\json-delay.js"
203 Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
204 />
205 </FileConfiguration>
206 </File>
207 </Filter>
208 <Filter
209 Name="generated files"
210 >
211 <File
212 RelativePath="$(IntDir)\DerivedSources\natives.cc"
213 >
214 </File>
215 </Filter>
216 <File
217 RelativePath="..\..\src\snapshot-empty.cc"
218 >
219 </File>
220 </Files>
221 <Globals>
222 </Globals>
223</VisualStudioProject>