]> git.saurik.com Git - apple/objc4.git/blob - objc.vcproj
objc4-779.1.tar.gz
[apple/objc4.git] / objc.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="objc"
6 ProjectGUID="{B3408263-0CF1-47BE-83CC-56070EFC9BC1}"
7 RootNamespace="objc"
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 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="2"
23 CharacterSet="1"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 Description="prebuild.bat..."
28 CommandLine="prebuild"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 />
42 <Tool
43 Name="VCCLCompilerTool"
44 Optimization="0"
45 AdditionalIncludeDirectories="&quot;$(ProjectDir)\runtime&quot;;&quot;$(DSTROOT)\AppleInternal\include&quot;;&quot;$(SRCROOT)\AppleInternal\include&quot;"
46 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OBJC_EXPORTS;BUILDING_OBJC;__WIN32__;_CRT_SECURE_NO_DEPRECATE"
47 MinimalRebuild="true"
48 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
50 UsePrecompiledHeader="0"
51 WarningLevel="3"
52 Detect64BitPortabilityProblems="true"
53 DebugInformationFormat="4"
54 />
55 <Tool
56 Name="VCManagedResourceCompilerTool"
57 />
58 <Tool
59 Name="VCResourceCompilerTool"
60 />
61 <Tool
62 Name="VCPreLinkEventTool"
63 />
64 <Tool
65 Name="VCLinkerTool"
66 AdditionalOptions="/dynamicbase"
67 OutputFile="$(OutDir)\$(ProjectName)_debug.dll"
68 LinkIncremental="2"
69 GenerateDebugInformation="true"
70 StripPrivateSymbols="$(TargetDir)$(TargetName).pdbstripped"
71 SubSystem="2"
72 OptimizeReferences="1"
73 EnableCOMDATFolding="0"
74 TargetMachine="1"
75 />
76 <Tool
77 Name="VCALinkTool"
78 />
79 <Tool
80 Name="VCManifestTool"
81 />
82 <Tool
83 Name="VCXDCMakeTool"
84 />
85 <Tool
86 Name="VCBscMakeTool"
87 />
88 <Tool
89 Name="VCFxCopTool"
90 />
91 <Tool
92 Name="VCAppVerifierTool"
93 />
94 <Tool
95 Name="VCWebDeploymentTool"
96 />
97 <Tool
98 Name="VCPostBuildEventTool"
99 Description="Install"
100 CommandLine="xcopy /Y &quot;$(TargetDir)$(TargetName).dll&quot; &quot;%DSTROOT%\AppleInternal\bin\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).exp&quot; &quot;%DSTROOT%\AppleInternal\bin\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).lib&quot; &quot;%DSTROOT%\AppleInternal\lib\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;%DSTROOT%\AppleInternal\bin\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).pdbstripped&quot; &quot;$(TargetDir)$(TargetName).pdb&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;%DSTROOT%\AppleInternal\public\sym\&quot;&#x0D;&#x0A;"
101 />
102 </Configuration>
103 <Configuration
104 Name="Release|Win32"
105 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
106 IntermediateDirectory="$(ConfigurationName)"
107 ConfigurationType="2"
108 CharacterSet="1"
109 WholeProgramOptimization="1"
110 >
111 <Tool
112 Name="VCPreBuildEventTool"
113 Description="prebuild.bat..."
114 CommandLine="prebuild"
115 />
116 <Tool
117 Name="VCCustomBuildTool"
118 />
119 <Tool
120 Name="VCXMLDataGeneratorTool"
121 />
122 <Tool
123 Name="VCWebServiceProxyGeneratorTool"
124 />
125 <Tool
126 Name="VCMIDLTool"
127 />
128 <Tool
129 Name="VCCLCompilerTool"
130 AdditionalIncludeDirectories="&quot;$(ProjectDir)\runtime&quot;;&quot;$(DSTROOT)\AppleInternal\include&quot;;&quot;$(SRCROOT)\AppleInternal\include&quot;"
131 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJC_EXPORTS;BUILDING_OBJC;__WIN32__;_CRT_SECURE_NO_DEPRECATE"
132 RuntimeLibrary="2"
133 UsePrecompiledHeader="0"
134 WarningLevel="3"
135 Detect64BitPortabilityProblems="true"
136 DebugInformationFormat="3"
137 />
138 <Tool
139 Name="VCManagedResourceCompilerTool"
140 />
141 <Tool
142 Name="VCResourceCompilerTool"
143 />
144 <Tool
145 Name="VCPreLinkEventTool"
146 />
147 <Tool
148 Name="VCLinkerTool"
149 AdditionalOptions="/dynamicbase"
150 LinkIncremental="1"
151 GenerateDebugInformation="true"
152 StripPrivateSymbols="$(TargetDir)$(TargetName).pdbstripped"
153 SubSystem="2"
154 OptimizeReferences="1"
155 EnableCOMDATFolding="2"
156 TargetMachine="1"
157 />
158 <Tool
159 Name="VCALinkTool"
160 />
161 <Tool
162 Name="VCManifestTool"
163 />
164 <Tool
165 Name="VCXDCMakeTool"
166 />
167 <Tool
168 Name="VCBscMakeTool"
169 />
170 <Tool
171 Name="VCFxCopTool"
172 />
173 <Tool
174 Name="VCAppVerifierTool"
175 />
176 <Tool
177 Name="VCWebDeploymentTool"
178 />
179 <Tool
180 Name="VCPostBuildEventTool"
181 Description="Install"
182 CommandLine="xcopy /Y &quot;$(TargetDir)$(TargetName).dll&quot; &quot;%DSTROOT%\AppleInternal\bin\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).exp&quot; &quot;%DSTROOT%\AppleInternal\bin\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).lib&quot; &quot;%DSTROOT%\AppleInternal\lib\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;%DSTROOT%\AppleInternal\bin\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).pdbstripped&quot; &quot;$(TargetDir)$(TargetName).pdb&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;%DSTROOT%\AppleInternal\public\sym\&quot;&#x0D;&#x0A;"
183 />
184 </Configuration>
185 <Configuration
186 Name="DebugDLL|Win32"
187 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
188 IntermediateDirectory="$(ConfigurationName)"
189 ConfigurationType="2"
190 CharacterSet="1"
191 >
192 <Tool
193 Name="VCPreBuildEventTool"
194 Description="prebuild.bat..."
195 CommandLine="prebuild"
196 />
197 <Tool
198 Name="VCCustomBuildTool"
199 />
200 <Tool
201 Name="VCXMLDataGeneratorTool"
202 />
203 <Tool
204 Name="VCWebServiceProxyGeneratorTool"
205 />
206 <Tool
207 Name="VCMIDLTool"
208 />
209 <Tool
210 Name="VCCLCompilerTool"
211 Optimization="0"
212 AdditionalIncludeDirectories="&quot;$(ProjectDir)\runtime&quot;;&quot;$(DSTROOT)\AppleInternal\include&quot;;&quot;$(SRCROOT)\AppleInternal\include&quot;"
213 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OBJC_EXPORTS;BUILDING_OBJC;__WIN32__;_CRT_SECURE_NO_DEPRECATE"
214 MinimalRebuild="true"
215 BasicRuntimeChecks="3"
216 RuntimeLibrary="3"
217 UsePrecompiledHeader="0"
218 WarningLevel="3"
219 Detect64BitPortabilityProblems="true"
220 DebugInformationFormat="4"
221 />
222 <Tool
223 Name="VCManagedResourceCompilerTool"
224 />
225 <Tool
226 Name="VCResourceCompilerTool"
227 />
228 <Tool
229 Name="VCPreLinkEventTool"
230 />
231 <Tool
232 Name="VCLinkerTool"
233 AdditionalOptions="/dynamicbase"
234 OutputFile="$(OutDir)\$(ProjectName)_debug.dll"
235 LinkIncremental="2"
236 GenerateDebugInformation="true"
237 StripPrivateSymbols="$(TargetDir)$(TargetName).pdbstripped"
238 SubSystem="2"
239 OptimizeReferences="1"
240 EnableCOMDATFolding="0"
241 TargetMachine="1"
242 />
243 <Tool
244 Name="VCALinkTool"
245 />
246 <Tool
247 Name="VCManifestTool"
248 />
249 <Tool
250 Name="VCXDCMakeTool"
251 />
252 <Tool
253 Name="VCBscMakeTool"
254 />
255 <Tool
256 Name="VCFxCopTool"
257 />
258 <Tool
259 Name="VCAppVerifierTool"
260 />
261 <Tool
262 Name="VCWebDeploymentTool"
263 />
264 <Tool
265 Name="VCPostBuildEventTool"
266 Description="Install"
267 CommandLine="xcopy /Y &quot;$(TargetDir)$(TargetName).dll&quot; &quot;%DSTROOT%\AppleInternal\bin\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).exp&quot; &quot;%DSTROOT%\AppleInternal\bin\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).lib&quot; &quot;%DSTROOT%\AppleInternal\lib\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;%DSTROOT%\AppleInternal\bin\&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).pdbstripped&quot; &quot;$(TargetDir)$(TargetName).pdb&quot;&#x0D;&#x0A;xcopy /Y &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;%DSTROOT%\AppleInternal\public\sym\&quot;&#x0D;&#x0A;"
268 />
269 </Configuration>
270 </Configurations>
271 <References>
272 </References>
273 <Files>
274 <Filter
275 Name="Source Files"
276 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
277 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
278 >
279 <File
280 RelativePath=".\runtime\hashtable2.m"
281 >
282 <FileConfiguration
283 Name="Debug|Win32"
284 >
285 <Tool
286 Name="VCCLCompilerTool"
287 CompileAs="1"
288 />
289 </FileConfiguration>
290 <FileConfiguration
291 Name="Release|Win32"
292 >
293 <Tool
294 Name="VCCLCompilerTool"
295 CompileAs="1"
296 />
297 </FileConfiguration>
298 <FileConfiguration
299 Name="DebugDLL|Win32"
300 >
301 <Tool
302 Name="VCCLCompilerTool"
303 CompileAs="1"
304 />
305 </FileConfiguration>
306 </File>
307 <File
308 RelativePath=".\runtime\maptable.m"
309 >
310 <FileConfiguration
311 Name="Debug|Win32"
312 >
313 <Tool
314 Name="VCCLCompilerTool"
315 CompileAs="1"
316 />
317 </FileConfiguration>
318 <FileConfiguration
319 Name="Release|Win32"
320 >
321 <Tool
322 Name="VCCLCompilerTool"
323 CompileAs="1"
324 />
325 </FileConfiguration>
326 <FileConfiguration
327 Name="DebugDLL|Win32"
328 >
329 <Tool
330 Name="VCCLCompilerTool"
331 CompileAs="1"
332 />
333 </FileConfiguration>
334 </File>
335 <File
336 RelativePath=".\runtime\objc-cache.m"
337 >
338 <FileConfiguration
339 Name="Debug|Win32"
340 >
341 <Tool
342 Name="VCCLCompilerTool"
343 CompileAs="1"
344 />
345 </FileConfiguration>
346 <FileConfiguration
347 Name="Release|Win32"
348 >
349 <Tool
350 Name="VCCLCompilerTool"
351 CompileAs="1"
352 />
353 </FileConfiguration>
354 <FileConfiguration
355 Name="DebugDLL|Win32"
356 >
357 <Tool
358 Name="VCCLCompilerTool"
359 CompileAs="1"
360 />
361 </FileConfiguration>
362 </File>
363 <File
364 RelativePath=".\runtime\objc-class-old.m"
365 >
366 <FileConfiguration
367 Name="Debug|Win32"
368 >
369 <Tool
370 Name="VCCLCompilerTool"
371 CompileAs="1"
372 />
373 </FileConfiguration>
374 <FileConfiguration
375 Name="Release|Win32"
376 >
377 <Tool
378 Name="VCCLCompilerTool"
379 CompileAs="1"
380 />
381 </FileConfiguration>
382 <FileConfiguration
383 Name="DebugDLL|Win32"
384 >
385 <Tool
386 Name="VCCLCompilerTool"
387 CompileAs="1"
388 />
389 </FileConfiguration>
390 </File>
391 <File
392 RelativePath=".\runtime\objc-class.m"
393 >
394 <FileConfiguration
395 Name="Debug|Win32"
396 >
397 <Tool
398 Name="VCCLCompilerTool"
399 CompileAs="1"
400 />
401 </FileConfiguration>
402 <FileConfiguration
403 Name="Release|Win32"
404 >
405 <Tool
406 Name="VCCLCompilerTool"
407 CompileAs="1"
408 />
409 </FileConfiguration>
410 <FileConfiguration
411 Name="DebugDLL|Win32"
412 >
413 <Tool
414 Name="VCCLCompilerTool"
415 CompileAs="1"
416 />
417 </FileConfiguration>
418 </File>
419 <File
420 RelativePath=".\runtime\objc-errors.m"
421 >
422 <FileConfiguration
423 Name="Debug|Win32"
424 >
425 <Tool
426 Name="VCCLCompilerTool"
427 CompileAs="1"
428 />
429 </FileConfiguration>
430 <FileConfiguration
431 Name="Release|Win32"
432 >
433 <Tool
434 Name="VCCLCompilerTool"
435 CompileAs="1"
436 />
437 </FileConfiguration>
438 <FileConfiguration
439 Name="DebugDLL|Win32"
440 >
441 <Tool
442 Name="VCCLCompilerTool"
443 CompileAs="1"
444 />
445 </FileConfiguration>
446 </File>
447 <File
448 RelativePath=".\runtime\objc-exception.m"
449 >
450 <FileConfiguration
451 Name="Debug|Win32"
452 >
453 <Tool
454 Name="VCCLCompilerTool"
455 CompileAs="1"
456 />
457 </FileConfiguration>
458 <FileConfiguration
459 Name="Release|Win32"
460 >
461 <Tool
462 Name="VCCLCompilerTool"
463 CompileAs="1"
464 />
465 </FileConfiguration>
466 <FileConfiguration
467 Name="DebugDLL|Win32"
468 >
469 <Tool
470 Name="VCCLCompilerTool"
471 CompileAs="1"
472 />
473 </FileConfiguration>
474 </File>
475 <File
476 RelativePath=".\runtime\objc-file-old.m"
477 >
478 <FileConfiguration
479 Name="Debug|Win32"
480 >
481 <Tool
482 Name="VCCLCompilerTool"
483 />
484 </FileConfiguration>
485 <FileConfiguration
486 Name="Release|Win32"
487 >
488 <Tool
489 Name="VCCLCompilerTool"
490 />
491 </FileConfiguration>
492 <FileConfiguration
493 Name="DebugDLL|Win32"
494 >
495 <Tool
496 Name="VCCLCompilerTool"
497 />
498 </FileConfiguration>
499 </File>
500 <File
501 RelativePath=".\runtime\objc-file.mm"
502 >
503 <FileConfiguration
504 Name="Debug|Win32"
505 >
506 <Tool
507 Name="VCCLCompilerTool"
508 />
509 </FileConfiguration>
510 <FileConfiguration
511 Name="Release|Win32"
512 >
513 <Tool
514 Name="VCCLCompilerTool"
515 />
516 </FileConfiguration>
517 <FileConfiguration
518 Name="DebugDLL|Win32"
519 >
520 <Tool
521 Name="VCCLCompilerTool"
522 />
523 </FileConfiguration>
524 </File>
525 <File
526 RelativePath=".\runtime\objc-initialize.m"
527 >
528 <FileConfiguration
529 Name="Debug|Win32"
530 >
531 <Tool
532 Name="VCCLCompilerTool"
533 CompileAs="1"
534 />
535 </FileConfiguration>
536 <FileConfiguration
537 Name="Release|Win32"
538 >
539 <Tool
540 Name="VCCLCompilerTool"
541 CompileAs="1"
542 />
543 </FileConfiguration>
544 <FileConfiguration
545 Name="DebugDLL|Win32"
546 >
547 <Tool
548 Name="VCCLCompilerTool"
549 CompileAs="1"
550 />
551 </FileConfiguration>
552 </File>
553 <File
554 RelativePath=".\runtime\objc-layout.m"
555 >
556 <FileConfiguration
557 Name="Debug|Win32"
558 >
559 <Tool
560 Name="VCCLCompilerTool"
561 CompileAs="1"
562 />
563 </FileConfiguration>
564 <FileConfiguration
565 Name="Release|Win32"
566 >
567 <Tool
568 Name="VCCLCompilerTool"
569 CompileAs="1"
570 />
571 </FileConfiguration>
572 <FileConfiguration
573 Name="DebugDLL|Win32"
574 >
575 <Tool
576 Name="VCCLCompilerTool"
577 CompileAs="1"
578 />
579 </FileConfiguration>
580 </File>
581 <File
582 RelativePath=".\runtime\objc-load.m"
583 >
584 <FileConfiguration
585 Name="Debug|Win32"
586 >
587 <Tool
588 Name="VCCLCompilerTool"
589 CompileAs="1"
590 />
591 </FileConfiguration>
592 <FileConfiguration
593 Name="Release|Win32"
594 >
595 <Tool
596 Name="VCCLCompilerTool"
597 CompileAs="1"
598 />
599 </FileConfiguration>
600 <FileConfiguration
601 Name="DebugDLL|Win32"
602 >
603 <Tool
604 Name="VCCLCompilerTool"
605 CompileAs="1"
606 />
607 </FileConfiguration>
608 </File>
609 <File
610 RelativePath=".\runtime\objc-loadmethod.m"
611 >
612 <FileConfiguration
613 Name="Debug|Win32"
614 >
615 <Tool
616 Name="VCCLCompilerTool"
617 CompileAs="1"
618 />
619 </FileConfiguration>
620 <FileConfiguration
621 Name="Release|Win32"
622 >
623 <Tool
624 Name="VCCLCompilerTool"
625 CompileAs="1"
626 />
627 </FileConfiguration>
628 <FileConfiguration
629 Name="DebugDLL|Win32"
630 >
631 <Tool
632 Name="VCCLCompilerTool"
633 CompileAs="1"
634 />
635 </FileConfiguration>
636 </File>
637 <File
638 RelativePath=".\runtime\objc-lockdebug.m"
639 >
640 <FileConfiguration
641 Name="Debug|Win32"
642 >
643 <Tool
644 Name="VCCLCompilerTool"
645 CompileAs="1"
646 />
647 </FileConfiguration>
648 <FileConfiguration
649 Name="Release|Win32"
650 >
651 <Tool
652 Name="VCCLCompilerTool"
653 CompileAs="1"
654 />
655 </FileConfiguration>
656 <FileConfiguration
657 Name="DebugDLL|Win32"
658 >
659 <Tool
660 Name="VCCLCompilerTool"
661 CompileAs="1"
662 />
663 </FileConfiguration>
664 </File>
665 <File
666 RelativePath=".\runtime\Messengers.subproj\objc-msg-win32.m"
667 >
668 <FileConfiguration
669 Name="Debug|Win32"
670 >
671 <Tool
672 Name="VCCLCompilerTool"
673 CompileAs="1"
674 />
675 </FileConfiguration>
676 <FileConfiguration
677 Name="Release|Win32"
678 >
679 <Tool
680 Name="VCCLCompilerTool"
681 CompileAs="1"
682 />
683 </FileConfiguration>
684 <FileConfiguration
685 Name="DebugDLL|Win32"
686 >
687 <Tool
688 Name="VCCLCompilerTool"
689 CompileAs="1"
690 />
691 </FileConfiguration>
692 </File>
693 <File
694 RelativePath=".\runtime\objc-os.m"
695 >
696 <FileConfiguration
697 Name="Debug|Win32"
698 >
699 <Tool
700 Name="VCCLCompilerTool"
701 CompileAs="1"
702 />
703 </FileConfiguration>
704 <FileConfiguration
705 Name="Release|Win32"
706 >
707 <Tool
708 Name="VCCLCompilerTool"
709 CompileAs="1"
710 />
711 </FileConfiguration>
712 <FileConfiguration
713 Name="DebugDLL|Win32"
714 >
715 <Tool
716 Name="VCCLCompilerTool"
717 CompileAs="1"
718 />
719 </FileConfiguration>
720 </File>
721 <File
722 RelativePath=".\runtime\objc-references.mm"
723 >
724 <FileConfiguration
725 Name="Debug|Win32"
726 >
727 <Tool
728 Name="VCCLCompilerTool"
729 />
730 </FileConfiguration>
731 <FileConfiguration
732 Name="Release|Win32"
733 >
734 <Tool
735 Name="VCCLCompilerTool"
736 />
737 </FileConfiguration>
738 <FileConfiguration
739 Name="DebugDLL|Win32"
740 >
741 <Tool
742 Name="VCCLCompilerTool"
743 />
744 </FileConfiguration>
745 </File>
746 <File
747 RelativePath=".\runtime\objc-runtime-new.mm"
748 >
749 <FileConfiguration
750 Name="Debug|Win32"
751 >
752 <Tool
753 Name="VCCLCompilerTool"
754 />
755 </FileConfiguration>
756 <FileConfiguration
757 Name="Release|Win32"
758 >
759 <Tool
760 Name="VCCLCompilerTool"
761 />
762 </FileConfiguration>
763 <FileConfiguration
764 Name="DebugDLL|Win32"
765 >
766 <Tool
767 Name="VCCLCompilerTool"
768 />
769 </FileConfiguration>
770 </File>
771 <File
772 RelativePath=".\runtime\objc-runtime-old.m"
773 >
774 <FileConfiguration
775 Name="Debug|Win32"
776 >
777 <Tool
778 Name="VCCLCompilerTool"
779 CompileAs="1"
780 />
781 </FileConfiguration>
782 <FileConfiguration
783 Name="Release|Win32"
784 >
785 <Tool
786 Name="VCCLCompilerTool"
787 CompileAs="1"
788 />
789 </FileConfiguration>
790 <FileConfiguration
791 Name="DebugDLL|Win32"
792 >
793 <Tool
794 Name="VCCLCompilerTool"
795 CompileAs="1"
796 />
797 </FileConfiguration>
798 </File>
799 <File
800 RelativePath=".\runtime\objc-runtime.m"
801 >
802 <FileConfiguration
803 Name="Debug|Win32"
804 >
805 <Tool
806 Name="VCCLCompilerTool"
807 CompileAs="1"
808 />
809 </FileConfiguration>
810 <FileConfiguration
811 Name="Release|Win32"
812 >
813 <Tool
814 Name="VCCLCompilerTool"
815 CompileAs="1"
816 />
817 </FileConfiguration>
818 <FileConfiguration
819 Name="DebugDLL|Win32"
820 >
821 <Tool
822 Name="VCCLCompilerTool"
823 CompileAs="1"
824 />
825 </FileConfiguration>
826 </File>
827 <File
828 RelativePath=".\runtime\objc-sel-set.m"
829 >
830 <FileConfiguration
831 Name="Debug|Win32"
832 >
833 <Tool
834 Name="VCCLCompilerTool"
835 CompileAs="1"
836 />
837 </FileConfiguration>
838 <FileConfiguration
839 Name="Release|Win32"
840 >
841 <Tool
842 Name="VCCLCompilerTool"
843 CompileAs="1"
844 />
845 </FileConfiguration>
846 <FileConfiguration
847 Name="DebugDLL|Win32"
848 >
849 <Tool
850 Name="VCCLCompilerTool"
851 CompileAs="1"
852 />
853 </FileConfiguration>
854 </File>
855 <File
856 RelativePath=".\runtime\objc-sel.mm"
857 >
858 <FileConfiguration
859 Name="Debug|Win32"
860 >
861 <Tool
862 Name="VCCLCompilerTool"
863 />
864 </FileConfiguration>
865 <FileConfiguration
866 Name="Release|Win32"
867 >
868 <Tool
869 Name="VCCLCompilerTool"
870 />
871 </FileConfiguration>
872 <FileConfiguration
873 Name="DebugDLL|Win32"
874 >
875 <Tool
876 Name="VCCLCompilerTool"
877 />
878 </FileConfiguration>
879 </File>
880 <File
881 RelativePath=".\runtime\objc-sync.m"
882 >
883 <FileConfiguration
884 Name="Debug|Win32"
885 >
886 <Tool
887 Name="VCCLCompilerTool"
888 CompileAs="1"
889 />
890 </FileConfiguration>
891 <FileConfiguration
892 Name="Release|Win32"
893 >
894 <Tool
895 Name="VCCLCompilerTool"
896 CompileAs="1"
897 />
898 </FileConfiguration>
899 <FileConfiguration
900 Name="DebugDLL|Win32"
901 >
902 <Tool
903 Name="VCCLCompilerTool"
904 CompileAs="1"
905 />
906 </FileConfiguration>
907 </File>
908 <File
909 RelativePath=".\runtime\objc-typeencoding.m"
910 >
911 <FileConfiguration
912 Name="Debug|Win32"
913 >
914 <Tool
915 Name="VCCLCompilerTool"
916 CompileAs="1"
917 />
918 </FileConfiguration>
919 <FileConfiguration
920 Name="Release|Win32"
921 >
922 <Tool
923 Name="VCCLCompilerTool"
924 CompileAs="1"
925 />
926 </FileConfiguration>
927 <FileConfiguration
928 Name="DebugDLL|Win32"
929 >
930 <Tool
931 Name="VCCLCompilerTool"
932 CompileAs="1"
933 />
934 </FileConfiguration>
935 </File>
936 </Filter>
937 <Filter
938 Name="Header Files"
939 Filter="h;hpp;hxx;hm;inl;inc;xsd"
940 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
941 >
942 <File
943 RelativePath=".\runtime\error.h"
944 >
945 </File>
946 <File
947 RelativePath=".\runtime\hashtable.h"
948 >
949 </File>
950 <File
951 RelativePath=".\runtime\hashtable2.h"
952 >
953 </File>
954 <File
955 RelativePath=".\runtime\maptable.h"
956 >
957 </File>
958 <File
959 RelativePath=".\runtime\message.h"
960 >
961 </File>
962 <File
963 RelativePath=".\runtime\objc-api.h"
964 >
965 </File>
966 <File
967 RelativePath=".\runtime\objc-auto.h"
968 >
969 </File>
970 <File
971 RelativePath=".\runtime\objc-class.h"
972 >
973 </File>
974 <File
975 RelativePath=".\runtime\objc-config.h"
976 >
977 </File>
978 <File
979 RelativePath=".\runtime\objc-exception.h"
980 >
981 </File>
982 <File
983 RelativePath=".\runtime\objc-file-old.h"
984 >
985 </File>
986 <File
987 RelativePath=".\runtime\objc-file.h"
988 >
989 </File>
990 <File
991 RelativePath=".\runtime\objc-initialize.h"
992 >
993 </File>
994 <File
995 RelativePath=".\runtime\objc-load.h"
996 >
997 </File>
998 <File
999 RelativePath=".\runtime\objc-loadmethod.h"
1000 >
1001 </File>
1002 <File
1003 RelativePath=".\runtime\objc-os.h"
1004 >
1005 </File>
1006 <File
1007 RelativePath=".\runtime\objc-private.h"
1008 >
1009 </File>
1010 <File
1011 RelativePath=".\runtime\objc-references.h"
1012 >
1013 </File>
1014 <File
1015 RelativePath=".\runtime\objc-runtime-new.h"
1016 >
1017 </File>
1018 <File
1019 RelativePath=".\runtime\objc-runtime.h"
1020 >
1021 </File>
1022 <File
1023 RelativePath=".\runtime\objc-sel-set.h"
1024 >
1025 </File>
1026 <File
1027 RelativePath=".\runtime\objc-sel-table.h"
1028 >
1029 </File>
1030 <File
1031 RelativePath=".\runtime\objc-sync.h"
1032 >
1033 </File>
1034 <File
1035 RelativePath=".\runtime\objc.h"
1036 >
1037 </File>
1038 <File
1039 RelativePath=".\runtime\objcrt.h"
1040 >
1041 </File>
1042 <File
1043 RelativePath=".\runtime\Protocol.h"
1044 >
1045 </File>
1046 <File
1047 RelativePath=".\runtime\runtime.h"
1048 >
1049 </File>
1050 </Filter>
1051 <Filter
1052 Name="Resource Files"
1053 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
1054 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1055 >
1056 <File
1057 RelativePath=".\version.rc"
1058 >
1059 <FileConfiguration
1060 Name="Debug|Win32"
1061 >
1062 <Tool
1063 Name="VCResourceCompilerTool"
1064 AdditionalIncludeDirectories="$(OBJROOT)"
1065 />
1066 </FileConfiguration>
1067 <FileConfiguration
1068 Name="Release|Win32"
1069 >
1070 <Tool
1071 Name="VCResourceCompilerTool"
1072 AdditionalIncludeDirectories="$(OBJROOT)"
1073 />
1074 </FileConfiguration>
1075 <FileConfiguration
1076 Name="DebugDLL|Win32"
1077 >
1078 <Tool
1079 Name="VCResourceCompilerTool"
1080 AdditionalIncludeDirectories="$(OBJROOT)"
1081 />
1082 </FileConfiguration>
1083 </File>
1084 </Filter>
1085 </Files>
1086 <Globals>
1087 </Globals>
1088 </VisualStudioProject>