blob: a3c597099d257cdccd5fa6ead60400c760005c45 [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_base"
6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}"
7 RootNamespace="v8_base"
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;.\debug.vsprops;.\arm.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 />
53 <Tool
54 Name="VCALinkTool"
55 />
56 <Tool
57 Name="VCXDCMakeTool"
58 />
59 <Tool
60 Name="VCBscMakeTool"
61 />
62 <Tool
63 Name="VCFxCopTool"
64 />
65 <Tool
66 Name="VCPostBuildEventTool"
67 />
68 </Configuration>
69 <Configuration
70 Name="Release|Win32"
71 ConfigurationType="4"
72 InheritedPropertySheets=".\common.vsprops;.\release.vsprops;.\arm.vsprops"
73 >
74 <Tool
75 Name="VCPreBuildEventTool"
76 />
77 <Tool
78 Name="VCCustomBuildTool"
79 />
80 <Tool
81 Name="VCXMLDataGeneratorTool"
82 />
83 <Tool
84 Name="VCWebServiceProxyGeneratorTool"
85 />
86 <Tool
87 Name="VCMIDLTool"
88 />
89 <Tool
90 Name="VCCLCompilerTool"
91 />
92 <Tool
93 Name="VCManagedResourceCompilerTool"
94 />
95 <Tool
96 Name="VCResourceCompilerTool"
97 />
98 <Tool
99 Name="VCPreLinkEventTool"
100 />
101 <Tool
102 Name="VCLibrarianTool"
103 />
104 <Tool
105 Name="VCALinkTool"
106 />
107 <Tool
108 Name="VCXDCMakeTool"
109 />
110 <Tool
111 Name="VCBscMakeTool"
112 />
113 <Tool
114 Name="VCFxCopTool"
115 />
116 <Tool
117 Name="VCPostBuildEventTool"
118 />
119 </Configuration>
120 </Configurations>
121 <References>
122 </References>
123 <Files>
124 <Filter
125 Name="dtoa"
126 >
127 <File
128 RelativePath="..\..\src\dtoa-config.c"
129 >
130 <FileConfiguration
131 Name="Debug|Win32"
132 >
133 <Tool
134 Name="VCCLCompilerTool"
135 DisableSpecificWarnings="4018;4244"
136 />
137 </FileConfiguration>
138 <FileConfiguration
139 Name="Release|Win32"
140 >
141 <Tool
142 Name="VCCLCompilerTool"
143 DisableSpecificWarnings="4018;4244"
144 />
145 </FileConfiguration>
146 </File>
147 </Filter>
148 <Filter
149 Name="src"
150 >
151 <File
152 RelativePath="..\..\src\accessors.cc"
153 >
154 </File>
155 <File
156 RelativePath="..\..\src\accessors.h"
157 >
158 </File>
159 <File
160 RelativePath="..\..\src\allocation.cc"
161 >
162 </File>
163 <File
164 RelativePath="..\..\src\allocation.h"
165 >
166 </File>
167 <File
168 RelativePath="..\..\src\api.cc"
169 >
170 </File>
171 <File
172 RelativePath="..\..\src\api.h"
173 >
174 </File>
175 <File
176 RelativePath="..\..\src\arguments.h"
177 >
178 </File>
179 <File
180 RelativePath="..\..\src\arm\assembler-arm-inl.h"
181 >
182 </File>
183 <File
184 RelativePath="..\..\src\arm\assembler-arm.cc"
185 >
186 </File>
187 <File
188 RelativePath="..\..\src\arm\assembler-arm.h"
189 >
190 </File>
191 <File
192 RelativePath="..\..\src\regexp-stack.h"
193 >
194 </File>
195 <File
196 RelativePath="..\..\src\regexp-macro-assembler-irregexp-inl.h"
197 >
198 </File>
199 <File
200 RelativePath="..\..\src\assembler.cc"
201 >
202 </File>
203 <File
204 RelativePath="..\..\src\assembler.h"
205 >
206 </File>
207 <File
Kristian Monsen25f61362010-05-21 11:50:48 +0100208 RelativePath="..\..\src\ast-inl.h"
209 >
210 </File>
211 <File
Steve Blocka7e24c12009-10-30 11:49:00 +0000212 RelativePath="..\..\src\ast.cc"
213 >
214 </File>
215 <File
216 RelativePath="..\..\src\ast.h"
217 >
218 </File>
219 <File
220 RelativePath="..\..\src\bootstrapper.cc"
221 >
222 </File>
223 <File
224 RelativePath="..\..\src\bootstrapper.h"
225 >
226 </File>
227 <File
228 RelativePath="..\..\src\arm\builtins-arm.cc"
229 >
230 </File>
231 <File
232 RelativePath="..\..\src\builtins.cc"
233 >
234 </File>
235 <File
236 RelativePath="..\..\src\builtins.h"
237 >
238 </File>
239 <File
240 RelativePath="..\..\src\bytecodes-irregexp.h"
241 >
242 </File>
243 <File
244 RelativePath="..\..\src\char-predicates-inl.h"
245 >
246 </File>
247 <File
248 RelativePath="..\..\src\char-predicates.h"
249 >
250 </File>
251 <File
252 RelativePath="..\..\src\checks.cc"
253 >
254 </File>
255 <File
256 RelativePath="..\..\src\checks.h"
257 >
258 </File>
259 <File
Steve Block6ded16b2010-05-10 14:33:55 +0100260 RelativePath="..\..\src\circular-queue-inl.h"
261 >
262 </File>
263 <File
264 RelativePath="..\..\src\circular-queue.cc"
265 >
266 </File>
267 <File
268 RelativePath="..\..\src\circular-queue.h"
269 >
270 </File>
271 <File
Steve Blocka7e24c12009-10-30 11:49:00 +0000272 RelativePath="..\..\src\code-stubs.cc"
273 >
274 </File>
275 <File
276 RelativePath="..\..\src\code-stubs.h"
277 >
278 </File>
279 <File
280 RelativePath="..\..\src\code.h"
281 >
282 </File>
283 <File
284 RelativePath="..\..\src\arm\codegen-arm.cc"
285 >
286 </File>
287 <File
288 RelativePath="..\..\src\arm\codegen-arm.h"
289 >
290 </File>
291 <File
292 RelativePath="..\..\src\codegen-inl.h"
293 >
294 </File>
295 <File
296 RelativePath="..\..\src\codegen.cc"
297 >
298 </File>
299 <File
300 RelativePath="..\..\src\codegen.h"
301 >
302 </File>
303 <File
304 RelativePath="..\..\src\compilation-cache.cc"
305 >
306 </File>
307 <File
308 RelativePath="..\..\src\compilation-cache.h"
309 >
310 </File>
311 <File
312 RelativePath="..\..\src\compiler.cc"
313 >
314 </File>
315 <File
316 RelativePath="..\..\src\compiler.h"
317 >
318 </File>
319 <File
320 RelativePath="..\..\src\arm\constants-arm.cc"
321 >
322 </File>
323 <File
324 RelativePath="..\..\src\arm\constants-arm.h"
325 >
326 </File>
327 <File
328 RelativePath="..\..\src\contexts.cc"
329 >
330 </File>
331 <File
332 RelativePath="..\..\src\contexts.h"
333 >
334 </File>
335 <File
336 RelativePath="..\..\src\conversions-inl.h"
337 >
338 </File>
339 <File
340 RelativePath="..\..\src\conversions.cc"
341 >
342 </File>
343 <File
344 RelativePath="..\..\src\conversions.h"
345 >
346 </File>
347 <File
348 RelativePath="..\..\src\counters.cc"
349 >
350 </File>
351 <File
352 RelativePath="..\..\src\counters.h"
353 >
354 </File>
355 <File
356 RelativePath="..\..\src\arm\cpu-arm.cc"
357 >
358 </File>
359 <File
360 RelativePath="..\..\src\cpu.h"
361 >
362 </File>
363 <File
Steve Block6ded16b2010-05-10 14:33:55 +0100364 RelativePath="..\..\src\cpu-profiler.cc"
365 >
366 </File>
367 <File
368 RelativePath="..\..\src\cpu-profiler.h"
369 >
370 </File>
371 <File
372 RelativePath="..\..\src\cpu-profiler-inl.h"
373 >
374 </File>
375 <File
Leon Clarke4515c472010-02-03 11:58:03 +0000376 RelativePath="..\..\src\data-flow.cc"
377 >
378 </File>
379 <File
380 RelativePath="..\..\src\data-flow.h"
381 >
382 </File>
383 <File
Steve Blocka7e24c12009-10-30 11:49:00 +0000384 RelativePath="..\..\src\dateparser.cc"
385 >
386 </File>
387 <File
388 RelativePath="..\..\src\dateparser.h"
389 >
390 </File>
391 <File
392 RelativePath="..\..\src\debug-agent.cc"
393 >
394 </File>
395 <File
396 RelativePath="..\..\src\debug-agent.h"
397 >
398 </File>
399 <File
400 RelativePath="..\..\src\arm\debug-arm.cc"
401 >
402 </File>
403 <File
404 RelativePath="..\..\src\debug.cc"
405 >
406 </File>
407 <File
408 RelativePath="..\..\src\debug.h"
409 >
410 </File>
411 <File
412 RelativePath="..\..\src\disassembler.cc"
413 >
414 </File>
415 <File
416 RelativePath="..\..\src\disassembler.h"
417 >
418 </File>
419 <File
420 RelativePath="..\..\src\execution.cc"
421 >
422 </File>
423 <File
424 RelativePath="..\..\src\execution.h"
425 >
426 </File>
427 <File
428 RelativePath="..\..\src\factory.cc"
429 >
430 </File>
431 <File
432 RelativePath="..\..\src\factory.h"
433 >
434 </File>
Leon Clarke4515c472010-02-03 11:58:03 +0000435 <File
436 RelativePath="..\..\src\arm\fast-codegen-arm.cc"
437 >
438 </File>
439 <File
440 RelativePath="..\..\src\fast-codegen.cc"
441 >
442 </File>
443 <File
444 RelativePath="..\..\src\fast-codegen.h"
445 >
446 </File>
Steve Blocka7e24c12009-10-30 11:49:00 +0000447 <File
448 RelativePath="..\..\src\flags.cc"
449 >
450 </File>
451 <File
452 RelativePath="..\..\src\flags.h"
453 >
454 </File>
455 <File
Steve Block6ded16b2010-05-10 14:33:55 +0100456 RelativePath="..\..\src\flow-graph.cc"
457 >
458 </File>
459 <File
460 RelativePath="..\..\src\flow-graph.h"
461 >
462 </File>
463 <File
Steve Blocka7e24c12009-10-30 11:49:00 +0000464 RelativePath="..\..\src\frame-element.cc"
465 >
466 </File>
467 <File
468 RelativePath="..\..\src\frame-element.h"
469 >
470 </File>
471 <File
472 RelativePath="..\..\src\arm\frames-arm.cc"
473 >
474 </File>
475 <File
476 RelativePath="..\..\src\arm\frames-arm.h"
477 >
478 </File>
479 <File
480 RelativePath="..\..\src\frames-inl.h"
481 >
482 </File>
483 <File
484 RelativePath="..\..\src\frames.cc"
485 >
486 </File>
487 <File
488 RelativePath="..\..\src\frames.h"
489 >
490 </File>
Leon Clarked91b9f72010-01-27 17:25:45 +0000491 <File
492 RelativePath="..\..\src\arm\full-codegen-arm.cc"
493 >
494 </File>
495 <File
496 RelativePath="..\..\src\full-codegen.cc"
497 >
498 </File>
499 <File
500 RelativePath="..\..\src\full-codegen.h"
501 >
502 </File>
Steve Blocka7e24c12009-10-30 11:49:00 +0000503 <File
504 RelativePath="..\..\src\func-name-inferrer.cc"
505 >
506 </File>
507 <File
508 RelativePath="..\..\src\func-name-inferrer.h"
509 >
510 </File>
511 <File
512 RelativePath="..\..\src\global-handles.cc"
513 >
514 </File>
515 <File
516 RelativePath="..\..\src\global-handles.h"
517 >
518 </File>
519 <File
520 RelativePath="..\..\src\globals.h"
521 >
522 </File>
523 <File
524 RelativePath="..\..\src\handles-inl.h"
525 >
526 </File>
527 <File
528 RelativePath="..\..\src\handles.cc"
529 >
530 </File>
531 <File
532 RelativePath="..\..\src\handles.h"
533 >
534 </File>
535 <File
536 RelativePath="..\..\src\hashmap.cc"
537 >
538 </File>
539 <File
540 RelativePath="..\..\src\hashmap.h"
541 >
542 </File>
543 <File
544 RelativePath="..\..\src\heap-inl.h"
545 >
546 </File>
547 <File
548 RelativePath="..\..\src\heap.cc"
549 >
550 </File>
551 <File
552 RelativePath="..\..\src\heap.h"
553 >
554 </File>
555 <File
556 RelativePath="..\..\src\heap-profiler.cc"
557 >
558 </File>
559 <File
560 RelativePath="..\..\src\heap-profiler.h"
561 >
562 </File>
563 <File
564 RelativePath="..\..\src\arm\ic-arm.cc"
565 >
566 </File>
567 <File
568 RelativePath="..\..\src\ic-inl.h"
569 >
570 </File>
571 <File
572 RelativePath="..\..\src\ic.cc"
573 >
574 </File>
575 <File
576 RelativePath="..\..\src\ic.h"
577 >
578 </File>
579 <File
580 RelativePath="..\..\src\interceptors.h"
581 >
582 </File>
583 <File
584 RelativePath="..\..\src\interpreter-irregexp.cc"
585 >
586 </File>
587 <File
588 RelativePath="..\..\src\interpreter-irregexp.h"
589 >
590 </File>
591 <File
592 RelativePath="..\..\src\jump-target.h"
593 >
594 </File>
595 <File
Steve Block6ded16b2010-05-10 14:33:55 +0100596 RelativePath="..\..\src\jump-target-inl.h"
597 >
598 </File>
599 <File
600 RelativePath="..\..\src\jump-target-light-inl.h"
601 >
602 </File>
603 <File
Kristian Monsen25f61362010-05-21 11:50:48 +0100604 RelativePath="..\..\src\jump-target-light.h"
605 >
606 </File>
607 <File
Steve Blocka7e24c12009-10-30 11:49:00 +0000608 RelativePath="..\..\src\jump-target.cc"
609 >
610 </File>
611 <File
612 RelativePath="..\..\src\arm\jump-target-arm.cc"
613 >
614 </File>
615 <File
Steve Block6ded16b2010-05-10 14:33:55 +0100616 RelativePath="..\..\src\jump-target-light.cc"
617 >
618 </File>
619 <File
Steve Blocka7e24c12009-10-30 11:49:00 +0000620 RelativePath="..\..\src\jsregexp.cc"
621 >
622 </File>
623 <File
624 RelativePath="..\..\src\jsregexp.h"
625 >
626 </File>
627 <File
628 RelativePath="..\..\src\list-inl.h"
629 >
630 </File>
631 <File
632 RelativePath="..\..\src\list.h"
633 >
634 </File>
635 <File
Andrei Popescu402d9372010-02-26 13:31:12 +0000636 RelativePath="..\..\src\liveedit.cc"
637 >
638 </File>
639 <File
640 RelativePath="..\..\src\liveedit.h"
641 >
642 </File>
643 <File
Steve Blocka7e24c12009-10-30 11:49:00 +0000644 RelativePath="..\..\src\log.cc"
645 >
646 </File>
647 <File
648 RelativePath="..\..\src\log-inl.h"
649 >
650 </File>
651 <File
652 RelativePath="..\..\src\log.h"
653 >
654 </File>
655 <File
656 RelativePath="..\..\src\log-utils.cc"
657 >
658 </File>
659 <File
660 RelativePath="..\..\src\log-utils.h"
661 >
662 </File>
663 <File
664 RelativePath="..\..\src\arm\macro-assembler-arm.cc"
665 >
666 </File>
667 <File
668 RelativePath="..\..\src\arm\macro-assembler-arm.h"
669 >
670 </File>
671 <File
672 RelativePath="..\..\src\macro-assembler.h"
673 >
674 </File>
675 <File
676 RelativePath="..\..\src\mark-compact.cc"
677 >
678 </File>
679 <File
680 RelativePath="..\..\src\mark-compact.h"
681 >
682 </File>
683 <File
684 RelativePath="..\..\src\memory.h"
685 >
686 </File>
687 <File
688 RelativePath="..\..\src\messages.cc"
689 >
690 </File>
691 <File
692 RelativePath="..\..\src\messages.h"
693 >
694 </File>
695 <File
696 RelativePath="..\..\src\natives.h"
697 >
698 </File>
699 <File
700 RelativePath="..\..\src\objects-debug.cc"
701 >
702 <FileConfiguration
703 Name="Release|Win32"
704 ExcludedFromBuild="true"
705 >
706 <Tool
707 Name="VCCLCompilerTool"
708 />
709 </FileConfiguration>
710 </File>
711 <File
712 RelativePath="..\..\src\objects-inl.h"
713 >
714 </File>
715 <File
716 RelativePath="..\..\src\objects.cc"
717 >
718 </File>
719 <File
720 RelativePath="..\..\src\objects.h"
721 >
722 </File>
723 <File
724 RelativePath="..\..\src\oprofile-agent.cc"
725 >
726 </File>
727 <File
728 RelativePath="..\..\src\oprofile-agent.h"
729 >
730 </File>
731 <File
732 RelativePath="..\..\src\parser.cc"
733 >
734 </File>
735 <File
736 RelativePath="..\..\src\parser.h"
737 >
738 </File>
739 <File
Steve Block6ded16b2010-05-10 14:33:55 +0100740 RelativePath="..\..\src\profile-generator.cc"
741 >
742 </File>
743 <File
744 RelativePath="..\..\src\profile-generator.h"
745 >
746 </File>
747 <File
748 RelativePath="..\..\src\profile-generator-inl.h"
749 >
750 </File>
751 <File
Steve Blocka7e24c12009-10-30 11:49:00 +0000752 RelativePath="..\..\src\platform-win32.cc"
753 >
754 </File>
755 <File
756 RelativePath="..\..\src\platform.h"
757 >
758 </File>
759 <File
760 RelativePath="..\..\src\prettyprinter.cc"
761 >
762 <FileConfiguration
763 Name="Release|Win32"
764 ExcludedFromBuild="true"
765 >
766 <Tool
767 Name="VCCLCompilerTool"
768 />
769 </FileConfiguration>
770 </File>
771 <File
772 RelativePath="..\..\src\prettyprinter.h"
773 >
774 </File>
775 <File
776 RelativePath="..\..\src\property.cc"
777 >
778 </File>
779 <File
780 RelativePath="..\..\src\property.h"
781 >
782 </File>
783 <File
784 RelativePath="..\..\src\arm\regexp-macro-assembler-arm.cc"
785 >
786 </File>
787 <File
788 RelativePath="..\..\src\arm\regexp-macro-assembler-arm.h"
789 >
790 </File>
791 <File
792 RelativePath="..\..\src\regexp-macro-assembler-irregexp.cc"
793 >
794 </File>
795 <File
796 RelativePath="..\..\src\regexp-macro-assembler-irregexp.h"
797 >
798 </File>
799 <File
800 RelativePath="..\..\src\regexp-macro-assembler.cc"
801 >
802 </File>
803 <File
804 RelativePath="..\..\src\regexp-macro-assembler.h"
805 >
806 </File>
807 <File
808 RelativePath="..\..\src\regexp-macro-assembler-tracer.cc"
809 >
810 </File>
811 <File
812 RelativePath="..\..\src\regexp-macro-assembler-tracer.h"
813 >
814 </File>
815 <File
816 RelativePath="..\..\src\regexp-stack.cc"
817 >
818 </File>
819 <File
820 RelativePath="..\..\src\register-allocator.h"
821 >
822 </File>
823 <File
824 RelativePath="..\..\src\register-allocator.cc"
825 >
826 </File>
827 <File
828 RelativePath="..\..\src\arm\register-allocator-arm.cc"
829 >
830 </File>
831 <File
832 RelativePath="..\..\src\rewriter.cc"
833 >
834 </File>
835 <File
836 RelativePath="..\..\src\rewriter.h"
837 >
838 </File>
839 <File
840 RelativePath="..\..\src\runtime.cc"
841 >
842 </File>
843 <File
844 RelativePath="..\..\src\runtime.h"
845 >
846 </File>
847 <File
848 RelativePath="..\..\src\scanner.cc"
849 >
850 </File>
851 <File
852 RelativePath="..\..\src\scanner.h"
853 >
854 </File>
855 <File
856 RelativePath="..\..\src\scopeinfo.cc"
857 >
858 </File>
859 <File
860 RelativePath="..\..\src\scopeinfo.h"
861 >
862 </File>
863 <File
864 RelativePath="..\..\src\scopes.cc"
865 >
866 </File>
867 <File
868 RelativePath="..\..\src\scopes.h"
869 >
870 </File>
871 <File
872 RelativePath="..\..\src\serialize.cc"
873 >
874 </File>
875 <File
876 RelativePath="..\..\src\serialize.h"
877 >
878 </File>
879 <File
880 RelativePath="..\..\src\shell.h"
881 >
882 </File>
883 <File
884 RelativePath="..\..\src\snapshot-common.cc"
885 >
886 </File>
887 <File
888 RelativePath="..\..\src\snapshot.h"
889 >
890 </File>
891 <File
892 RelativePath="..\..\src\arm\simulator-arm.cc"
893 >
894 </File>
895 <File
896 RelativePath="..\..\src\arm\simulator-arm.h"
897 >
898 </File>
899 <File
900 RelativePath="..\..\src\spaces-inl.h"
901 >
902 </File>
903 <File
904 RelativePath="..\..\src\spaces.cc"
905 >
906 </File>
907 <File
908 RelativePath="..\..\src\spaces.h"
909 >
910 </File>
911 <File
912 RelativePath="..\..\src\string-stream.cc"
913 >
914 </File>
915 <File
916 RelativePath="..\..\src\string-stream.h"
917 >
918 </File>
919 <File
920 RelativePath="..\..\src\arm\stub-cache-arm.cc"
921 >
922 </File>
923 <File
924 RelativePath="..\..\src\stub-cache.cc"
925 >
926 </File>
927 <File
928 RelativePath="..\..\src\stub-cache.h"
929 >
930 </File>
931 <File
932 RelativePath="..\..\src\token.cc"
933 >
934 </File>
935 <File
936 RelativePath="..\..\src\token.h"
937 >
938 </File>
939 <File
940 RelativePath="..\..\src\top.cc"
941 >
942 </File>
943 <File
944 RelativePath="..\..\src\top.h"
945 >
946 </File>
947 <File
Steve Block6ded16b2010-05-10 14:33:55 +0100948 RelativePath="..\..\src\type-info.cc"
949 >
950 </File>
951 <File
952 RelativePath="..\..\src\type-info.h"
953 >
954 </File>
955 <File
Leon Clarkef7060e22010-06-03 12:02:55 +0100956 RelativePath="..\..\src\unbound-queue-inl.h"
957 >
958 </File>
959 <File
960 RelativePath="..\..\src\unbound-queue.h"
961 >
962 </File>
963 <File
Steve Blocka7e24c12009-10-30 11:49:00 +0000964 RelativePath="..\..\src\unicode-inl.h"
965 >
966 </File>
967 <File
968 RelativePath="..\..\src\unicode.h"
969 >
970 </File>
971 <File
Steve Blocka7e24c12009-10-30 11:49:00 +0000972 RelativePath="..\..\src\utils.cc"
973 >
974 </File>
975 <File
976 RelativePath="..\..\src\utils.h"
977 >
978 </File>
979 <File
980 RelativePath="..\..\src\v8-counters.cc"
981 >
982 </File>
983 <File
984 RelativePath="..\..\src\v8-counters.h"
985 >
986 </File>
987 <File
988 RelativePath="..\..\src\v8.cc"
989 >
990 </File>
991 <File
992 RelativePath="..\..\src\v8.h"
993 >
994 </File>
995 <File
996 RelativePath="..\..\src\v8threads.cc"
997 >
998 </File>
999 <File
1000 RelativePath="..\..\src\v8threads.h"
1001 >
1002 </File>
1003 <File
1004 RelativePath="..\..\src\variables.cc"
1005 >
1006 </File>
1007 <File
1008 RelativePath="..\..\src\variables.h"
1009 >
1010 </File>
1011 <File
1012 RelativePath="..\..\src\version.cc"
1013 >
1014 </File>
1015 <File
1016 RelativePath="..\..\src\version.h"
1017 >
1018 </File>
1019 <File
Steve Block6ded16b2010-05-10 14:33:55 +01001020 RelativePath="..\..\src\virtual-frame-inl.h"
1021 >
1022 </File>
1023 <File
1024 RelativePath="..\..\src\virtual-frame-light-inl.h"
1025 >
1026 </File>
1027 <File
Steve Blocka7e24c12009-10-30 11:49:00 +00001028 RelativePath="..\..\src\virtual-frame.h"
1029 >
1030 </File>
1031 <File
Kristian Monsen25f61362010-05-21 11:50:48 +01001032 RelativePath="..\..\src\arm\virtual-frame-arm-inl.h"
1033 >
1034 </File>
1035 <File
Steve Blocka7e24c12009-10-30 11:49:00 +00001036 RelativePath="..\..\src\arm\virtual-frame-arm.h"
1037 >
1038 </File>
1039 <File
1040 RelativePath="..\..\src\virtual-frame.cc"
1041 >
1042 </File>
1043 <File
1044 RelativePath="..\..\src\arm\virtual-frame-arm.cc"
1045 >
1046 </File>
1047 <File
Steve Block6ded16b2010-05-10 14:33:55 +01001048 RelativePath="..\..\src\virtual-frame-light.cc"
1049 >
1050 </File>
1051 <File
1052 RelativePath="..\..\src\vm-state.cc"
1053 >
1054 </File>
1055 <File
1056 RelativePath="..\..\src\vm-state-inl.h"
1057 >
1058 </File>
1059 <File
1060 RelativePath="..\..\src\vm-state.h"
1061 >
1062 </File>
1063 <File
Steve Blocka7e24c12009-10-30 11:49:00 +00001064 RelativePath="..\..\src\zone-inl.h"
1065 >
1066 </File>
1067 <File
1068 RelativePath="..\..\src\zone.cc"
1069 >
1070 </File>
1071 <File
1072 RelativePath="..\..\src\zone.h"
1073 >
1074 </File>
1075 <Filter
1076 Name="third party"
1077 >
1078 <File
1079 RelativePath="..\..\src\arm\disasm-arm.cc"
1080 >
1081 </File>
1082 <File
1083 RelativePath="..\..\src\disasm.h"
1084 >
1085 </File>
1086 </Filter>
1087 <Filter
1088 Name="generated files"
1089 >
1090 <File
1091 RelativePath="..\..\src\unicode.cc"
1092 >
1093 </File>
1094 </Filter>
1095 </Filter>
1096 <Filter
1097 Name="include"
1098 >
1099 <File
Steve Block3ce2e202009-11-05 08:53:23 +00001100 RelativePath="..\..\include\v8-debug.h"
Steve Blocka7e24c12009-10-30 11:49:00 +00001101 >
1102 </File>
1103 <File
Steve Block6ded16b2010-05-10 14:33:55 +01001104 RelativePath="..\..\include\v8-profiler.h"
1105 >
1106 </File>
1107 <File
Steve Blocka7e24c12009-10-30 11:49:00 +00001108 RelativePath="..\..\include\v8.h"
1109 >
1110 </File>
1111 </Filter>
1112 </Files>
1113 <Globals>
1114 </Globals>
1115</VisualStudioProject>