Rev 186 | Rev 193 | 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="Release|Win32"> |
||
9 | <Configuration>Release</Configuration> |
||
10 | <Platform>Win32</Platform> |
||
11 | </ProjectConfiguration> |
||
12 | </ItemGroup> |
||
13 | <PropertyGroup Label="Globals"> |
||
14 | <ProjectGuid>{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}</ProjectGuid> |
||
15 | <RootNamespace>Chess Giants</RootNamespace> |
||
16 | <Keyword>Win32Proj</Keyword> |
||
179 | pmbaty | 17 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> |
1 | pmbaty | 18 | </PropertyGroup> |
19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
||
20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
||
21 | <CharacterSet>Unicode</CharacterSet> |
||
81 | pmbaty | 22 | <PlatformToolset>v140_xp</PlatformToolset> |
1 | pmbaty | 23 | </PropertyGroup> |
24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
||
25 | <CharacterSet>Unicode</CharacterSet> |
||
130 | pmbaty | 26 | <PlatformToolset>v140_xp</PlatformToolset> |
1 | pmbaty | 27 | </PropertyGroup> |
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
||
29 | <ImportGroup Label="ExtensionSettings"> |
||
30 | </ImportGroup> |
||
31 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
||
32 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
33 | </ImportGroup> |
||
34 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
||
35 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
36 | </ImportGroup> |
||
37 | <PropertyGroup Label="UserMacros" /> |
||
38 | <PropertyGroup> |
||
39 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
||
40 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
||
41 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
||
42 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
||
43 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
||
44 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
||
45 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
||
46 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Chess Giants</TargetName> |
||
47 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Chess Giants Debug</TargetName> |
||
48 | </PropertyGroup> |
||
163 | pmbaty | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
50 | <OutDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</OutDir> |
||
51 | <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir> |
||
177 | pmbaty | 52 | <RunCodeAnalysis>false</RunCodeAnalysis> |
163 | pmbaty | 53 | </PropertyGroup> |
54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
||
55 | <OutDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</OutDir> |
||
56 | <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir> |
||
57 | </PropertyGroup> |
||
1 | pmbaty | 58 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
59 | <ClCompile> |
||
60 | <Optimization>Disabled</Optimization> |
||
186 | pmbaty | 61 | <PreprocessorDefinitions>NO_REGISTRATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
1 | pmbaty | 62 | <MinimalRebuild>true</MinimalRebuild> |
63 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
||
64 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
||
65 | <PrecompiledHeader> |
||
66 | </PrecompiledHeader> |
||
67 | <WarningLevel>Level3</WarningLevel> |
||
68 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
||
69 | </ClCompile> |
||
70 | <Link> |
||
71 | <GenerateDebugInformation>true</GenerateDebugInformation> |
||
72 | <Profile>true</Profile> |
||
192 | pmbaty | 73 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;version.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
130 | pmbaty | 74 | <SubSystem>Windows</SubSystem> |
1 | pmbaty | 75 | </Link> |
179 | pmbaty | 76 | <Manifest /> |
1 | pmbaty | 77 | <PostBuildEvent> |
179 | pmbaty | 78 | <Command>copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
1 | pmbaty | 79 | </PostBuildEvent> |
80 | <PostBuildEvent> |
||
179 | pmbaty | 81 | <Message>Copying files...</Message> |
1 | pmbaty | 82 | </PostBuildEvent> |
80 | pmbaty | 83 | <PreBuildEvent> |
186 | pmbaty | 84 | <Command>if exist "$(IntDir)\util.obj" del "$(IntDir)\util.obj" >nul 2>&1</Command> |
80 | pmbaty | 85 | <Message>Forcing version number regeneration...</Message> |
86 | </PreBuildEvent> |
||
1 | pmbaty | 87 | </ItemDefinitionGroup> |
88 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
||
89 | <ClCompile> |
||
161 | pmbaty | 90 | <Optimization>Full</Optimization> |
1 | pmbaty | 91 | <IntrinsicFunctions>true</IntrinsicFunctions> |
161 | pmbaty | 92 | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
1 | pmbaty | 93 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
94 | <PrecompiledHeader> |
||
95 | </PrecompiledHeader> |
||
96 | <WarningLevel>Level3</WarningLevel> |
||
177 | pmbaty | 97 | <EnablePREfast>false</EnablePREfast> |
1 | pmbaty | 98 | </ClCompile> |
99 | <Link /> |
||
179 | pmbaty | 100 | <Manifest /> |
1 | pmbaty | 101 | <PostBuildEvent> |
171 | pmbaty | 102 | <Command>"Z:\pmbaty\Documents\Mes projets\Windows code signer\sign.bat" "$(OutDir)$(TargetName)$(TargetExt)" "Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Chess Giants program" https://www.pmbaty.com/chess/ & copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
97 | pmbaty | 103 | <Message>Signing output and copying files...</Message> |
1 | pmbaty | 104 | </PostBuildEvent> |
105 | <Link> |
||
192 | pmbaty | 106 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;version.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
81 | pmbaty | 107 | <SubSystem>Windows</SubSystem> |
1 | pmbaty | 108 | </Link> |
80 | pmbaty | 109 | <PreBuildEvent> |
186 | pmbaty | 110 | <Command>if exist "$(IntDir)\util.obj" del "$(IntDir)\util.obj" >nul 2>&1</Command> |
80 | pmbaty | 111 | <Message>Forcing version number regeneration...</Message> |
112 | </PreBuildEvent> |
||
1 | pmbaty | 113 | </ItemDefinitionGroup> |
114 | <ItemGroup> |
||
115 | <ClCompile Include="audio.cpp" /> |
||
153 | pmbaty | 116 | <ClCompile Include="base64.cpp" /> |
1 | pmbaty | 117 | <ClCompile Include="board.cpp" /> |
116 | pmbaty | 118 | <ClCompile Include="buffer.cpp" /> |
1 | pmbaty | 119 | <ClCompile Include="challenge.cpp" /> |
120 | <ClCompile Include="chessengine.cpp" /> |
||
121 | <ClCompile Include="config.cpp" /> |
||
14 | pmbaty | 122 | <ClCompile Include="dialog\dialog_registration.cpp" /> |
75 | pmbaty | 123 | <ClCompile Include="dialog\dialog_renamesides.cpp" /> |
1 | pmbaty | 124 | <ClCompile Include="dialog\dialog_sendchallenge.cpp" /> |
125 | <ClCompile Include="dialog\dialog_sendseek.cpp" /> |
||
126 | <ClCompile Include="dialog\dialog_takeback.cpp" /> |
||
127 | <ClCompile Include="localizedtexts.cpp" /> |
||
150 | pmbaty | 128 | <ClCompile Include="pipe.cpp" /> |
1 | pmbaty | 129 | <ClCompile Include="render.cpp" /> |
130 | <ClCompile Include="fenfile.cpp" /> |
||
131 | <ClCompile Include="hyperlinks.cpp" /> |
||
132 | <ClCompile Include="inifile.cpp" /> |
||
133 | <ClCompile Include="interlocutor.cpp" /> |
||
134 | <ClCompile Include="main.cpp" /> |
||
135 | <ClCompile Include="move.cpp" /> |
||
136 | <ClCompile Include="network-eval.cpp" /> |
||
137 | <ClCompile Include="network.cpp" /> |
||
138 | <ClCompile Include="pgnfile.cpp" /> |
||
139 | <ClCompile Include="player.cpp" /> |
||
140 | <ClCompile Include="playercard.cpp" /> |
||
141 | <ClCompile Include="safelib.cpp" /> |
||
142 | <ClCompile Include="san.cpp" /> |
||
143 | <ClCompile Include="scene.cpp" /> |
||
144 | <ClCompile Include="tabcontrol.cpp" /> |
||
145 | <ClCompile Include="theme.cpp" /> |
||
146 | <ClCompile Include="util.cpp" /> |
||
147 | <ClCompile Include="dialog\dialog_about.cpp" /> |
||
148 | <ClCompile Include="dialog\dialog_challenge.cpp" /> |
||
149 | <ClCompile Include="dialog\dialog_changeappearance.cpp" /> |
||
150 | <ClCompile Include="dialog\dialog_comment.cpp" /> |
||
151 | <ClCompile Include="dialog\dialog_endgame.cpp" /> |
||
152 | <ClCompile Include="dialog\dialog_gotomove.cpp" /> |
||
153 | <ClCompile Include="dialog\dialog_load.cpp" /> |
||
154 | <ClCompile Include="dialog\dialog_messagebox.cpp" /> |
||
155 | <ClCompile Include="dialog\dialog_newgame.cpp" /> |
||
156 | <ClCompile Include="dialog\dialog_options.cpp" /> |
||
157 | <ClCompile Include="dialog\dialog_pawnpromotion.cpp" /> |
||
158 | <ClCompile Include="dialog\dialog_playercard.cpp" /> |
||
159 | <ClCompile Include="dialog\dialog_playerinfoname.cpp" /> |
||
160 | <ClCompile Include="dialog\dialog_quit.cpp" /> |
||
161 | <ClCompile Include="dialog\dialog_resign.cpp" /> |
||
162 | <ClCompile Include="dialog\dialog_save.cpp" /> |
||
163 | <ClCompile Include="dialog\dialog_saveposition.cpp" /> |
||
164 | <ClCompile Include="window\window_chat.cpp" /> |
||
165 | <ClCompile Include="window\window_chatterchannels.cpp" /> |
||
166 | <ClCompile Include="window\window_games.cpp" /> |
||
167 | <ClCompile Include="window\window_main.cpp" /> |
||
168 | <ClCompile Include="window\window_motd.cpp" /> |
||
169 | <ClCompile Include="window\window_opponents.cpp" /> |
||
170 | <ClCompile Include="window\window_sought.cpp" /> |
||
171 | </ItemGroup> |
||
172 | <ItemGroup> |
||
173 | <ClInclude Include="common.h" /> |
||
174 | <ClInclude Include="defines.h" /> |
||
175 | <ClInclude Include="prototypes.h" /> |
||
176 | <ClInclude Include="resource\resource.h" /> |
||
177 | </ItemGroup> |
||
178 | <ItemGroup> |
||
180 | pmbaty | 179 | <None Include="data\languages\Brazilian Portuguese.ini" /> |
136 | pmbaty | 180 | <None Include="data\languages\Dutch.ini" /> |
1 | pmbaty | 181 | <None Include="data\languages\English.ini" /> |
182 | <None Include="data\languages\French.ini" /> |
||
61 | pmbaty | 183 | <None Include="data\languages\German.ini" /> |
142 | pmbaty | 184 | <None Include="data\languages\Italian.ini" /> |
59 | pmbaty | 185 | <None Include="data\languages\Norwegian.ini" /> |
92 | pmbaty | 186 | <None Include="data\languages\Russian.ini" /> |
133 | pmbaty | 187 | <None Include="installer\Chess Giants Installer.bat" /> |
188 | <None Include="installer\installer.nsi" /> |
||
1 | pmbaty | 189 | <None Include="resource\card.ico" /> |
190 | <None Include="config.ini" /> |
||
75 | pmbaty | 191 | <None Include="resource\icon-black-king.ico" /> |
192 | <None Include="resource\icon-white-king.ico" /> |
||
19 | pmbaty | 193 | <None Include="resource\info.ico" /> |
1 | pmbaty | 194 | <None Include="resource\main.ico" /> |
195 | <None Include="resource\manifest.xml"> |
||
196 | <SubType>Designer</SubType> |
||
197 | </None> |
||
198 | <None Include="resource\about.bmp" /> |
||
199 | <None Include="resource\author.bmp" /> |
||
200 | <None Include="resource\bishop.bmp" /> |
||
201 | <None Include="resource\knight.bmp" /> |
||
202 | <None Include="resource\options-banner.bmp" /> |
||
203 | <None Include="resource\queen.bmp" /> |
||
19 | pmbaty | 204 | <None Include="resource\question.ico" /> |
14 | pmbaty | 205 | <None Include="resource\register-banner.bmp" /> |
1 | pmbaty | 206 | <None Include="resource\rook.bmp" /> |
207 | </ItemGroup> |
||
208 | <ItemGroup> |
||
209 | <ResourceCompile Include="resource\Chess Giants.rc" /> |
||
210 | </ItemGroup> |
||
147 | pmbaty | 211 | <ItemGroup> |
212 | <Image Include="resource\donate-button.bmp" /> |
||
213 | </ItemGroup> |
||
1 | pmbaty | 214 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
215 | <ImportGroup Label="ExtensionTargets"> |
||
216 | </ImportGroup> |
||
217 | </Project> |