diff options
Diffstat (limited to 'tcsh.vcproj')
-rw-r--r-- | tcsh.vcproj | 827 |
1 files changed, 827 insertions, 0 deletions
diff --git a/tcsh.vcproj b/tcsh.vcproj new file mode 100644 index 0000000000000..6178823ee163b --- /dev/null +++ b/tcsh.vcproj @@ -0,0 +1,827 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="tcsh"
+ ProjectGUID="{0DF699BA-6A5E-4B74-AE29-19757D072F19}"
+ RootNamespace="tcsh"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ Description=""
+ CommandLine=""
+ AdditionalDependencies=""
+ Outputs=""
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ WholeProgramOptimization="false"
+ AdditionalIncludeDirectories="$(SolutionDir)\win32;$(SolutionDir)"
+ PreprocessorDefinitions="WINNT_NATIVE;NO_CRYPT;HAVE_DIRENT_H;NTDBG"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ StackReserveSize="1048576"
+ StackCommitSize="524288"
+ EntryPointSymbol="silly_entry"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ Description=""
+ CommandLine=""
+ AdditionalDependencies=""
+ Outputs=""
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ WholeProgramOptimization="false"
+ AdditionalIncludeDirectories="$(SolutionDir)\win32;$(SolutionDir)"
+ PreprocessorDefinitions="WINNT_NATIVE;NO_CRYPT;HAVE_DIRENT_H"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ StackReserveSize="1048576"
+ StackCommitSize="524288"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="0"
+ EntryPointSymbol="silly_entry"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ Description=""
+ CommandLine=""
+ AdditionalDependencies=""
+ Outputs=""
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ WholeProgramOptimization="false"
+ AdditionalIncludeDirectories="$(SolutionDir)\win32;$(SolutionDir)"
+ PreprocessorDefinitions="WINNT_NATIVE;NO_CRYPT;HAVE_DIRENT_H;NTDBG"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4267"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ StackReserveSize="1048576"
+ StackCommitSize="524288"
+ EntryPointSymbol="silly_entry"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ Description=""
+ CommandLine=""
+ AdditionalDependencies=""
+ Outputs=""
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ WholeProgramOptimization="false"
+ AdditionalIncludeDirectories="$(SolutionDir)\win32;$(SolutionDir)"
+ PreprocessorDefinitions="WINNT_NATIVE;NO_CRYPT;HAVE_DIRENT_H"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4267"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ StackReserveSize="1048576"
+ StackCommitSize="524288"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="0"
+ EntryPointSymbol="silly_entry"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\win32\bogus.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\clip.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\console.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\customstep.cmd"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating headers"
+ CommandLine="$(SolutionDir)\win32\customstep.cmd $(SolutionDir)"
+ AdditionalDependencies="ed.defns.c;sh.err.c;tc.const.c;win32\nt.const.c"
+ Outputs="ed.defns.h;sh.err.h;tc.const.h;win32\nt.const.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating headers"
+ CommandLine="$(SolutionDir)\win32\customstep.cmd $(SolutionDir)"
+ AdditionalDependencies="ed.defns.c;sh.err.c;tc.const.c;win32\nt.const.c"
+ Outputs="ed.defns.h;sh.err.h;tc.const.h;win32\nt.const.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating headers"
+ CommandLine="$(SolutionDir)\win32\customstep.cmd $(SolutionDir)"
+ AdditionalDependencies="ed.defns.c;sh.err.c;tc.const.c;win32\nt.const.c"
+ Outputs="ed.defns.h;sh.err.h;tc.const.h;win32\nt.const.h"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating headers"
+ CommandLine="$(SolutionDir)\win32\customstep.cmd $(SolutionDir)"
+ AdditionalDependencies="ed.defns.c;sh.err.c;tc.const.c;win32\nt.const.c"
+ Outputs="ed.defns.h;sh.err.h;tc.const.h;win32\nt.const.h"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\win32\dirent.c"
+ >
+ </File>
+ <File
+ RelativePath=".\ed.chared.c"
+ >
+ </File>
+ <File
+ RelativePath=".\ed.defns.c"
+ >
+ </File>
+ <File
+ RelativePath=".\ed.init.c"
+ >
+ </File>
+ <File
+ RelativePath=".\ed.inputl.c"
+ >
+ </File>
+ <File
+ RelativePath=".\ed.refresh.c"
+ >
+ </File>
+ <File
+ RelativePath=".\ed.term.c"
+ >
+ </File>
+ <File
+ RelativePath=".\ed.xmap.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\fork.c"
+ >
+ </File>
+ <File
+ RelativePath=".\glob.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\globals.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\io.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\nt.bind.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\nt.char.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\nt.const.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\nt.screen.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\nt.who.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\ntb1.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\ntb2.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\ntfunc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\ps.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.char.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.char.h"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.dir.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.dol.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.err.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.exec.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.exp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.file.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.func.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.glob.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.hist.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.init.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.lex.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.misc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.parse.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.print.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.proc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.sem.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.set.c"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.time.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\signal.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\stdio.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\support.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.alloc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.bind.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.const.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.disc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.func.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.nls.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.os.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.printf.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.prompt.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.sched.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.sig.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.str.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.vers.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.who.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tw.color.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tw.comp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tw.help.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tw.init.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tw.parse.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tw.spell.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\config_f.h"
+ >
+ </File>
+ <File
+ RelativePath=".\config_p.h"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\dirent.h"
+ >
+ </File>
+ <File
+ RelativePath=".\ed.decls.h"
+ >
+ </File>
+ <File
+ RelativePath=".\ed.h"
+ >
+ </File>
+ <File
+ RelativePath=".\ed.term.h"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\forkdata.h"
+ >
+ </File>
+ <File
+ RelativePath=".\glob.h"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\ntport.h"
+ >
+ </File>
+ <File
+ RelativePath=".\patchlevel.h"
+ >
+ </File>
+ <File
+ RelativePath=".\pathnames.h"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.decls.h"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.dir.h"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.h"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.proc.h"
+ >
+ </File>
+ <File
+ RelativePath=".\sh.types.h"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\signal.h"
+ >
+ </File>
+ <File
+ RelativePath=".\snames.h"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.decls.h"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.h"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.nls.h"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.os.h"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.sig.h"
+ >
+ </File>
+ <File
+ RelativePath=".\tc.wait.h"
+ >
+ </File>
+ <File
+ RelativePath=".\tw.decls.h"
+ >
+ </File>
+ <File
+ RelativePath=".\tw.h"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\version.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath=".\win32\tcshrc.rc"
+ >
+ </File>
+ <File
+ RelativePath=".\win32\WILDCAT.RC"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|