mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-12 04:36:15 +00:00
be1bd35ae5
svn-id: r10563
138 lines
3.2 KiB
XML
138 lines
3.2 KiB
XML
<?xml version="1.0" encoding = "windows-1250"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.00"
|
|
Name="queen"
|
|
ProjectGUID="{6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7}"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="queen_Debug"
|
|
IntermediateDirectory="queen_Debug"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../../;../../common"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_ADLIB"
|
|
MinimalRebuild="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
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)/queen.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="queen_Release"
|
|
IntermediateDirectory="queen_Release"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="TRUE"
|
|
AdditionalIncludeDirectories="../../;../../common"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_ADLIB"
|
|
StringPooling="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="FALSE"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/queen.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<Files>
|
|
<File
|
|
RelativePath="..\..\queen\cutaway.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\cutaway.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\graphics.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\graphics.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\logic.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\logic.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\queen.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\queen.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\resource.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\resource.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\restables.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\queen\version.cpp">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|