2002-11-21 05:40:49 +00:00
|
|
|
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="7.00"
|
|
|
|
Name="ZEngine"
|
|
|
|
ProjectGUID="{65AA7404-28C1-4B15-979E-4D3A14092CC1}"
|
|
|
|
Keyword="Win32Proj">
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"/>
|
|
|
|
</Platforms>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="Release"
|
|
|
|
IntermediateDirectory="Release"
|
|
|
|
ConfigurationType="4"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
OmitFramePointers="TRUE"
|
2003-04-27 18:54:58 +00:00
|
|
|
AdditionalIncludeDirectories="../include"
|
2002-11-21 05:40:49 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
EnableFunctionLevelLinking="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="4"
|
|
|
|
WarnAsError="TRUE"
|
|
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
|
|
DebugInformationFormat="3"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="../lib/ZEngineS.lib"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Implementations"
|
|
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\external\SDLGL_Util.cpp">
|
|
|
|
</File>
|
2003-06-16 07:45:03 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\VersionInfo.cpp">
|
|
|
|
</File>
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_Utility.cpp">
|
|
|
|
</File>
|
2003-04-27 18:54:58 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZClient.cpp">
|
|
|
|
</File>
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZConfigFile.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZEngine.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZError.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZFont.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZImage.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZMusic.cpp">
|
|
|
|
</File>
|
2003-07-05 00:40:44 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZRandGen.cpp">
|
|
|
|
</File>
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZRect.cpp">
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2003-04-27 18:54:58 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZServer.cpp">
|
|
|
|
</File>
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZSound.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ZE_ZTimer.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\external\physfsrwops.cpp">
|
|
|
|
</File>
|
2002-11-21 05:40:49 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Headers"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc">
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\external\SDLGL_Util.h">
|
|
|
|
</File>
|
2003-06-16 07:45:03 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\VersionInfo.h">
|
|
|
|
</File>
|
2002-11-21 05:40:49 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_Defines.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_Includes.h">
|
|
|
|
</File>
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_Utility.h">
|
|
|
|
</File>
|
2003-07-10 19:22:11 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZBaseParticleSystem.h">
|
|
|
|
</File>
|
2003-04-27 18:54:58 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZClient.h">
|
|
|
|
</File>
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZConfigFile.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZEngine.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZError.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZFont.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZImage.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZMusic.h">
|
|
|
|
</File>
|
2003-07-05 00:40:44 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZRandGen.h">
|
|
|
|
</File>
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
2003-04-27 18:54:58 +00:00
|
|
|
RelativePath="..\include\ZE_ZRect.h">
|
2003-01-16 04:40:18 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-04-27 18:54:58 +00:00
|
|
|
RelativePath="..\include\ZE_ZServer.h">
|
2003-01-16 04:40:18 +00:00
|
|
|
</File>
|
2003-07-10 19:22:11 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZSimpleParticleSystem.h">
|
|
|
|
</File>
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZSound.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZE_ZTimer.h">
|
|
|
|
</File>
|
2002-11-21 05:40:49 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\ZEngine.h">
|
|
|
|
</File>
|
2003-01-16 04:40:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\include\external\physfsrwops.h">
|
|
|
|
</File>
|
2002-11-21 05:40:49 +00:00
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|