Merge commit 'crater/master'
[dragonfly.git] / contrib / tcsh-6 / tcsh.vcproj
blob6178823ee163b0697c362fefb4b2651609ff0714
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="tcsh"
6 ProjectGUID="{0DF699BA-6A5E-4B74-AE29-19757D072F19}"
7 RootNamespace="tcsh"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 <Platform
16 Name="x64"
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
25 IntermediateDirectory="$(ConfigurationName)"
26 ConfigurationType="1"
27 CharacterSet="2"
29 <Tool
30 Name="VCPreBuildEventTool"
31 CommandLine=""
33 <Tool
34 Name="VCCustomBuildTool"
35 Description=""
36 CommandLine=""
37 AdditionalDependencies=""
38 Outputs=""
40 <Tool
41 Name="VCXMLDataGeneratorTool"
43 <Tool
44 Name="VCWebServiceProxyGeneratorTool"
46 <Tool
47 Name="VCMIDLTool"
49 <Tool
50 Name="VCCLCompilerTool"
51 Optimization="0"
52 WholeProgramOptimization="false"
53 AdditionalIncludeDirectories="$(SolutionDir)\win32;$(SolutionDir)"
54 PreprocessorDefinitions="WINNT_NATIVE;NO_CRYPT;HAVE_DIRENT_H;NTDBG"
55 MinimalRebuild="true"
56 BasicRuntimeChecks="3"
57 RuntimeLibrary="0"
58 UsePrecompiledHeader="0"
59 WarningLevel="3"
60 DebugInformationFormat="4"
61 CompileAs="1"
63 <Tool
64 Name="VCManagedResourceCompilerTool"
66 <Tool
67 Name="VCResourceCompilerTool"
69 <Tool
70 Name="VCPreLinkEventTool"
72 <Tool
73 Name="VCLinkerTool"
74 LinkIncremental="2"
75 GenerateDebugInformation="true"
76 SubSystem="1"
77 StackReserveSize="1048576"
78 StackCommitSize="524288"
79 EntryPointSymbol="silly_entry"
80 TargetMachine="1"
82 <Tool
83 Name="VCALinkTool"
85 <Tool
86 Name="VCManifestTool"
88 <Tool
89 Name="VCXDCMakeTool"
91 <Tool
92 Name="VCBscMakeTool"
94 <Tool
95 Name="VCFxCopTool"
97 <Tool
98 Name="VCAppVerifierTool"
100 <Tool
101 Name="VCPostBuildEventTool"
103 </Configuration>
104 <Configuration
105 Name="Release|Win32"
106 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
107 IntermediateDirectory="$(ConfigurationName)"
108 ConfigurationType="1"
109 CharacterSet="2"
110 WholeProgramOptimization="1"
112 <Tool
113 Name="VCPreBuildEventTool"
114 CommandLine=""
116 <Tool
117 Name="VCCustomBuildTool"
118 Description=""
119 CommandLine=""
120 AdditionalDependencies=""
121 Outputs=""
123 <Tool
124 Name="VCXMLDataGeneratorTool"
126 <Tool
127 Name="VCWebServiceProxyGeneratorTool"
129 <Tool
130 Name="VCMIDLTool"
132 <Tool
133 Name="VCCLCompilerTool"
134 Optimization="2"
135 EnableIntrinsicFunctions="true"
136 WholeProgramOptimization="false"
137 AdditionalIncludeDirectories="$(SolutionDir)\win32;$(SolutionDir)"
138 PreprocessorDefinitions="WINNT_NATIVE;NO_CRYPT;HAVE_DIRENT_H"
139 RuntimeLibrary="0"
140 EnableFunctionLevelLinking="true"
141 UsePrecompiledHeader="0"
142 WarningLevel="3"
143 DebugInformationFormat="3"
144 CompileAs="1"
146 <Tool
147 Name="VCManagedResourceCompilerTool"
149 <Tool
150 Name="VCResourceCompilerTool"
152 <Tool
153 Name="VCPreLinkEventTool"
155 <Tool
156 Name="VCLinkerTool"
157 LinkIncremental="1"
158 GenerateDebugInformation="true"
159 SubSystem="1"
160 StackReserveSize="1048576"
161 StackCommitSize="524288"
162 OptimizeReferences="2"
163 EnableCOMDATFolding="2"
164 LinkTimeCodeGeneration="0"
165 EntryPointSymbol="silly_entry"
166 TargetMachine="1"
168 <Tool
169 Name="VCALinkTool"
171 <Tool
172 Name="VCManifestTool"
174 <Tool
175 Name="VCXDCMakeTool"
177 <Tool
178 Name="VCBscMakeTool"
180 <Tool
181 Name="VCFxCopTool"
183 <Tool
184 Name="VCAppVerifierTool"
186 <Tool
187 Name="VCPostBuildEventTool"
189 </Configuration>
190 <Configuration
191 Name="Debug|x64"
192 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
193 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
194 ConfigurationType="1"
195 CharacterSet="2"
197 <Tool
198 Name="VCPreBuildEventTool"
199 CommandLine=""
201 <Tool
202 Name="VCCustomBuildTool"
203 Description=""
204 CommandLine=""
205 AdditionalDependencies=""
206 Outputs=""
208 <Tool
209 Name="VCXMLDataGeneratorTool"
211 <Tool
212 Name="VCWebServiceProxyGeneratorTool"
214 <Tool
215 Name="VCMIDLTool"
216 TargetEnvironment="3"
218 <Tool
219 Name="VCCLCompilerTool"
220 Optimization="0"
221 WholeProgramOptimization="false"
222 AdditionalIncludeDirectories="$(SolutionDir)\win32;$(SolutionDir)"
223 PreprocessorDefinitions="WINNT_NATIVE;NO_CRYPT;HAVE_DIRENT_H;NTDBG"
224 MinimalRebuild="true"
225 BasicRuntimeChecks="3"
226 RuntimeLibrary="0"
227 UsePrecompiledHeader="0"
228 WarningLevel="3"
229 DebugInformationFormat="3"
230 CompileAs="1"
231 DisableSpecificWarnings="4244;4267"
233 <Tool
234 Name="VCManagedResourceCompilerTool"
236 <Tool
237 Name="VCResourceCompilerTool"
239 <Tool
240 Name="VCPreLinkEventTool"
242 <Tool
243 Name="VCLinkerTool"
244 LinkIncremental="2"
245 GenerateDebugInformation="true"
246 SubSystem="1"
247 StackReserveSize="1048576"
248 StackCommitSize="524288"
249 EntryPointSymbol="silly_entry"
250 TargetMachine="17"
252 <Tool
253 Name="VCALinkTool"
255 <Tool
256 Name="VCManifestTool"
258 <Tool
259 Name="VCXDCMakeTool"
261 <Tool
262 Name="VCBscMakeTool"
264 <Tool
265 Name="VCFxCopTool"
267 <Tool
268 Name="VCAppVerifierTool"
270 <Tool
271 Name="VCPostBuildEventTool"
273 </Configuration>
274 <Configuration
275 Name="Release|x64"
276 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
277 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
278 ConfigurationType="1"
279 CharacterSet="2"
280 WholeProgramOptimization="1"
282 <Tool
283 Name="VCPreBuildEventTool"
284 CommandLine=""
286 <Tool
287 Name="VCCustomBuildTool"
288 Description=""
289 CommandLine=""
290 AdditionalDependencies=""
291 Outputs=""
293 <Tool
294 Name="VCXMLDataGeneratorTool"
296 <Tool
297 Name="VCWebServiceProxyGeneratorTool"
299 <Tool
300 Name="VCMIDLTool"
301 TargetEnvironment="3"
303 <Tool
304 Name="VCCLCompilerTool"
305 Optimization="2"
306 EnableIntrinsicFunctions="true"
307 WholeProgramOptimization="false"
308 AdditionalIncludeDirectories="$(SolutionDir)\win32;$(SolutionDir)"
309 PreprocessorDefinitions="WINNT_NATIVE;NO_CRYPT;HAVE_DIRENT_H"
310 RuntimeLibrary="0"
311 EnableFunctionLevelLinking="true"
312 UsePrecompiledHeader="0"
313 WarningLevel="3"
314 DebugInformationFormat="3"
315 CompileAs="1"
316 DisableSpecificWarnings="4244;4267"
318 <Tool
319 Name="VCManagedResourceCompilerTool"
321 <Tool
322 Name="VCResourceCompilerTool"
324 <Tool
325 Name="VCPreLinkEventTool"
327 <Tool
328 Name="VCLinkerTool"
329 LinkIncremental="1"
330 GenerateDebugInformation="true"
331 SubSystem="1"
332 StackReserveSize="1048576"
333 StackCommitSize="524288"
334 OptimizeReferences="2"
335 EnableCOMDATFolding="2"
336 LinkTimeCodeGeneration="0"
337 EntryPointSymbol="silly_entry"
338 TargetMachine="17"
340 <Tool
341 Name="VCALinkTool"
343 <Tool
344 Name="VCManifestTool"
346 <Tool
347 Name="VCXDCMakeTool"
349 <Tool
350 Name="VCBscMakeTool"
352 <Tool
353 Name="VCFxCopTool"
355 <Tool
356 Name="VCAppVerifierTool"
358 <Tool
359 Name="VCPostBuildEventTool"
361 </Configuration>
362 </Configurations>
363 <References>
364 </References>
365 <Files>
366 <Filter
367 Name="Source Files"
368 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
369 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
371 <File
372 RelativePath=".\win32\bogus.c"
374 </File>
375 <File
376 RelativePath=".\win32\clip.c"
378 </File>
379 <File
380 RelativePath=".\win32\console.c"
382 </File>
383 <File
384 RelativePath=".\win32\customstep.cmd"
386 <FileConfiguration
387 Name="Debug|Win32"
389 <Tool
390 Name="VCCustomBuildTool"
391 Description="Generating headers"
392 CommandLine="$(SolutionDir)\win32\customstep.cmd $(SolutionDir)"
393 AdditionalDependencies="ed.defns.c;sh.err.c;tc.const.c;win32\nt.const.c"
394 Outputs="ed.defns.h;sh.err.h;tc.const.h;win32\nt.const.h"
396 </FileConfiguration>
397 <FileConfiguration
398 Name="Release|Win32"
400 <Tool
401 Name="VCCustomBuildTool"
402 Description="Generating headers"
403 CommandLine="$(SolutionDir)\win32\customstep.cmd $(SolutionDir)"
404 AdditionalDependencies="ed.defns.c;sh.err.c;tc.const.c;win32\nt.const.c"
405 Outputs="ed.defns.h;sh.err.h;tc.const.h;win32\nt.const.h"
407 </FileConfiguration>
408 <FileConfiguration
409 Name="Debug|x64"
411 <Tool
412 Name="VCCustomBuildTool"
413 Description="Generating headers"
414 CommandLine="$(SolutionDir)\win32\customstep.cmd $(SolutionDir)"
415 AdditionalDependencies="ed.defns.c;sh.err.c;tc.const.c;win32\nt.const.c"
416 Outputs="ed.defns.h;sh.err.h;tc.const.h;win32\nt.const.h"
418 </FileConfiguration>
419 <FileConfiguration
420 Name="Release|x64"
422 <Tool
423 Name="VCCustomBuildTool"
424 Description="Generating headers"
425 CommandLine="$(SolutionDir)\win32\customstep.cmd $(SolutionDir)"
426 AdditionalDependencies="ed.defns.c;sh.err.c;tc.const.c;win32\nt.const.c"
427 Outputs="ed.defns.h;sh.err.h;tc.const.h;win32\nt.const.h"
429 </FileConfiguration>
430 </File>
431 <File
432 RelativePath=".\win32\dirent.c"
434 </File>
435 <File
436 RelativePath=".\ed.chared.c"
438 </File>
439 <File
440 RelativePath=".\ed.defns.c"
442 </File>
443 <File
444 RelativePath=".\ed.init.c"
446 </File>
447 <File
448 RelativePath=".\ed.inputl.c"
450 </File>
451 <File
452 RelativePath=".\ed.refresh.c"
454 </File>
455 <File
456 RelativePath=".\ed.term.c"
458 </File>
459 <File
460 RelativePath=".\ed.xmap.c"
462 </File>
463 <File
464 RelativePath=".\win32\fork.c"
466 </File>
467 <File
468 RelativePath=".\glob.c"
470 </File>
471 <File
472 RelativePath=".\win32\globals.c"
474 </File>
475 <File
476 RelativePath=".\win32\io.c"
478 </File>
479 <File
480 RelativePath=".\win32\nt.bind.c"
482 </File>
483 <File
484 RelativePath=".\win32\nt.char.c"
486 </File>
487 <File
488 RelativePath=".\win32\nt.const.c"
490 </File>
491 <File
492 RelativePath=".\win32\nt.screen.c"
494 </File>
495 <File
496 RelativePath=".\win32\nt.who.c"
498 </File>
499 <File
500 RelativePath=".\win32\ntb1.c"
502 </File>
503 <File
504 RelativePath=".\win32\ntb2.c"
506 </File>
507 <File
508 RelativePath=".\win32\ntfunc.c"
510 </File>
511 <File
512 RelativePath=".\win32\ps.c"
514 </File>
515 <File
516 RelativePath=".\sh.c"
518 </File>
519 <File
520 RelativePath=".\sh.char.c"
522 </File>
523 <File
524 RelativePath=".\sh.char.h"
526 </File>
527 <File
528 RelativePath=".\sh.dir.c"
530 </File>
531 <File
532 RelativePath=".\sh.dol.c"
534 </File>
535 <File
536 RelativePath=".\sh.err.c"
538 </File>
539 <File
540 RelativePath=".\sh.exec.c"
542 </File>
543 <File
544 RelativePath=".\sh.exp.c"
546 </File>
547 <File
548 RelativePath=".\sh.file.c"
550 </File>
551 <File
552 RelativePath=".\sh.func.c"
554 </File>
555 <File
556 RelativePath=".\sh.glob.c"
558 </File>
559 <File
560 RelativePath=".\sh.hist.c"
562 </File>
563 <File
564 RelativePath=".\sh.init.c"
566 </File>
567 <File
568 RelativePath=".\sh.lex.c"
570 </File>
571 <File
572 RelativePath=".\sh.misc.c"
574 </File>
575 <File
576 RelativePath=".\sh.parse.c"
578 </File>
579 <File
580 RelativePath=".\sh.print.c"
582 </File>
583 <File
584 RelativePath=".\sh.proc.c"
586 </File>
587 <File
588 RelativePath=".\sh.sem.c"
590 </File>
591 <File
592 RelativePath=".\sh.set.c"
594 </File>
595 <File
596 RelativePath=".\sh.time.c"
598 </File>
599 <File
600 RelativePath=".\win32\signal.c"
602 </File>
603 <File
604 RelativePath=".\win32\stdio.c"
606 </File>
607 <File
608 RelativePath=".\win32\support.c"
610 </File>
611 <File
612 RelativePath=".\tc.alloc.c"
614 </File>
615 <File
616 RelativePath=".\tc.bind.c"
618 </File>
619 <File
620 RelativePath=".\tc.const.c"
622 </File>
623 <File
624 RelativePath=".\tc.disc.c"
626 </File>
627 <File
628 RelativePath=".\tc.func.c"
630 </File>
631 <File
632 RelativePath=".\tc.nls.c"
634 </File>
635 <File
636 RelativePath=".\tc.os.c"
638 </File>
639 <File
640 RelativePath=".\tc.printf.c"
642 </File>
643 <File
644 RelativePath=".\tc.prompt.c"
646 </File>
647 <File
648 RelativePath=".\tc.sched.c"
650 </File>
651 <File
652 RelativePath=".\tc.sig.c"
654 </File>
655 <File
656 RelativePath=".\tc.str.c"
658 </File>
659 <File
660 RelativePath=".\tc.vers.c"
662 </File>
663 <File
664 RelativePath=".\tc.who.c"
666 </File>
667 <File
668 RelativePath=".\tw.color.c"
670 </File>
671 <File
672 RelativePath=".\tw.comp.c"
674 </File>
675 <File
676 RelativePath=".\tw.help.c"
678 </File>
679 <File
680 RelativePath=".\tw.init.c"
682 </File>
683 <File
684 RelativePath=".\tw.parse.c"
686 </File>
687 <File
688 RelativePath=".\tw.spell.c"
690 </File>
691 </Filter>
692 <Filter
693 Name="Header Files"
694 Filter="h;hpp;hxx;hm;inl;inc;xsd"
695 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
697 <File
698 RelativePath=".\config.h"
700 </File>
701 <File
702 RelativePath=".\config_f.h"
704 </File>
705 <File
706 RelativePath=".\config_p.h"
708 </File>
709 <File
710 RelativePath=".\win32\dirent.h"
712 </File>
713 <File
714 RelativePath=".\ed.decls.h"
716 </File>
717 <File
718 RelativePath=".\ed.h"
720 </File>
721 <File
722 RelativePath=".\ed.term.h"
724 </File>
725 <File
726 RelativePath=".\win32\forkdata.h"
728 </File>
729 <File
730 RelativePath=".\glob.h"
732 </File>
733 <File
734 RelativePath=".\win32\ntport.h"
736 </File>
737 <File
738 RelativePath=".\patchlevel.h"
740 </File>
741 <File
742 RelativePath=".\pathnames.h"
744 </File>
745 <File
746 RelativePath=".\sh.decls.h"
748 </File>
749 <File
750 RelativePath=".\sh.dir.h"
752 </File>
753 <File
754 RelativePath=".\sh.h"
756 </File>
757 <File
758 RelativePath=".\sh.proc.h"
760 </File>
761 <File
762 RelativePath=".\sh.types.h"
764 </File>
765 <File
766 RelativePath=".\win32\signal.h"
768 </File>
769 <File
770 RelativePath=".\snames.h"
772 </File>
773 <File
774 RelativePath=".\tc.decls.h"
776 </File>
777 <File
778 RelativePath=".\tc.h"
780 </File>
781 <File
782 RelativePath=".\tc.nls.h"
784 </File>
785 <File
786 RelativePath=".\tc.os.h"
788 </File>
789 <File
790 RelativePath=".\tc.sig.h"
792 </File>
793 <File
794 RelativePath=".\tc.wait.h"
796 </File>
797 <File
798 RelativePath=".\tw.decls.h"
800 </File>
801 <File
802 RelativePath=".\tw.h"
804 </File>
805 <File
806 RelativePath=".\win32\version.h"
808 </File>
809 </Filter>
810 <Filter
811 Name="Resource Files"
812 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
813 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
815 <File
816 RelativePath=".\win32\tcshrc.rc"
818 </File>
819 <File
820 RelativePath=".\win32\WILDCAT.RC"
822 </File>
823 </Filter>
824 </Files>
825 <Globals>
826 </Globals>
827 </VisualStudioProject>