aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/touche.vcproj
blob: ff563498570e7df6de73cee4ee4b6e3d4806cf52 (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
<?xml version="1.0" encoding="windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="touche"
	ProjectGUID="{A64AC35B-2B57-4D76-A160-D3ED2C73BA44}"
	RootNamespace="touche"
	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\touche\console.cpp" />
		<File RelativePath="..\..\engines\touche\console.h" />
		<File RelativePath="..\..\engines\touche\detection.cpp" />
		<File RelativePath="..\..\engines\touche\graphics.cpp" />
		<File RelativePath="..\..\engines\touche\graphics.h" />
		<File RelativePath="..\..\engines\touche\menu.cpp" />
		<File RelativePath="..\..\engines\touche\midi.cpp" />
		<File RelativePath="..\..\engines\touche\midi.h" />
		<File RelativePath="..\..\engines\touche\module.mk" />
		<File RelativePath="..\..\engines\touche\opcodes.cpp" />
		<File RelativePath="..\..\engines\touche\resource.cpp" />
		<File RelativePath="..\..\engines\touche\saveload.cpp" />
		<File RelativePath="..\..\engines\touche\staticres.cpp" />
		<File RelativePath="..\..\engines\touche\touche.cpp" />
		<File RelativePath="..\..\engines\touche\touche.h" />
	</Files>
</VisualStudioProject>