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