~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to dists/msvc8/lure.vcproj

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2012-01-14 11:39:15 UTC
  • mfrom: (21.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120114113915-hy9kyzbyncrqen3y
Tags: 1.4.1-1
* New upstream release
* Install translations.dat into scummvm-data    

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="8.00"
 
5
        Name="lure"
 
6
        ProjectGUID="{FAB3215E-4551-488F-ABCA-D0E3E725E3F6}"
 
7
        RootNamespace="lure"
 
8
        Keyword="Win32Proj"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform Name="Win32" />
 
12
                <Platform Name="x64" />
 
13
        </Platforms>
 
14
        <Configurations>
 
15
                <Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops">
 
16
                        <Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
 
17
                </Configuration>
 
18
                <Configuration Name="Analysis|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Analysis.vsprops">
 
19
                        <Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
 
20
                </Configuration>
 
21
                <Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops">
 
22
                        <Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
 
23
                </Configuration>
 
24
                <Configuration Name="Debug|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug64.vsprops">
 
25
                        <Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
 
26
                </Configuration>
 
27
                <Configuration Name="Analysis|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Analysis64.vsprops">
 
28
                        <Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
 
29
                </Configuration>
 
30
                <Configuration Name="Release|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release64.vsprops">
 
31
                        <Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4189;4355;"/>
 
32
                </Configuration>
 
33
        </Configurations>
 
34
        <Files>
 
35
                <File RelativePath="..\..\engines\lure\animseq.cpp" />
 
36
                <File RelativePath="..\..\engines\lure\animseq.h" />
 
37
                <File RelativePath="..\..\engines\lure\debugger.cpp" />
 
38
                <File RelativePath="..\..\engines\lure\debugger.h" />
 
39
                <File RelativePath="..\..\engines\lure\decode.cpp" />
 
40
                <File RelativePath="..\..\engines\lure\decode.h" />
 
41
                <File RelativePath="..\..\engines\lure\detection.cpp" />
 
42
                <File RelativePath="..\..\engines\lure\disk.cpp" />
 
43
                <File RelativePath="..\..\engines\lure\disk.h" />
 
44
                <File RelativePath="..\..\engines\lure\events.cpp" />
 
45
                <File RelativePath="..\..\engines\lure\events.h" />
 
46
                <File RelativePath="..\..\engines\lure\fights.cpp" />
 
47
                <File RelativePath="..\..\engines\lure\fights.h" />
 
48
                <File RelativePath="..\..\engines\lure\game.cpp" />
 
49
                <File RelativePath="..\..\engines\lure\game.h" />
 
50
                <File RelativePath="..\..\engines\lure\hotspots.cpp" />
 
51
                <File RelativePath="..\..\engines\lure\hotspots.h" />
 
52
                <File RelativePath="..\..\engines\lure\intro.cpp" />
 
53
                <File RelativePath="..\..\engines\lure\intro.h" />
 
54
                <File RelativePath="..\..\engines\lure\lure.cpp" />
 
55
                <File RelativePath="..\..\engines\lure\lure.h" />
 
56
                <File RelativePath="..\..\engines\lure\luredefs.h" />
 
57
                <File RelativePath="..\..\engines\lure\memory.cpp" />
 
58
                <File RelativePath="..\..\engines\lure\memory.h" />
 
59
                <File RelativePath="..\..\engines\lure\menu.cpp" />
 
60
                <File RelativePath="..\..\engines\lure\menu.h" />
 
61
                <File RelativePath="..\..\engines\lure\module.mk" />
 
62
                <File RelativePath="..\..\engines\lure\palette.cpp" />
 
63
                <File RelativePath="..\..\engines\lure\palette.h" />
 
64
                <File RelativePath="..\..\engines\lure\res.cpp" />
 
65
                <File RelativePath="..\..\engines\lure\res.h" />
 
66
                <File RelativePath="..\..\engines\lure\res_struct.cpp" />
 
67
                <File RelativePath="..\..\engines\lure\res_struct.h" />
 
68
                <File RelativePath="..\..\engines\lure\room.cpp" />
 
69
                <File RelativePath="..\..\engines\lure\room.h" />
 
70
                <File RelativePath="..\..\engines\lure\screen.cpp" />
 
71
                <File RelativePath="..\..\engines\lure\screen.h" />
 
72
                <File RelativePath="..\..\engines\lure\scripts.cpp" />
 
73
                <File RelativePath="..\..\engines\lure\scripts.h" />
 
74
                <File RelativePath="..\..\engines\lure\sound.cpp" />
 
75
                <File RelativePath="..\..\engines\lure\sound.h" />
 
76
                <File RelativePath="..\..\engines\lure\strings.cpp" />
 
77
                <File RelativePath="..\..\engines\lure\strings.h" />
 
78
                <File RelativePath="..\..\engines\lure\surface.cpp" />
 
79
                <File RelativePath="..\..\engines\lure\surface.h" />
 
80
        </Files>
 
81
</VisualStudioProject>