Subversion Repositories Games.Chess Giants

Rev

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