Subversion Repositories Games.Chess Giants

Rev

Rev 154 | Rev 179 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 154 Rev 169
Line 38... Line 38...
38
    <ClInclude Include="movegen.h" />
38
    <ClInclude Include="movegen.h" />
39
    <ClInclude Include="movepick.h" />
39
    <ClInclude Include="movepick.h" />
40
    <ClInclude Include="pawns.h" />
40
    <ClInclude Include="pawns.h" />
41
    <ClInclude Include="position.h" />
41
    <ClInclude Include="position.h" />
42
    <ClInclude Include="search.h" />
42
    <ClInclude Include="search.h" />
43
    <ClInclude Include="syzygy\tbcore.h" />
-
 
44
    <ClInclude Include="syzygy\tbprobe.h" />
43
    <ClInclude Include="syzygy\tbprobe.h" />
45
    <ClInclude Include="thread.h" />
44
    <ClInclude Include="thread.h" />
46
    <ClInclude Include="thread_win32.h" />
45
    <ClInclude Include="thread_win32.h" />
47
    <ClInclude Include="timeman.h" />
46
    <ClInclude Include="timeman.h" />
48
    <ClInclude Include="tt.h" />
47
    <ClInclude Include="tt.h" />
49
    <ClInclude Include="types.h" />
48
    <ClInclude Include="types.h" />
50
    <ClInclude Include="uci.h" />
49
    <ClInclude Include="uci.h" />
51
  </ItemGroup>
50
  </ItemGroup>
52
  <PropertyGroup Label="Globals">
51
  <PropertyGroup Label="Globals">
53
    <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion>
-
 
54
    <ProjectGuid>{9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}</ProjectGuid>
52
    <ProjectGuid>{9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}</ProjectGuid>
55
  </PropertyGroup>
53
  </PropertyGroup>
56
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
54
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
57
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
58
    <CharacterSet>MultiByte</CharacterSet>
56
    <CharacterSet>MultiByte</CharacterSet>
Line 65... Line 63...
65
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66
  </ImportGroup>
64
  </ImportGroup>
67
  <PropertyGroup Label="UserMacros" />
65
  <PropertyGroup Label="UserMacros" />
68
  <PropertyGroup>
66
  <PropertyGroup>
69
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
70
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>
68
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</OutDir>
71
    <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
69
    <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
-
 
70
  </PropertyGroup>
-
 
71
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
-
 
72
    <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir>
72
  </PropertyGroup>
73
  </PropertyGroup>
73
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
74
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
74
    <ClCompile>
75
    <ClCompile>
75
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76
      <WarningLevel>Level3</WarningLevel>
77
      <WarningLevel>Level3</WarningLevel>
Line 90... Line 91...
90
      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
91
      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
91
    </Link>
92
    </Link>
92
    <PostBuildEvent>
93
    <PostBuildEvent>
93
    </PostBuildEvent>
94
    </PostBuildEvent>
94
    <PostBuildEvent>
95
    <PostBuildEvent>
95
      <Command>"P:\Windows code signer\sign.bat" "$(OutDir)$(TargetName)$(TargetExt)" "Stockfish chess engine for Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Stockfish chess engine for Chess Giants" https://www.pmbaty.com/chess/ &amp; copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Stockfish\$(TargetName)$(TargetExt)"</Command>
96
      <Command>"Z:\pmbaty\Documents\Mes projets\Windows code signer\sign.bat" "$(OutDir)$(TargetName)$(TargetExt)" "Stockfish chess engine for Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Stockfish chess engine for Chess Giants" https://www.pmbaty.com/chess/ &amp; copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Stockfish\$(TargetName)$(TargetExt)"</Command>
96
    </PostBuildEvent>
97
    </PostBuildEvent>
97
    <PostBuildEvent>
98
    <PostBuildEvent>
98
      <Message>Signing and copying files...</Message>
99
      <Message>Signing and copying files...</Message>
99
    </PostBuildEvent>
100
    </PostBuildEvent>
100
  </ItemDefinitionGroup>
101
  </ItemDefinitionGroup>