blob: 0d7e5ed2fb7743cc01ad6e181bdaa654ed91b06f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="tucker"
ProjectGUID="{FF064FD0-AF6E-11DD-AD8B-0800200C9A66}"
RootNamespace="tucker"
Keyword="Win32Proj"
>
<Platforms>
<Platform Name="Win32" />
</Platforms>
<Configurations>
<Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops" />
<Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops" />
</Configurations>
<Files>
<File RelativePath="..\..\engines\tucker\detection.cpp" />
<File RelativePath="..\..\engines\tucker\graphics.cpp" />
<File RelativePath="..\..\engines\tucker\graphics.h" />
<File RelativePath="..\..\engines\tucker\locations.cpp" />
<File RelativePath="..\..\engines\tucker\resource.cpp" />
<File RelativePath="..\..\engines\tucker\saveload.cpp" />
<File RelativePath="..\..\engines\tucker\sequences.cpp" />
<File RelativePath="..\..\engines\tucker\staticres.cpp" />
<File RelativePath="..\..\engines\tucker\tucker.cpp" />
<File RelativePath="..\..\engines\tucker\tucker.h" />
</Files>
</VisualStudioProject>
|