aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dists/msvc9/agi.vcproj379
-rw-r--r--dists/msvc9/agos.vcproj375
-rw-r--r--dists/msvc9/cine.vcproj307
-rw-r--r--dists/msvc9/cruise.vcproj395
-rw-r--r--dists/msvc9/drascula.vcproj183
-rw-r--r--dists/msvc9/gob.vcproj463
-rw-r--r--dists/msvc9/igor.vcproj323
-rw-r--r--dists/msvc9/kyra.vcproj411
-rw-r--r--dists/msvc9/lure.vcproj343
-rw-r--r--dists/msvc9/parallaction.vcproj303
-rw-r--r--dists/msvc9/queen.vcproj331
-rw-r--r--dists/msvc9/saga.vcproj395
-rw-r--r--dists/msvc9/scumm.vcproj792
-rw-r--r--dists/msvc9/scummvm.sln140
-rw-r--r--dists/msvc9/scummvm.vcproj1415
-rw-r--r--dists/msvc9/sky.vcproj344
-rw-r--r--dists/msvc9/sword1.vcproj323
-rw-r--r--dists/msvc9/sword2.vcproj363
-rw-r--r--dists/msvc9/touche.vcproj215
19 files changed, 7800 insertions, 0 deletions
diff --git a/dists/msvc9/agi.vcproj b/dists/msvc9/agi.vcproj
new file mode 100644
index 0000000000..79c8df947e
--- /dev/null
+++ b/dists/msvc9/agi.vcproj
@@ -0,0 +1,379 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="agi"
+ ProjectGUID="{F5F57066-CDF4-4F80-B9E7-7F4D21850D6E}"
+ RootNamespace="agi"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="agi_Debug"
+ IntermediateDirectory="agi_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="false"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/agi.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="agi_Release"
+ IntermediateDirectory="agi_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../../;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/agi.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\agi\agi.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\agi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\checks.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\console.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\console.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\cycle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\global.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\graphics.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\graphics.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\id.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\inv.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\keyboard.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\keyboard.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\loader_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\loader_v3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\logic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\lzw.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\lzw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\menu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\motion.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\objects.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\op_cmd.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\op_dbg.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\op_test.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\opcodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\picture.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\picture.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\preagi.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\preagi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\preagi_common.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\preagi_common.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\preagi_mickey.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\preagi_mickey.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\preagi_troll.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\preagi_troll.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\preagi_winnie.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\preagi_winnie.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\predictive.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\sprite.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\sprite.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\text.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\view.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\view.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\wagparser.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\wagparser.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\words.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/agos.vcproj b/dists/msvc9/agos.vcproj
new file mode 100644
index 0000000000..94f8ae40fc
--- /dev/null
+++ b/dists/msvc9/agos.vcproj
@@ -0,0 +1,375 @@
+<?xml version="1.0" encoding="windows-1251"?>
+<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>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="agos_Debug"
+ IntermediateDirectory="agos_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/agos.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="agos_Release"
+ IntermediateDirectory="agos_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/agos.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\agos\agos.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\agos.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\animation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\animation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\charset.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\contain.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\cursor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\debugger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\debugger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\detection_tables.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\draw.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\event.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\gfx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\icons.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\input.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\intern.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\items.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\menus.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\midi.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\midi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\midiparser_s1d.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\oracle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\res.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\res_ami.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\res_snd.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\rooms.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\script_e1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\script_e2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\script_ff.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\script_pp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\script_s1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\script_s2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\script_ww.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\string.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\subroutine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\verb.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\vga.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\vga.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\vga_e2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\vga_ff.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\vga_s1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\vga_s2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\vga_ww.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\window.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agos\zones.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/cine.vcproj b/dists/msvc9/cine.vcproj
new file mode 100644
index 0000000000..00efea15d9
--- /dev/null
+++ b/dists/msvc9/cine.vcproj
@@ -0,0 +1,307 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="cine"
+ ProjectGUID="{1CA4AC50-5426-433A-8B5E-FFE39568098E}"
+ RootNamespace="cine"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="cine_Debug"
+ IntermediateDirectory="cine_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/cine.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="cine_Release"
+ IntermediateDirectory="cine_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/cine.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\cine\anim.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\anim.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\bg.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\bg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\bg_list.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\bg_list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\cine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\cine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\gfx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\gfx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\main_loop.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\main_loop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\msg.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\msg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\pal.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\pal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\part.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\part.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\prc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\prc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\rel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\rel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\script.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\texte.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\texte.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\unpack.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\unpack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\various.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\various.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/cruise.vcproj b/dists/msvc9/cruise.vcproj
new file mode 100644
index 0000000000..2d47ab4d2c
--- /dev/null
+++ b/dists/msvc9/cruise.vcproj
@@ -0,0 +1,395 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="cruise"
+ ProjectGUID="{8863B00B-059A-471E-876D-A955ECEFD0D2}"
+ RootNamespace="cruise"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="cruise_Debug"
+ IntermediateDirectory="cruise_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/cruise.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="cruise_Release"
+ IntermediateDirectory="cruise_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/cruise.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\cruise\actor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\actor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\background.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\background.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\backgroundIncrust.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\backgroundIncrust.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\cell.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\cell.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\cruise.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\cruise.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\cruise_main.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\cruise_main.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\ctp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\ctp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\dataLoader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\dataLoader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\decompiler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\delphine-unpack.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\fontCharacterTable.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\fontCharacterTable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\function.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\function.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\gfxModule.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\gfxModule.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\linker.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\linker.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\mainDraw.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\mainDraw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\menu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\mouse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\mouse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\overlay.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\overlay.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\perso.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\perso.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\polys.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\polys.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\saveload.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\script.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\stack.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\stack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\stringSupport.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\stringSupport.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\various.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\various.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\vars.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\vars.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\volume.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cruise\volume.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/drascula.vcproj b/dists/msvc9/drascula.vcproj
new file mode 100644
index 0000000000..8b6aa36c49
--- /dev/null
+++ b/dists/msvc9/drascula.vcproj
@@ -0,0 +1,183 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="drascula"
+ ProjectGUID="{CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}"
+ RootNamespace="drascula"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="drascula_Debug"
+ IntermediateDirectory="drascula_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="false"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/drascula.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="drascula_Release"
+ IntermediateDirectory="drascula_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../../;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/drascula.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\drascula\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\drascula\drascula.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\drascula\drascula.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\drascula\texts.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj
new file mode 100644
index 0000000000..1862556e72
--- /dev/null
+++ b/dists/msvc9/gob.vcproj
@@ -0,0 +1,463 @@
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="gob"
+ ProjectGUID="{976D947A-A45F-4437-991E-412F695C64C7}"
+ RootNamespace="gob"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="gob_Debug"
+ IntermediateDirectory="gob_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/gob.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="gob_Release"
+ IntermediateDirectory="gob_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="false"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/gob.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\gob\cdrom.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\cdrom.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\coktelvideo.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\coktelvideo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\dataio.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\dataio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\draw.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\draw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\draw_bargon.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\draw_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\draw_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\driver_vga.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\driver_vga.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\game.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\game.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\game_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\game_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\global.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\global.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\gob.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\gob.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\goblin.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\goblin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\goblin_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\goblin_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\goblin_v3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\init.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\init.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\init_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\init_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\init_v3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\inter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\inter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\inter_bargon.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\inter_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\inter_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\inter_v3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\inter_v4.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\map.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\map.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\map_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\map_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\map_v4.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\mult.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\mult.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\mult_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\mult_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\palanim.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\palanim.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\parse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\parse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\parse_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\parse_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\saveload.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\saveload_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\saveload_v3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\scenery.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\scenery.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\scenery_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\scenery_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\util.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\util.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\video.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\video.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\video_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\video_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\videoplayer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\gob\videoplayer.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/igor.vcproj b/dists/msvc9/igor.vcproj
new file mode 100644
index 0000000000..00c28e057e
--- /dev/null
+++ b/dists/msvc9/igor.vcproj
@@ -0,0 +1,323 @@
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="igor"
+ ProjectGUID="{83945CAF-87A0-4202-8BA4-87A0CB15D78A}"
+ RootNamespace="igor"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="igor_Debug"
+ IntermediateDirectory="igor_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="false"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/igor.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="igor_Release"
+ IntermediateDirectory="igor_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../../;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/igor.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="parts"
+ >
+ <File
+ RelativePath="..\..\engines\igor\parts\part_04.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_05.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_06.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_12.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_13.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_14.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_15.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_16.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_17.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_18.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_19.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_21.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_22.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_23.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_24.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_25.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_26.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_27.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_28.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_30.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_31.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_33.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_36.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_37.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_75.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_85.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_90.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_95.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\parts\part_main.cpp"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\engines\igor\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\igor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\igor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\midi.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\midi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\resource_ids.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\igor\staticres.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/kyra.vcproj b/dists/msvc9/kyra.vcproj
new file mode 100644
index 0000000000..fe5c209ad6
--- /dev/null
+++ b/dists/msvc9/kyra.vcproj
@@ -0,0 +1,411 @@
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="kyra"
+ ProjectGUID="{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}"
+ RootNamespace="kyra"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="kyra_Debug"
+ IntermediateDirectory="kyra_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/kyra.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="kyra_Release"
+ IntermediateDirectory="kyra_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/kyra.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\kyra\animator_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\animator_v1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\animator_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\debugger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\debugger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\gui_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\gui_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\items_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\items_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\kyra.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\kyra.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\kyra_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\kyra_v1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\kyra_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\kyra_v2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\kyra_v3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\kyra_v3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\resource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\saveload_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\scene.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\scene_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\scene_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\screen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\screen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\screen_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\screen_v1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\screen_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\screen_v2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\script.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\script_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\script_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\seqplayer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\seqplayer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sequences_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sequences_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sound_adlib.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sound_digital.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sound_towns.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sound_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sprites.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sprites.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\staticres.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\text.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\text.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\text_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\text_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\text_v2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\timer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\timer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\timer_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\timer_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\util.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\vqa.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\vqa.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\wsamovie.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\wsamovie.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/lure.vcproj b/dists/msvc9/lure.vcproj
new file mode 100644
index 0000000000..9b1d97a01e
--- /dev/null
+++ b/dists/msvc9/lure.vcproj
@@ -0,0 +1,343 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="lure"
+ ProjectGUID="{1A1CA028-61B5-4A6C-A918-F5D8721AB1AC}"
+ RootNamespace="lure"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="lure_Debug"
+ IntermediateDirectory="lure_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/lure.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="lure_Release"
+ IntermediateDirectory="lure_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/lure.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\lure\animseq.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\animseq.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\debugger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\debugger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\decode.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\decode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\disk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\disk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\events.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\fights.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\fights.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\game.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\game.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\hotspots.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\hotspots.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\intro.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\intro.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\lure.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\lure.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\luredefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\memory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\memory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\menu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\palette.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\palette.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\res.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\res.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\res_struct.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\res_struct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\room.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\room.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\screen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\screen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\scripts.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\scripts.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\strings.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\strings.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\surface.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\lure\surface.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/parallaction.vcproj b/dists/msvc9/parallaction.vcproj
new file mode 100644
index 0000000000..7572a0ee88
--- /dev/null
+++ b/dists/msvc9/parallaction.vcproj
@@ -0,0 +1,303 @@
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="parallaction"
+ ProjectGUID="{0068957B-E2E1-4988-8C87-D541D84DAF20}"
+ RootNamespace="parallaction"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="parallaction_Debug"
+ IntermediateDirectory="parallaction_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="false"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/parallaction.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="parallaction_Release"
+ IntermediateDirectory="parallaction_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../../;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/parallaction.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\parallaction\callables_br.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\callables_ns.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\dialogue.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\disk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\disk_br.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\disk_ns.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\exec_br.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\exec_ns.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\graphics.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\graphics.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\gui_ns.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\inventory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\inventory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\objects.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\objects.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\parallaction.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\parallaction.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\parallaction_br.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\parallaction_ns.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\parser.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\parser.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\parser_br.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\parser_ns.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\staticres.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\walk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\parallaction\walk.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/queen.vcproj b/dists/msvc9/queen.vcproj
new file mode 100644
index 0000000000..4a6bf78e04
--- /dev/null
+++ b/dists/msvc9/queen.vcproj
@@ -0,0 +1,331 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<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>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="queen_Debug"
+ IntermediateDirectory="queen_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/queen.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="queen_Release"
+ IntermediateDirectory="queen_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/queen.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\queen\bankman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\bankman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\command.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\command.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\credits.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\credits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\cutaway.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\cutaway.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\display.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\display.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\graphics.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\graphics.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\grid.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\grid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\input.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\input.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\journal.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\journal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\logic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\midiadlib.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\musicdata.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\queen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\queen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\resource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\restables.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\state.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\state.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\structs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\talk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\talk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\walk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\queen\walk.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/saga.vcproj b/dists/msvc9/saga.vcproj
new file mode 100644
index 0000000000..89ac16f1cb
--- /dev/null
+++ b/dists/msvc9/saga.vcproj
@@ -0,0 +1,395 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="saga"
+ ProjectGUID="{676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}"
+ RootNamespace="saga"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="saga_Debug"
+ IntermediateDirectory="saga_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/saga.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="saga_Release"
+ IntermediateDirectory="saga_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/saga.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\saga\actor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\actor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\actor_path.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\actor_walk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\animation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\animation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\console.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\console.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\detection_tables.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\displayinfo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\events.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\font_map.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\gfx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\gfx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\ihnm_introproc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\image.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\input.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\interface.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\interface.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\isomap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\isomap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\ite_introproc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\itedata.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\itedata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\objectmap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\objectmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\palanim.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\palanim.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\puzzle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\puzzle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\render.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\render.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\rscfile.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\rscfile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\saga.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\saga.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sagaresnames.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\scene.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\scene.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\script.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sfuncs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sndres.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sndres.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sprite.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sprite.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sthread.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/scumm.vcproj b/dists/msvc9/scumm.vcproj
new file mode 100644
index 0000000000..4e59f5120d
--- /dev/null
+++ b/dists/msvc9/scumm.vcproj
@@ -0,0 +1,792 @@
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="scumm"
+ ProjectGUID="{B6AFD548-63D2-40CD-A652-E87095AFCBAF}"
+ RootNamespace="scumm"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="scumm_Debug"
+ IntermediateDirectory="scumm_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/scumm.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="scumm_Release"
+ IntermediateDirectory="scumm_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ DisableLanguageExtensions="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/scumm.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="smush"
+ >
+ <File
+ RelativePath="..\..\engines\scumm\smush\channel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\channel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\chunk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\chunk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\chunk_type.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\codec1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\codec37.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\codec37.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\codec47.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\codec47.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\imuse_channel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\saud_channel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\smush_font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\smush_font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\smush_mixer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\smush_mixer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\smush_player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\smush\smush_player.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="imuse_digi"
+ >
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse_bndmgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse_bndmgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse_codecs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse_music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse_script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse_sndmgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse_sndmgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse_tables.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse_digi\dimuse_track.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="insane"
+ >
+ <File
+ RelativePath="..\..\engines\scumm\insane\insane.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\insane\insane.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\insane\insane_ben.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\insane\insane_enemy.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\insane\insane_iact.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\insane\insane_scenes.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="he"
+ >
+ <File
+ RelativePath="..\..\engines\scumm\he\animation_he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\animation_he.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\cup_player_he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\cup_player_he.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\floodfill_he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\floodfill_he.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\intern_he.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\logic_he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\logic_he.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\palette_he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\resource_he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\resource_he.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\script_v100he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\script_v60he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\script_v70he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\script_v72he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\script_v80he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\script_v90he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\sound_he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\sound_he.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\sprite_he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\sprite_he.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\wiz_he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\he\wiz_he.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="imuse"
+ >
+ <File
+ RelativePath="..\..\engines\scumm\imuse\imuse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse\imuse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse\imuse_internal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse\imuse_part.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse\imuse_player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse\instrument.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse\instrument.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse\sysex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse\sysex_samnmax.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\imuse\sysex_scumm.cpp"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\engines\scumm\actor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\actor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\akos.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\akos.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\base-costume.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\base-costume.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\bomp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\bomp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\boxes.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\boxes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\camera.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\charset.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\charset.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\costume.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\costume.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\cursor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\debugger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\debugger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\detection.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\detection_tables.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\dialogs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\dialogs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\file.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\file.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\file_nes.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\file_nes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\gfx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\gfx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\help.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\help.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\input.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\intern.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\midiparser_eup.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\midiparser_ro.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\nut_renderer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\nut_renderer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\palette.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_mod.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_mod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_nes.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_nes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_v1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_v2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_v2a.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_v2a.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_v3a.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\player_v3a.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\resource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\resource_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\resource_v3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\resource_v4.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\room.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\saveload.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\script.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\script_v0.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\script_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\script_v5.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\script_v6.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\script_v8.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\scumm-md5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\scumm.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\scumm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\string.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\thumbnail.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\usage_bits.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\usage_bits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\util.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\util.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\vars.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\verbs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\scumm\verbs.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/scummvm.sln b/dists/msvc9/scummvm.sln
new file mode 100644
index 0000000000..9d9f02c86e
--- /dev/null
+++ b/dists/msvc9/scummvm.sln
@@ -0,0 +1,140 @@
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C++ Express 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scummvm", "scummvm.vcproj", "{8434CB15-D08F-427D-9E6D-581AE5B28440}"
+ ProjectSection(ProjectDependencies) = postProject
+ {6CC3E421-779D-4E80-8100-520886A0F9FF} = {6CC3E421-779D-4E80-8100-520886A0F9FF}
+ {83945CAF-87A0-4202-8BA4-87A0CB15D78A} = {83945CAF-87A0-4202-8BA4-87A0CB15D78A}
+ {1A1CA028-61B5-4A6C-A918-F5D8721AB1AC} = {1A1CA028-61B5-4A6C-A918-F5D8721AB1AC}
+ {0068957B-E2E1-4988-8C87-D541D84DAF20} = {0068957B-E2E1-4988-8C87-D541D84DAF20}
+ {8863B00B-059A-471E-876D-A955ECEFD0D2} = {8863B00B-059A-471E-876D-A955ECEFD0D2}
+ {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E} = {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}
+ {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC} = {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}
+ {976D947A-A45F-4437-991E-412F695C64C7} = {976D947A-A45F-4437-991E-412F695C64C7}
+ {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA} = {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}
+ {F5F57066-CDF4-4F80-B9E7-7F4D21850D6E} = {F5F57066-CDF4-4F80-B9E7-7F4D21850D6E}
+ {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7} = {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}
+ {B5527758-2F51-4CCD-AAE1-B0E28654BD6A} = {B5527758-2F51-4CCD-AAE1-B0E28654BD6A}
+ {D4986356-D0BB-4981-924A-854157BDF11F} = {D4986356-D0BB-4981-924A-854157BDF11F}
+ {1CA4AC50-5426-433A-8B5E-FFE39568098E} = {1CA4AC50-5426-433A-8B5E-FFE39568098E}
+ {B6AFD548-63D2-40CD-A652-E87095AFCBAF} = {B6AFD548-63D2-40CD-A652-E87095AFCBAF}
+ {C8AAE83E-198B-4ECA-A877-166827953979} = {C8AAE83E-198B-4ECA-A877-166827953979}
+ {CF888EE2-239C-40D7-83F1-1CDD4F7D56E3} = {CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sword2", "sword2.vcproj", "{6CC3E421-779D-4E80-8100-520886A0F9FF}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "queen", "queen.vcproj", "{6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scumm", "scumm.vcproj", "{B6AFD548-63D2-40CD-A652-E87095AFCBAF}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "agos", "agos.vcproj", "{E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sky", "sky.vcproj", "{B5527758-2F51-4CCD-AAE1-B0E28654BD6A}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sword1", "sword1.vcproj", "{C8AAE83E-198B-4ECA-A877-166827953979}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kyra", "kyra.vcproj", "{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "saga", "saga.vcproj", "{676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gob", "gob.vcproj", "{976D947A-A45F-4437-991E-412F695C64C7}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lure", "lure.vcproj", "{1A1CA028-61B5-4A6C-A918-F5D8721AB1AC}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cine", "cine.vcproj", "{1CA4AC50-5426-433A-8B5E-FFE39568098E}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "agi", "agi.vcproj", "{F5F57066-CDF4-4F80-B9E7-7F4D21850D6E}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "touche", "touche.vcproj", "{D4986356-D0BB-4981-924A-854157BDF11F}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "parallaction", "parallaction.vcproj", "{0068957B-E2E1-4988-8C87-D541D84DAF20}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cruise", "cruise.vcproj", "{8863B00B-059A-471E-876D-A955ECEFD0D2}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "drascula", "drascula.vcproj", "{CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "igor", "igor.vcproj", "{83945CAF-87A0-4202-8BA4-87A0CB15D78A}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {8434CB15-D08F-427D-9E6D-581AE5B28440}.Debug|Win32.ActiveCfg = Debug|Win32
+ {8434CB15-D08F-427D-9E6D-581AE5B28440}.Debug|Win32.Build.0 = Debug|Win32
+ {8434CB15-D08F-427D-9E6D-581AE5B28440}.Release|Win32.ActiveCfg = Release|Win32
+ {8434CB15-D08F-427D-9E6D-581AE5B28440}.Release|Win32.Build.0 = Release|Win32
+ {6CC3E421-779D-4E80-8100-520886A0F9FF}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6CC3E421-779D-4E80-8100-520886A0F9FF}.Debug|Win32.Build.0 = Debug|Win32
+ {6CC3E421-779D-4E80-8100-520886A0F9FF}.Release|Win32.ActiveCfg = Release|Win32
+ {6CC3E421-779D-4E80-8100-520886A0F9FF}.Release|Win32.Build.0 = Release|Win32
+ {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}.Debug|Win32.Build.0 = Debug|Win32
+ {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}.Release|Win32.ActiveCfg = Release|Win32
+ {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}.Release|Win32.Build.0 = Release|Win32
+ {B6AFD548-63D2-40CD-A652-E87095AFCBAF}.Debug|Win32.ActiveCfg = Debug|Win32
+ {B6AFD548-63D2-40CD-A652-E87095AFCBAF}.Debug|Win32.Build.0 = Debug|Win32
+ {B6AFD548-63D2-40CD-A652-E87095AFCBAF}.Release|Win32.ActiveCfg = Release|Win32
+ {B6AFD548-63D2-40CD-A652-E87095AFCBAF}.Release|Win32.Build.0 = Release|Win32
+ {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}.Debug|Win32.ActiveCfg = Debug|Win32
+ {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}.Debug|Win32.Build.0 = Debug|Win32
+ {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}.Release|Win32.ActiveCfg = Release|Win32
+ {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}.Release|Win32.Build.0 = Release|Win32
+ {B5527758-2F51-4CCD-AAE1-B0E28654BD6A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {B5527758-2F51-4CCD-AAE1-B0E28654BD6A}.Debug|Win32.Build.0 = Debug|Win32
+ {B5527758-2F51-4CCD-AAE1-B0E28654BD6A}.Release|Win32.ActiveCfg = Release|Win32
+ {B5527758-2F51-4CCD-AAE1-B0E28654BD6A}.Release|Win32.Build.0 = Release|Win32
+ {C8AAE83E-198B-4ECA-A877-166827953979}.Debug|Win32.ActiveCfg = Debug|Win32
+ {C8AAE83E-198B-4ECA-A877-166827953979}.Debug|Win32.Build.0 = Debug|Win32
+ {C8AAE83E-198B-4ECA-A877-166827953979}.Release|Win32.ActiveCfg = Release|Win32
+ {C8AAE83E-198B-4ECA-A877-166827953979}.Release|Win32.Build.0 = Release|Win32
+ {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}.Debug|Win32.Build.0 = Debug|Win32
+ {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}.Release|Win32.ActiveCfg = Release|Win32
+ {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}.Release|Win32.Build.0 = Release|Win32
+ {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Debug|Win32.ActiveCfg = Debug|Win32
+ {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Debug|Win32.Build.0 = Debug|Win32
+ {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Release|Win32.ActiveCfg = Release|Win32
+ {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Release|Win32.Build.0 = Release|Win32
+ {976D947A-A45F-4437-991E-412F695C64C7}.Debug|Win32.ActiveCfg = Debug|Win32
+ {976D947A-A45F-4437-991E-412F695C64C7}.Debug|Win32.Build.0 = Debug|Win32
+ {976D947A-A45F-4437-991E-412F695C64C7}.Release|Win32.ActiveCfg = Release|Win32
+ {976D947A-A45F-4437-991E-412F695C64C7}.Release|Win32.Build.0 = Release|Win32
+ {1A1CA028-61B5-4A6C-A918-F5D8721AB1AC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {1A1CA028-61B5-4A6C-A918-F5D8721AB1AC}.Debug|Win32.Build.0 = Debug|Win32
+ {1A1CA028-61B5-4A6C-A918-F5D8721AB1AC}.Release|Win32.ActiveCfg = Release|Win32
+ {1A1CA028-61B5-4A6C-A918-F5D8721AB1AC}.Release|Win32.Build.0 = Release|Win32
+ {1CA4AC50-5426-433A-8B5E-FFE39568098E}.Debug|Win32.ActiveCfg = Debug|Win32
+ {1CA4AC50-5426-433A-8B5E-FFE39568098E}.Debug|Win32.Build.0 = Debug|Win32
+ {1CA4AC50-5426-433A-8B5E-FFE39568098E}.Release|Win32.ActiveCfg = Release|Win32
+ {1CA4AC50-5426-433A-8B5E-FFE39568098E}.Release|Win32.Build.0 = Release|Win32
+ {F5F57066-CDF4-4F80-B9E7-7F4D21850D6E}.Debug|Win32.ActiveCfg = Debug|Win32
+ {F5F57066-CDF4-4F80-B9E7-7F4D21850D6E}.Debug|Win32.Build.0 = Debug|Win32
+ {F5F57066-CDF4-4F80-B9E7-7F4D21850D6E}.Release|Win32.ActiveCfg = Release|Win32
+ {F5F57066-CDF4-4F80-B9E7-7F4D21850D6E}.Release|Win32.Build.0 = Release|Win32
+ {D4986356-D0BB-4981-924A-854157BDF11F}.Debug|Win32.ActiveCfg = Debug|Win32
+ {D4986356-D0BB-4981-924A-854157BDF11F}.Debug|Win32.Build.0 = Debug|Win32
+ {D4986356-D0BB-4981-924A-854157BDF11F}.Release|Win32.ActiveCfg = Release|Win32
+ {D4986356-D0BB-4981-924A-854157BDF11F}.Release|Win32.Build.0 = Release|Win32
+ {0068957B-E2E1-4988-8C87-D541D84DAF20}.Debug|Win32.ActiveCfg = Debug|Win32
+ {0068957B-E2E1-4988-8C87-D541D84DAF20}.Debug|Win32.Build.0 = Debug|Win32
+ {0068957B-E2E1-4988-8C87-D541D84DAF20}.Release|Win32.ActiveCfg = Release|Win32
+ {0068957B-E2E1-4988-8C87-D541D84DAF20}.Release|Win32.Build.0 = Release|Win32
+ {8863B00B-059A-471E-876D-A955ECEFD0D2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {8863B00B-059A-471E-876D-A955ECEFD0D2}.Debug|Win32.Build.0 = Debug|Win32
+ {8863B00B-059A-471E-876D-A955ECEFD0D2}.Release|Win32.ActiveCfg = Release|Win32
+ {8863B00B-059A-471E-876D-A955ECEFD0D2}.Release|Win32.Build.0 = Release|Win32
+ {CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}.Debug|Win32.ActiveCfg = Debug|Win32
+ {CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}.Debug|Win32.Build.0 = Debug|Win32
+ {CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}.Release|Win32.ActiveCfg = Release|Win32
+ {CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}.Release|Win32.Build.0 = Release|Win32
+ {83945CAF-87A0-4202-8BA4-87A0CB15D78A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {83945CAF-87A0-4202-8BA4-87A0CB15D78A}.Debug|Win32.Build.0 = Debug|Win32
+ {83945CAF-87A0-4202-8BA4-87A0CB15D78A}.Release|Win32.ActiveCfg = Release|Win32
+ {83945CAF-87A0-4202-8BA4-87A0CB15D78A}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj
new file mode 100644
index 0000000000..cefcf1acc4
--- /dev/null
+++ b/dists/msvc9/scummvm.vcproj
@@ -0,0 +1,1415 @@
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="scummvm"
+ ProjectGUID="{8434CB15-D08F-427D-9E6D-581AE5B28440}"
+ RootNamespace="scummvm"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="scummvm_Debug"
+ IntermediateDirectory="scummvm_Debug"
+ ConfigurationType="1"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;USE_MT32EMU"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="winmm.lib sdl.lib zlib.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib sword1_debug/sword1.lib sword2_debug/sword2.lib lure_debug/lure.lib cine_debug/cine.lib cruise_debug/cruise.lib igor_debug/igor.lib kyra_debug/kyra.lib gob_debug/gob.lib queen_debug/queen.lib saga_debug/saga.lib agi_debug/agi.lib scumm_debug/scumm.lib agos_debug/agos.lib drascula_debug/drascula.lib sky_debug/sky.lib parallaction_debug/parallaction.lib"
+ OutputFile="$(OutDir)/scummvm.exe"
+ LinkIncremental="2"
+ IgnoreDefaultLibraryNames="libc.lib;libcmt.lib"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/scummvm.pdb"
+ SubSystem="1"
+ EntryPointSymbol="WinMainCRTStartup"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="scummvm_Release"
+ IntermediateDirectory="scummvm_Release"
+ ConfigurationType="1"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU"
+ StringPooling="true"
+ MinimalRebuild="false"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="winmm.lib sdl.lib zlib.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib saga_release/saga.lib agi_release/agi.lib sword1_release/sword1.lib sword2_release/sword2.lib lure_release/lure.lib cine_release/cine.lib cruise_release/cruise.lib igor_release/igor.lib kyra_release/kyra.lib gob_release/gob.lib queen_release/queen.lib scumm_release/scumm.lib agos_release/agos.lib sky_release/sky.lib drascula_release/drascula.lib parallaction_release/parallaction.lib"
+ OutputFile="$(OutDir)/scummvm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ IgnoreDefaultLibraryNames="libc.lib"
+ GenerateDebugInformation="false"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ EntryPointSymbol="WinMainCRTStartup"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="base"
+ >
+ <File
+ RelativePath="..\..\base\commandLine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\commandLine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\game.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\game.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\internal_version.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\main.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\main.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\plugins.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\plugins.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\version.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\version.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="common"
+ >
+ <File
+ RelativePath="..\..\common\advancedDetector.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\advancedDetector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\algorithm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\array.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\config-file.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\config-file.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\config-manager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\config-manager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\endian.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\error.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\events.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\file.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\file.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\frac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\fs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\fs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\func.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\hash-str.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\hashmap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\hashmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\iff_container.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\keyboard.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\md5.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\md5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\mutex.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\mutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\noncopyable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\pack-end.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\pack-start.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\rect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\savefile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scummsys.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\singleton.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\stack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\str.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\str.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\stream.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\stream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\system.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\system.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\timer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\unzip.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\unzip.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\util.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\util.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="sound"
+ >
+ <File
+ RelativePath="..\..\sound\adpcm.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\adpcm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\aiff.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\aiff.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\audiocd.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\audiocd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\audiostream.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\audiostream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\flac.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\flac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\fmopl.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\fmopl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\iff.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\sound\iff.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mididrv.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mididrv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\midiparser.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\midiparser.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\midiparser_smf.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\midiparser_xmidi.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mixer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mixer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mp3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mp3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mpu401.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mpu401.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\null.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\rate.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\rate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\voc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\voc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\vorbis.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\vorbis.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\wave.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\wave.h"
+ >
+ </File>
+ <Filter
+ Name="softhsynth"
+ >
+ <File
+ RelativePath="..\..\sound\softsynth\adlib.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)/$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)/$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\emumidi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\fluidsynth.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)/$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)/$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\pcspk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\pcspk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\ym2612.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)/$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)/$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\ym2612.h"
+ >
+ </File>
+ <Filter
+ Name="mt32"
+ >
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\freeverb.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\freeverb.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\i386.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\i386.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\mt32_file.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\mt32_file.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\mt32emu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\part.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\part.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\partial.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\partial.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\partialManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\partialManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\structures.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\synth.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\synth.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\tables.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\softsynth\mt32\tables.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="mods"
+ >
+ <File
+ RelativePath="..\..\sound\mods\infogrames.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\infogrames.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\module.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\module.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\paula.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\paula.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\protracker.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\protracker.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\rjp1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\rjp1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\soundfx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\mods\soundfx.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="txt"
+ >
+ <File
+ RelativePath="..\..\COPYING"
+ >
+ </File>
+ <File
+ RelativePath="..\..\NEWS"
+ >
+ </File>
+ <File
+ RelativePath="..\..\README"
+ >
+ </File>
+ <File
+ RelativePath="..\..\TODO"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="rsc"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ <File
+ RelativePath="..\..\icons\scummvm.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dists\scummvm.rc"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="backends"
+ >
+ <File
+ RelativePath="..\..\backends\intern.h"
+ >
+ </File>
+ <Filter
+ Name="sdl"
+ >
+ <File
+ RelativePath="..\..\backends\platform\sdl\events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\platform\sdl\graphics.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\platform\sdl\main.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\backends\platform\sdl\sdl.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\platform\sdl\sdl.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="fs"
+ >
+ <File
+ RelativePath="..\..\backends\fs\abstract-fs-factory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\fs\abstract-fs-factory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\fs\abstract-fs.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="midi"
+ >
+ <File
+ RelativePath="..\..\backends\midi\windows.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="timer"
+ >
+ <File
+ RelativePath="..\..\backends\timer\default\default-timer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\timer\default\default-timer.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="saves"
+ >
+ <File
+ RelativePath="..\..\backends\saves\compressed\compressed-saves.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\saves\compressed\compressed-saves.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\saves\default\default-saves.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\saves\default\default-saves.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\saves\savefile.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="events"
+ >
+ <Filter
+ Name="default"
+ >
+ <File
+ RelativePath="..\..\backends\events\default\default-events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\events\default\default-events.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="gui"
+ >
+ <File
+ RelativePath="..\..\gui\about.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\about.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\browser.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\browser.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\chooser.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\chooser.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\console.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\console.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\credits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\debugger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\debugger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\dialog.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\dialog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\editable.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\editable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\EditTextWidget.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\EditTextWidget.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\eval.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\eval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\Key.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\Key.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\launcher.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\launcher.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\ListWidget.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\ListWidget.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\massadd.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\massadd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\message.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\message.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\newgui.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\newgui.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\options.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\options.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\PopUpWidget.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\PopUpWidget.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\ScrollBarWidget.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\ScrollBarWidget.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\TabWidget.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\TabWidget.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\theme-config.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\theme.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\theme.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\themebrowser.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\themebrowser.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\ThemeClassic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\ThemeModern.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\widget.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\widget.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="graphics"
+ >
+ <File
+ RelativePath="..\..\graphics\colormasks.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\cursorman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\cursorman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\dxa_player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\dxa_player.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\fontman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\fontman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\iff.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\iff.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\imagedec.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\imagedec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\imageman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\imageman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\mpeg_player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\mpeg_player.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\primitives.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\primitives.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\surface.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\surface.h"
+ >
+ </File>
+ <Filter
+ Name="scaler"
+ >
+ <File
+ RelativePath="..\..\graphics\scaler\2xsai.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\aspect.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\hq2x.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\hq2x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\hq2x_i386.asm"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="nasm.exe -f win32 -g -o &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+ Outputs="$(OutDir)\$(InputName).obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="nasm.exe -f win32 -o &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+ Outputs="$(OutDir)\$(InputName).obj"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\hq3x.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\hq3x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\hq3x_i386.asm"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="nasm.exe -f win32 -g -o &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+ Outputs="$(OutDir)\$(InputName).obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="nasm.exe -f win32 -o &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+ Outputs="$(OutDir)\$(InputName).obj"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\intern.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\scale2x.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\scale2x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\scale3x.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\scale3x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\scalebit.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\scalebit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scaler\thumbnail.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="fonts"
+ >
+ <File
+ RelativePath="..\..\graphics\fonts\consolefont.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\fonts\newfont.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\fonts\newfont_big.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\fonts\scummfont.cpp"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="engines"
+ >
+ <File
+ RelativePath="..\..\engines\engine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\engine.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/sky.vcproj b/dists/msvc9/sky.vcproj
new file mode 100644
index 0000000000..b668d7a904
--- /dev/null
+++ b/dists/msvc9/sky.vcproj
@@ -0,0 +1,344 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="sky"
+ ProjectGUID="{B5527758-2F51-4CCD-AAE1-B0E28654BD6A}"
+ RootNamespace="sky"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="sky_Debug"
+ IntermediateDirectory="sky_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/sky.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="sky_Release"
+ IntermediateDirectory="sky_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ DisableLanguageExtensions="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/sky.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="music"
+ >
+ <File
+ RelativePath="..\..\engines\sky\music\adlibchannel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\adlibchannel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\adlibmusic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\adlibmusic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\gmchannel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\gmchannel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\gmmusic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\gmmusic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\mt32music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\mt32music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\musicbase.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\music\musicbase.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\engines\sky\autoroute.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\autoroute.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\compact.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\compact.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\control.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\control.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\disk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\disk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\grid.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\grid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\hufftext.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\intro.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\intro.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\logic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\mouse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\mouse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\rnc_deco.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\rnc_deco.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\screen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\screen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\sky.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\sky.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\skydefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\struc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\text.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sky\text.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/sword1.vcproj b/dists/msvc9/sword1.vcproj
new file mode 100644
index 0000000000..f6e33017a6
--- /dev/null
+++ b/dists/msvc9/sword1.vcproj
@@ -0,0 +1,323 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="sword1"
+ ProjectGUID="{C8AAE83E-198B-4ECA-A877-166827953979}"
+ RootNamespace="sword1"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="sword1_Debug"
+ IntermediateDirectory="sword1_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/sword1.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="sword1_Release"
+ IntermediateDirectory="sword1_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/sword1.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\sword1\animation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\animation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\collision.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\control.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\control.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\credits.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\credits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\eventman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\eventman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\logic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\memman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\memman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\menu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\mouse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\mouse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\objectman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\objectman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\resman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\resman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\router.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\router.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\screen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\screen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\staticres.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\sword1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\sword1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\sworddefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\swordres.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\text.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword1\text.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/sword2.vcproj b/dists/msvc9/sword2.vcproj
new file mode 100644
index 0000000000..586b605d32
--- /dev/null
+++ b/dists/msvc9/sword2.vcproj
@@ -0,0 +1,363 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="sword2"
+ ProjectGUID="{6CC3E421-779D-4E80-8100-520886A0F9FF}"
+ RootNamespace="sword2"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="sword2_Debug"
+ IntermediateDirectory="sword2_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/sword2.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="sword2_Release"
+ IntermediateDirectory="sword2_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/sword2.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\sword2\animation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\animation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\anims.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\console.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\console.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\controls.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\controls.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\function.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\header.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\icons.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\interpreter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\interpreter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\layers.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\logic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\maketext.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\maketext.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\memory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\memory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\mouse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\mouse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\palette.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\protocol.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\render.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\resman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\resman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\router.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\router.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\saveload.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\screen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\screen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\scroll.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\speech.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\sprite.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\startup.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\sword2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\sword2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\sync.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\sword2\walker.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc9/touche.vcproj b/dists/msvc9/touche.vcproj
new file mode 100644
index 0000000000..6b1e0c5cba
--- /dev/null
+++ b/dists/msvc9/touche.vcproj
@@ -0,0 +1,215 @@
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="touche"
+ ProjectGUID="{D4986356-D0BB-4981-924A-854157BDF11F}"
+ RootNamespace="touche"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="touche_Debug"
+ IntermediateDirectory="touche_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="false"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/touche.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="touche_Release"
+ IntermediateDirectory="touche_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../../;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/touche.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\touche\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\graphics.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\graphics.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\midi.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\midi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\opcodes.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\resource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\staticres.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\touche.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\touche\touche.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>