Rev 106 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
<?xml version="1.0" encoding="utf-8"?><Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"><ItemGroup Label="ProjectConfigurations"><ProjectConfiguration Include="Release|Win32"><Configuration>Release</Configuration><Platform>Win32</Platform></ProjectConfiguration></ItemGroup><ItemGroup><ClCompile Include="bitBoard.cpp" /><ClCompile Include="book.cpp" /><ClCompile Include="computerPlayer.cpp" /><ClCompile Include="endGameEval.cpp" /><ClCompile Include="enginecontrol.cpp" /><ClCompile Include="evaluate.cpp" /><ClCompile Include="game.cpp" /><ClCompile Include="gtb\compression\lzma\Alloc.c" /><ClCompile Include="gtb\compression\lzma\Bra86.c" /><ClCompile Include="gtb\compression\lzma\LzFind.c" /><ClCompile Include="gtb\compression\lzma\Lzma86Dec.c" /><ClCompile Include="gtb\compression\lzma\Lzma86Enc.c" /><ClCompile Include="gtb\compression\lzma\LzmaDec.c" /><ClCompile Include="gtb\compression\lzma\LzmaEnc.c" /><ClCompile Include="gtb\compression\wrap.c" /><ClCompile Include="gtb\gtb-att.c" /><ClCompile Include="gtb\gtb-dec.c" /><ClCompile Include="gtb\gtb-probe.c" /><ClCompile Include="gtb\sysport\sysport.c" /><ClCompile Include="history.cpp" /><ClCompile Include="humanPlayer.cpp" /><ClCompile Include="killerTable.cpp" /><ClCompile Include="kpkTable.cpp" /><ClCompile Include="krkpTable.cpp" /><ClCompile Include="krpkrTable.cpp" /><ClCompile Include="material.cpp" /><ClCompile Include="move.cpp" /><ClCompile Include="moveGen.cpp" /><ClCompile Include="numa.cpp" /><ClCompile Include="parallel.cpp" /><ClCompile Include="parameters.cpp" /><ClCompile Include="piece.cpp" /><ClCompile Include="position.cpp" /><ClCompile Include="search.cpp" /><ClCompile Include="syzygy\rtb-probe.cpp" /><ClCompile Include="tbprobe.cpp" /><ClCompile Include="texel.cpp" /><ClCompile Include="textio.cpp" /><ClCompile Include="transpositionTable.cpp" /><ClCompile Include="treeLogger.cpp" /><ClCompile Include="tuigame.cpp" /><ClCompile Include="uciprotocol.cpp" /><ClCompile Include="util\logger.cpp" /><ClCompile Include="util\random.cpp" /><ClCompile Include="util\timeUtil.cpp" /><ClCompile Include="util\util.cpp" /></ItemGroup><PropertyGroup Label="Globals"><WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion><ProjectGuid>{210385AB-83E5-4698-BC22-D1AF19E16FDB}</ProjectGuid></PropertyGroup><Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /><PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"><CharacterSet>MultiByte</CharacterSet><PlatformToolset>v140_xp</PlatformToolset></PropertyGroup><Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /><ImportGroup Label="ExtensionSettings"></ImportGroup><ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"><Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /></ImportGroup><PropertyGroup Label="UserMacros" /><PropertyGroup><_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion><OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir><EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest></PropertyGroup><ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"><ClCompile><PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions><WarningLevel>Level3</WarningLevel><Optimization>Full</Optimization><InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion><IntrinsicFunctions>true</IntrinsicFunctions><FavorSizeOrSpeed>Speed</FavorSizeOrSpeed><OmitFramePointers>true</OmitFramePointers><EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations><WholeProgramOptimization>true</WholeProgramOptimization><BufferSecurityCheck>false</BufferSecurityCheck><EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet><RuntimeLibrary>MultiThreaded</RuntimeLibrary><AdditionalIncludeDirectories>gtb/compression/lzma;gtb/compression;gtb/sysport</AdditionalIncludeDirectories></ClCompile><Link><SubSystem>Console</SubSystem><LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration></Link><PostBuildEvent></PostBuildEvent><PostBuildEvent><Command>signtool sign /a /t http://timestamp.verisign.com/scripts/timestamp.dll /fd SHA256 /d "$(TargetName) program" /du http://www.pmbaty.com/chess/ "$(OutDir)$(TargetName)$(TargetExt)" & copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Texel\$(TargetName)$(TargetExt)"</Command></PostBuildEvent><PostBuildEvent><Message>Signing and copying files...</Message></PostBuildEvent></ItemDefinitionGroup><Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /><ImportGroup Label="ExtensionTargets"></ImportGroup></Project>