aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/drascula.vcproj
blob: 218b4cd4313ffcc4f9f0be34134367e99cb3376a (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
<?xml version="1.0" encoding="windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="drascula"
	ProjectGUID="{DC6FB994-801C-4B14-B763-1D605EDAAE0B}"
	RootNamespace="drascula"
	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\drascula\actors.cpp" />
		<File RelativePath="..\..\engines\drascula\animation.cpp" />
		<File RelativePath="..\..\engines\drascula\console.cpp" />
		<File RelativePath="..\..\engines\drascula\console.h" />
		<File RelativePath="..\..\engines\drascula\converse.cpp" />
		<File RelativePath="..\..\engines\drascula\detection.cpp" />
		<File RelativePath="..\..\engines\drascula\drascula.cpp" />
		<File RelativePath="..\..\engines\drascula\drascula.h" />
		<File RelativePath="..\..\engines\drascula\graphics.cpp" />
		<File RelativePath="..\..\engines\drascula\interface.cpp" />
		<File RelativePath="..\..\engines\drascula\module.mk" />
		<File RelativePath="..\..\engines\drascula\objects.cpp" />
		<File RelativePath="..\..\engines\drascula\palette.cpp" />
		<File RelativePath="..\..\engines\drascula\resource.cpp" />
		<File RelativePath="..\..\engines\drascula\rooms.cpp" />
		<File RelativePath="..\..\engines\drascula\saveload.cpp" />
		<File RelativePath="..\..\engines\drascula\sound.cpp" />
		<File RelativePath="..\..\engines\drascula\talk.cpp" />
	</Files>
</VisualStudioProject>