Rev 179 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 99 | pmbaty | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
| 3 | <ItemGroup Label="ProjectConfigurations"> |
||
| 4 | <ProjectConfiguration Include="Release|Win32"> |
||
| 5 | <Configuration>Release</Configuration> |
||
| 6 | <Platform>Win32</Platform> |
||
| 7 | </ProjectConfiguration> |
||
| 8 | </ItemGroup> |
||
| 9 | <ItemGroup> |
||
| 10 | <ClCompile Include="bitBoard.cpp" /> |
||
| 11 | <ClCompile Include="book.cpp" /> |
||
| 12 | <ClCompile Include="computerPlayer.cpp" /> |
||
| 13 | <ClCompile Include="endGameEval.cpp" /> |
||
| 14 | <ClCompile Include="enginecontrol.cpp" /> |
||
| 15 | <ClCompile Include="evaluate.cpp" /> |
||
| 16 | <ClCompile Include="game.cpp" /> |
||
| 17 | <ClCompile Include="gtb\compression\lzma\Alloc.c" /> |
||
| 18 | <ClCompile Include="gtb\compression\lzma\Bra86.c" /> |
||
| 19 | <ClCompile Include="gtb\compression\lzma\LzFind.c" /> |
||
| 20 | <ClCompile Include="gtb\compression\lzma\Lzma86Dec.c" /> |
||
| 21 | <ClCompile Include="gtb\compression\lzma\Lzma86Enc.c" /> |
||
| 22 | <ClCompile Include="gtb\compression\lzma\LzmaDec.c" /> |
||
| 23 | <ClCompile Include="gtb\compression\lzma\LzmaEnc.c" /> |
||
| 24 | <ClCompile Include="gtb\compression\wrap.c" /> |
||
| 25 | <ClCompile Include="gtb\gtb-att.c" /> |
||
| 26 | <ClCompile Include="gtb\gtb-dec.c" /> |
||
| 27 | <ClCompile Include="gtb\gtb-probe.c" /> |
||
| 28 | <ClCompile Include="gtb\sysport\sysport.c" /> |
||
| 29 | <ClCompile Include="history.cpp" /> |
||
| 30 | <ClCompile Include="humanPlayer.cpp" /> |
||
| 31 | <ClCompile Include="killerTable.cpp" /> |
||
| 32 | <ClCompile Include="kpkTable.cpp" /> |
||
| 33 | <ClCompile Include="krkpTable.cpp" /> |
||
| 34 | <ClCompile Include="krpkrTable.cpp" /> |
||
| 35 | <ClCompile Include="material.cpp" /> |
||
| 36 | <ClCompile Include="move.cpp" /> |
||
| 37 | <ClCompile Include="moveGen.cpp" /> |
||
| 38 | <ClCompile Include="numa.cpp" /> |
||
| 39 | <ClCompile Include="parallel.cpp" /> |
||
| 40 | <ClCompile Include="parameters.cpp" /> |
||
| 41 | <ClCompile Include="piece.cpp" /> |
||
| 42 | <ClCompile Include="position.cpp" /> |
||
| 43 | <ClCompile Include="search.cpp" /> |
||
| 44 | <ClCompile Include="syzygy\rtb-probe.cpp" /> |
||
| 45 | <ClCompile Include="tbprobe.cpp" /> |
||
| 46 | <ClCompile Include="texel.cpp" /> |
||
| 47 | <ClCompile Include="textio.cpp" /> |
||
| 48 | <ClCompile Include="transpositionTable.cpp" /> |
||
| 49 | <ClCompile Include="treeLogger.cpp" /> |
||
| 50 | <ClCompile Include="tuigame.cpp" /> |
||
| 51 | <ClCompile Include="uciprotocol.cpp" /> |
||
| 52 | <ClCompile Include="util\logger.cpp" /> |
||
| 53 | <ClCompile Include="util\random.cpp" /> |
||
| 54 | <ClCompile Include="util\timeUtil.cpp" /> |
||
| 55 | <ClCompile Include="util\util.cpp" /> |
||
| 56 | </ItemGroup> |
||
| 106 | pmbaty | 57 | <ItemGroup> |
| 58 | <ClInclude Include="..\..\..\..\..\..\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\LZExpand.h" /> |
||
| 59 | <ClInclude Include="bitBoard.hpp" /> |
||
| 60 | <ClInclude Include="book.hpp" /> |
||
| 61 | <ClInclude Include="chessParseError.hpp" /> |
||
| 62 | <ClInclude Include="computerPlayer.hpp" /> |
||
| 63 | <ClInclude Include="constants.hpp" /> |
||
| 64 | <ClInclude Include="endGameEval.hpp" /> |
||
| 65 | <ClInclude Include="enginecontrol.hpp" /> |
||
| 66 | <ClInclude Include="evaluate.hpp" /> |
||
| 67 | <ClInclude Include="game.hpp" /> |
||
| 68 | <ClInclude Include="gtb\compression\lzma\Alloc.h" /> |
||
| 69 | <ClInclude Include="gtb\compression\lzma\Bra.h" /> |
||
| 70 | <ClInclude Include="gtb\compression\lzma\LzFind.h" /> |
||
| 71 | <ClInclude Include="gtb\compression\lzma\LzFindMt.h" /> |
||
| 72 | <ClInclude Include="gtb\compression\lzma\LzHash.h" /> |
||
| 73 | <ClInclude Include="gtb\compression\lzma\Lzma86Dec.h" /> |
||
| 74 | <ClInclude Include="gtb\compression\lzma\Lzma86Enc.h" /> |
||
| 75 | <ClInclude Include="gtb\compression\lzma\LzmaDec.h" /> |
||
| 76 | <ClInclude Include="gtb\compression\lzma\LzmaEnc.h" /> |
||
| 77 | <ClInclude Include="gtb\compression\lzma\Types.h" /> |
||
| 78 | <ClInclude Include="gtb\compression\wrap.h" /> |
||
| 79 | <ClInclude Include="gtb\gtb-att.h" /> |
||
| 80 | <ClInclude Include="gtb\gtb-dec.h" /> |
||
| 81 | <ClInclude Include="gtb\gtb-probe.h" /> |
||
| 82 | <ClInclude Include="gtb\gtb-types.h" /> |
||
| 83 | <ClInclude Include="gtb\sysport\sysport.h" /> |
||
| 84 | <ClInclude Include="history.hpp" /> |
||
| 85 | <ClInclude Include="humanPlayer.hpp" /> |
||
| 86 | <ClInclude Include="killerTable.hpp" /> |
||
| 87 | <ClInclude Include="material.hpp" /> |
||
| 88 | <ClInclude Include="move.hpp" /> |
||
| 89 | <ClInclude Include="moveGen.hpp" /> |
||
| 90 | <ClInclude Include="numa.hpp" /> |
||
| 91 | <ClInclude Include="parallel.hpp" /> |
||
| 92 | <ClInclude Include="parameters.hpp" /> |
||
| 93 | <ClInclude Include="piece.hpp" /> |
||
| 94 | <ClInclude Include="player.hpp" /> |
||
| 95 | <ClInclude Include="position.hpp" /> |
||
| 96 | <ClInclude Include="search.hpp" /> |
||
| 97 | <ClInclude Include="searchparams.hpp" /> |
||
| 98 | <ClInclude Include="searchUtil.hpp" /> |
||
| 99 | <ClInclude Include="tbprobe.hpp" /> |
||
| 100 | <ClInclude Include="textio.hpp" /> |
||
| 101 | <ClInclude Include="transpositionTable.hpp" /> |
||
| 102 | <ClInclude Include="treeLogger.hpp" /> |
||
| 103 | <ClInclude Include="tuigame.hpp" /> |
||
| 104 | <ClInclude Include="uciprotocol.hpp" /> |
||
| 105 | <ClInclude Include="undoInfo.hpp" /> |
||
| 106 | </ItemGroup> |
||
| 99 | pmbaty | 107 | <PropertyGroup Label="Globals"> |
| 193 | pmbaty | 108 | <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion> |
| 99 | pmbaty | 109 | <ProjectGuid>{210385AB-83E5-4698-BC22-D1AF19E16FDB}</ProjectGuid> |
| 110 | </PropertyGroup> |
||
| 111 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
||
| 112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
||
| 193 | pmbaty | 113 | <PlatformToolset>v141_xp</PlatformToolset> |
| 99 | pmbaty | 114 | </PropertyGroup> |
| 115 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
||
| 116 | <ImportGroup Label="ExtensionSettings"> |
||
| 117 | </ImportGroup> |
||
| 118 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
||
| 119 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
| 120 | </ImportGroup> |
||
| 121 | <PropertyGroup Label="UserMacros" /> |
||
| 122 | <PropertyGroup> |
||
| 123 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
||
| 193 | pmbaty | 124 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
| 99 | pmbaty | 125 | </PropertyGroup> |
| 179 | pmbaty | 126 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 193 | pmbaty | 127 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
| 179 | pmbaty | 128 | </PropertyGroup> |
| 99 | pmbaty | 129 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 130 | <ClCompile> |
||
| 131 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
| 132 | <WarningLevel>Level3</WarningLevel> |
||
| 179 | pmbaty | 133 | <Optimization>MaxSpeed</Optimization> |
| 99 | pmbaty | 134 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
| 135 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
||
| 136 | <AdditionalIncludeDirectories>gtb/compression/lzma;gtb/compression;gtb/sysport</AdditionalIncludeDirectories> |
||
| 137 | </ClCompile> |
||
| 138 | <Link> |
||
| 139 | <SubSystem>Console</SubSystem> |
||
| 140 | </Link> |
||
| 141 | <PostBuildEvent> |
||
| 142 | </PostBuildEvent> |
||
| 143 | <PostBuildEvent> |
||
| 179 | pmbaty | 144 | <Command>"Z:\pmbaty\Documents\Mes projets\Windows code signer\sign.bat" "$(OutDir)$(TargetName)$(TargetExt)" "Texel chess engine for Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Texel chess engine for Chess Giants" https://www.pmbaty.com/chess/ & copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Texel\$(TargetName)$(TargetExt)"</Command> |
| 99 | pmbaty | 145 | </PostBuildEvent> |
| 146 | <PostBuildEvent> |
||
| 147 | <Message>Signing and copying files...</Message> |
||
| 148 | </PostBuildEvent> |
||
| 149 | </ItemDefinitionGroup> |
||
| 150 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
||
| 151 | <ImportGroup Label="ExtensionTargets"> |
||
| 152 | </ImportGroup> |
||
| 153 | </Project> |