Rev 179 | 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"> |
||
| 193 | pmbaty | 13 | <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion> |
| 98 | pmbaty | 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"> |
||
| 193 | pmbaty | 18 | <PlatformToolset>v141_xp</PlatformToolset> |
| 98 | pmbaty | 19 | </PropertyGroup> |
| 20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
||
| 21 | <ImportGroup Label="ExtensionSettings"> |
||
| 22 | </ImportGroup> |
||
| 23 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
||
| 24 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
| 25 | </ImportGroup> |
||
| 26 | <PropertyGroup Label="UserMacros" /> |
||
| 27 | <PropertyGroup> |
||
| 28 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
||
| 193 | pmbaty | 29 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
| 98 | pmbaty | 30 | </PropertyGroup> |
| 179 | pmbaty | 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 193 | pmbaty | 32 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
| 179 | pmbaty | 33 | </PropertyGroup> |
| 98 | pmbaty | 34 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 35 | <ClCompile> |
||
| 36 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
| 37 | <WarningLevel>Level3</WarningLevel> |
||
| 179 | pmbaty | 38 | <Optimization>MaxSpeed</Optimization> |
| 98 | pmbaty | 39 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
| 40 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
||
| 41 | </ClCompile> |
||
| 42 | <Link> |
||
| 43 | <SubSystem>Console</SubSystem> |
||
| 44 | </Link> |
||
| 45 | <PostBuildEvent> |
||
| 46 | </PostBuildEvent> |
||
| 47 | <PostBuildEvent> |
||
| 179 | pmbaty | 48 | <Command>"Z:\pmbaty\Documents\Mes projets\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/ & copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Senpai\$(TargetName)$(TargetExt)"</Command> |
| 98 | pmbaty | 49 | </PostBuildEvent> |
| 50 | <PostBuildEvent> |
||
| 51 | <Message>Signing and copying files...</Message> |
||
| 52 | </PostBuildEvent> |
||
| 53 | </ItemDefinitionGroup> |
||
| 54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
||
| 55 | <ImportGroup Label="ExtensionTargets"> |
||
| 56 | </ImportGroup> |
||
| 57 | </Project> |