[Scummvm-cvs-logs] CVS: residual lua.vcproj,1.3,1.4 residual.vcproj,1.3,1.4

Pawel Kolodziejski aquadran at users.sourceforge.net
Mon Aug 25 15:07:56 CEST 2003


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1:/tmp/cvs-serv22624

Modified Files:
	lua.vcproj residual.vcproj 
Log Message:
.

Index: lua.vcproj
===================================================================
RCS file: /cvsroot/scummvm/residual/lua.vcproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lua.vcproj	25 Aug 2003 19:47:54 -0000	1.3
+++ lua.vcproj	25 Aug 2003 19:59:58 -0000	1.4
@@ -1,216 +1,216 @@
-<?xml version="1.0" encoding = "windows-1250"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="7.00"
-	Name="lua"
-	ProjectGUID="{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}"
-	Keyword="Win32Proj">
-	<Platforms>
-		<Platform
-			Name="Win32"/>
-	</Platforms>
-	<Configurations>
-		<Configuration
-			Name="Debug|Win32"
-			OutputDirectory="Debug_Lua"
-			IntermediateDirectory="Debug_Lua"
-			ConfigurationType="4"
-			CharacterSet="2">
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="0"
-				AdditionalIncludeDirectories="lua\include"
-				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
-				MinimalRebuild="TRUE"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="1"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="TRUE"
-				DebugInformationFormat="4"/>
-			<Tool
-				Name="VCCustomBuildTool"/>
-			<Tool
-				Name="VCLibrarianTool"
-				OutputFile="$(OutDir)/lua.lib"/>
-			<Tool
-				Name="VCMIDLTool"/>
-			<Tool
-				Name="VCPostBuildEventTool"/>
-			<Tool
-				Name="VCPreBuildEventTool"/>
-			<Tool
-				Name="VCPreLinkEventTool"/>
-			<Tool
-				Name="VCResourceCompilerTool"/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"/>
-		</Configuration>
-		<Configuration
-			Name="Release|Win32"
-			OutputDirectory="Release_Lua"
-			IntermediateDirectory="Release_Lua"
-			ConfigurationType="4"
-			CharacterSet="2">
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="2"
-				InlineFunctionExpansion="1"
-				OmitFramePointers="TRUE"
-				AdditionalIncludeDirectories="lua\include"
-				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
-				StringPooling="TRUE"
-				RuntimeLibrary="0"
-				EnableFunctionLevelLinking="TRUE"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="TRUE"
-				DebugInformationFormat="3"/>
-			<Tool
-				Name="VCCustomBuildTool"/>
-			<Tool
-				Name="VCLibrarianTool"
-				OutputFile="$(OutDir)/lua.lib"/>
-			<Tool
-				Name="VCMIDLTool"/>
-			<Tool
-				Name="VCPostBuildEventTool"/>
-			<Tool
-				Name="VCPreBuildEventTool"/>
-			<Tool
-				Name="VCPreLinkEventTool"/>
-			<Tool
-				Name="VCResourceCompilerTool"/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"/>
-		</Configuration>
-	</Configurations>
-	<Files>
-		<Filter
-			Name="Source Files"
-			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
-			<File
-				RelativePath="lua\src\lapi.c">
-			</File>
-			<File
-				RelativePath="lua\src\lapi.h">
-			</File>
-			<File
-				RelativePath="lua\src\lauxlib.c">
-			</File>
-			<File
-				RelativePath="lua\src\lbuffer.c">
-			</File>
-			<File
-				RelativePath="lua\src\lbuiltin.c">
-			</File>
-			<File
-				RelativePath="lua\src\lbuiltin.h">
-			</File>
-			<File
-				RelativePath="lua\src\ldo.c">
-			</File>
-			<File
-				RelativePath="lua\src\ldo.h">
-			</File>
-			<File
-				RelativePath="lua\src\lfunc.c">
-			</File>
-			<File
-				RelativePath="lua\src\lfunc.h">
-			</File>
-			<File
-				RelativePath="lua\src\lgc.c">
-			</File>
-			<File
-				RelativePath="lua\src\lgc.h">
-			</File>
-			<File
-				RelativePath="lua\src\lib\liolib.c">
-			</File>
-			<File
-				RelativePath="lua\src\llex.c">
-			</File>
-			<File
-				RelativePath="lua\src\llex.h">
-			</File>
-			<File
-				RelativePath="lua\src\lib\lmathlib.c">
-			</File>
-			<File
-				RelativePath="lua\src\lmem.c">
-			</File>
-			<File
-				RelativePath="lua\src\lmem.h">
-			</File>
-			<File
-				RelativePath="lua\src\lobject.c">
-			</File>
-			<File
-				RelativePath="lua\src\lobject.h">
-			</File>
-			<File
-				RelativePath="lua\src\lopcodes.h">
-			</File>
-			<File
-				RelativePath="lua\src\lparser.c">
-			</File>
-			<File
-				RelativePath="lua\src\lparser.h">
-			</File>
-			<File
-				RelativePath="lua\src\lstate.c">
-			</File>
-			<File
-				RelativePath="lua\src\lstate.h">
-			</File>
-			<File
-				RelativePath="lua\src\lstring.c">
-			</File>
-			<File
-				RelativePath="lua\src\lstring.h">
-			</File>
-			<File
-				RelativePath="lua\src\lib\lstrlib.c">
-			</File>
-			<File
-				RelativePath="lua\src\ltable.c">
-			</File>
-			<File
-				RelativePath="lua\src\ltable.h">
-			</File>
-			<File
-				RelativePath="lua\src\ltask.c">
-			</File>
-			<File
-				RelativePath="lua\src\ltask.h">
-			</File>
-			<File
-				RelativePath="lua\src\ltm.c">
-			</File>
-			<File
-				RelativePath="lua\src\ltm.h">
-			</File>
-			<File
-				RelativePath="lua\src\lundump.c">
-			</File>
-			<File
-				RelativePath="lua\src\lundump.h">
-			</File>
-			<File
-				RelativePath="lua\src\lvm.c">
-			</File>
-			<File
-				RelativePath="lua\src\lvm.h">
-			</File>
-			<File
-				RelativePath="lua\src\lzio.c">
-			</File>
-			<File
-				RelativePath="lua\src\lzio.h">
-			</File>
-		</Filter>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding = "windows-1250"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.00"
+	Name="lua"
+	ProjectGUID="{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="Debug_Lua"
+			IntermediateDirectory="Debug_Lua"
+			ConfigurationType="4"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="lua\include"
+				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="1"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="4"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLibrarianTool"
+				OutputFile="$(OutDir)/lua.lib"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="Release_Lua"
+			IntermediateDirectory="Release_Lua"
+			ConfigurationType="4"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				InlineFunctionExpansion="1"
+				OmitFramePointers="TRUE"
+				AdditionalIncludeDirectories="lua\include"
+				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+				StringPooling="TRUE"
+				RuntimeLibrary="0"
+				EnableFunctionLevelLinking="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLibrarianTool"
+				OutputFile="$(OutDir)/lua.lib"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+		</Configuration>
+	</Configurations>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+			<File
+				RelativePath="lua\src\lapi.c">
+			</File>
+			<File
+				RelativePath="lua\src\lapi.h">
+			</File>
+			<File
+				RelativePath="lua\src\lauxlib.c">
+			</File>
+			<File
+				RelativePath="lua\src\lbuffer.c">
+			</File>
+			<File
+				RelativePath="lua\src\lbuiltin.c">
+			</File>
+			<File
+				RelativePath="lua\src\lbuiltin.h">
+			</File>
+			<File
+				RelativePath="lua\src\ldo.c">
+			</File>
+			<File
+				RelativePath="lua\src\ldo.h">
+			</File>
+			<File
+				RelativePath="lua\src\lfunc.c">
+			</File>
+			<File
+				RelativePath="lua\src\lfunc.h">
+			</File>
+			<File
+				RelativePath="lua\src\lgc.c">
+			</File>
+			<File
+				RelativePath="lua\src\lgc.h">
+			</File>
+			<File
+				RelativePath="lua\src\lib\liolib.c">
+			</File>
+			<File
+				RelativePath="lua\src\llex.c">
+			</File>
+			<File
+				RelativePath="lua\src\llex.h">
+			</File>
+			<File
+				RelativePath="lua\src\lib\lmathlib.c">
+			</File>
+			<File
+				RelativePath="lua\src\lmem.c">
+			</File>
+			<File
+				RelativePath="lua\src\lmem.h">
+			</File>
+			<File
+				RelativePath="lua\src\lobject.c">
+			</File>
+			<File
+				RelativePath="lua\src\lobject.h">
+			</File>
+			<File
+				RelativePath="lua\src\lopcodes.h">
+			</File>
+			<File
+				RelativePath="lua\src\lparser.c">
+			</File>
+			<File
+				RelativePath="lua\src\lparser.h">
+			</File>
+			<File
+				RelativePath="lua\src\lstate.c">
+			</File>
+			<File
+				RelativePath="lua\src\lstate.h">
+			</File>
+			<File
+				RelativePath="lua\src\lstring.c">
+			</File>
+			<File
+				RelativePath="lua\src\lstring.h">
+			</File>
+			<File
+				RelativePath="lua\src\lib\lstrlib.c">
+			</File>
+			<File
+				RelativePath="lua\src\ltable.c">
+			</File>
+			<File
+				RelativePath="lua\src\ltable.h">
+			</File>
+			<File
+				RelativePath="lua\src\ltask.c">
+			</File>
+			<File
+				RelativePath="lua\src\ltask.h">
+			</File>
+			<File
+				RelativePath="lua\src\ltm.c">
+			</File>
+			<File
+				RelativePath="lua\src\ltm.h">
+			</File>
+			<File
+				RelativePath="lua\src\lundump.c">
+			</File>
+			<File
+				RelativePath="lua\src\lundump.h">
+			</File>
+			<File
+				RelativePath="lua\src\lvm.c">
+			</File>
+			<File
+				RelativePath="lua\src\lvm.h">
+			</File>
+			<File
+				RelativePath="lua\src\lzio.c">
+			</File>
+			<File
+				RelativePath="lua\src\lzio.h">
+			</File>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>

Index: residual.vcproj
===================================================================
RCS file: /cvsroot/scummvm/residual/residual.vcproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- residual.vcproj	25 Aug 2003 19:47:54 -0000	1.3
+++ residual.vcproj	25 Aug 2003 19:59:58 -0000	1.4
@@ -1,263 +1,263 @@
-<?xml version="1.0" encoding = "windows-1250"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="7.00"
-	Name="residual"
-	ProjectGUID="{44D38F29-303D-4E3D-AF45-B96523BF1F9F}"
-	Keyword="Win32Proj">
-	<Platforms>
-		<Platform
-			Name="Win32"/>
-	</Platforms>
-	<Configurations>
-		<Configuration
-			Name="Debug|Win32"
-			OutputDirectory="Debug_Residual"
-			IntermediateDirectory="Debug_Residual"
-			ConfigurationType="1"
-			CharacterSet="2">
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="0"
-				AdditionalIncludeDirectories="lua\include"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
-				MinimalRebuild="TRUE"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="3"
-				RuntimeTypeInfo="TRUE"
-				UsePrecompiledHeader="2"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="TRUE"
-				DebugInformationFormat="4"/>
-			<Tool
-				Name="VCCustomBuildTool"/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalOptions="OpenGL32.Lib GlAux.Lib GLU32.Lib SDL.Lib SDLMain.Lib
-/NODEFAULTLIB:LIBCMTD"
-				OutputFile="$(OutDir)/residual.exe"
-				LinkIncremental="2"
-				GenerateDebugInformation="TRUE"
-				ProgramDatabaseFile="$(OutDir)/residual.pdb"
-				SubSystem="2"
-				TargetMachine="1"/>
-			<Tool
-				Name="VCMIDLTool"/>
-			<Tool
-				Name="VCPostBuildEventTool"/>
-			<Tool
-				Name="VCPreBuildEventTool"/>
-			<Tool
-				Name="VCPreLinkEventTool"/>
-			<Tool
-				Name="VCResourceCompilerTool"/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"/>
-			<Tool
-				Name="VCWebDeploymentTool"/>
-		</Configuration>
-		<Configuration
-			Name="Release|Win32"
-			OutputDirectory="Release_Residual"
-			IntermediateDirectory="Release_Residual"
-			ConfigurationType="1"
-			CharacterSet="2">
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="2"
-				InlineFunctionExpansion="1"
-				OmitFramePointers="TRUE"
-				AdditionalIncludeDirectories="lua\include"
-				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
-				StringPooling="TRUE"
-				RuntimeLibrary="4"
-				EnableFunctionLevelLinking="TRUE"
-				RuntimeTypeInfo="TRUE"
-				UsePrecompiledHeader="2"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="TRUE"
-				DebugInformationFormat="3"/>
-			<Tool
-				Name="VCCustomBuildTool"/>
-			<Tool
-				Name="VCLinkerTool"
-				OutputFile="$(OutDir)/residual.exe"
-				LinkIncremental="1"
-				GenerateDebugInformation="TRUE"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				TargetMachine="1"/>
-			<Tool
-				Name="VCMIDLTool"/>
-			<Tool
-				Name="VCPostBuildEventTool"/>
-			<Tool
-				Name="VCPreBuildEventTool"/>
-			<Tool
-				Name="VCPreLinkEventTool"/>
-			<Tool
-				Name="VCResourceCompilerTool"/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"/>
-			<Tool
-				Name="VCWebDeploymentTool"/>
-		</Configuration>
-	</Configurations>
-	<Files>
-		<Filter
-			Name="Source Files"
-			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
-			<File
-				RelativePath="actor.cpp">
-			</File>
-			<File
-				RelativePath="actor.h">
-			</File>
-			<File
-				RelativePath="bitmap.cpp">
-			</File>
-			<File
-				RelativePath="bitmap.h">
-			</File>
-			<File
-				RelativePath="bits.h">
-			</File>
-			<File
-				RelativePath="color.h">
-			</File>
-			<File
-				RelativePath="colormap.h">
-			</File>
-			<File
-				RelativePath="costume.cpp">
-			</File>
-			<File
-				RelativePath="costume.h">
-			</File>
-			<File
-				RelativePath="debug.cpp">
-			</File>
-			<File
-				RelativePath="debug.h">
-			</File>
-			<File
-				RelativePath="engine.cpp">
-			</File>
-			<File
-				RelativePath="engine.h">
-			</File>
-			<File
-				RelativePath="hash_map.h">
-			</File>
-			<File
-				RelativePath="keyframe.cpp">
-			</File>
-			<File
-				RelativePath="keyframe.h">
-			</File>
-			<File
-				RelativePath="lab.cpp">
-			</File>
-			<File
-				RelativePath="lab.h">
-			</File>
-			<File
-				RelativePath="localize.cpp">
-			</File>
-			<File
-				RelativePath="localize.h">
-			</File>
-			<File
-				RelativePath="lua.cpp">
-			</File>
-			<File
-				RelativePath="lua.h">
-			</File>
-			<File
-				RelativePath="main.cpp">
-			</File>
-			<File
-				RelativePath="material.cpp">
-			</File>
-			<File
-				RelativePath="material.h">
-			</File>
-			<File
-				RelativePath="mixer.cpp">
-			</File>
-			<File
-				RelativePath="mixer.h">
-			</File>
-			<File
-				RelativePath="model.cpp">
-			</File>
-			<File
-				RelativePath="model.h">
-			</File>
-			<File
-				RelativePath="registry.cpp">
-			</File>
-			<File
-				RelativePath="registry.h">
-			</File>
-			<File
-				RelativePath="resource.cpp">
-			</File>
-			<File
-				RelativePath="resource.h">
-			</File>
-			<File
-				RelativePath="scene.cpp">
-			</File>
-			<File
-				RelativePath="scene.h">
-			</File>
-			<File
-				RelativePath="sound.cpp">
-			</File>
-			<File
-				RelativePath="sound.h">
-			</File>
-			<File
-				RelativePath="stdafx.h">
-			</File>
-			<File
-				RelativePath="textobject.cpp">
-			</File>
-			<File
-				RelativePath="textobject.h">
-			</File>
-			<File
-				RelativePath="textsplit.cpp">
-			</File>
-			<File
-				RelativePath="textsplit.h">
-			</File>
-			<File
-				RelativePath="vector3d.h">
-			</File>
-			<File
-				RelativePath="walkplane.cpp">
-			</File>
-			<File
-				RelativePath="walkplane.h">
-			</File>
-		</Filter>
-		<Filter
-			Name="Resource Files"
-			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
-			<File
-				RelativePath="README">
-			</File>
-			<File
-				RelativePath="TODO">
-			</File>
-			<File
-				RelativePath="residual.rc">
-			</File>
-		</Filter>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding = "windows-1250"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.00"
+	Name="residual"
+	ProjectGUID="{44D38F29-303D-4E3D-AF45-B96523BF1F9F}"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="Debug_Residual"
+			IntermediateDirectory="Debug_Residual"
+			ConfigurationType="1"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="lua\include"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="2"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="4"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalOptions="OpenGL32.Lib GlAux.Lib GLU32.Lib SDL.Lib SDLMain.Lib
+/NODEFAULTLIB:LIBCMTD"
+				OutputFile="$(OutDir)/residual.exe"
+				LinkIncremental="2"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="$(OutDir)/residual.pdb"
+				SubSystem="2"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="Release_Residual"
+			IntermediateDirectory="Release_Residual"
+			ConfigurationType="1"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				InlineFunctionExpansion="1"
+				OmitFramePointers="TRUE"
+				AdditionalIncludeDirectories="lua\include"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+				StringPooling="TRUE"
+				RuntimeLibrary="4"
+				EnableFunctionLevelLinking="TRUE"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="2"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="$(OutDir)/residual.exe"
+				LinkIncremental="1"
+				GenerateDebugInformation="TRUE"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+		</Configuration>
+	</Configurations>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+			<File
+				RelativePath="actor.cpp">
+			</File>
+			<File
+				RelativePath="actor.h">
+			</File>
+			<File
+				RelativePath="bitmap.cpp">
+			</File>
+			<File
+				RelativePath="bitmap.h">
+			</File>
+			<File
+				RelativePath="bits.h">
+			</File>
+			<File
+				RelativePath="color.h">
+			</File>
+			<File
+				RelativePath="colormap.h">
+			</File>
+			<File
+				RelativePath="costume.cpp">
+			</File>
+			<File
+				RelativePath="costume.h">
+			</File>
+			<File
+				RelativePath="debug.cpp">
+			</File>
+			<File
+				RelativePath="debug.h">
+			</File>
+			<File
+				RelativePath="engine.cpp">
+			</File>
+			<File
+				RelativePath="engine.h">
+			</File>
+			<File
+				RelativePath="hash_map.h">
+			</File>
+			<File
+				RelativePath="keyframe.cpp">
+			</File>
+			<File
+				RelativePath="keyframe.h">
+			</File>
+			<File
+				RelativePath="lab.cpp">
+			</File>
+			<File
+				RelativePath="lab.h">
+			</File>
+			<File
+				RelativePath="localize.cpp">
+			</File>
+			<File
+				RelativePath="localize.h">
+			</File>
+			<File
+				RelativePath="lua.cpp">
+			</File>
+			<File
+				RelativePath="lua.h">
+			</File>
+			<File
+				RelativePath="main.cpp">
+			</File>
+			<File
+				RelativePath="material.cpp">
+			</File>
+			<File
+				RelativePath="material.h">
+			</File>
+			<File
+				RelativePath="mixer.cpp">
+			</File>
+			<File
+				RelativePath="mixer.h">
+			</File>
+			<File
+				RelativePath="model.cpp">
+			</File>
+			<File
+				RelativePath="model.h">
+			</File>
+			<File
+				RelativePath="registry.cpp">
+			</File>
+			<File
+				RelativePath="registry.h">
+			</File>
+			<File
+				RelativePath="resource.cpp">
+			</File>
+			<File
+				RelativePath="resource.h">
+			</File>
+			<File
+				RelativePath="scene.cpp">
+			</File>
+			<File
+				RelativePath="scene.h">
+			</File>
+			<File
+				RelativePath="sound.cpp">
+			</File>
+			<File
+				RelativePath="sound.h">
+			</File>
+			<File
+				RelativePath="stdafx.h">
+			</File>
+			<File
+				RelativePath="textobject.cpp">
+			</File>
+			<File
+				RelativePath="textobject.h">
+			</File>
+			<File
+				RelativePath="textsplit.cpp">
+			</File>
+			<File
+				RelativePath="textsplit.h">
+			</File>
+			<File
+				RelativePath="vector3d.h">
+			</File>
+			<File
+				RelativePath="walkplane.cpp">
+			</File>
+			<File
+				RelativePath="walkplane.h">
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+			<File
+				RelativePath="README">
+			</File>
+			<File
+				RelativePath="TODO">
+			</File>
+			<File
+				RelativePath="residual.rc">
+			</File>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>





More information about the Scummvm-git-logs mailing list