aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9/tinsel.vcproj
diff options
context:
space:
mode:
authorMax Horn2008-07-23 09:02:47 +0000
committerMax Horn2008-07-23 09:02:47 +0000
commitc441c5261ff3e6ad114c0384ef818b942655f3a6 (patch)
tree6563ef6632ec89f7db2bbb62ad42aea680b507e6 /dists/msvc9/tinsel.vcproj
parente7c1a88dd3bf024e87ef62ff0c851b6a551ae2a5 (diff)
downloadscummvm-rg350-c441c5261ff3e6ad114c0384ef818b942655f3a6.tar.gz
scummvm-rg350-c441c5261ff3e6ad114c0384ef818b942655f3a6.tar.bz2
scummvm-rg350-c441c5261ff3e6ad114c0384ef818b942655f3a6.zip
Added Tinsel engine to main repos (no news item for it ON PURPOSE)
svn-id: r33230
Diffstat (limited to 'dists/msvc9/tinsel.vcproj')
-rw-r--r--dists/msvc9/tinsel.vcproj503
1 files changed, 503 insertions, 0 deletions
diff --git a/dists/msvc9/tinsel.vcproj b/dists/msvc9/tinsel.vcproj
new file mode 100644
index 0000000000..aca1a82ab8
--- /dev/null
+++ b/dists/msvc9/tinsel.vcproj
@@ -0,0 +1,503 @@
+<?xml version="1.0" encoding="windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="tinsel"
+ ProjectGUID="{22AA7760-2C91-11DD-BD0B-0800200C9A66}"
+ RootNamespace="tinsel"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="tinsel_Debug"
+ IntermediateDirectory="tinsel_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="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/tinsel.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="tinsel_Release"
+ IntermediateDirectory="tinsel_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)/tinsel.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="libcoro"
+ >
+ <File
+ RelativePath="..\..\engines\tinsel\libcoro\coro.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\libcoro\coro.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\engines\tinsel\actors.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\actors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\anim.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\anim.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\background.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\background.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\bg.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\cliprect.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\cliprect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\config.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\cursor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\cursor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\debugger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\debugger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\dos_hand.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\dw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\dwtypes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\effect.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\events.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\faders.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\faders.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\fileio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\film.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\graphics.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\graphics.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\handle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\heapmem.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\heapmem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\inventory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\inventory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\mareels.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\move.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\move.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\multiobj.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\multiobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\palette.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\palette.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\pcode.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\pcode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\pdisplay.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\pid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\play.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\polygons.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\polygons.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\rince.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\rince.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\savescn.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\savescn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\scene.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\scene.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\sched.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\sched.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\scn.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\scn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\scroll.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\scroll.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\serializer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\strres.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\strres.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\text.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\text.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\timers.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\timers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\tinlib.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\tinlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\tinsel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\tinsel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\token.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\tinsel\token.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>