aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/lure.vcproj
blob: 02eadd031f3dfa7b4382e3f6a0016af85995be98 (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
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="lure"
	ProjectGUID="{1A0812AC-719F-4E52-815E-83A922E20AC5}"
	RootNamespace="lure"
	Keyword="Win32Proj"
	>
	<Platforms>
		<Platform Name="Win32" />
		<Platform Name="x64" />
	</Platforms>
	<Configurations>
		<Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops">
			<Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
		</Configuration>
		<Configuration Name="Analysis|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Analysis.vsprops">
			<Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
		</Configuration>
		<Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops">
			<Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
		</Configuration>
		<Configuration Name="Debug|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug64.vsprops">
			<Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
		</Configuration>
		<Configuration Name="Analysis|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Analysis64.vsprops">
			<Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
		</Configuration>
		<Configuration Name="Release|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release64.vsprops">
			<Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
		</Configuration>
	</Configurations>
	<Files>
		<File RelativePath="..\..\engines\lure\animseq.cpp" />
		<File RelativePath="..\..\engines\lure\animseq.h" />
		<File RelativePath="..\..\engines\lure\debugger.cpp" />
		<File RelativePath="..\..\engines\lure\debugger.h" />
		<File RelativePath="..\..\engines\lure\decode.cpp" />
		<File RelativePath="..\..\engines\lure\decode.h" />
		<File RelativePath="..\..\engines\lure\detection.cpp" />
		<File RelativePath="..\..\engines\lure\disk.cpp" />
		<File RelativePath="..\..\engines\lure\disk.h" />
		<File RelativePath="..\..\engines\lure\events.cpp" />
		<File RelativePath="..\..\engines\lure\events.h" />
		<File RelativePath="..\..\engines\lure\fights.cpp" />
		<File RelativePath="..\..\engines\lure\fights.h" />
		<File RelativePath="..\..\engines\lure\game.cpp" />
		<File RelativePath="..\..\engines\lure\game.h" />
		<File RelativePath="..\..\engines\lure\hotspots.cpp" />
		<File RelativePath="..\..\engines\lure\hotspots.h" />
		<File RelativePath="..\..\engines\lure\intro.cpp" />
		<File RelativePath="..\..\engines\lure\intro.h" />
		<File RelativePath="..\..\engines\lure\lure.cpp" />
		<File RelativePath="..\..\engines\lure\lure.h" />
		<File RelativePath="..\..\engines\lure\luredefs.h" />
		<File RelativePath="..\..\engines\lure\memory.cpp" />
		<File RelativePath="..\..\engines\lure\memory.h" />
		<File RelativePath="..\..\engines\lure\menu.cpp" />
		<File RelativePath="..\..\engines\lure\menu.h" />
		<File RelativePath="..\..\engines\lure\module.mk" />
		<File RelativePath="..\..\engines\lure\palette.cpp" />
		<File RelativePath="..\..\engines\lure\palette.h" />
		<File RelativePath="..\..\engines\lure\res.cpp" />
		<File RelativePath="..\..\engines\lure\res.h" />
		<File RelativePath="..\..\engines\lure\res_struct.cpp" />
		<File RelativePath="..\..\engines\lure\res_struct.h" />
		<File RelativePath="..\..\engines\lure\room.cpp" />
		<File RelativePath="..\..\engines\lure\room.h" />
		<File RelativePath="..\..\engines\lure\screen.cpp" />
		<File RelativePath="..\..\engines\lure\screen.h" />
		<File RelativePath="..\..\engines\lure\scripts.cpp" />
		<File RelativePath="..\..\engines\lure\scripts.h" />
		<File RelativePath="..\..\engines\lure\sound.cpp" />
		<File RelativePath="..\..\engines\lure\sound.h" />
		<File RelativePath="..\..\engines\lure\strings.cpp" />
		<File RelativePath="..\..\engines\lure\strings.h" />
		<File RelativePath="..\..\engines\lure\surface.cpp" />
		<File RelativePath="..\..\engines\lure\surface.h" />
	</Files>
</VisualStudioProject>