scummvm/dists/msvc9/agos.vcproj
Filippos Karapetis aa66cf3fd8 - Rewrote and greatly simplified the MSVC8 and MSVC9 project files so that they use common compilation properties, based on patch #2774908. These common properties make it much simpler to change options and compilation defines globally, similar to how GCC *.mk files do. Also, this fixes problems where an ENABLE_* define was set for one project file but not another (like the situation in revisions 42257 and 42259). It's now much easier to construct a tool which will create the project files dynamically.
- Dropped support for MSVC7 and MSVC7.1 for now (as they don't support common compilation properties and it's no longer easy to construct them from the MSVC8 ones) - hopefully, they will return in the future, once we got a more sophisticated tool to create them
- Simplified the MSVC9 <-> MSVC8 conversion tools a bit

svn-id: r42288
2009-07-09 15:12:35 +00:00

78 lines
3.7 KiB
XML

<?xml version="1.0" encoding="windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="agos"
ProjectGUID="{E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}"
RootNamespace="agos"
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\agos\agos.cpp" />
<File RelativePath="..\..\engines\agos\agos.h" />
<File RelativePath="..\..\engines\agos\animation.cpp" />
<File RelativePath="..\..\engines\agos\animation.h" />
<File RelativePath="..\..\engines\agos\charset-fontdata.cpp" />
<File RelativePath="..\..\engines\agos\charset.cpp" />
<File RelativePath="..\..\engines\agos\contain.cpp" />
<File RelativePath="..\..\engines\agos\cursor.cpp" />
<File RelativePath="..\..\engines\agos\debug.cpp" />
<File RelativePath="..\..\engines\agos\debug.h" />
<File RelativePath="..\..\engines\agos\debugger.cpp" />
<File RelativePath="..\..\engines\agos\debugger.h" />
<File RelativePath="..\..\engines\agos\detection.cpp" />
<File RelativePath="..\..\engines\agos\detection_tables.h" />
<File RelativePath="..\..\engines\agos\draw.cpp" />
<File RelativePath="..\..\engines\agos\event.cpp" />
<File RelativePath="..\..\engines\agos\feeble.cpp" />
<File RelativePath="..\..\engines\agos\gfx.cpp" />
<File RelativePath="..\..\engines\agos\icons.cpp" />
<File RelativePath="..\..\engines\agos\input.cpp" />
<File RelativePath="..\..\engines\agos\intern.h" />
<File RelativePath="..\..\engines\agos\items.cpp" />
<File RelativePath="..\..\engines\agos\menus.cpp" />
<File RelativePath="..\..\engines\agos\midi.cpp" />
<File RelativePath="..\..\engines\agos\midi.h" />
<File RelativePath="..\..\engines\agos\midiparser_s1d.cpp" />
<File RelativePath="..\..\engines\agos\oracle.cpp" />
<File RelativePath="..\..\engines\agos\pn.cpp" />
<File RelativePath="..\..\engines\agos\res.cpp" />
<File RelativePath="..\..\engines\agos\res_ami.cpp" />
<File RelativePath="..\..\engines\agos\res_snd.cpp" />
<File RelativePath="..\..\engines\agos\rooms.cpp" />
<File RelativePath="..\..\engines\agos\saveload.cpp" />
<File RelativePath="..\..\engines\agos\script.cpp" />
<File RelativePath="..\..\engines\agos\script_e1.cpp" />
<File RelativePath="..\..\engines\agos\script_e2.cpp" />
<File RelativePath="..\..\engines\agos\script_ff.cpp" />
<File RelativePath="..\..\engines\agos\script_pn.cpp" />
<File RelativePath="..\..\engines\agos\script_pp.cpp" />
<File RelativePath="..\..\engines\agos\script_s1.cpp" />
<File RelativePath="..\..\engines\agos\script_s2.cpp" />
<File RelativePath="..\..\engines\agos\script_ww.cpp" />
<File RelativePath="..\..\engines\agos\sound.cpp" />
<File RelativePath="..\..\engines\agos\sound.h" />
<File RelativePath="..\..\engines\agos\string.cpp" />
<File RelativePath="..\..\engines\agos\subroutine.cpp" />
<File RelativePath="..\..\engines\agos\verb.cpp" />
<File RelativePath="..\..\engines\agos\vga.cpp" />
<File RelativePath="..\..\engines\agos\vga.h" />
<File RelativePath="..\..\engines\agos\vga_e2.cpp" />
<File RelativePath="..\..\engines\agos\vga_ff.cpp" />
<File RelativePath="..\..\engines\agos\vga_pn.cpp" />
<File RelativePath="..\..\engines\agos\vga_s1.cpp" />
<File RelativePath="..\..\engines\agos\vga_s2.cpp" />
<File RelativePath="..\..\engines\agos\vga_ww.cpp" />
<File RelativePath="..\..\engines\agos\window.cpp" />
<File RelativePath="..\..\engines\agos\zones.cpp" />
</Files>
</VisualStudioProject>