Rev 150 | Rev 154 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 81 | pmbaty | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
| 1 | pmbaty | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | <ProjectConfiguration Include="Debug|Win32"> |
||
| 5 | <Configuration>Debug</Configuration> |
||
| 6 | <Platform>Win32</Platform> |
||
| 7 | </ProjectConfiguration> |
||
| 8 | <ProjectConfiguration Include="Demo|Win32"> |
||
| 9 | <Configuration>Demo</Configuration> |
||
| 10 | <Platform>Win32</Platform> |
||
| 11 | </ProjectConfiguration> |
||
| 12 | <ProjectConfiguration Include="Release|Win32"> |
||
| 13 | <Configuration>Release</Configuration> |
||
| 14 | <Platform>Win32</Platform> |
||
| 15 | </ProjectConfiguration> |
||
| 16 | </ItemGroup> |
||
| 17 | <PropertyGroup Label="Globals"> |
||
| 18 | <ProjectGuid>{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}</ProjectGuid> |
||
| 19 | <RootNamespace>Chess Giants</RootNamespace> |
||
| 20 | <Keyword>Win32Proj</Keyword> |
||
| 81 | pmbaty | 21 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> |
| 1 | pmbaty | 22 | </PropertyGroup> |
| 23 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
||
| 24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" Label="Configuration"> |
||
| 25 | <CharacterSet>Unicode</CharacterSet> |
||
| 130 | pmbaty | 26 | <PlatformToolset>v140_xp</PlatformToolset> |
| 1 | pmbaty | 27 | </PropertyGroup> |
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
||
| 29 | <CharacterSet>Unicode</CharacterSet> |
||
| 81 | pmbaty | 30 | <PlatformToolset>v140_xp</PlatformToolset> |
| 1 | pmbaty | 31 | </PropertyGroup> |
| 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
||
| 33 | <CharacterSet>Unicode</CharacterSet> |
||
| 130 | pmbaty | 34 | <PlatformToolset>v140_xp</PlatformToolset> |
| 1 | pmbaty | 35 | </PropertyGroup> |
| 36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
||
| 37 | <ImportGroup Label="ExtensionSettings"> |
||
| 38 | </ImportGroup> |
||
| 39 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" Label="PropertySheets"> |
||
| 40 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
| 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 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
||
| 46 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
| 47 | </ImportGroup> |
||
| 48 | <PropertyGroup Label="UserMacros" /> |
||
| 49 | <PropertyGroup> |
||
| 50 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
||
| 51 | <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</EmbedManifest> |
||
| 52 | <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest> |
||
| 53 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
||
| 54 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
||
| 55 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
||
| 56 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
||
| 57 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" /> |
||
| 58 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" /> |
||
| 59 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
||
| 60 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
||
| 61 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
||
| 62 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'">Chess Giants (demo)</TargetName> |
||
| 63 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Chess Giants</TargetName> |
||
| 64 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Chess Giants Debug</TargetName> |
||
| 65 | <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'">false</EmbedManifest> |
||
| 66 | </PropertyGroup> |
||
| 67 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
||
| 68 | <ClCompile> |
||
| 69 | <Optimization>Disabled</Optimization> |
||
| 70 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
| 71 | <MinimalRebuild>true</MinimalRebuild> |
||
| 72 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
||
| 73 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
||
| 74 | <PrecompiledHeader> |
||
| 75 | </PrecompiledHeader> |
||
| 76 | <WarningLevel>Level3</WarningLevel> |
||
| 77 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
||
| 78 | </ClCompile> |
||
| 79 | <Link> |
||
| 80 | <GenerateDebugInformation>true</GenerateDebugInformation> |
||
| 81 | <Profile>true</Profile> |
||
| 119 | pmbaty | 82 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;wininet.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 130 | pmbaty | 83 | <SubSystem>Windows</SubSystem> |
| 1 | pmbaty | 84 | </Link> |
| 85 | <Manifest> |
||
| 86 | <AdditionalManifestFiles>resource\manifest.xml;%(AdditionalManifestFiles)</AdditionalManifestFiles> |
||
| 87 | </Manifest> |
||
| 88 | <PostBuildEvent> |
||
| 89 | <Command>copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
||
| 90 | </PostBuildEvent> |
||
| 91 | <PostBuildEvent> |
||
| 92 | <Message>Copying files...</Message> |
||
| 93 | </PostBuildEvent> |
||
| 80 | pmbaty | 94 | <PreBuildEvent> |
| 136 | pmbaty | 95 | <Command>del "$(Configuration)\dialog_about.obj" >nul 2>&1</Command> |
| 80 | pmbaty | 96 | <Message>Forcing version number regeneration...</Message> |
| 97 | </PreBuildEvent> |
||
| 1 | pmbaty | 98 | </ItemDefinitionGroup> |
| 99 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
||
| 100 | <ClCompile> |
||
| 101 | <Optimization>MaxSpeed</Optimization> |
||
| 102 | <IntrinsicFunctions>true</IntrinsicFunctions> |
||
| 145 | pmbaty | 103 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 1 | pmbaty | 104 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 105 | <PrecompiledHeader> |
||
| 106 | </PrecompiledHeader> |
||
| 107 | <WarningLevel>Level3</WarningLevel> |
||
| 108 | </ClCompile> |
||
| 109 | <Link /> |
||
| 110 | <Manifest> |
||
| 111 | <AdditionalManifestFiles>resource\manifest.xml;%(AdditionalManifestFiles)</AdditionalManifestFiles> |
||
| 112 | </Manifest> |
||
| 113 | <PostBuildEvent> |
||
| 97 | pmbaty | 114 | <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)*" .</Command> |
| 115 | <Message>Signing output and copying files...</Message> |
||
| 1 | pmbaty | 116 | </PostBuildEvent> |
| 117 | <Link> |
||
| 116 | pmbaty | 118 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;wininet.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 81 | pmbaty | 119 | <SubSystem>Windows</SubSystem> |
| 1 | pmbaty | 120 | </Link> |
| 80 | pmbaty | 121 | <PreBuildEvent> |
| 136 | pmbaty | 122 | <Command>del "$(Configuration)\dialog_about.obj" >nul 2>&1</Command> |
| 80 | pmbaty | 123 | <Message>Forcing version number regeneration...</Message> |
| 124 | </PreBuildEvent> |
||
| 1 | pmbaty | 125 | </ItemDefinitionGroup> |
| 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'"> |
||
| 127 | <ClCompile> |
||
| 128 | <Optimization>MaxSpeed</Optimization> |
||
| 129 | <IntrinsicFunctions>true</IntrinsicFunctions> |
||
| 130 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;DEMO;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
| 131 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
||
| 132 | <PrecompiledHeader> |
||
| 133 | </PrecompiledHeader> |
||
| 134 | <WarningLevel>Level3</WarningLevel> |
||
| 135 | </ClCompile> |
||
| 136 | <Link /> |
||
| 137 | <Manifest /> |
||
| 138 | <PostBuildEvent> |
||
| 139 | <Command>copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
||
| 140 | <Message>Copying files...</Message> |
||
| 141 | </PostBuildEvent> |
||
| 142 | <Link> |
||
| 119 | pmbaty | 143 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;wininet.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 130 | pmbaty | 144 | <SubSystem>Windows</SubSystem> |
| 1 | pmbaty | 145 | </Link> |
| 146 | <Manifest /> |
||
| 147 | <ManifestResourceCompile /> |
||
| 148 | <Manifest> |
||
| 149 | <AdditionalManifestFiles>resource\manifest.xml;%(AdditionalManifestFiles)</AdditionalManifestFiles> |
||
| 150 | </Manifest> |
||
| 80 | pmbaty | 151 | <PreBuildEvent> |
| 136 | pmbaty | 152 | <Command>del "$(Configuration)\dialog_about.obj" >nul 2>&1</Command> |
| 80 | pmbaty | 153 | <Message>Forcing version number regeneration...</Message> |
| 154 | </PreBuildEvent> |
||
| 1 | pmbaty | 155 | </ItemDefinitionGroup> |
| 156 | <ItemGroup> |
||
| 157 | <ClCompile Include="audio.cpp" /> |
||
| 153 | pmbaty | 158 | <ClCompile Include="base64.cpp" /> |
| 1 | pmbaty | 159 | <ClCompile Include="board.cpp" /> |
| 116 | pmbaty | 160 | <ClCompile Include="buffer.cpp" /> |
| 1 | pmbaty | 161 | <ClCompile Include="challenge.cpp" /> |
| 162 | <ClCompile Include="chessengine.cpp" /> |
||
| 163 | <ClCompile Include="config.cpp" /> |
||
| 14 | pmbaty | 164 | <ClCompile Include="dialog\dialog_registration.cpp" /> |
| 75 | pmbaty | 165 | <ClCompile Include="dialog\dialog_renamesides.cpp" /> |
| 1 | pmbaty | 166 | <ClCompile Include="dialog\dialog_sendchallenge.cpp" /> |
| 167 | <ClCompile Include="dialog\dialog_sendseek.cpp" /> |
||
| 168 | <ClCompile Include="dialog\dialog_takeback.cpp" /> |
||
| 169 | <ClCompile Include="localizedtexts.cpp" /> |
||
| 150 | pmbaty | 170 | <ClCompile Include="pipe.cpp" /> |
| 1 | pmbaty | 171 | <ClCompile Include="render.cpp" /> |
| 172 | <ClCompile Include="fenfile.cpp" /> |
||
| 173 | <ClCompile Include="hyperlinks.cpp" /> |
||
| 174 | <ClCompile Include="inifile.cpp" /> |
||
| 175 | <ClCompile Include="interlocutor.cpp" /> |
||
| 176 | <ClCompile Include="main.cpp" /> |
||
| 177 | <ClCompile Include="move.cpp" /> |
||
| 178 | <ClCompile Include="network-eval.cpp" /> |
||
| 179 | <ClCompile Include="network.cpp" /> |
||
| 180 | <ClCompile Include="pgnfile.cpp" /> |
||
| 181 | <ClCompile Include="player.cpp" /> |
||
| 182 | <ClCompile Include="playercard.cpp" /> |
||
| 183 | <ClCompile Include="safelib.cpp" /> |
||
| 184 | <ClCompile Include="san.cpp" /> |
||
| 185 | <ClCompile Include="scene.cpp" /> |
||
| 186 | <ClCompile Include="tabcontrol.cpp" /> |
||
| 187 | <ClCompile Include="theme.cpp" /> |
||
| 188 | <ClCompile Include="util.cpp" /> |
||
| 189 | <ClCompile Include="dialog\dialog_about.cpp" /> |
||
| 190 | <ClCompile Include="dialog\dialog_challenge.cpp" /> |
||
| 191 | <ClCompile Include="dialog\dialog_changeappearance.cpp" /> |
||
| 192 | <ClCompile Include="dialog\dialog_comment.cpp" /> |
||
| 193 | <ClCompile Include="dialog\dialog_endgame.cpp" /> |
||
| 194 | <ClCompile Include="dialog\dialog_gotomove.cpp" /> |
||
| 195 | <ClCompile Include="dialog\dialog_load.cpp" /> |
||
| 196 | <ClCompile Include="dialog\dialog_messagebox.cpp" /> |
||
| 197 | <ClCompile Include="dialog\dialog_newgame.cpp" /> |
||
| 198 | <ClCompile Include="dialog\dialog_options.cpp" /> |
||
| 199 | <ClCompile Include="dialog\dialog_pawnpromotion.cpp" /> |
||
| 200 | <ClCompile Include="dialog\dialog_playercard.cpp" /> |
||
| 201 | <ClCompile Include="dialog\dialog_playerinfoname.cpp" /> |
||
| 202 | <ClCompile Include="dialog\dialog_quit.cpp" /> |
||
| 203 | <ClCompile Include="dialog\dialog_resign.cpp" /> |
||
| 204 | <ClCompile Include="dialog\dialog_save.cpp" /> |
||
| 205 | <ClCompile Include="dialog\dialog_saveposition.cpp" /> |
||
| 206 | <ClCompile Include="window\window_chat.cpp" /> |
||
| 207 | <ClCompile Include="window\window_chatterchannels.cpp" /> |
||
| 208 | <ClCompile Include="window\window_games.cpp" /> |
||
| 209 | <ClCompile Include="window\window_main.cpp" /> |
||
| 210 | <ClCompile Include="window\window_motd.cpp" /> |
||
| 211 | <ClCompile Include="window\window_opponents.cpp" /> |
||
| 212 | <ClCompile Include="window\window_sought.cpp" /> |
||
| 213 | </ItemGroup> |
||
| 214 | <ItemGroup> |
||
| 215 | <ClInclude Include="common.h" /> |
||
| 216 | <ClInclude Include="defines.h" /> |
||
| 217 | <ClInclude Include="prototypes.h" /> |
||
| 218 | <ClInclude Include="resource\resource.h" /> |
||
| 219 | </ItemGroup> |
||
| 220 | <ItemGroup> |
||
| 136 | pmbaty | 221 | <None Include="data\languages\Dutch.ini" /> |
| 1 | pmbaty | 222 | <None Include="data\languages\English.ini" /> |
| 223 | <None Include="data\languages\French.ini" /> |
||
| 61 | pmbaty | 224 | <None Include="data\languages\German.ini" /> |
| 142 | pmbaty | 225 | <None Include="data\languages\Italian.ini" /> |
| 59 | pmbaty | 226 | <None Include="data\languages\Norwegian.ini" /> |
| 92 | pmbaty | 227 | <None Include="data\languages\Russian.ini" /> |
| 75 | pmbaty | 228 | <None Include="icon-black-king.ico" /> |
| 229 | <None Include="icon-white-king.ico" /> |
||
| 133 | pmbaty | 230 | <None Include="installer\Chess Giants Installer.bat" /> |
| 231 | <None Include="installer\installer.nsi" /> |
||
| 1 | pmbaty | 232 | <None Include="resource\card.ico" /> |
| 233 | <None Include="config.ini" /> |
||
| 75 | pmbaty | 234 | <None Include="resource\icon-black-king.ico" /> |
| 235 | <None Include="resource\icon-white-king.ico" /> |
||
| 19 | pmbaty | 236 | <None Include="resource\info.ico" /> |
| 1 | pmbaty | 237 | <None Include="resource\main.ico" /> |
| 238 | <None Include="resource\manifest.xml"> |
||
| 239 | <SubType>Designer</SubType> |
||
| 240 | </None> |
||
| 241 | <None Include="resource\about.bmp" /> |
||
| 242 | <None Include="resource\author.bmp" /> |
||
| 243 | <None Include="resource\bishop.bmp" /> |
||
| 244 | <None Include="resource\knight.bmp" /> |
||
| 245 | <None Include="resource\options-banner.bmp" /> |
||
| 246 | <None Include="resource\queen.bmp" /> |
||
| 19 | pmbaty | 247 | <None Include="resource\question.ico" /> |
| 14 | pmbaty | 248 | <None Include="resource\register-banner.bmp" /> |
| 1 | pmbaty | 249 | <None Include="resource\rook.bmp" /> |
| 250 | </ItemGroup> |
||
| 251 | <ItemGroup> |
||
| 252 | <ResourceCompile Include="resource\Chess Giants.rc" /> |
||
| 253 | </ItemGroup> |
||
| 147 | pmbaty | 254 | <ItemGroup> |
| 255 | <Image Include="resource\donate-button.bmp" /> |
||
| 256 | </ItemGroup> |
||
| 1 | pmbaty | 257 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 258 | <ImportGroup Label="ExtensionTargets"> |
||
| 259 | </ImportGroup> |
||
| 260 | </Project> |