summaryrefslogtreecommitdiff
path: root/src/typhoon.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/typhoon.vcproj')
-rwxr-xr-xsrc/typhoon.vcproj875
1 files changed, 875 insertions, 0 deletions
diff --git a/src/typhoon.vcproj b/src/typhoon.vcproj
new file mode 100755
index 0000000..ed5101d
--- /dev/null
+++ b/src/typhoon.vcproj
@@ -0,0 +1,875 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="typhoon"
+ ProjectGUID="{47D01EEB-6CAD-498E-8C81-DF144E8CAD1B}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="1">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ InlineFunctionExpansion="0"
+ EnableIntrinsicFunctions="FALSE"
+ OptimizeForProcessor="3"
+ PreprocessorDefinitions="_X86_,DEBUG,PERF_COUNTERS"
+ StringPooling="FALSE"
+ MinimalRebuild="FALSE"
+ ExceptionHandling="FALSE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ AssemblerOutput="4"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/typhoon.exe"
+ Version="0.01"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ AssemblyDebug="1"
+ ProgramDatabaseFile="$(Outdir)\typhoon.pdb"
+ GenerateMapFile="TRUE"
+ MapFileName="typhoon.map"
+ MapExports="TRUE"
+ MapLines="TRUE"
+ SubSystem="1"
+ HeapReserveSize="131072"
+ HeapCommitSize="65536"
+ StackReserveSize="8388608"
+ StackCommitSize="8388608"
+ LargeAddressAware="2"
+ OptimizeForWindows98="1"
+ SetChecksum="TRUE"
+ BaseAddress="0x01000000"
+ TargetMachine="1"
+ FixedBaseAddress="2"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="1">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="FALSE"
+ FavorSizeOrSpeed="1"
+ OmitFramePointers="FALSE"
+ OptimizeForProcessor="3"
+ PreprocessorDefinitions="_X86_,PERF_COUNTERS"
+ StringPooling="TRUE"
+ ExceptionHandling="FALSE"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="FALSE"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ AssemblerOutput="4"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CallingConvention="1"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="kernel32.lib"
+ OutputFile="$(OutDir)/typhoon.exe"
+ Version="0.01"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ AssemblyDebug="2"
+ ProgramDatabaseFile="$(Outdir)\typhoon.pdb"
+ GenerateMapFile="TRUE"
+ MapFileName="typhoon.map"
+ MapExports="TRUE"
+ MapLines="TRUE"
+ SubSystem="1"
+ HeapReserveSize="131072"
+ HeapCommitSize="65536"
+ StackReserveSize="8388608"
+ StackCommitSize="8388608"
+ LargeAddressAware="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ SetChecksum="TRUE"
+ BaseAddress="0x01000000"
+ TargetMachine="1"
+ FixedBaseAddress="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="MP Release|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="TRUE"
+ FavorSizeOrSpeed="1"
+ OmitFramePointers="TRUE"
+ OptimizeForProcessor="3"
+ PreprocessorDefinitions="_X86_,MP,SMP,PERF_COUNTERS"
+ StringPooling="TRUE"
+ ExceptionHandling="FALSE"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="FALSE"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ AssemblerOutput="4"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CallingConvention="1"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="kernel32.lib"
+ OutputFile="$(OutDir)/typhoon.exe"
+ Version="1.00"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ AssemblyDebug="2"
+ ProgramDatabaseFile="typhoon.pdb"
+ GenerateMapFile="TRUE"
+ MapFileName="typhoon.map"
+ MapExports="TRUE"
+ MapLines="TRUE"
+ SubSystem="1"
+ HeapReserveSize="131072"
+ HeapCommitSize="65536"
+ StackReserveSize="8388608"
+ StackCommitSize="8388608"
+ LargeAddressAware="2"
+ TerminalServerAware="0"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ SetChecksum="TRUE"
+ BaseAddress="0x01000000"
+ TargetMachine="1"
+ FixedBaseAddress="2"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="MP Debug|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ InlineFunctionExpansion="0"
+ EnableIntrinsicFunctions="FALSE"
+ OptimizeForProcessor="3"
+ PreprocessorDefinitions="_X86_,MP,SMP,PERF_COUNTERS,DEBUG,EVAL_HASH"
+ StringPooling="FALSE"
+ MinimalRebuild="FALSE"
+ ExceptionHandling="FALSE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ AssemblerOutput="4"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/typhoon.exe"
+ Version="0.01"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ AssemblyDebug="1"
+ ProgramDatabaseFile="typhoon.pdb"
+ GenerateMapFile="TRUE"
+ MapFileName="typhoon.map"
+ MapExports="TRUE"
+ MapLines="TRUE"
+ SubSystem="1"
+ HeapReserveSize="131072"
+ HeapCommitSize="65536"
+ StackReserveSize="8388608"
+ StackCommitSize="8388608"
+ LargeAddressAware="2"
+ OptimizeForWindows98="1"
+ SetChecksum="TRUE"
+ BaseAddress="0x01000000"
+ TargetMachine="1"
+ FixedBaseAddress="2"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Tree Dumper|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ InlineFunctionExpansion="0"
+ EnableIntrinsicFunctions="FALSE"
+ OptimizeForProcessor="3"
+ PreprocessorDefinitions="_X86_"
+ StringPooling="FALSE"
+ MinimalRebuild="FALSE"
+ ExceptionHandling="FALSE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ AssemblerOutput="4"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/typhoon.exe"
+ Version="0.01"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ AssemblyDebug="1"
+ ProgramDatabaseFile="$(Outdir)\typhoon.pdb"
+ GenerateMapFile="TRUE"
+ MapFileName="typhoon.map"
+ MapExports="TRUE"
+ MapLines="TRUE"
+ SubSystem="1"
+ HeapReserveSize="131072"
+ HeapCommitSize="65536"
+ StackReserveSize="8388608"
+ StackCommitSize="8388608"
+ LargeAddressAware="2"
+ OptimizeForWindows98="1"
+ SetChecksum="TRUE"
+ BaseAddress="0x01000000"
+ TargetMachine="1"
+ FixedBaseAddress="2"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Eval Dumper|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ InlineFunctionExpansion="0"
+ EnableIntrinsicFunctions="FALSE"
+ OptimizeForProcessor="3"
+ PreprocessorDefinitions="_X86_,EVAL_DUMP"
+ StringPooling="FALSE"
+ MinimalRebuild="FALSE"
+ ExceptionHandling="FALSE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ AssemblerOutput="4"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/typhoon.exe"
+ Version="0.01"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ AssemblyDebug="1"
+ ProgramDatabaseFile="$(Outdir)\typhoon.pdb"
+ GenerateMapFile="TRUE"
+ MapFileName="typhoon.map"
+ MapExports="TRUE"
+ MapLines="TRUE"
+ SubSystem="1"
+ HeapReserveSize="131072"
+ HeapCommitSize="65536"
+ StackReserveSize="8388608"
+ StackCommitSize="8388608"
+ LargeAddressAware="2"
+ OptimizeForWindows98="1"
+ SetChecksum="TRUE"
+ BaseAddress="0x01000000"
+ TargetMachine="1"
+ FixedBaseAddress="2"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="TEST|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="FALSE"
+ FavorSizeOrSpeed="1"
+ OmitFramePointers="FALSE"
+ OptimizeForProcessor="3"
+ PreprocessorDefinitions="_X86_,PERF_COUNTERS,TEST"
+ StringPooling="TRUE"
+ ExceptionHandling="FALSE"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="FALSE"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ AssemblerOutput="4"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CallingConvention="1"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="kernel32.lib"
+ OutputFile="$(OutDir)/typhoon.exe"
+ Version="0.01"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ AssemblyDebug="2"
+ ProgramDatabaseFile="$(Outdir)\typhoon.pdb"
+ GenerateMapFile="TRUE"
+ MapFileName="typhoon.map"
+ MapExports="TRUE"
+ MapLines="TRUE"
+ SubSystem="1"
+ HeapReserveSize="131072"
+ HeapCommitSize="65536"
+ StackReserveSize="8388608"
+ StackCommitSize="8388608"
+ LargeAddressAware="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ SetChecksum="TRUE"
+ BaseAddress="0x01000000"
+ TargetMachine="1"
+ FixedBaseAddress="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="DTEST|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ InlineFunctionExpansion="0"
+ EnableIntrinsicFunctions="FALSE"
+ OptimizeForProcessor="3"
+ PreprocessorDefinitions="_X86_,DEBUG,PERF_COUNTERS,TEST"
+ StringPooling="FALSE"
+ MinimalRebuild="FALSE"
+ ExceptionHandling="FALSE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ AssemblerOutput="4"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/typhoon.exe"
+ Version="0.01"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ AssemblyDebug="1"
+ ProgramDatabaseFile="$(Outdir)\typhoon.pdb"
+ GenerateMapFile="TRUE"
+ MapFileName="typhoon.map"
+ MapExports="TRUE"
+ MapLines="TRUE"
+ SubSystem="1"
+ HeapReserveSize="131072"
+ HeapCommitSize="65536"
+ StackReserveSize="8388608"
+ StackCommitSize="8388608"
+ LargeAddressAware="2"
+ OptimizeForWindows98="1"
+ SetChecksum="TRUE"
+ BaseAddress="0x01000000"
+ TargetMachine="1"
+ FixedBaseAddress="2"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\bench.c">
+ </File>
+ <File
+ RelativePath=".\bitboard.c">
+ </File>
+ <File
+ RelativePath=".\board.c">
+ </File>
+ <File
+ RelativePath=".\book.c">
+ </File>
+ <File
+ RelativePath=".\command.c">
+ </File>
+ <File
+ RelativePath=".\data.c">
+ </File>
+ <File
+ RelativePath=".\draw.c">
+ </File>
+ <File
+ RelativePath=".\dumptree.c">
+ </File>
+ <File
+ RelativePath=".\dynamic.c">
+ </File>
+ <File
+ RelativePath=".\egtb.cpp">
+ </File>
+ <File
+ RelativePath=".\eval.c">
+ </File>
+ <File
+ RelativePath=".\evalhash.c">
+ </File>
+ <File
+ RelativePath=".\fen.c">
+ </File>
+ <File
+ RelativePath=".\gamelist.c">
+ </File>
+ <File
+ RelativePath=".\generate.c">
+ </File>
+ <File
+ RelativePath=".\hash.c">
+ </File>
+ <File
+ RelativePath=".\ics.c">
+ </File>
+ <File
+ RelativePath=".\input.c">
+ </File>
+ <File
+ RelativePath=".\main.c">
+ </File>
+ <File
+ RelativePath=".\mersenne.c">
+ </File>
+ <File
+ RelativePath=".\move.c">
+ </File>
+ <File
+ RelativePath=".\movesup.c">
+ </File>
+ <File
+ RelativePath=".\pawnhash.c">
+ </File>
+ <File
+ RelativePath=".\piece.c">
+ </File>
+ <File
+ RelativePath=".\probe.c">
+ </File>
+ <File
+ RelativePath=".\recogn.c">
+ </File>
+ <File
+ RelativePath=".\root.c">
+ </File>
+ <File
+ RelativePath=".\san.c">
+ </File>
+ <File
+ RelativePath=".\script.c">
+ </File>
+ <File
+ RelativePath=".\search.c">
+ </File>
+ <File
+ RelativePath=".\searchsup.c">
+ </File>
+ <File
+ RelativePath=".\see.c">
+ </File>
+ <File
+ RelativePath=".\sig.c">
+ </File>
+ <File
+ RelativePath=".\split.c">
+ </File>
+ <File
+ RelativePath=".\tbdecode.h">
+ </File>
+ <File
+ RelativePath=".\testbitboard.c">
+ </File>
+ <File
+ RelativePath=".\testdraw.c">
+ </File>
+ <File
+ RelativePath=".\testeval.c">
+ </File>
+ <File
+ RelativePath=".\testfen.c">
+ </File>
+ <File
+ RelativePath=".\testgenerate.c">
+ </File>
+ <File
+ RelativePath=".\testhash.c">
+ </File>
+ <File
+ RelativePath=".\testics.c">
+ </File>
+ <File
+ RelativePath=".\testmove.c">
+ </File>
+ <File
+ RelativePath=".\testsan.c">
+ </File>
+ <File
+ RelativePath=".\testsearch.c">
+ </File>
+ <File
+ RelativePath=".\testsee.c">
+ </File>
+ <File
+ RelativePath=".\testsup.c">
+ </File>
+ <File
+ RelativePath=".\util.c">
+ </File>
+ <File
+ RelativePath=".\vars.c">
+ </File>
+ <File
+ RelativePath=".\win32.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\chess.h">
+ </File>
+ <File
+ RelativePath=".\compiler.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ <Filter
+ Name="Asm Code"
+ Filter="">
+ <File
+ RelativePath=".\x86.asm">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Running NASM"
+ CommandLine="&quot;C:\program files\nasm\nasmw.exe&quot; -f win32 -o $(IntDir)\$(InputName).obj $(InputDir)\$(InputName).asm
+"
+ Outputs="$(IntDir)\$(InputName).obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Running NASM"
+ CommandLine="&quot;C:\program files\nasm\nasmw.exe&quot; -f win32 -o $(IntDir)\$(InputName).obj $(InputDir)\$(InputName).asm
+"
+ Outputs="$(IntDir)\$(InputName).obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="MP Release|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Running NASM"
+ CommandLine="&quot;C:\program files\nasm\nasmw.exe&quot; -f win32 -o &quot;$(IntDir)\$(InputName).obj&quot; &quot;$(InputDir)\$(InputName).asm&quot;
+"
+ Outputs="&quot;$(IntDir)\$(InputName).obj&quot;"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="MP Debug|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Running NASM"
+ CommandLine="&quot;C:\program files\nasm\nasmw.exe&quot; -f win32 -o &quot;$(IntDir)\$(InputName).obj&quot; &quot;$(InputDir)\$(InputName).asm&quot;
+"
+ Outputs="$(IntDir)\$(InputName).obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Tree Dumper|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Running NASM"
+ CommandLine="nasmw.exe -f win32 -o &quot;$(IntDir)\$(InputName).obj&quot; &quot;$(InputDir)\$(InputName).asm&quot;
+"
+ Outputs="$(IntDir)\$(InputName).obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Eval Dumper|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Running NASM"
+ CommandLine="nasmw.exe -f win32 -o &quot;$(IntDir)\$(InputName).obj&quot; &quot;$(InputDir)\$(InputName).asm&quot;
+"
+ Outputs="$(IntDir)\$(InputName).obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="TEST|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Running NASM"
+ CommandLine="&quot;C:\program files\nasm\nasmw.exe&quot; -f win32 -o $(IntDir)\$(InputName).obj $(InputDir)\$(InputName).asm
+"
+ Outputs="$(IntDir)\$(InputName).obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="DTEST|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Running NASM"
+ CommandLine="&quot;C:\program files\nasm\nasmw.exe&quot; -f win32 -o $(IntDir)\$(InputName).obj $(InputDir)\$(InputName).asm
+"
+ Outputs="$(IntDir)\$(InputName).obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>