Blame | Last modification | View Log | Download | RSS feed
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="bitboard.c" />
<ClCompile Include="book.c" />
<ClCompile Include="coordination.c" />
<ClCompile Include="egtb.cpp" />
<ClCompile Include="evaluation.c" />
<ClCompile Include="fen.c" />
<ClCompile Include="hash.c" />
<ClCompile Include="io.c" />
<ClCompile Include="keytable.c" />
<ClCompile Include="matesearch.c" />
<ClCompile Include="movegeneration.c" />
<ClCompile Include="pgn.c" />
<ClCompile Include="position.c" />
<ClCompile Include="protector.c" />
<ClCompile Include="search.c" />
<ClCompile Include="tablebase.c" />
<ClCompile Include="test.c" />
<ClCompile Include="tools.c" />
<ClCompile Include="xboard.c" />
</ItemGroup>
<PropertyGroup Label="Globals">
<WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion>
<ProjectGuid>{A1402AC2-521B-44C0-A3D3-63D831193E55}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v140_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>
<EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PreprocessorDefinitions>WIN32;DEBUG;DEBUG_COORDINATION;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
<BufferSecurityCheck>false</BufferSecurityCheck>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<Optimization>Disabled</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
</Link>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>
<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)" & copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Protector\$(TargetName)$(TargetExt)"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Signing and copying files...</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>