Subversion Repositories Games.Chess Giants

Rev

Rev 98 | Rev 138 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
33 pmbaty 1
<?xml version="1.0" encoding="utf-8"?>
81 pmbaty 2
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33 pmbaty 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="crafty.c" />
11
    <ClCompile Include="egtb.cpp" />
12
  </ItemGroup>
13
  <ItemGroup>
14
    <ClInclude Include="chess.h" />
15
    <ClInclude Include="data.h" />
16
    <ClInclude Include="epd.h" />
17
    <ClInclude Include="epddefs.h" />
18
    <ClInclude Include="epdglue.h" />
19
    <ClInclude Include="inline.h" />
20
    <ClInclude Include="lock.h" />
21
    <ClInclude Include="tbdecode.h" />
22
  </ItemGroup>
23
  <PropertyGroup Label="Globals">
81 pmbaty 24
    <ProjectGuid>{AC18E423-9C96-A3A8-2535-3D9AA8D33225}</ProjectGuid>
25
    <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion>
33 pmbaty 26
  </PropertyGroup>
27
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29
    <CharacterSet>MultiByte</CharacterSet>
81 pmbaty 30
    <PlatformToolset>v140_xp</PlatformToolset>
33 pmbaty 31
  </PropertyGroup>
32
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33
  <ImportGroup Label="ExtensionSettings">
34
  </ImportGroup>
35
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
36
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37
  </ImportGroup>
38
  <PropertyGroup Label="UserMacros" />
39
  <PropertyGroup>
40
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
41
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>
42
    <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
43
  </PropertyGroup>
44
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
45
    <ClCompile>
46
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;EPD;SKILL;SMP;CPUS=16;VC_INLINE_ASM;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
47
      <WarningLevel>Level3</WarningLevel>
48
      <Optimization>Full</Optimization>
49
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
50
      <IntrinsicFunctions>true</IntrinsicFunctions>
51
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
52
      <OmitFramePointers>true</OmitFramePointers>
53
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
54
      <WholeProgramOptimization>true</WholeProgramOptimization>
55
      <BufferSecurityCheck>false</BufferSecurityCheck>
56
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
57
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
58
    </ClCompile>
59
    <Link>
60
      <SubSystem>Console</SubSystem>
61
      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
62
    </Link>
63
    <PostBuildEvent>
64
    </PostBuildEvent>
65
    <PostBuildEvent>
98 pmbaty 66
      <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\Crafty\$(TargetName)$(TargetExt)"</Command>
33 pmbaty 67
    </PostBuildEvent>
68
    <PostBuildEvent>
98 pmbaty 69
      <Message>Signing and copying files...</Message>
33 pmbaty 70
    </PostBuildEvent>
71
  </ItemDefinitionGroup>
72
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
73
  <ImportGroup Label="ExtensionTargets">
74
  </ImportGroup>
75
</Project>