Rev 169 | Rev 183 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 96 | 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="benchmark.cpp" /> | ||
| 11 | <ClCompile Include="bitbase.cpp" /> | ||
| 12 | <ClCompile Include="bitboard.cpp" /> | ||
| 13 | <ClCompile Include="endgame.cpp" /> | ||
| 14 | <ClCompile Include="evaluate.cpp" /> | ||
| 15 | <ClCompile Include="main.cpp" /> | ||
| 16 | <ClCompile Include="material.cpp" /> | ||
| 17 | <ClCompile Include="misc.cpp" /> | ||
| 18 | <ClCompile Include="movegen.cpp" /> | ||
| 19 | <ClCompile Include="movepick.cpp" /> | ||
| 20 | <ClCompile Include="pawns.cpp" /> | ||
| 21 | <ClCompile Include="position.cpp" /> | ||
| 22 | <ClCompile Include="psqt.cpp" /> | ||
| 23 | <ClCompile Include="search.cpp" /> | ||
| 24 | <ClCompile Include="syzygy\tbprobe.cpp" /> | ||
| 25 | <ClCompile Include="thread.cpp" /> | ||
| 26 | <ClCompile Include="timeman.cpp" /> | ||
| 27 | <ClCompile Include="tt.cpp" /> | ||
| 28 | <ClCompile Include="uci.cpp" /> | ||
| 29 | <ClCompile Include="ucioption.cpp" /> | ||
| 30 | </ItemGroup> | ||
| 31 | <ItemGroup> | ||
| 32 | <ClInclude Include="bitboard.h" /> | ||
| 33 | <ClInclude Include="bitcount.h" /> | ||
| 34 | <ClInclude Include="endgame.h" /> | ||
| 35 | <ClInclude Include="evaluate.h" /> | ||
| 36 | <ClInclude Include="material.h" /> | ||
| 37 | <ClInclude Include="misc.h" /> | ||
| 38 | <ClInclude Include="movegen.h" /> | ||
| 39 | <ClInclude Include="movepick.h" /> | ||
| 40 | <ClInclude Include="pawns.h" /> | ||
| 41 | <ClInclude Include="position.h" /> | ||
| 42 | <ClInclude Include="search.h" /> | ||
| 43 | <ClInclude Include="syzygy\tbprobe.h" /> | ||
| 44 | <ClInclude Include="thread.h" /> | ||
| 45 | <ClInclude Include="thread_win32.h" /> | ||
| 46 | <ClInclude Include="timeman.h" /> | ||
| 47 | <ClInclude Include="tt.h" /> | ||
| 48 | <ClInclude Include="types.h" /> | ||
| 49 | <ClInclude Include="uci.h" /> | ||
| 50 | </ItemGroup> | ||
| 51 | <PropertyGroup Label="Globals"> | ||
| 52 |     <ProjectGuid>{9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}</ProjectGuid> | ||
| 179 | pmbaty | 53 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> | 
| 96 | pmbaty | 54 | </PropertyGroup> | 
| 55 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 57 | <PlatformToolset>v140_xp</PlatformToolset> | ||
| 58 | </PropertyGroup> | ||
| 59 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 60 | <ImportGroup Label="ExtensionSettings"> | ||
| 61 | </ImportGroup> | ||
| 62 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 63 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 64 | </ImportGroup> | ||
| 65 | <PropertyGroup Label="UserMacros" /> | ||
| 66 | <PropertyGroup> | ||
| 67 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | ||
| 169 | pmbaty | 68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</OutDir> | 
| 96 | pmbaty | 69 | </PropertyGroup> | 
| 169 | pmbaty | 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| 71 | <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir> | ||
| 72 | </PropertyGroup> | ||
| 96 | pmbaty | 73 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| 74 | <ClCompile> | ||
| 75 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 76 | <WarningLevel>Level3</WarningLevel> | ||
| 179 | pmbaty | 77 | <Optimization>MaxSpeed</Optimization> | 
| 96 | pmbaty | 78 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> | 
| 79 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 80 | </ClCompile> | ||
| 81 | <Link> | ||
| 82 | <SubSystem>Console</SubSystem> | ||
| 83 | </Link> | ||
| 84 | <PostBuildEvent> | ||
| 85 | </PostBuildEvent> | ||
| 86 | <PostBuildEvent> | ||
| 169 | pmbaty | 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/ & copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Stockfish\$(TargetName)$(TargetExt)"</Command> | 
| 96 | pmbaty | 88 | </PostBuildEvent> | 
| 89 | <PostBuildEvent> | ||
| 90 | <Message>Signing and copying files...</Message> | ||
| 91 | </PostBuildEvent> | ||
| 92 | </ItemDefinitionGroup> | ||
| 93 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 94 | <ImportGroup Label="ExtensionTargets"> | ||
| 95 | </ImportGroup> | ||
| 96 | </Project> |