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