2007-12-30 09:37:35 +00:00
|
|
|
<?xml version="1.0" encoding="windows-1252"?>
|
2007-11-04 16:47:42 +00:00
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="7.10"
|
|
|
|
Name="igor"
|
|
|
|
ProjectGUID="{83945CAF-87A0-4202-8BA4-87A0CB15D78A}"
|
|
|
|
Keyword="Win32Proj">
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"/>
|
|
|
|
</Platforms>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="igor_Debug"
|
|
|
|
IntermediateDirectory="igor_Debug"
|
|
|
|
ConfigurationType="4"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
|
|
|
|
Optimization="0"
|
2008-09-08 13:00:43 +00:00
|
|
|
InlineFunctionExpansion="0"
|
|
|
|
AdditionalIncludeDirectories="../../;../../engines"
|
2007-11-04 16:47:42 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
|
|
|
|
MinimalRebuild="TRUE"
|
|
|
|
ExceptionHandling="TRUE"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
BufferSecurityCheck="TRUE"
|
|
|
|
EnableFunctionLevelLinking="TRUE"
|
2008-09-08 13:00:43 +00:00
|
|
|
DisableLanguageExtensions="FALSE"
|
2007-11-04 16:47:42 +00:00
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="4"
|
2008-09-08 13:00:43 +00:00
|
|
|
WarnAsError="TRUE"
|
2007-11-04 16:47:42 +00:00
|
|
|
SuppressStartupBanner="FALSE"
|
2008-09-08 13:00:43 +00:00
|
|
|
Detect64BitPortabilityProblems="FALSE"
|
2007-11-04 16:47:42 +00:00
|
|
|
DebugInformationFormat="4"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/igor.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="igor_Release"
|
|
|
|
IntermediateDirectory="igor_Release"
|
|
|
|
ConfigurationType="4"
|
|
|
|
CharacterSet="2"
|
2008-09-02 11:42:15 +00:00
|
|
|
WholeProgramOptimization="TRUE">
|
2007-11-04 16:47:42 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
|
2008-09-02 11:42:15 +00:00
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="2"
|
2008-09-02 07:59:52 +00:00
|
|
|
EnableIntrinsicFunctions="TRUE"
|
|
|
|
FavorSizeOrSpeed="2"
|
2007-11-04 16:47:42 +00:00
|
|
|
OmitFramePointers="TRUE"
|
2008-04-01 09:21:05 +00:00
|
|
|
AdditionalIncludeDirectories="../../;../../engines"
|
2007-11-04 16:47:42 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
ExceptionHandling="TRUE"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
BufferSecurityCheck="FALSE"
|
|
|
|
EnableFunctionLevelLinking="FALSE"
|
2008-04-01 09:21:05 +00:00
|
|
|
DisableLanguageExtensions="FALSE"
|
2007-11-04 16:47:42 +00:00
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="4"
|
2008-09-08 13:00:43 +00:00
|
|
|
WarnAsError="TRUE"
|
2007-11-04 16:47:42 +00:00
|
|
|
DebugInformationFormat="0"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/igor.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>
|
|
|
|
<Filter
|
2008-04-01 09:21:05 +00:00
|
|
|
Name="parts">
|
2007-11-04 16:47:42 +00:00
|
|
|
<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>
|
2007-12-28 01:02:52 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\engines\igor\midi.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\engines\igor\midi.h">
|
|
|
|
</File>
|
2007-11-04 16:47:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\engines\igor\resource_ids.h">
|
|
|
|
</File>
|
2007-12-28 01:02:52 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\engines\igor\saveload.cpp">
|
|
|
|
</File>
|
2007-11-04 16:47:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\engines\igor\staticres.cpp">
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|