~ubuntu-branches/debian/jessie/scummvm/jessie

« back to all changes in this revision

Viewing changes to dists/msvc9/hugo.vcproj

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-11-05 10:29:43 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20111105102943-zfm3dhlvy5b01u7v
Tags: upstream-1.4.0
ImportĀ upstreamĀ versionĀ 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="windows-1252"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="9.00"
5
 
        Name="hugo"
6
 
        ProjectGUID="{2D9AF9A8-D71F-4B65-9E37-C25A6455957B}"
7
 
        RootNamespace="hugo"
8
 
        Keyword="Win32Proj"
9
 
        TargetFrameworkVersion="131072"
10
 
        >
11
 
        <Platforms>
12
 
                <Platform Name="Win32" />
13
 
                <Platform Name="x64" />
14
 
        </Platforms>
15
 
        <Configurations>
16
 
                <Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops">
17
 
                        <Tool Name="VCCLCompilerTool" />
18
 
                </Configuration>
19
 
                <Configuration Name="Analysis|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Analysis.vsprops">
20
 
                        <Tool Name="VCCLCompilerTool" />
21
 
                </Configuration>
22
 
                <Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops">
23
 
                        <Tool Name="VCCLCompilerTool" />
24
 
                </Configuration>
25
 
                <Configuration Name="Debug|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug64.vsprops">
26
 
                        <Tool Name="VCCLCompilerTool" />
27
 
                </Configuration>
28
 
                <Configuration Name="Analysis|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Analysis64.vsprops">
29
 
                        <Tool Name="VCCLCompilerTool" />
30
 
                </Configuration>
31
 
                <Configuration Name="Release|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release64.vsprops">
32
 
                        <Tool Name="VCCLCompilerTool" />
33
 
                </Configuration>
34
 
        </Configurations>
35
 
        <Files>
36
 
                <File RelativePath="..\..\engines\hugo\console.cpp" />
37
 
                <File RelativePath="..\..\engines\hugo\console.h" />
38
 
                <File RelativePath="..\..\engines\hugo\detection.cpp" />
39
 
                <File RelativePath="..\..\engines\hugo\dialogs.cpp" />
40
 
                <File RelativePath="..\..\engines\hugo\dialogs.h" />
41
 
                <File RelativePath="..\..\engines\hugo\display.cpp" />
42
 
                <File RelativePath="..\..\engines\hugo\display.h" />
43
 
                <File RelativePath="..\..\engines\hugo\file.cpp" />
44
 
                <File RelativePath="..\..\engines\hugo\file.h" />
45
 
                <File RelativePath="..\..\engines\hugo\file_v1d.cpp" />
46
 
                <File RelativePath="..\..\engines\hugo\file_v1w.cpp" />
47
 
                <File RelativePath="..\..\engines\hugo\file_v2d.cpp" />
48
 
                <File RelativePath="..\..\engines\hugo\file_v2w.cpp" />
49
 
                <File RelativePath="..\..\engines\hugo\file_v3d.cpp" />
50
 
                <File RelativePath="..\..\engines\hugo\game.h" />
51
 
                <File RelativePath="..\..\engines\hugo\hugo.cpp" />
52
 
                <File RelativePath="..\..\engines\hugo\hugo.h" />
53
 
                <File RelativePath="..\..\engines\hugo\intro.cpp" />
54
 
                <File RelativePath="..\..\engines\hugo\intro.h" />
55
 
                <File RelativePath="..\..\engines\hugo\inventory.cpp" />
56
 
                <File RelativePath="..\..\engines\hugo\inventory.h" />
57
 
                <File RelativePath="..\..\engines\hugo\module.mk" />
58
 
                <File RelativePath="..\..\engines\hugo\mouse.cpp" />
59
 
                <File RelativePath="..\..\engines\hugo\mouse.h" />
60
 
                <File RelativePath="..\..\engines\hugo\object.cpp" />
61
 
                <File RelativePath="..\..\engines\hugo\object.h" />
62
 
                <File RelativePath="..\..\engines\hugo\object_v1d.cpp" />
63
 
                <File RelativePath="..\..\engines\hugo\object_v1w.cpp" />
64
 
                <File RelativePath="..\..\engines\hugo\object_v2d.cpp" />
65
 
                <File RelativePath="..\..\engines\hugo\object_v3d.cpp" />
66
 
                <File RelativePath="..\..\engines\hugo\parser.cpp" />
67
 
                <File RelativePath="..\..\engines\hugo\parser.h" />
68
 
                <File RelativePath="..\..\engines\hugo\parser_v1d.cpp" />
69
 
                <File RelativePath="..\..\engines\hugo\parser_v1w.cpp" />
70
 
                <File RelativePath="..\..\engines\hugo\parser_v2d.cpp" />
71
 
                <File RelativePath="..\..\engines\hugo\parser_v3d.cpp" />
72
 
                <File RelativePath="..\..\engines\hugo\route.cpp" />
73
 
                <File RelativePath="..\..\engines\hugo\route.h" />
74
 
                <File RelativePath="..\..\engines\hugo\schedule.cpp" />
75
 
                <File RelativePath="..\..\engines\hugo\schedule.h" />
76
 
                <File RelativePath="..\..\engines\hugo\sound.cpp" />
77
 
                <File RelativePath="..\..\engines\hugo\sound.h" />
78
 
                <File RelativePath="..\..\engines\hugo\text.cpp" />
79
 
                <File RelativePath="..\..\engines\hugo\text.h" />
80
 
                <File RelativePath="..\..\engines\hugo\util.cpp" />
81
 
                <File RelativePath="..\..\engines\hugo\util.h" />
82
 
        </Files>
83
 
</VisualStudioProject>