Subversion Repositories Games.Chess Giants

Rev

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

Rev 169 Rev 179
Line 48... Line 48...
48
    <ClInclude Include="types.h" />
48
    <ClInclude Include="types.h" />
49
    <ClInclude Include="uci.h" />
49
    <ClInclude Include="uci.h" />
50
  </ItemGroup>
50
  </ItemGroup>
51
  <PropertyGroup Label="Globals">
51
  <PropertyGroup Label="Globals">
52
    <ProjectGuid>{9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}</ProjectGuid>
52
    <ProjectGuid>{9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}</ProjectGuid>
-
 
53
    <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion>
53
  </PropertyGroup>
54
  </PropertyGroup>
54
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
55
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
56
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
56
    <CharacterSet>MultiByte</CharacterSet>
-
 
57
    <PlatformToolset>v140_xp</PlatformToolset>
57
    <PlatformToolset>v140_xp</PlatformToolset>
58
  </PropertyGroup>
58
  </PropertyGroup>
59
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
60
  <ImportGroup Label="ExtensionSettings">
60
  <ImportGroup Label="ExtensionSettings">
61
  </ImportGroup>
61
  </ImportGroup>
Line 64... Line 64...
64
  </ImportGroup>
64
  </ImportGroup>
65
  <PropertyGroup Label="UserMacros" />
65
  <PropertyGroup Label="UserMacros" />
66
  <PropertyGroup>
66
  <PropertyGroup>
67
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
68
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</OutDir>
68
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</OutDir>
69
    <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
-
 
70
  </PropertyGroup>
69
  </PropertyGroup>
71
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
70
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72
    <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir>
71
    <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir>
73
  </PropertyGroup>
72
  </PropertyGroup>
74
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
73
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75
    <ClCompile>
74
    <ClCompile>
76
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77
      <WarningLevel>Level3</WarningLevel>
76
      <WarningLevel>Level3</WarningLevel>
78
      <Optimization>Full</Optimization>
77
      <Optimization>MaxSpeed</Optimization>
79
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
-
 
80
      <IntrinsicFunctions>true</IntrinsicFunctions>
-
 
81
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
-
 
82
      <OmitFramePointers>true</OmitFramePointers>
-
 
83
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
-
 
84
      <WholeProgramOptimization>true</WholeProgramOptimization>
-
 
85
      <BufferSecurityCheck>false</BufferSecurityCheck>
-
 
86
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
78
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
87
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
79
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
88
    </ClCompile>
80
    </ClCompile>
89
    <Link>
81
    <Link>
90
      <SubSystem>Console</SubSystem>
82
      <SubSystem>Console</SubSystem>
91
      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
-
 
92
    </Link>
83
    </Link>
93
    <PostBuildEvent>
84
    <PostBuildEvent>
94
    </PostBuildEvent>
85
    </PostBuildEvent>
95
    <PostBuildEvent>
86
    <PostBuildEvent>
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>
87
      <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>