Subversion Repositories Games.Chess Giants

Rev

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 149... Line 149...
149
    <ProjectGuid>{AC18E423-9C96-A3A8-2535-3D9AA8D33225}</ProjectGuid>
149
    <ProjectGuid>{AC18E423-9C96-A3A8-2535-3D9AA8D33225}</ProjectGuid>
150
    <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion>
150
    <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion>
151
  </PropertyGroup>
151
  </PropertyGroup>
152
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
152
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
153
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
153
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
154
    <CharacterSet>MultiByte</CharacterSet>
-
 
155
    <PlatformToolset>v140_xp</PlatformToolset>
154
    <PlatformToolset>v140_xp</PlatformToolset>
156
  </PropertyGroup>
155
  </PropertyGroup>
157
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
156
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
158
  <ImportGroup Label="ExtensionSettings">
157
  <ImportGroup Label="ExtensionSettings">
159
  </ImportGroup>
158
  </ImportGroup>
Line 161... Line 160...
161
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
160
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
162
  </ImportGroup>
161
  </ImportGroup>
163
  <PropertyGroup Label="UserMacros" />
162
  <PropertyGroup Label="UserMacros" />
164
  <PropertyGroup>
163
  <PropertyGroup>
165
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
164
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
166
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>
165
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</OutDir>
-
 
166
  </PropertyGroup>
167
    <EmbedManifest Condition="'$(Configuration)|$(Platform)&apos;==&apos;Release|Win32&apos;&quot;>false<;/EmbedManifest>
167
  <PropertyGroup Condition="'$(Configuration)|$(Platform)&apos;==&apos;Release|Win32&apos;&quot;>
-
 
168
    <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir>
168
  </PropertyGroup>
169
  </PropertyGroup>
169
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
170
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
170
    <ClCompile>
171
    <ClCompile>
171
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;EPD;SKILL;SMP;CPUS=16;VC_INLINE_ASM;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;EPD;SKILL;SMP;CPUS=16;VC_INLINE_ASM;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172
      <WarningLevel>Level3</WarningLevel>
173
      <WarningLevel>Level3</WarningLevel>
173
      <Optimization>Full</Optimization>
174
      <Optimization>MaxSpeed</Optimization>
174
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
-
 
175
      <IntrinsicFunctions>true</IntrinsicFunctions>
-
 
176
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
-
 
177
      <OmitFramePointers>true</OmitFramePointers>
-
 
178
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
-
 
179
      <WholeProgramOptimization>true</WholeProgramOptimization>
-
 
180
      <BufferSecurityCheck>false</BufferSecurityCheck>
-
 
181
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
175
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
182
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
176
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
183
    </ClCompile>
177
    </ClCompile>
184
    <Link>
178
    <Link>
185
      <SubSystem>Console</SubSystem>
179
      <SubSystem>Console</SubSystem>
186
      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
-
 
187
    </Link>
180
    </Link>
188
    <PostBuildEvent>
181
    <PostBuildEvent>
189
    </PostBuildEvent>
182
    </PostBuildEvent>
190
    <PostBuildEvent>
183
    <PostBuildEvent>
191
      <Command>"P:\Windows code signer\sign.bat" "$(OutDir)$(TargetName)$(TargetExt)" "Crafty chess engine for Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Crafty chess engine for Chess Giants" https://www.pmbaty.com/chess/ &amp; copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Crafty\$(TargetName)$(TargetExt)"</Command>
184
      <Command>"Z:\pmbaty\Documents\Mes projets\Windows code signer\sign.bat" "$(OutDir)$(TargetName)$(TargetExt)" "Crafty chess engine for Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Crafty chess engine for Chess Giants" https://www.pmbaty.com/chess/ &amp; copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Crafty\$(TargetName)$(TargetExt)"</Command>
192
    </PostBuildEvent>
185
    </PostBuildEvent>
193
    <PostBuildEvent>
186
    <PostBuildEvent>
194
      <Message>Signing and copying files...</Message>
187
      <Message>Signing and copying files...</Message>
195
    </PostBuildEvent>
188
    </PostBuildEvent>
196
  </ItemDefinitionGroup>
189
  </ItemDefinitionGroup>