blob: 29023f8fc9633a6d3042730a0aa75d173f052759 [file] [log] [blame]
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
iposva@chromium.org245aa852009-02-10 00:49:54 +00004 Version="8.00"
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005 Name="v8_cctest"
6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}"
7 RootNamespace="v8_cctest"
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="1"
ager@chromium.org5ec48922009-05-05 07:25:34 +000021 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\debug.vsprops"
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000022 >
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="VCLinkerTool"
ager@chromium.org381abbb2009-02-25 13:23:22 +000052 AdditionalDependencies="winmm.lib Ws2_32.lib"
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000053 />
54 <Tool
55 Name="VCALinkTool"
56 />
57 <Tool
58 Name="VCManifestTool"
59 />
60 <Tool
61 Name="VCXDCMakeTool"
62 />
63 <Tool
64 Name="VCBscMakeTool"
65 />
66 <Tool
67 Name="VCFxCopTool"
68 />
69 <Tool
70 Name="VCAppVerifierTool"
71 />
72 <Tool
73 Name="VCWebDeploymentTool"
74 />
75 <Tool
76 Name="VCPostBuildEventTool"
77 />
78 </Configuration>
79 <Configuration
80 Name="Release|Win32"
81 ConfigurationType="1"
ager@chromium.org5ec48922009-05-05 07:25:34 +000082 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\release.vsprops"
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000083 >
84 <Tool
85 Name="VCPreBuildEventTool"
86 />
87 <Tool
88 Name="VCCustomBuildTool"
89 />
90 <Tool
91 Name="VCXMLDataGeneratorTool"
92 />
93 <Tool
94 Name="VCWebServiceProxyGeneratorTool"
95 />
96 <Tool
97 Name="VCMIDLTool"
98 />
99 <Tool
100 Name="VCCLCompilerTool"
101 />
102 <Tool
103 Name="VCManagedResourceCompilerTool"
104 />
105 <Tool
106 Name="VCResourceCompilerTool"
107 />
108 <Tool
109 Name="VCPreLinkEventTool"
110 />
111 <Tool
112 Name="VCLinkerTool"
ager@chromium.org381abbb2009-02-25 13:23:22 +0000113 AdditionalDependencies="winmm.lib Ws2_32.lib"
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000114 />
115 <Tool
116 Name="VCALinkTool"
117 />
118 <Tool
119 Name="VCManifestTool"
120 />
121 <Tool
122 Name="VCXDCMakeTool"
123 />
124 <Tool
125 Name="VCBscMakeTool"
126 />
127 <Tool
128 Name="VCFxCopTool"
129 />
130 <Tool
131 Name="VCAppVerifierTool"
132 />
133 <Tool
134 Name="VCWebDeploymentTool"
135 />
136 <Tool
137 Name="VCPostBuildEventTool"
138 />
139 </Configuration>
140 </Configurations>
141 <References>
142 </References>
143 <Files>
144 <File
145 RelativePath="..\..\test\cctest\cctest.cc"
146 >
147 </File>
148 <File
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +0000149 RelativePath="..\..\test\cctest\test-alloc.cc"
150 >
151 </File>
152 <File
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000153 RelativePath="..\..\test\cctest\test-api.cc"
154 >
155 </File>
156 <File
157 RelativePath="..\..\test\cctest\test-assembler-ia32.cc"
158 >
159 </File>
160 <File
161 RelativePath="..\..\test\cctest\test-ast.cc"
162 >
163 </File>
164 <File
165 RelativePath="..\..\test\cctest\test-compiler.cc"
166 >
167 </File>
168 <File
169 RelativePath="..\..\test\cctest\test-conversions.cc"
170 >
171 </File>
172 <File
173 RelativePath="..\..\test\cctest\test-debug.cc"
174 >
175 </File>
176 <File
177 RelativePath="..\..\test\cctest\test-decls.cc"
178 >
179 </File>
180 <File
181 RelativePath="..\..\test\cctest\test-disasm-ia32.cc"
182 >
183 </File>
184 <File
185 RelativePath="..\..\test\cctest\test-flags.cc"
186 >
187 </File>
188 <File
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +0000189 RelativePath="..\..\test\cctest\test-func-name-inference.cc"
190 >
191 </File>
192 <File
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000193 RelativePath="..\..\test\cctest\test-hashmap.cc"
194 >
195 </File>
196 <File
197 RelativePath="..\..\test\cctest\test-heap.cc"
198 >
199 </File>
200 <File
201 RelativePath="..\..\test\cctest\test-lock.cc"
202 >
203 </File>
204 <File
kasperl@chromium.org061ef742009-02-27 12:16:20 +0000205 RelativePath="..\..\test\cctest\test-log-ia32.cc"
206 >
207 </File>
208 <File
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000209 RelativePath="..\..\test\cctest\test-mark-compact.cc"
210 >
211 </File>
212 <File
213 RelativePath="..\..\test\cctest\test-platform-win32.cc"
214 >
215 </File>
216 <File
217 RelativePath="..\..\test\cctest\test-serialize.cc"
218 >
219 </File>
220 <File
ager@chromium.org381abbb2009-02-25 13:23:22 +0000221 RelativePath="..\..\test\cctest\test-sockets.cc"
222 >
223 </File>
224 <File
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000225 RelativePath="..\..\test\cctest\test-spaces.cc"
226 >
227 </File>
228 <File
229 RelativePath="..\..\test\cctest\test-strings.cc"
230 >
231 </File>
232 <File
233 RelativePath="..\..\test\cctest\test-utils.cc"
234 >
235 </File>
ager@chromium.org5ec48922009-05-05 07:25:34 +0000236 <File
237 RelativePath="..\..\test\cctest\test-version.cc"
238 >
239 </File>
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000240 </Files>
241 <Globals>
242 </Globals>
243</VisualStudioProject>