Subversion Repositories Games.Chess Giants

Rev

Rev 59 | Rev 75 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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