blob: 02167e4cf4944c5d51b8c7da38348092edfd3145 (
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
|
<?xml version="1.0" encoding="windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="touche"
ProjectGUID="{D4986356-D0BB-4981-924A-854157BDF11F}"
RootNamespace="touche"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<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\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\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>
|