scummvm/dists/msvc9/queen.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

62 lines
2.8 KiB
XML

<?xml version="1.0" encoding="windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="queen"
ProjectGUID="{6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}"
RootNamespace="queen"
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\queen\bankman.cpp" />
<File RelativePath="..\..\engines\queen\bankman.h" />
<File RelativePath="..\..\engines\queen\command.cpp" />
<File RelativePath="..\..\engines\queen\command.h" />
<File RelativePath="..\..\engines\queen\credits.cpp" />
<File RelativePath="..\..\engines\queen\credits.h" />
<File RelativePath="..\..\engines\queen\cutaway.cpp" />
<File RelativePath="..\..\engines\queen\cutaway.h" />
<File RelativePath="..\..\engines\queen\debug.cpp" />
<File RelativePath="..\..\engines\queen\debug.h" />
<File RelativePath="..\..\engines\queen\defs.h" />
<File RelativePath="..\..\engines\queen\display.cpp" />
<File RelativePath="..\..\engines\queen\display.h" />
<File RelativePath="..\..\engines\queen\graphics.cpp" />
<File RelativePath="..\..\engines\queen\graphics.h" />
<File RelativePath="..\..\engines\queen\grid.cpp" />
<File RelativePath="..\..\engines\queen\grid.h" />
<File RelativePath="..\..\engines\queen\input.cpp" />
<File RelativePath="..\..\engines\queen\input.h" />
<File RelativePath="..\..\engines\queen\journal.cpp" />
<File RelativePath="..\..\engines\queen\journal.h" />
<File RelativePath="..\..\engines\queen\logic.cpp" />
<File RelativePath="..\..\engines\queen\logic.h" />
<File RelativePath="..\..\engines\queen\midiadlib.cpp" />
<File RelativePath="..\..\engines\queen\music.cpp" />
<File RelativePath="..\..\engines\queen\music.h" />
<File RelativePath="..\..\engines\queen\musicdata.cpp" />
<File RelativePath="..\..\engines\queen\queen.cpp" />
<File RelativePath="..\..\engines\queen\queen.h" />
<File RelativePath="..\..\engines\queen\resource.cpp" />
<File RelativePath="..\..\engines\queen\resource.h" />
<File RelativePath="..\..\engines\queen\restables.cpp" />
<File RelativePath="..\..\engines\queen\sound.cpp" />
<File RelativePath="..\..\engines\queen\sound.h" />
<File RelativePath="..\..\engines\queen\state.cpp" />
<File RelativePath="..\..\engines\queen\state.h" />
<File RelativePath="..\..\engines\queen\structs.h" />
<File RelativePath="..\..\engines\queen\talk.cpp" />
<File RelativePath="..\..\engines\queen\talk.h" />
<File RelativePath="..\..\engines\queen\walk.cpp" />
<File RelativePath="..\..\engines\queen\walk.h" />
</Files>
</VisualStudioProject>