Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
112 | 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="bitboard.c" /> |
||
11 | <ClCompile Include="book.c" /> |
||
12 | <ClCompile Include="coordination.c" /> |
||
13 | <ClCompile Include="egtb.cpp" /> |
||
14 | <ClCompile Include="evaluation.c" /> |
||
15 | <ClCompile Include="fen.c" /> |
||
16 | <ClCompile Include="hash.c" /> |
||
17 | <ClCompile Include="io.c" /> |
||
18 | <ClCompile Include="keytable.c" /> |
||
19 | <ClCompile Include="matesearch.c" /> |
||
20 | <ClCompile Include="movegeneration.c" /> |
||
21 | <ClCompile Include="pgn.c" /> |
||
22 | <ClCompile Include="position.c" /> |
||
23 | <ClCompile Include="protector.c" /> |
||
24 | <ClCompile Include="search.c" /> |
||
25 | <ClCompile Include="tablebase.c" /> |
||
26 | <ClCompile Include="test.c" /> |
||
27 | <ClCompile Include="tools.c" /> |
||
28 | <ClCompile Include="xboard.c" /> |
||
29 | </ItemGroup> |
||
30 | <PropertyGroup Label="Globals"> |
||
31 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> |
||
32 | <ProjectGuid>{A1402AC2-521B-44C0-A3D3-63D831193E55}</ProjectGuid> |
||
33 | </PropertyGroup> |
||
34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
||
35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
||
36 | <CharacterSet>MultiByte</CharacterSet> |
||
37 | <PlatformToolset>v140_xp</PlatformToolset> |
||
38 | </PropertyGroup> |
||
39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
||
40 | <ImportGroup Label="ExtensionSettings"> |
||
41 | </ImportGroup> |
||
42 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
||
43 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
44 | </ImportGroup> |
||
45 | <PropertyGroup Label="UserMacros" /> |
||
46 | <PropertyGroup> |
||
47 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
||
48 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir> |
||
49 | <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest> |
||
50 | </PropertyGroup> |
||
51 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
||
52 | <ClCompile> |
||
53 | <PreprocessorDefinitions>WIN32;DEBUG;DEBUG_COORDINATION;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
54 | <WarningLevel>Level3</WarningLevel> |
||
55 | <BufferSecurityCheck>false</BufferSecurityCheck> |
||
56 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
||
57 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
||
58 | <Optimization>Disabled</Optimization> |
||
59 | <IntrinsicFunctions>true</IntrinsicFunctions> |
||
60 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
||
61 | <OmitFramePointers>true</OmitFramePointers> |
||
62 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
||
63 | </ClCompile> |
||
64 | <Link> |
||
65 | <SubSystem>Console</SubSystem> |
||
66 | <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> |
||
67 | </Link> |
||
68 | <PostBuildEvent> |
||
69 | </PostBuildEvent> |
||
70 | <PostBuildEvent> |
||
71 | <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> |
||
72 | </PostBuildEvent> |
||
73 | <PostBuildEvent> |
||
74 | <Message>Signing and copying files...</Message> |
||
75 | </PostBuildEvent> |
||
76 | </ItemDefinitionGroup> |
||
77 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
||
78 | <ImportGroup Label="ExtensionTargets"> |
||
79 | </ImportGroup> |
||
80 | </Project> |