[Scummvm-cvs-logs] SF.net SVN: scummvm: [29913] scummvm/trunk/dists

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Dec 20 14:20:44 CET 2007


Revision: 29913
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29913&view=rev
Author:   thebluegr
Date:     2007-12-20 05:20:42 -0800 (Thu, 20 Dec 2007)

Log Message:
-----------
Adding MSVC9 project files

Added Paths:
-----------
    scummvm/trunk/dists/msvc9/
    scummvm/trunk/dists/msvc9/agi.vcproj
    scummvm/trunk/dists/msvc9/agos.vcproj
    scummvm/trunk/dists/msvc9/cine.vcproj
    scummvm/trunk/dists/msvc9/cruise.vcproj
    scummvm/trunk/dists/msvc9/drascula.vcproj
    scummvm/trunk/dists/msvc9/gob.vcproj
    scummvm/trunk/dists/msvc9/igor.vcproj
    scummvm/trunk/dists/msvc9/kyra.vcproj
    scummvm/trunk/dists/msvc9/lure.vcproj
    scummvm/trunk/dists/msvc9/parallaction.vcproj
    scummvm/trunk/dists/msvc9/queen.vcproj
    scummvm/trunk/dists/msvc9/saga.vcproj
    scummvm/trunk/dists/msvc9/scumm.vcproj
    scummvm/trunk/dists/msvc9/scummvm.sln
    scummvm/trunk/dists/msvc9/scummvm.vcproj
    scummvm/trunk/dists/msvc9/sky.vcproj
    scummvm/trunk/dists/msvc9/sword1.vcproj
    scummvm/trunk/dists/msvc9/sword2.vcproj
    scummvm/trunk/dists/msvc9/touche.vcproj

Added: scummvm/trunk/dists/msvc9/agi.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/agi.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/agi.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/agi.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/agos.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/agos.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/agos.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/agos.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/cine.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/cine.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/cine.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/cine.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/cruise.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/cruise.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/cruise.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/cruise.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/drascula.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/drascula.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/drascula.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/drascula.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/gob.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/gob.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/gob.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/gob.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/igor.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/igor.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/igor.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/igor.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/kyra.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/kyra.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/kyra.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/kyra.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/lure.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/lure.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/lure.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/lure.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/parallaction.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/parallaction.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/parallaction.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/parallaction.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/queen.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/queen.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/queen.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/queen.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/saga.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/saga.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/saga.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc9/saga.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: scummvm/trunk/dists/msvc9/scumm.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/scumm.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc9/scumm.vcproj	2007-12-20 13:20:42 UTC (rev 29913)
@@ -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

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list