~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to dists/msvc10/gob.vcxproj

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2012-01-14 11:39:15 UTC
  • mfrom: (21.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120114113915-hy9kyzbyncrqen3y
Tags: 1.4.1-1
* New upstream release
* Install translations.dat into scummvm-data    

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="Debug|x64">
 
9
                        <Configuration>Debug</Configuration>
 
10
                        <Platform>x64</Platform>
 
11
                </ProjectConfiguration>
 
12
                <ProjectConfiguration Include="Analysis|Win32">
 
13
                        <Configuration>Analysis</Configuration>
 
14
                        <Platform>Win32</Platform>
 
15
                </ProjectConfiguration>
 
16
                <ProjectConfiguration Include="Analysis|x64">
 
17
                        <Configuration>Analysis</Configuration>
 
18
                        <Platform>x64</Platform>
 
19
                </ProjectConfiguration>
 
20
                <ProjectConfiguration Include="Release|Win32">
 
21
                        <Configuration>Release</Configuration>
 
22
                        <Platform>Win32</Platform>
 
23
                </ProjectConfiguration>
 
24
                <ProjectConfiguration Include="Release|x64">
 
25
                        <Configuration>Release</Configuration>
 
26
                        <Platform>x64</Platform>
 
27
                </ProjectConfiguration>
 
28
        </ItemGroup>
 
29
        <PropertyGroup Label="Globals">
 
30
                <ProjectGuid>{FB8AD6E0-3F35-4AF2-BFAD-BA41A3B794E0}</ProjectGuid>
 
31
                <RootNamespace>gob</RootNamespace>
 
32
                <Keyword>Win32Proj</Keyword>
 
33
        </PropertyGroup>
 
34
        <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
35
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
36
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
37
        </PropertyGroup>
 
38
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|Win32'" Label="Configuration">
 
39
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
40
        </PropertyGroup>
 
41
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
42
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
43
        </PropertyGroup>
 
44
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
45
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
46
        </PropertyGroup>
 
47
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|x64'" Label="Configuration">
 
48
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
49
        </PropertyGroup>
 
50
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
51
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
52
        </PropertyGroup>
 
53
        <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
54
        <ImportGroup Label="ExtensionSettings">
 
55
        </ImportGroup>
 
56
        <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
57
                <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
58
                <Import Project="ScummVM_Release.props" />
 
59
        </ImportGroup>
 
60
        <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|Win32'" Label="PropertySheets">
 
61
                <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
62
                <Import Project="ScummVM_Analysis.props" />
 
63
        </ImportGroup>
 
64
        <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
65
                <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
66
                <Import Project="ScummVM_Debug.props" />
 
67
        </ImportGroup>
 
68
        <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
69
                <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
70
                <Import Project="ScummVM_Release64.props" />
 
71
        </ImportGroup>
 
72
        <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|x64'" Label="PropertySheets">
 
73
                <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
74
                <Import Project="ScummVM_Analysis64.props" />
 
75
        </ImportGroup>
 
76
        <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
77
                <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
78
                <Import Project="ScummVM_Debug64.props" />
 
79
        </ImportGroup>
 
80
        <PropertyGroup Label="UserMacros" />
 
81
        <ItemGroup>
 
82
                <ClCompile Include="..\..\engines\gob\demos\batplayer.cpp" />
 
83
                <ClCompile Include="..\..\engines\gob\demos\demoplayer.cpp" />
 
84
                <ClCompile Include="..\..\engines\gob\demos\scnplayer.cpp" />
 
85
                <ClCompile Include="..\..\engines\gob\minigames\geisha\diving.cpp" />
 
86
                <ClCompile Include="..\..\engines\gob\minigames\geisha\evilfish.cpp" />
 
87
                <ClCompile Include="..\..\engines\gob\minigames\geisha\penetration.cpp" />
 
88
                <ClCompile Include="..\..\engines\gob\save\saveconverter.cpp" />
 
89
                <ClCompile Include="..\..\engines\gob\save\saveconverter_v2.cpp" />
 
90
                <ClCompile Include="..\..\engines\gob\save\saveconverter_v3.cpp" />
 
91
                <ClCompile Include="..\..\engines\gob\save\saveconverter_v4.cpp" />
 
92
                <ClCompile Include="..\..\engines\gob\save\savefile.cpp" />
 
93
                <ClCompile Include="..\..\engines\gob\save\savehandler.cpp" />
 
94
                <ClCompile Include="..\..\engines\gob\save\saveload.cpp" />
 
95
                <ClCompile Include="..\..\engines\gob\save\saveload_fascin.cpp" />
 
96
                <ClCompile Include="..\..\engines\gob\save\saveload_geisha.cpp" />
 
97
                <ClCompile Include="..\..\engines\gob\save\saveload_inca2.cpp" />
 
98
                <ClCompile Include="..\..\engines\gob\save\saveload_playtoons.cpp" />
 
99
                <ClCompile Include="..\..\engines\gob\save\saveload_v2.cpp" />
 
100
                <ClCompile Include="..\..\engines\gob\save\saveload_v3.cpp" />
 
101
                <ClCompile Include="..\..\engines\gob\save\saveload_v4.cpp" />
 
102
                <ClCompile Include="..\..\engines\gob\save\saveload_v6.cpp" />
 
103
                <ClCompile Include="..\..\engines\gob\save\saveload_v7.cpp" />
 
104
                <ClCompile Include="..\..\engines\gob\sound\adlib.cpp" />
 
105
                <ClCompile Include="..\..\engines\gob\sound\bgatmosphere.cpp" />
 
106
                <ClCompile Include="..\..\engines\gob\sound\cdrom.cpp" />
 
107
                <ClCompile Include="..\..\engines\gob\sound\infogrames.cpp" />
 
108
                <ClCompile Include="..\..\engines\gob\sound\pcspeaker.cpp" />
 
109
                <ClCompile Include="..\..\engines\gob\sound\protracker.cpp" />
 
110
                <ClCompile Include="..\..\engines\gob\sound\sound.cpp" />
 
111
                <ClCompile Include="..\..\engines\gob\sound\soundblaster.cpp" />
 
112
                <ClCompile Include="..\..\engines\gob\sound\sounddesc.cpp" />
 
113
                <ClCompile Include="..\..\engines\gob\sound\soundmixer.cpp" />
 
114
                <ClCompile Include="..\..\engines\gob\anifile.cpp" />
 
115
                <ClCompile Include="..\..\engines\gob\aniobject.cpp" />
 
116
                <ClCompile Include="..\..\engines\gob\console.cpp" />
 
117
                <ClCompile Include="..\..\engines\gob\databases.cpp" />
 
118
                <ClCompile Include="..\..\engines\gob\dataio.cpp" />
 
119
                <ClCompile Include="..\..\engines\gob\dbase.cpp" />
 
120
                <ClCompile Include="..\..\engines\gob\decfile.cpp" />
 
121
                <ClCompile Include="..\..\engines\gob\detection.cpp" />
 
122
                <ClCompile Include="..\..\engines\gob\draw.cpp" />
 
123
                <ClCompile Include="..\..\engines\gob\draw_bargon.cpp" />
 
124
                <ClCompile Include="..\..\engines\gob\draw_fascin.cpp" />
 
125
                <ClCompile Include="..\..\engines\gob\draw_playtoons.cpp" />
 
126
                <ClCompile Include="..\..\engines\gob\draw_v1.cpp" />
 
127
                <ClCompile Include="..\..\engines\gob\draw_v2.cpp" />
 
128
                <ClCompile Include="..\..\engines\gob\expression.cpp" />
 
129
                <ClCompile Include="..\..\engines\gob\game.cpp" />
 
130
                <ClCompile Include="..\..\engines\gob\global.cpp" />
 
131
                <ClCompile Include="..\..\engines\gob\gob.cpp" />
 
132
                <ClCompile Include="..\..\engines\gob\goblin.cpp" />
 
133
                <ClCompile Include="..\..\engines\gob\goblin_v1.cpp" />
 
134
                <ClCompile Include="..\..\engines\gob\goblin_v2.cpp" />
 
135
                <ClCompile Include="..\..\engines\gob\goblin_v3.cpp" />
 
136
                <ClCompile Include="..\..\engines\gob\goblin_v4.cpp" />
 
137
                <ClCompile Include="..\..\engines\gob\hotspots.cpp" />
 
138
                <ClCompile Include="..\..\engines\gob\iniconfig.cpp" />
 
139
                <ClCompile Include="..\..\engines\gob\init.cpp" />
 
140
                <ClCompile Include="..\..\engines\gob\init_fascin.cpp" />
 
141
                <ClCompile Include="..\..\engines\gob\init_geisha.cpp" />
 
142
                <ClCompile Include="..\..\engines\gob\init_v1.cpp" />
 
143
                <ClCompile Include="..\..\engines\gob\init_v2.cpp" />
 
144
                <ClCompile Include="..\..\engines\gob\init_v3.cpp" />
 
145
                <ClCompile Include="..\..\engines\gob\init_v4.cpp" />
 
146
                <ClCompile Include="..\..\engines\gob\init_v6.cpp" />
 
147
                <ClCompile Include="..\..\engines\gob\init_v7.cpp" />
 
148
                <ClCompile Include="..\..\engines\gob\inter.cpp" />
 
149
                <ClCompile Include="..\..\engines\gob\inter_bargon.cpp" />
 
150
                <ClCompile Include="..\..\engines\gob\inter_fascin.cpp" />
 
151
                <ClCompile Include="..\..\engines\gob\inter_geisha.cpp" />
 
152
                <ClCompile Include="..\..\engines\gob\inter_inca2.cpp" />
 
153
                <ClCompile Include="..\..\engines\gob\inter_playtoons.cpp" />
 
154
                <ClCompile Include="..\..\engines\gob\inter_v1.cpp" />
 
155
                <ClCompile Include="..\..\engines\gob\inter_v2.cpp" />
 
156
                <ClCompile Include="..\..\engines\gob\inter_v3.cpp" />
 
157
                <ClCompile Include="..\..\engines\gob\inter_v4.cpp" />
 
158
                <ClCompile Include="..\..\engines\gob\inter_v5.cpp" />
 
159
                <ClCompile Include="..\..\engines\gob\inter_v6.cpp" />
 
160
                <ClCompile Include="..\..\engines\gob\inter_v7.cpp" />
 
161
                <ClCompile Include="..\..\engines\gob\map.cpp" />
 
162
                <ClCompile Include="..\..\engines\gob\map_v1.cpp" />
 
163
                <ClCompile Include="..\..\engines\gob\map_v2.cpp" />
 
164
                <ClCompile Include="..\..\engines\gob\mult.cpp" />
 
165
                <ClCompile Include="..\..\engines\gob\mult_v1.cpp" />
 
166
                <ClCompile Include="..\..\engines\gob\mult_v2.cpp" />
 
167
                <ClCompile Include="..\..\engines\gob\palanim.cpp" />
 
168
                <ClCompile Include="..\..\engines\gob\resources.cpp" />
 
169
                <ClCompile Include="..\..\engines\gob\rxyfile.cpp" />
 
170
                <ClCompile Include="..\..\engines\gob\scenery.cpp" />
 
171
                <ClCompile Include="..\..\engines\gob\scenery_v1.cpp" />
 
172
                <ClCompile Include="..\..\engines\gob\scenery_v2.cpp" />
 
173
                <ClCompile Include="..\..\engines\gob\script.cpp" />
 
174
                <ClCompile Include="..\..\engines\gob\surface.cpp" />
 
175
                <ClCompile Include="..\..\engines\gob\totfile.cpp" />
 
176
                <ClCompile Include="..\..\engines\gob\util.cpp" />
 
177
                <ClCompile Include="..\..\engines\gob\variables.cpp" />
 
178
                <ClCompile Include="..\..\engines\gob\video.cpp" />
 
179
                <ClCompile Include="..\..\engines\gob\video_v1.cpp" />
 
180
                <ClCompile Include="..\..\engines\gob\video_v2.cpp" />
 
181
                <ClCompile Include="..\..\engines\gob\video_v6.cpp" />
 
182
                <ClCompile Include="..\..\engines\gob\videoplayer.cpp" />
 
183
        </ItemGroup>
 
184
        <ItemGroup>
 
185
                <ClInclude Include="..\..\engines\gob\demos\batplayer.h" />
 
186
                <ClInclude Include="..\..\engines\gob\demos\demoplayer.h" />
 
187
                <ClInclude Include="..\..\engines\gob\demos\scnplayer.h" />
 
188
                <ClInclude Include="..\..\engines\gob\minigames\geisha\diving.h" />
 
189
                <ClInclude Include="..\..\engines\gob\minigames\geisha\evilfish.h" />
 
190
                <ClInclude Include="..\..\engines\gob\minigames\geisha\penetration.h" />
 
191
                <ClInclude Include="..\..\engines\gob\save\saveconverter.h" />
 
192
                <ClInclude Include="..\..\engines\gob\save\savefile.h" />
 
193
                <ClInclude Include="..\..\engines\gob\save\savehandler.h" />
 
194
                <ClInclude Include="..\..\engines\gob\save\saveload.h" />
 
195
                <ClInclude Include="..\..\engines\gob\sound\adlib.h" />
 
196
                <ClInclude Include="..\..\engines\gob\sound\bgatmosphere.h" />
 
197
                <ClInclude Include="..\..\engines\gob\sound\cdrom.h" />
 
198
                <ClInclude Include="..\..\engines\gob\sound\infogrames.h" />
 
199
                <ClInclude Include="..\..\engines\gob\sound\pcspeaker.h" />
 
200
                <ClInclude Include="..\..\engines\gob\sound\protracker.h" />
 
201
                <ClInclude Include="..\..\engines\gob\sound\sound.h" />
 
202
                <ClInclude Include="..\..\engines\gob\sound\soundblaster.h" />
 
203
                <ClInclude Include="..\..\engines\gob\sound\sounddesc.h" />
 
204
                <ClInclude Include="..\..\engines\gob\sound\soundmixer.h" />
 
205
                <ClInclude Include="..\..\engines\gob\anifile.h" />
 
206
                <ClInclude Include="..\..\engines\gob\aniobject.h" />
 
207
                <ClInclude Include="..\..\engines\gob\console.h" />
 
208
                <ClInclude Include="..\..\engines\gob\databases.h" />
 
209
                <ClInclude Include="..\..\engines\gob\dataio.h" />
 
210
                <ClInclude Include="..\..\engines\gob\dbase.h" />
 
211
                <ClInclude Include="..\..\engines\gob\decfile.h" />
 
212
                <ClInclude Include="..\..\engines\gob\detection_tables.h" />
 
213
                <ClInclude Include="..\..\engines\gob\draw.h" />
 
214
                <ClInclude Include="..\..\engines\gob\expression.h" />
 
215
                <ClInclude Include="..\..\engines\gob\game.h" />
 
216
                <ClInclude Include="..\..\engines\gob\global.h" />
 
217
                <ClInclude Include="..\..\engines\gob\gob.h" />
 
218
                <ClInclude Include="..\..\engines\gob\goblin.h" />
 
219
                <ClInclude Include="..\..\engines\gob\hotspots.h" />
 
220
                <ClInclude Include="..\..\engines\gob\iniconfig.h" />
 
221
                <ClInclude Include="..\..\engines\gob\init.h" />
 
222
                <ClInclude Include="..\..\engines\gob\inter.h" />
 
223
                <ClInclude Include="..\..\engines\gob\map.h" />
 
224
                <ClInclude Include="..\..\engines\gob\mult.h" />
 
225
                <ClInclude Include="..\..\engines\gob\palanim.h" />
 
226
                <ClInclude Include="..\..\engines\gob\resources.h" />
 
227
                <ClInclude Include="..\..\engines\gob\rxyfile.h" />
 
228
                <ClInclude Include="..\..\engines\gob\scenery.h" />
 
229
                <ClInclude Include="..\..\engines\gob\script.h" />
 
230
                <ClInclude Include="..\..\engines\gob\surface.h" />
 
231
                <ClInclude Include="..\..\engines\gob\totfile.h" />
 
232
                <ClInclude Include="..\..\engines\gob\util.h" />
 
233
                <ClInclude Include="..\..\engines\gob\variables.h" />
 
234
                <ClInclude Include="..\..\engines\gob\video.h" />
 
235
                <ClInclude Include="..\..\engines\gob\videoplayer.h" />
 
236
        </ItemGroup>
 
237
        <ItemGroup>
 
238
                <None Include="..\..\engines\gob\module.mk" />
 
239
        </ItemGroup>
 
240
        <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
241
        <ImportGroup Label="ExtensionTargets">
 
242
        </ImportGroup>
 
243
</Project>