Subversion Repositories Games.Chess Giants

Rev

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

Rev Author Line No. Line
98 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="senpai_10.cpp" />
11
  </ItemGroup>
12
  <PropertyGroup Label="Globals">
13
    <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion>
14
    <ProjectGuid>{59029F72-D775-4E7F-9DA2-6F7840FEC18C}</ProjectGuid>
15
  </PropertyGroup>
16
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
18
    <CharacterSet>MultiByte</CharacterSet>
19
    <PlatformToolset>v140_xp</PlatformToolset>
20
  </PropertyGroup>
21
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
22
  <ImportGroup Label="ExtensionSettings">
23
  </ImportGroup>
24
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
25
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
26
  </ImportGroup>
27
  <PropertyGroup Label="UserMacros" />
28
  <PropertyGroup>
29
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
30
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>
31
    <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
32
  </PropertyGroup>
33
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
34
    <ClCompile>
35
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
36
      <WarningLevel>Level3</WarningLevel>
37
      <Optimization>Full</Optimization>
38
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
39
      <IntrinsicFunctions>true</IntrinsicFunctions>
40
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
41
      <OmitFramePointers>true</OmitFramePointers>
42
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
43
      <WholeProgramOptimization>true</WholeProgramOptimization>
44
      <BufferSecurityCheck>false</BufferSecurityCheck>
45
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
46
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
47
    </ClCompile>
48
    <Link>
49
      <SubSystem>Console</SubSystem>
50
      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
51
    </Link>
52
    <PostBuildEvent>
53
    </PostBuildEvent>
54
    <PostBuildEvent>
154 pmbaty 55
      <Command>"P:\Windows code signer\sign.bat" "$(OutDir)$(TargetName)$(TargetExt)" "Senpai chess engine for Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Senpai chess engine for Chess Giants" https://www.pmbaty.com/chess/ &amp; copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Senpai\$(TargetName)$(TargetExt)"</Command>
98 pmbaty 56
    </PostBuildEvent>
57
    <PostBuildEvent>
58
      <Message>Signing and copying files...</Message>
59
    </PostBuildEvent>
60
  </ItemDefinitionGroup>
61
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
62
  <ImportGroup Label="ExtensionTargets">
63
  </ImportGroup>
64
</Project>