aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-09-04 15:17:58 +0000
committerPaweł Kołodziejski2004-09-04 15:17:58 +0000
commit1c94a93a2e0baf0c41ef01bf751593f99f7fa5ca (patch)
tree2bae52237fadc006e2046e78a55b1f9f236845d1
parent0901b17828fa5f74e622d0079f3c4501e846aaa8 (diff)
downloadscummvm-rg350-1c94a93a2e0baf0c41ef01bf751593f99f7fa5ca.tar.gz
scummvm-rg350-1c94a93a2e0baf0c41ef01bf751593f99f7fa5ca.tar.bz2
scummvm-rg350-1c94a93a2e0baf0c41ef01bf751593f99f7fa5ca.zip
added msvc8 project files
svn-id: r14895
-rw-r--r--dists/msvc8/kyra.vcproj172
-rw-r--r--dists/msvc8/queen.vcproj324
-rw-r--r--dists/msvc8/saga.vcproj440
-rw-r--r--dists/msvc8/scumm.vcproj625
-rw-r--r--dists/msvc8/scummvm.sln77
-rw-r--r--dists/msvc8/scummvm.vcproj808
-rw-r--r--dists/msvc8/simon.vcproj237
-rw-r--r--dists/msvc8/sky.vcproj657
-rw-r--r--dists/msvc8/sword1.vcproj312
-rw-r--r--dists/msvc8/sword2.vcproj412
10 files changed, 4064 insertions, 0 deletions
diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj
new file mode 100644
index 0000000000..af25d3542f
--- /dev/null
+++ b/dists/msvc8/kyra.vcproj
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="kyra"
+ ProjectGUID="{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}"
+ Keyword="Win32Proj"
+ >
+ <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="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="kyra_Release"
+ IntermediateDirectory="kyra_Release"
+ 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="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\kyra\kyra.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\kyra\kyra.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc8/queen.vcproj b/dists/msvc8/queen.vcproj
new file mode 100644
index 0000000000..7c79b17248
--- /dev/null
+++ b/dists/msvc8/queen.vcproj
@@ -0,0 +1,324 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="queen"
+ ProjectGUID="{6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}"
+ Keyword="Win32Proj"
+ >
+ <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="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="queen_Release"
+ IntermediateDirectory="queen_Release"
+ 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="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\queen\bankman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\bankman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\command.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\command.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\credits.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\credits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\cutaway.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\cutaway.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\display.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\display.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\graphics.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\graphics.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\grid.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\grid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\input.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\input.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\journal.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\journal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\logic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\musicdata.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\queen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\queen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\resource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\restables.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\state.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\state.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\structs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\talk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\talk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\walk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\queen\walk.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc8/saga.vcproj b/dists/msvc8/saga.vcproj
new file mode 100644
index 0000000000..6ac8605876
--- /dev/null
+++ b/dists/msvc8/saga.vcproj
@@ -0,0 +1,440 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="saga"
+ ProjectGUID="{676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}"
+ Keyword="Win32Proj"
+ >
+ <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="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="saga_Release"
+ IntermediateDirectory="saga_Release"
+ 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="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\saga\actionmap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\actionmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\actor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\actor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\actordata.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\actordata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\animation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\animation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\console.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\console.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\cvar.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\cvar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\cvar_mod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\events.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\expr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\expr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\font_map.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\game.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\game.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\game_mod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\gfx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\gfx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\ihnm_introproc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\image.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\image.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\input.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\interface.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\interface.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\isomap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\isomap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\ite_introproc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\objectmap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\objectmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\palanim.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\palanim.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\reinherit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\render.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\render.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\resnames.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\rscfile.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\rscfile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\rscfile_mod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\saga.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\saga.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\scene.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\scene.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\script.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sdata.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sdata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sdebug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sfuncs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sndres.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sndres.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sprite.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sprite.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\sthread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\text.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\text.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\transitions.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\ys_dl_list.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\saga\yslib.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj
new file mode 100644
index 0000000000..bcf547a3e5
--- /dev/null
+++ b/dists/msvc8/scumm.vcproj
@@ -0,0 +1,625 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="scumm"
+ ProjectGUID="{B6AFD548-63D2-40CD-A652-E87095AFCBAF}"
+ Keyword="Win32Proj"
+ >
+ <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="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="scumm_Release"
+ IntermediateDirectory="scumm_Release"
+ 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="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="smush"
+ >
+ <File
+ RelativePath="..\..\scumm\smush\channel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\chunk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\chunk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\chunk_type.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\codec1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\codec37.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\codec37.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\codec47.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\codec47.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\imuse_channel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\saud_channel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_mixer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_mixer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_player.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="imuse_digi"
+ >
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_bndmgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_bndmgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_codecs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_sndmgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_sndmgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_tables.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_track.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="insane"
+ >
+ <File
+ RelativePath="..\..\scumm\insane\insane.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\insane\insane.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\insane\insane_ben.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\insane\insane_enemy.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\insane\insane_iact.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\insane\insane_scenes.cpp"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\scumm\actor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\actor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\akos.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\akos.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\base-costume.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\base-costume.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\bomp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\bomp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\boxes.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\boxes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\camera.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\charset.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\charset.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\costume.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\costume.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\cursor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\debugger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\debugger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\dialogs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\dialogs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\gfx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\gfx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\help.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\help.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_internal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\instrument.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\instrument.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\intern.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\midiparser_eup.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\midiparser_ro.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\nut_renderer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\nut_renderer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\palette.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_mod.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_mod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v2a.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v2a.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v3a.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v3a.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource_v3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource_v4.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource_v7he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource_v7he.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\saveload.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v5.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v6.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v6he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v72he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v7he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v8.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\scumm-md5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\scumm.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\scumm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\string.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\usage_bits.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\usage_bits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\vars.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\verbs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\verbs.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc8/scummvm.sln b/dists/msvc8/scummvm.sln
new file mode 100644
index 0000000000..c707292676
--- /dev/null
+++ b/dists/msvc8/scummvm.sln
@@ -0,0 +1,77 @@
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual C++ Express 2005
+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}
+ {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7} = {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}
+ {B6AFD548-63D2-40CD-A652-E87095AFCBAF} = {B6AFD548-63D2-40CD-A652-E87095AFCBAF}
+ {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA} = {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}
+ {B5527758-2F51-4CCD-AAE1-B0E28654BD6A} = {B5527758-2F51-4CCD-AAE1-B0E28654BD6A}
+ {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E} = {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}
+ {C8AAE83E-198B-4ECA-A877-166827953979} = {C8AAE83E-198B-4ECA-A877-166827953979}
+ {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC} = {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}
+ 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}") = "simon", "simon.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
+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
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj
new file mode 100644
index 0000000000..5ccb717d44
--- /dev/null
+++ b/dists/msvc8/scummvm.vcproj
@@ -0,0 +1,808 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="scummvm"
+ ProjectGUID="{8434CB15-D08F-427D-9E6D-581AE5B28440}"
+ Keyword="Win32Proj"
+ >
+ <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="../../;../../common"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;DISABLE_SAGA"
+ 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 libz.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib sword1_debug/sword1.lib sword2_debug/sword2.lib kyra_debug/kyra.lib queen_debug/queen.lib saga_debug/saga.lib scumm_debug/scumm.lib simon_debug/simon.lib sky_debug/sky.lib"
+ OutputFile="$(OutDir)/scummvm.exe"
+ LinkIncremental="2"
+ IgnoreDefaultLibraryNames="LIBC.lib"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/scummvm.pdb"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="scummvm_Release"
+ IntermediateDirectory="scummvm_Release"
+ 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="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;DISABLE_SAGA"
+ 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 libz.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib saga_release/saga.lib sword1_release/sword1.lib sword2_release/sword2.lib kyra_release/kyra.lib queen_release/queen.lib scumm_release/scumm.lib simon_release/simon.lib sky_release/sky.lib"
+ OutputFile="$(OutDir)/scummvm.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ IgnoreDefaultLibraryNames="LIBC.lib"
+ GenerateDebugInformation="FALSE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="base"
+ >
+ <File
+ RelativePath="..\..\base\engine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\engine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\gameDetector.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\gameDetector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\main.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\plugins.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\base\plugins.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="common"
+ >
+ <File
+ RelativePath="..\..\common\array.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\config-manager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\config-manager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\debugger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\debugger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\file.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\file.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\map.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\md5.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\md5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\rect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\savefile.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\savefile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scummsys.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\singleton.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\stack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\stdafx.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.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\timer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\util.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\util.h"
+ >
+ </File>
+ <Filter
+ Name="scaler"
+ >
+ <File
+ RelativePath="..\..\common\scaler\2xsai.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\aspect.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\hq2x.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\hq2x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\hq2x_i386.asm"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="nasm.exe -O1 -f win32 -g -o $(OutDir)\$(InputName).obj $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(OutDir)\$(InputName).obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="nasm.exe -O1 -f win32 -o $(OutDir)\$(InputName).obj $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(OutDir)\$(InputName).obj"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\hq3x.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\hq3x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\hq3x_i386.asm"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="nasm.exe -O1 -f win32 -g -o $(OutDir)\$(InputName).obj $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(OutDir)\$(InputName).obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="nasm.exe -O1 -f win32 -o $(OutDir)\$(InputName).obj $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(OutDir)\$(InputName).obj"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\intern.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\scale2x.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\scale2x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\scale3x.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\scale3x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\scalebit.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\common\scaler\scalebit.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="sound"
+ >
+ <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\fmopl.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sound\fmopl.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\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>
+ </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="..\..\scummvm.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scummvm.rc"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="backends"
+ >
+ <File
+ RelativePath="..\..\backends\intern.h"
+ >
+ </File>
+ <Filter
+ Name="sdl"
+ >
+ <File
+ RelativePath="..\..\backends\sdl\events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\sdl\graphics.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\sdl\sdl-common.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\sdl\sdl.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="fs"
+ >
+ <File
+ RelativePath="..\..\backends\fs\fs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\fs\windows\windows-fs.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="midi"
+ >
+ <File
+ RelativePath="..\..\backends\midi\adlib.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\midi\null.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\midi\windows.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\backends\midi\ym2612.cpp"
+ >
+ </File>
+ </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\consolefont.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\dialog.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\dialog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\EditTextWidget.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\EditTextWidget.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\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.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\widget.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gui\widget.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="graphics"
+ >
+ <File
+ RelativePath="..\..\graphics\animation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\animation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\newfont.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\scummfont.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\graphics\surface.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc8/simon.vcproj b/dists/msvc8/simon.vcproj
new file mode 100644
index 0000000000..1618b85747
--- /dev/null
+++ b/dists/msvc8/simon.vcproj
@@ -0,0 +1,237 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="simon"
+ ProjectGUID="{E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="simon_Debug"
+ IntermediateDirectory="simon_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="../../;../../common"
+ 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)/simon.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="simon_Release"
+ IntermediateDirectory="simon_Release"
+ ConfigurationType="4"
+ ATLMinimizesCRunTimeLibraryUsage="TRUE"
+ 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="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ 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)/simon.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\simon\charset.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\debugger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\debugger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\intern.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\items.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\midi.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\midi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\midiparser_s1d.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\res.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\simon.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\simon.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\verb.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\vga.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\simon\vga.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc8/sky.vcproj b/dists/msvc8/sky.vcproj
new file mode 100644
index 0000000000..40cda3cc73
--- /dev/null
+++ b/dists/msvc8/sky.vcproj
@@ -0,0 +1,657 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="sky"
+ ProjectGUID="{B5527758-2F51-4CCD-AAE1-B0E28654BD6A}"
+ Keyword="Win32Proj"
+ >
+ <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="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="sky_Release"
+ IntermediateDirectory="sky_Release"
+ 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="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="music"
+ >
+ <File
+ RelativePath="..\..\sky\music\adlibchannel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\adlibchannel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\adlibmusic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\adlibmusic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\gmchannel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\gmchannel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\gmmusic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\gmmusic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\mt32music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\mt32music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\musicbase.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\music\musicbase.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="compacts"
+ >
+ <File
+ RelativePath="..\..\sky\compacts\0compact.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\101comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\102comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\10comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\11comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\12comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\13comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\14comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\15comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\16comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\17comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\18comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\19comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\1compact.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\20comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\21comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\22comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\23comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\24comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\25comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\26comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\27comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\28comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\29comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\2compact.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\30comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\31comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\32comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\33comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\34comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\36comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\37comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\38comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\39comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\3compact.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\40comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\41comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\42comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\44comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\45comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\46comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\47comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\48comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\4compact.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\5compact.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\65comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\66comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\67comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\68comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\69comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\70comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\71comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\72comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\73comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\74comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\75comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\76comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\77comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\78comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\79comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\80comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\81comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\82comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\85comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\90comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\91comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\92comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\93comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\94comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\95comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\96comp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\9compact.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\linc_gen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\lincmenu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\objects.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\savedata.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compacts\z_compac.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\sky\autoroute.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\autoroute.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compact.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\compact.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\control.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\control.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\disk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\disk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\grid.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\grid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\hufftext.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\intro.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\intro.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\logic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\mouse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\mouse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\rnc_deco.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\rnc_deco.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\screen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\screen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\sky.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\sky.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\skydefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\struc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\talks.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\text.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sky\text.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc8/sword1.vcproj b/dists/msvc8/sword1.vcproj
new file mode 100644
index 0000000000..8198989467
--- /dev/null
+++ b/dists/msvc8/sword1.vcproj
@@ -0,0 +1,312 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="sword1"
+ ProjectGUID="{C8AAE83E-198B-4ECA-A877-166827953979}"
+ Keyword="Win32Proj"
+ >
+ <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="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="sword1_Release"
+ IntermediateDirectory="sword1_Release"
+ 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="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\sword1\animation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\animation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\collision.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\control.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\control.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\eventman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\eventman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\logic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\memman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\memman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\menu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\mouse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\mouse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\objectman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\objectman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\resman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\resman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\router.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\router.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\screen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\screen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\staticres.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\sword1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\sword1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\sworddefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\swordres.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\text.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword1\text.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/dists/msvc8/sword2.vcproj b/dists/msvc8/sword2.vcproj
new file mode 100644
index 0000000000..eda7bf0a38
--- /dev/null
+++ b/dists/msvc8/sword2.vcproj
@@ -0,0 +1,412 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="sword2"
+ ProjectGUID="{6CC3E421-779D-4E80-8100-520886A0F9FF}"
+ Keyword="Win32Proj"
+ >
+ <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="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="sword2_Release"
+ IntermediateDirectory="sword2_Release"
+ 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="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ 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="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="driver"
+ >
+ <File
+ RelativePath="..\..\sword2\driver\_mouse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\animation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\animation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\d_draw.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\d_draw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\d_sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\d_sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\driver96.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\menu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\palette.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\rdwin.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\render.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\render.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\driver\sprite.cpp"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\sword2\anims.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\build_display.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\build_display.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\console.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\console.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\controls.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\controls.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\debug.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\function.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\header.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\icons.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\icons.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\interpreter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\interpreter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\layers.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\layers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\logic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\maketext.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\maketext.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\memory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\memory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\mouse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\mouse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\protocol.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\resman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\resman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\router.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\router.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\save_rest.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\save_rest.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\scroll.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\speech.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\speech.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\startup.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\startup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\sword2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\sword2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\sync.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\sword2\walker.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>