aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc71/kyra.vcproj
diff options
context:
space:
mode:
authorEugene Sandulenko2006-02-24 23:49:57 +0000
committerEugene Sandulenko2006-02-24 23:49:57 +0000
commit4abfffe89b5036b125295987cab2d16de4dc96a6 (patch)
tree68e7e8d5b41f1e975ff4332c3d482967cab84f18 /dists/msvc71/kyra.vcproj
parent3064679e6cd613c48904e0d509c3549b8db77121 (diff)
downloadscummvm-rg350-4abfffe89b5036b125295987cab2d16de4dc96a6.tar.gz
scummvm-rg350-4abfffe89b5036b125295987cab2d16de4dc96a6.tar.bz2
scummvm-rg350-4abfffe89b5036b125295987cab2d16de4dc96a6.zip
Add MSVC71 project files courtsey of Quietust
svn-id: r20850
Diffstat (limited to 'dists/msvc71/kyra.vcproj')
-rw-r--r--dists/msvc71/kyra.vcproj205
1 files changed, 205 insertions, 0 deletions
diff --git a/dists/msvc71/kyra.vcproj b/dists/msvc71/kyra.vcproj
new file mode 100644
index 0000000000..09e82db469
--- /dev/null
+++ b/dists/msvc71/kyra.vcproj
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="kyra"
+ ProjectGUID="{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="kyra_Debug"
+ IntermediateDirectory="kyra_Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
+ Optimization="0"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="TRUE"
+ ExceptionHandling="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="TRUE"
+ EnableFunctionLevelLinking="TRUE"
+ ForceConformanceInForLoopScope="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ SuppressStartupBanner="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/kyra.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="kyra_Release"
+ IntermediateDirectory="kyra_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="FALSE">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../..;../../engines"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="TRUE"
+ ExceptionHandling="TRUE"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="FALSE"
+ EnableFunctionLevelLinking="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ DebugInformationFormat="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/kyra.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\kyra\animator.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\animator.h">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\debugger.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\debugger.h">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\gui.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\items.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\kyra.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\kyra.h">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\resource.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\resource.h">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\saveload.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\scene.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\screen.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\screen.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\seqplayer.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\seqplayer.h">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sequences_v1.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sound.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\sound.h">
+ </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\timer.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\wsamovie.cpp">
+ </File>
+ <File
+ RelativePath="..\..\engines\kyra\wsamovie.h">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>