aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9/saga.vcproj
diff options
context:
space:
mode:
authorFilippos Karapetis2007-12-20 13:20:42 +0000
committerFilippos Karapetis2007-12-20 13:20:42 +0000
commitd53c0b9fa0cd7fa4962ced8fcaa9fc9d6b3aff55 (patch)
treef2663418ae0883acaaa5f6bbf575441cf17dcb36 /dists/msvc9/saga.vcproj
parent54aeecf15094a09e82f0591b6cb805ff09a4136c (diff)
downloadscummvm-rg350-d53c0b9fa0cd7fa4962ced8fcaa9fc9d6b3aff55.tar.gz
scummvm-rg350-d53c0b9fa0cd7fa4962ced8fcaa9fc9d6b3aff55.tar.bz2
scummvm-rg350-d53c0b9fa0cd7fa4962ced8fcaa9fc9d6b3aff55.zip
Adding MSVC9 project files
svn-id: r29913
Diffstat (limited to 'dists/msvc9/saga.vcproj')
-rw-r--r--dists/msvc9/saga.vcproj395
1 files changed, 395 insertions, 0 deletions
diff --git a/dists/msvc9/saga.vcproj b/dists/msvc9/saga.vcproj
new file mode 100644
index 0000000000..89ac16f1cb
--- /dev/null
+++ b/dists/msvc9/saga.vcproj
@@ -0,0 +1,395 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="saga"
+ ProjectGUID="{676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}"
+ RootNamespace="saga"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="saga_Debug"
+ IntermediateDirectory="saga_Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="true"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ EnableFunctionLevelLinking="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/saga.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="saga_Release"
+ IntermediateDirectory="saga_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="true"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="false"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/saga.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\saga\actor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\actor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\actor_path.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\actor_walk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\animation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\animation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\console.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\console.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\detection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\detection_tables.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\displayinfo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\events.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\font_map.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\gfx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\gfx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\ihnm_introproc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\image.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\input.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\interface.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\interface.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\isomap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\isomap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\ite_introproc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\itedata.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\itedata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\objectmap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\objectmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\palanim.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\palanim.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\puzzle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\puzzle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\render.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\render.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\rscfile.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\rscfile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\saga.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\saga.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sagaresnames.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\scene.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\scene.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\script.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sfuncs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sndres.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sndres.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sprite.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sprite.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\saga\sthread.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>