Rev 154 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 154 | Rev 179 | ||
---|---|---|---|
Line 108... | Line 108... | ||
108 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> |
108 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> |
109 | <ProjectGuid>{210385AB-83E5-4698-BC22-D1AF19E16FDB}</ProjectGuid> |
109 | <ProjectGuid>{210385AB-83E5-4698-BC22-D1AF19E16FDB}</ProjectGuid> |
110 | </PropertyGroup> |
110 | </PropertyGroup> |
111 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
111 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
113 | <CharacterSet>MultiByte</CharacterSet> |
- | |
114 | <PlatformToolset>v140_xp</PlatformToolset> |
113 | <PlatformToolset>v140_xp</PlatformToolset> |
115 | </PropertyGroup> |
114 | </PropertyGroup> |
116 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
115 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
117 | <ImportGroup Label="ExtensionSettings"> |
116 | <ImportGroup Label="ExtensionSettings"> |
118 | </ImportGroup> |
117 | </ImportGroup> |
Line 120... | Line 119... | ||
120 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
119 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
121 | </ImportGroup> |
120 | </ImportGroup> |
122 | <PropertyGroup Label="UserMacros" /> |
121 | <PropertyGroup Label="UserMacros" /> |
123 | <PropertyGroup> |
122 | <PropertyGroup> |
124 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
123 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
125 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir> |
124 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</OutDir> |
- | 125 | </PropertyGroup> |
|
126 |
|
126 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
- | 127 | <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir> |
|
127 | </PropertyGroup> |
128 | </PropertyGroup> |
128 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
129 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
129 | <ClCompile> |
130 | <ClCompile> |
130 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
131 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
131 | <WarningLevel>Level3</WarningLevel> |
132 | <WarningLevel>Level3</WarningLevel> |
132 | <Optimization> |
133 | <Optimization>MaxSpeed</Optimization> |
133 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
- | |
134 | <IntrinsicFunctions>true</IntrinsicFunctions> |
- | |
135 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
- | |
136 | <OmitFramePointers>true</OmitFramePointers> |
- | |
137 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
- | |
138 | <WholeProgramOptimization>true</WholeProgramOptimization> |
- | |
139 | <BufferSecurityCheck>false</BufferSecurityCheck> |
- | |
140 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
134 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
141 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
135 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
142 | <AdditionalIncludeDirectories>gtb/compression/lzma;gtb/compression;gtb/sysport</AdditionalIncludeDirectories> |
136 | <AdditionalIncludeDirectories>gtb/compression/lzma;gtb/compression;gtb/sysport</AdditionalIncludeDirectories> |
143 | </ClCompile> |
137 | </ClCompile> |
144 | <Link> |
138 | <Link> |
145 | <SubSystem>Console</SubSystem> |
139 | <SubSystem>Console</SubSystem> |
146 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
- | |
147 | </Link> |
140 | </Link> |
148 | <PostBuildEvent> |
141 | <PostBuildEvent> |
149 | </PostBuildEvent> |
142 | </PostBuildEvent> |
150 | <PostBuildEvent> |
143 | <PostBuildEvent> |
151 | <Command>" |
144 | <Command>"Z:\pmbaty\Documents\Mes projets\Windows code signer\sign.bat" "$(OutDir)$(TargetName)$(TargetExt)" "Texel chess engine for Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Texel chess engine for Chess Giants" https://www.pmbaty.com/chess/ & copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Texel\$(TargetName)$(TargetExt)"</Command> |
152 | </PostBuildEvent> |
145 | </PostBuildEvent> |
153 | <PostBuildEvent> |
146 | <PostBuildEvent> |
154 | <Message>Signing and copying files...</Message> |
147 | <Message>Signing and copying files...</Message> |
155 | </PostBuildEvent> |
148 | </PostBuildEvent> |
156 | </ItemDefinitionGroup> |
149 | </ItemDefinitionGroup> |