mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +00:00
151 lines
3.5 KiB
XML
151 lines
3.5 KiB
XML
<?xml version="1.0" encoding = "windows-1250"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.00"
|
|
Name="simon"
|
|
ProjectGUID="{E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="simon_Debug"
|
|
IntermediateDirectory="simon_Debug"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../../;../../common"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_ADLIB;USE_MAD"
|
|
MinimalRebuild="TRUE"
|
|
ExceptionHandling="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="TRUE"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
SuppressStartupBanner="FALSE"
|
|
DebugInformationFormat="4"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/simon.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="simon_Release"
|
|
IntermediateDirectory="simon_Release"
|
|
ConfigurationType="4"
|
|
ATLMinimizesCRunTimeLibraryUsage="TRUE"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="TRUE"
|
|
AdditionalIncludeDirectories="../../;../../common"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_ADLIB;USE_MAD"
|
|
StringPooling="TRUE"
|
|
ExceptionHandling="TRUE"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="FALSE"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/simon.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<Files>
|
|
<File
|
|
RelativePath="..\..\simon\charset.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\debug.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\debug.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\intern.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\items.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\midi.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\midi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\midiparser_s1d.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\res.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\simon.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\simon.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\sound.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\sound.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\verb.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\vga.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\simon\vga.h">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|