1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.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="LLVM|Win32">
21			<Configuration>LLVM</Configuration>
22			<Platform>Win32</Platform>
23		</ProjectConfiguration>
24		<ProjectConfiguration Include="LLVM|x64">
25			<Configuration>LLVM</Configuration>
26			<Platform>x64</Platform>
27		</ProjectConfiguration>
28		<ProjectConfiguration Include="Release|Win32">
29			<Configuration>Release</Configuration>
30			<Platform>Win32</Platform>
31		</ProjectConfiguration>
32		<ProjectConfiguration Include="Release|x64">
33			<Configuration>Release</Configuration>
34			<Platform>x64</Platform>
35		</ProjectConfiguration>
36	</ItemGroup>
37	<PropertyGroup Label="Globals">
38		<ProjectGuid>{0D807875-D254-4E61-A09C-E88B7765DA16}</ProjectGuid>
39		<RootNamespace>gob</RootNamespace>
40		<Keyword>Win32Proj</Keyword>
41		<VCTargetsPath Condition="'$(VCTargetsPath12)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath12)</VCTargetsPath>
42	</PropertyGroup>
43	<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
44	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
45		<ConfigurationType>StaticLibrary</ConfigurationType>
46		<PlatformToolset>v120</PlatformToolset>
47	</PropertyGroup>
48	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|Win32'" Label="Configuration">
49		<ConfigurationType>StaticLibrary</ConfigurationType>
50		<PlatformToolset>v120</PlatformToolset>
51	</PropertyGroup>
52	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVM|Win32'" Label="Configuration">
53		<ConfigurationType>StaticLibrary</ConfigurationType>
54		<PlatformToolset>LLVM-vs2013</PlatformToolset>
55	</PropertyGroup>
56	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
57		<ConfigurationType>StaticLibrary</ConfigurationType>
58		<PlatformToolset>v120</PlatformToolset>
59	</PropertyGroup>
60	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
61		<ConfigurationType>StaticLibrary</ConfigurationType>
62		<PlatformToolset>v120</PlatformToolset>
63	</PropertyGroup>
64	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVM|x64'" Label="Configuration">
65		<ConfigurationType>StaticLibrary</ConfigurationType>
66		<PlatformToolset>LLVM-vs2013</PlatformToolset>
67	</PropertyGroup>
68	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|x64'" Label="Configuration">
69		<ConfigurationType>StaticLibrary</ConfigurationType>
70		<PlatformToolset>v120</PlatformToolset>
71	</PropertyGroup>
72	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
73		<ConfigurationType>StaticLibrary</ConfigurationType>
74		<PlatformToolset>v120</PlatformToolset>
75	</PropertyGroup>
76	<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
77	<ImportGroup Label="ExtensionSettings">
78	</ImportGroup>
79	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
80		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
81		<Import Project="ScummVM_Release.props" />
82	</ImportGroup>
83	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|Win32'" Label="PropertySheets">
84		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
85		<Import Project="ScummVM_Analysis.props" />
86	</ImportGroup>
87	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='LLVM|Win32'" Label="PropertySheets">
88		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89		<Import Project="ScummVM_LLVM.props" />
90	</ImportGroup>
91	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
92		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
93		<Import Project="ScummVM_Debug.props" />
94	</ImportGroup>
95	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
96		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
97		<Import Project="ScummVM_Release64.props" />
98	</ImportGroup>
99	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|x64'" Label="PropertySheets">
100		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
101		<Import Project="ScummVM_Analysis64.props" />
102	</ImportGroup>
103	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='LLVM|x64'" Label="PropertySheets">
104		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
105		<Import Project="ScummVM_LLVM64.props" />
106	</ImportGroup>
107	<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
108		<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
109		<Import Project="ScummVM_Debug64.props" />
110	</ImportGroup>
111	<PropertyGroup Label="UserMacros" />
112	<ItemGroup>
113		<ClCompile Include="..\..\engines\gob\demos\batplayer.cpp" />
114		<ClCompile Include="..\..\engines\gob\demos\demoplayer.cpp" />
115		<ClCompile Include="..\..\engines\gob\demos\scnplayer.cpp" />
116		<ClCompile Include="..\..\engines\gob\detection\detection.cpp" />
117		<ClCompile Include="..\..\engines\gob\minigames\geisha\diving.cpp" />
118		<ClCompile Include="..\..\engines\gob\minigames\geisha\evilfish.cpp" />
119		<ClCompile Include="..\..\engines\gob\minigames\geisha\meter.cpp" />
120		<ClCompile Include="..\..\engines\gob\minigames\geisha\mouth.cpp" />
121		<ClCompile Include="..\..\engines\gob\minigames\geisha\oko.cpp" />
122		<ClCompile Include="..\..\engines\gob\minigames\geisha\penetration.cpp" />
123		<ClCompile Include="..\..\engines\gob\minigames\geisha\submarine.cpp" />
124		<ClCompile Include="..\..\engines\gob\pregob\onceupon\abracadabra.cpp" />
125		<ClCompile Include="..\..\engines\gob\pregob\onceupon\babayaga.cpp" />
126		<ClCompile Include="..\..\engines\gob\pregob\onceupon\chargenchild.cpp" />
127		<ClCompile Include="..\..\engines\gob\pregob\onceupon\onceupon.cpp" />
128		<ClCompile Include="..\..\engines\gob\pregob\onceupon\parents.cpp" />
129		<ClCompile Include="..\..\engines\gob\pregob\onceupon\stork.cpp" />
130		<ClCompile Include="..\..\engines\gob\pregob\onceupon\title.cpp" />
131		<ClCompile Include="..\..\engines\gob\pregob\gctfile.cpp" />
132		<ClCompile Include="..\..\engines\gob\pregob\pregob.cpp" />
133		<ClCompile Include="..\..\engines\gob\pregob\seqfile.cpp" />
134		<ClCompile Include="..\..\engines\gob\pregob\txtfile.cpp" />
135		<ClCompile Include="..\..\engines\gob\save\saveconverter.cpp" />
136		<ClCompile Include="..\..\engines\gob\save\saveconverter_v2.cpp" />
137		<ClCompile Include="..\..\engines\gob\save\saveconverter_v3.cpp" />
138		<ClCompile Include="..\..\engines\gob\save\saveconverter_v4.cpp" />
139		<ClCompile Include="..\..\engines\gob\save\savefile.cpp" />
140		<ClCompile Include="..\..\engines\gob\save\savehandler.cpp" />
141		<ClCompile Include="..\..\engines\gob\save\saveload.cpp" />
142		<ClCompile Include="..\..\engines\gob\save\saveload_ajworld.cpp" />
143		<ClCompile Include="..\..\engines\gob\save\saveload_fascin.cpp" />
144		<ClCompile Include="..\..\engines\gob\save\saveload_geisha.cpp" />
145		<ClCompile Include="..\..\engines\gob\save\saveload_inca2.cpp" />
146		<ClCompile Include="..\..\engines\gob\save\saveload_playtoons.cpp" />
147		<ClCompile Include="..\..\engines\gob\save\saveload_v2.cpp" />
148		<ClCompile Include="..\..\engines\gob\save\saveload_v3.cpp" />
149		<ClCompile Include="..\..\engines\gob\save\saveload_v4.cpp" />
150		<ClCompile Include="..\..\engines\gob\save\saveload_v6.cpp" />
151		<ClCompile Include="..\..\engines\gob\save\saveload_v7.cpp" />
152		<ClCompile Include="..\..\engines\gob\sound\adlib.cpp" />
153		<ClCompile Include="..\..\engines\gob\sound\adlplayer.cpp" />
154		<ClCompile Include="..\..\engines\gob\sound\bgatmosphere.cpp" />
155		<ClCompile Include="..\..\engines\gob\sound\cdrom.cpp" />
156		<ClCompile Include="..\..\engines\gob\sound\infogrames.cpp" />
157		<ClCompile Include="..\..\engines\gob\sound\musplayer.cpp" />
158		<ClCompile Include="..\..\engines\gob\sound\pcspeaker.cpp" />
159		<ClCompile Include="..\..\engines\gob\sound\protracker.cpp" />
160		<ClCompile Include="..\..\engines\gob\sound\sound.cpp" />
161		<ClCompile Include="..\..\engines\gob\sound\soundblaster.cpp" />
162		<ClCompile Include="..\..\engines\gob\sound\sounddesc.cpp" />
163		<ClCompile Include="..\..\engines\gob\sound\soundmixer.cpp" />
164		<ClCompile Include="..\..\engines\gob\anifile.cpp" />
165		<ClCompile Include="..\..\engines\gob\aniobject.cpp" />
166		<ClCompile Include="..\..\engines\gob\backbuffer.cpp" />
167		<ClCompile Include="..\..\engines\gob\cheater.cpp" />
168		<ClCompile Include="..\..\engines\gob\cheater_geisha.cpp" />
169		<ClCompile Include="..\..\engines\gob\cmpfile.cpp" />
170		<ClCompile Include="..\..\engines\gob\console.cpp" />
171		<ClCompile Include="..\..\engines\gob\databases.cpp" />
172		<ClCompile Include="..\..\engines\gob\dataio.cpp" />
173		<ClCompile Include="..\..\engines\gob\dbase.cpp" />
174		<ClCompile Include="..\..\engines\gob\decfile.cpp" />
175		<ClCompile Include="..\..\engines\gob\draw.cpp" />
176		<ClCompile Include="..\..\engines\gob\draw_bargon.cpp" />
177		<ClCompile Include="..\..\engines\gob\draw_fascin.cpp" />
178		<ClCompile Include="..\..\engines\gob\draw_playtoons.cpp" />
179		<ClCompile Include="..\..\engines\gob\draw_v1.cpp" />
180		<ClCompile Include="..\..\engines\gob\draw_v2.cpp" />
181		<ClCompile Include="..\..\engines\gob\expression.cpp" />
182		<ClCompile Include="..\..\engines\gob\game.cpp" />
183		<ClCompile Include="..\..\engines\gob\global.cpp" />
184		<ClCompile Include="..\..\engines\gob\gob.cpp" />
185		<ClCompile Include="..\..\engines\gob\goblin.cpp" />
186		<ClCompile Include="..\..\engines\gob\goblin_v1.cpp" />
187		<ClCompile Include="..\..\engines\gob\goblin_v2.cpp" />
188		<ClCompile Include="..\..\engines\gob\goblin_v3.cpp" />
189		<ClCompile Include="..\..\engines\gob\goblin_v4.cpp" />
190		<ClCompile Include="..\..\engines\gob\hotspots.cpp" />
191		<ClCompile Include="..\..\engines\gob\iniconfig.cpp" />
192		<ClCompile Include="..\..\engines\gob\init.cpp" />
193		<ClCompile Include="..\..\engines\gob\init_fascin.cpp" />
194		<ClCompile Include="..\..\engines\gob\init_geisha.cpp" />
195		<ClCompile Include="..\..\engines\gob\init_v1.cpp" />
196		<ClCompile Include="..\..\engines\gob\init_v2.cpp" />
197		<ClCompile Include="..\..\engines\gob\init_v3.cpp" />
198		<ClCompile Include="..\..\engines\gob\init_v4.cpp" />
199		<ClCompile Include="..\..\engines\gob\init_v6.cpp" />
200		<ClCompile Include="..\..\engines\gob\init_v7.cpp" />
201		<ClCompile Include="..\..\engines\gob\inter.cpp" />
202		<ClCompile Include="..\..\engines\gob\inter_bargon.cpp" />
203		<ClCompile Include="..\..\engines\gob\inter_fascin.cpp" />
204		<ClCompile Include="..\..\engines\gob\inter_geisha.cpp" />
205		<ClCompile Include="..\..\engines\gob\inter_inca2.cpp" />
206		<ClCompile Include="..\..\engines\gob\inter_littlered.cpp" />
207		<ClCompile Include="..\..\engines\gob\inter_playtoons.cpp" />
208		<ClCompile Include="..\..\engines\gob\inter_v1.cpp" />
209		<ClCompile Include="..\..\engines\gob\inter_v2.cpp" />
210		<ClCompile Include="..\..\engines\gob\inter_v3.cpp" />
211		<ClCompile Include="..\..\engines\gob\inter_v4.cpp" />
212		<ClCompile Include="..\..\engines\gob\inter_v5.cpp" />
213		<ClCompile Include="..\..\engines\gob\inter_v6.cpp" />
214		<ClCompile Include="..\..\engines\gob\inter_v7.cpp" />
215		<ClCompile Include="..\..\engines\gob\map.cpp" />
216		<ClCompile Include="..\..\engines\gob\map_v1.cpp" />
217		<ClCompile Include="..\..\engines\gob\map_v2.cpp" />
218		<ClCompile Include="..\..\engines\gob\mult.cpp" />
219		<ClCompile Include="..\..\engines\gob\mult_v1.cpp" />
220		<ClCompile Include="..\..\engines\gob\mult_v2.cpp" />
221		<ClCompile Include="..\..\engines\gob\palanim.cpp" />
222		<ClCompile Include="..\..\engines\gob\resources.cpp" />
223		<ClCompile Include="..\..\engines\gob\rxyfile.cpp" />
224		<ClCompile Include="..\..\engines\gob\scenery.cpp" />
225		<ClCompile Include="..\..\engines\gob\scenery_v1.cpp" />
226		<ClCompile Include="..\..\engines\gob\scenery_v2.cpp" />
227		<ClCompile Include="..\..\engines\gob\script.cpp" />
228		<ClCompile Include="..\..\engines\gob\surface.cpp" />
229		<ClCompile Include="..\..\engines\gob\totfile.cpp" />
230		<ClCompile Include="..\..\engines\gob\util.cpp" />
231		<ClCompile Include="..\..\engines\gob\variables.cpp" />
232		<ClCompile Include="..\..\engines\gob\video.cpp" />
233		<ClCompile Include="..\..\engines\gob\video_v1.cpp" />
234		<ClCompile Include="..\..\engines\gob\video_v2.cpp" />
235		<ClCompile Include="..\..\engines\gob\video_v6.cpp" />
236		<ClCompile Include="..\..\engines\gob\videoplayer.cpp" />
237	</ItemGroup>
238	<ItemGroup>
239		<ClInclude Include="..\..\engines\gob\demos\batplayer.h" />
240		<ClInclude Include="..\..\engines\gob\demos\demoplayer.h" />
241		<ClInclude Include="..\..\engines\gob\demos\scnplayer.h" />
242		<ClInclude Include="..\..\engines\gob\detection\tables.h" />
243		<ClInclude Include="..\..\engines\gob\detection\tables_adi2.h" />
244		<ClInclude Include="..\..\engines\gob\detection\tables_adi4.h" />
245		<ClInclude Include="..\..\engines\gob\detection\tables_adibou.h" />
246		<ClInclude Include="..\..\engines\gob\detection\tables_ajworld.h" />
247		<ClInclude Include="..\..\engines\gob\detection\tables_bargon.h" />
248		<ClInclude Include="..\..\engines\gob\detection\tables_crousti.h" />
249		<ClInclude Include="..\..\engines\gob\detection\tables_dynasty.h" />
250		<ClInclude Include="..\..\engines\gob\detection\tables_fallback.h" />
251		<ClInclude Include="..\..\engines\gob\detection\tables_fascin.h" />
252		<ClInclude Include="..\..\engines\gob\detection\tables_geisha.h" />
253		<ClInclude Include="..\..\engines\gob\detection\tables_gob1.h" />
254		<ClInclude Include="..\..\engines\gob\detection\tables_gob2.h" />
255		<ClInclude Include="..\..\engines\gob\detection\tables_gob3.h" />
256		<ClInclude Include="..\..\engines\gob\detection\tables_inca2.h" />
257		<ClInclude Include="..\..\engines\gob\detection\tables_lit.h" />
258		<ClInclude Include="..\..\engines\gob\detection\tables_littlered.h" />
259		<ClInclude Include="..\..\engines\gob\detection\tables_onceupon.h" />
260		<ClInclude Include="..\..\engines\gob\detection\tables_playtoons.h" />
261		<ClInclude Include="..\..\engines\gob\detection\tables_urban.h" />
262		<ClInclude Include="..\..\engines\gob\detection\tables_ween.h" />
263		<ClInclude Include="..\..\engines\gob\detection\tables_woodruff.h" />
264		<ClInclude Include="..\..\engines\gob\minigames\geisha\diving.h" />
265		<ClInclude Include="..\..\engines\gob\minigames\geisha\evilfish.h" />
266		<ClInclude Include="..\..\engines\gob\minigames\geisha\meter.h" />
267		<ClInclude Include="..\..\engines\gob\minigames\geisha\mouth.h" />
268		<ClInclude Include="..\..\engines\gob\minigames\geisha\oko.h" />
269		<ClInclude Include="..\..\engines\gob\minigames\geisha\penetration.h" />
270		<ClInclude Include="..\..\engines\gob\minigames\geisha\submarine.h" />
271		<ClInclude Include="..\..\engines\gob\pregob\onceupon\abracadabra.h" />
272		<ClInclude Include="..\..\engines\gob\pregob\onceupon\babayaga.h" />
273		<ClInclude Include="..\..\engines\gob\pregob\onceupon\brokenstrings.h" />
274		<ClInclude Include="..\..\engines\gob\pregob\onceupon\chargenchild.h" />
275		<ClInclude Include="..\..\engines\gob\pregob\onceupon\onceupon.h" />
276		<ClInclude Include="..\..\engines\gob\pregob\onceupon\palettes.h" />
277		<ClInclude Include="..\..\engines\gob\pregob\onceupon\parents.h" />
278		<ClInclude Include="..\..\engines\gob\pregob\onceupon\stork.h" />
279		<ClInclude Include="..\..\engines\gob\pregob\onceupon\title.h" />
280		<ClInclude Include="..\..\engines\gob\pregob\gctfile.h" />
281		<ClInclude Include="..\..\engines\gob\pregob\pregob.h" />
282		<ClInclude Include="..\..\engines\gob\pregob\seqfile.h" />
283		<ClInclude Include="..\..\engines\gob\pregob\txtfile.h" />
284		<ClInclude Include="..\..\engines\gob\save\saveconverter.h" />
285		<ClInclude Include="..\..\engines\gob\save\savefile.h" />
286		<ClInclude Include="..\..\engines\gob\save\savehandler.h" />
287		<ClInclude Include="..\..\engines\gob\save\saveload.h" />
288		<ClInclude Include="..\..\engines\gob\sound\adlib.h" />
289		<ClInclude Include="..\..\engines\gob\sound\adlplayer.h" />
290		<ClInclude Include="..\..\engines\gob\sound\bgatmosphere.h" />
291		<ClInclude Include="..\..\engines\gob\sound\cdrom.h" />
292		<ClInclude Include="..\..\engines\gob\sound\infogrames.h" />
293		<ClInclude Include="..\..\engines\gob\sound\musplayer.h" />
294		<ClInclude Include="..\..\engines\gob\sound\pcspeaker.h" />
295		<ClInclude Include="..\..\engines\gob\sound\protracker.h" />
296		<ClInclude Include="..\..\engines\gob\sound\sound.h" />
297		<ClInclude Include="..\..\engines\gob\sound\soundblaster.h" />
298		<ClInclude Include="..\..\engines\gob\sound\sounddesc.h" />
299		<ClInclude Include="..\..\engines\gob\sound\soundmixer.h" />
300		<ClInclude Include="..\..\engines\gob\anifile.h" />
301		<ClInclude Include="..\..\engines\gob\aniobject.h" />
302		<ClInclude Include="..\..\engines\gob\backbuffer.h" />
303		<ClInclude Include="..\..\engines\gob\cheater.h" />
304		<ClInclude Include="..\..\engines\gob\cmpfile.h" />
305		<ClInclude Include="..\..\engines\gob\console.h" />
306		<ClInclude Include="..\..\engines\gob\databases.h" />
307		<ClInclude Include="..\..\engines\gob\dataio.h" />
308		<ClInclude Include="..\..\engines\gob\dbase.h" />
309		<ClInclude Include="..\..\engines\gob\decfile.h" />
310		<ClInclude Include="..\..\engines\gob\draw.h" />
311		<ClInclude Include="..\..\engines\gob\expression.h" />
312		<ClInclude Include="..\..\engines\gob\game.h" />
313		<ClInclude Include="..\..\engines\gob\global.h" />
314		<ClInclude Include="..\..\engines\gob\gob.h" />
315		<ClInclude Include="..\..\engines\gob\goblin.h" />
316		<ClInclude Include="..\..\engines\gob\hotspots.h" />
317		<ClInclude Include="..\..\engines\gob\iniconfig.h" />
318		<ClInclude Include="..\..\engines\gob\init.h" />
319		<ClInclude Include="..\..\engines\gob\inter.h" />
320		<ClInclude Include="..\..\engines\gob\map.h" />
321		<ClInclude Include="..\..\engines\gob\mult.h" />
322		<ClInclude Include="..\..\engines\gob\palanim.h" />
323		<ClInclude Include="..\..\engines\gob\resources.h" />
324		<ClInclude Include="..\..\engines\gob\rxyfile.h" />
325		<ClInclude Include="..\..\engines\gob\scenery.h" />
326		<ClInclude Include="..\..\engines\gob\script.h" />
327		<ClInclude Include="..\..\engines\gob\surface.h" />
328		<ClInclude Include="..\..\engines\gob\totfile.h" />
329		<ClInclude Include="..\..\engines\gob\util.h" />
330		<ClInclude Include="..\..\engines\gob\variables.h" />
331		<ClInclude Include="..\..\engines\gob\video.h" />
332		<ClInclude Include="..\..\engines\gob\videoplayer.h" />
333	</ItemGroup>
334	<ItemGroup>
335		<None Include="..\..\engines\gob\module.mk" />
336	</ItemGroup>
337	<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
338	<ImportGroup Label="ExtensionTargets">
339	</ImportGroup>
340</Project>
341