Subversion Repositories Games.Chess Giants

Rev

Rev 106 | Go to most recent revision | Details | 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>
57
  <PropertyGroup Label="Globals">
58
    <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion>
59
    <ProjectGuid>{210385AB-83E5-4698-BC22-D1AF19E16FDB}</ProjectGuid>
60
  </PropertyGroup>
61
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
62
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
63
    <CharacterSet>MultiByte</CharacterSet>
64
    <PlatformToolset>v140_xp</PlatformToolset>
65
  </PropertyGroup>
66
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
67
  <ImportGroup Label="ExtensionSettings">
68
  </ImportGroup>
69
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
70
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71
  </ImportGroup>
72
  <PropertyGroup Label="UserMacros" />
73
  <PropertyGroup>
74
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
75
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>
76
    <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
77
  </PropertyGroup>
78
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79
    <ClCompile>
80
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
81
      <WarningLevel>Level3</WarningLevel>
82
      <Optimization>Full</Optimization>
83
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
84
      <IntrinsicFunctions>true</IntrinsicFunctions>
85
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
86
      <OmitFramePointers>true</OmitFramePointers>
87
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
88
      <WholeProgramOptimization>true</WholeProgramOptimization>
89
      <BufferSecurityCheck>false</BufferSecurityCheck>
90
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
91
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
92
      <AdditionalIncludeDirectories>gtb/compression/lzma;gtb/compression;gtb/sysport</AdditionalIncludeDirectories>
93
    </ClCompile>
94
    <Link>
95
      <SubSystem>Console</SubSystem>
96
      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
97
    </Link>
98
    <PostBuildEvent>
99
    </PostBuildEvent>
100
    <PostBuildEvent>
101
      <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)" &amp; copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Texel\$(TargetName)$(TargetExt)"</Command>
102
    </PostBuildEvent>
103
    <PostBuildEvent>
104
      <Message>Signing and copying files...</Message>
105
    </PostBuildEvent>
106
  </ItemDefinitionGroup>
107
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
108
  <ImportGroup Label="ExtensionTargets">
109
  </ImportGroup>
110
</Project>