mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
aa66cf3fd8
- 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
50 lines
2.2 KiB
XML
50 lines
2.2 KiB
XML
<?xml version="1.0" encoding="windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="groovie"
|
|
ProjectGUID="{2C1EA540-0B09-11DD-BD00-000000000000}"
|
|
RootNamespace="groovie"
|
|
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\groovie\cell.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\cell.h" />
|
|
<File RelativePath="..\..\engines\groovie\cursor.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\cursor.h" />
|
|
<File RelativePath="..\..\engines\groovie\debug.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\debug.h" />
|
|
<File RelativePath="..\..\engines\groovie\detection.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\font.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\font.h" />
|
|
<File RelativePath="..\..\engines\groovie\graphics.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\graphics.h" />
|
|
<File RelativePath="..\..\engines\groovie\groovie.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\groovie.h" />
|
|
<File RelativePath="..\..\engines\groovie\lzss.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\lzss.h" />
|
|
<File RelativePath="..\..\engines\groovie\music.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\music.h" />
|
|
<File RelativePath="..\..\engines\groovie\player.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\player.h" />
|
|
<File RelativePath="..\..\engines\groovie\resource.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\resource.h" />
|
|
<File RelativePath="..\..\engines\groovie\roq.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\roq.h" />
|
|
<File RelativePath="..\..\engines\groovie\saveload.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\saveload.h" />
|
|
<File RelativePath="..\..\engines\groovie\script.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\script.h" />
|
|
<File RelativePath="..\..\engines\groovie\vdx.cpp" />
|
|
<File RelativePath="..\..\engines\groovie\vdx.h" />
|
|
</Files>
|
|
</VisualStudioProject>
|