aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/teenagent.vcproj
blob: 67a4d7b94b803e4f8065cfb6a02fdbbc43530204 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="teenagent"
	ProjectGUID="{7F4CF25C-807B-4B26-B8D2-CBD571DC7FAA}"
	RootNamespace="teenagent"
	Keyword="Win32Proj"
	>
	<Platforms>
		<Platform Name="Win32" />
		<Platform Name="x64" />
	</Platforms>
	<Configurations>
		<Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops">
			<Tool Name="VCCLCompilerTool" />
		</Configuration>
		<Configuration Name="Analysis|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Analysis.vsprops">
			<Tool Name="VCCLCompilerTool" />
		</Configuration>
		<Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops">
			<Tool Name="VCCLCompilerTool" />
		</Configuration>
		<Configuration Name="Debug|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug64.vsprops">
			<Tool Name="VCCLCompilerTool" />
		</Configuration>
		<Configuration Name="Analysis|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Analysis64.vsprops">
			<Tool Name="VCCLCompilerTool" />
		</Configuration>
		<Configuration Name="Release|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release64.vsprops">
			<Tool Name="VCCLCompilerTool" />
		</Configuration>
	</Configurations>
	<Files>
		<File RelativePath="..\..\engines\teenagent\actor.cpp" />
		<File RelativePath="..\..\engines\teenagent\actor.h" />
		<File RelativePath="..\..\engines\teenagent\animation.cpp" />
		<File RelativePath="..\..\engines\teenagent\animation.h" />
		<File RelativePath="..\..\engines\teenagent\callbacks.cpp" />
		<File RelativePath="..\..\engines\teenagent\console.cpp" />
		<File RelativePath="..\..\engines\teenagent\console.h" />
		<File RelativePath="..\..\engines\teenagent\detection.cpp" />
		<File RelativePath="..\..\engines\teenagent\dialog.cpp" />
		<File RelativePath="..\..\engines\teenagent\dialog.h" />
		<File RelativePath="..\..\engines\teenagent\font.cpp" />
		<File RelativePath="..\..\engines\teenagent\font.h" />
		<File RelativePath="..\..\engines\teenagent\inventory.cpp" />
		<File RelativePath="..\..\engines\teenagent\inventory.h" />
		<File RelativePath="..\..\engines\teenagent\module.mk" />
		<File RelativePath="..\..\engines\teenagent\music.cpp" />
		<File RelativePath="..\..\engines\teenagent\music.h" />
		<File RelativePath="..\..\engines\teenagent\objects.cpp" />
		<File RelativePath="..\..\engines\teenagent\objects.h" />
		<File RelativePath="..\..\engines\teenagent\pack.cpp" />
		<File RelativePath="..\..\engines\teenagent\pack.h" />
		<File RelativePath="..\..\engines\teenagent\resources.cpp" />
		<File RelativePath="..\..\engines\teenagent\resources.h" />
		<File RelativePath="..\..\engines\teenagent\scene.cpp" />
		<File RelativePath="..\..\engines\teenagent\scene.h" />
		<File RelativePath="..\..\engines\teenagent\segment.cpp" />
		<File RelativePath="..\..\engines\teenagent\segment.h" />
		<File RelativePath="..\..\engines\teenagent\surface.cpp" />
		<File RelativePath="..\..\engines\teenagent\surface.h" />
		<File RelativePath="..\..\engines\teenagent\surface_list.cpp" />
		<File RelativePath="..\..\engines\teenagent\surface_list.h" />
		<File RelativePath="..\..\engines\teenagent\teenagent.cpp" />
		<File RelativePath="..\..\engines\teenagent\teenagent.h" />
	</Files>
</VisualStudioProject>