1
0
forked from 0ad/0ad
0ad/source/vc7/vc7.vcproj
olsner 21f7b63a36 New terrain stuff, CLogger
This was SVN commit r207.
2004-04-14 21:55:24 +00:00

783 lines
17 KiB
XML
Executable File

<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="vc7"
ProjectGUID="{BEBCC605-46F3-4927-BDC4-1E5F739A2A4F}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="../../binaries"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\ps;..\lib,.."
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/ps_dbg.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/vc7.pdb"
SubSystem="2"
EntryPointSymbol="entry"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="../../binaries"
IntermediateDirectory="Release"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="..\ps;..\lib"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/ps.exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
EntryPointSymbol="entry"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
<File
RelativePath="..\main.cpp">
</File>
<Filter
Name="gui"
Filter="">
<File
RelativePath="..\gui\CGUI.cpp">
</File>
<File
RelativePath="..\gui\CGUIScrollBarVertical.cpp">
</File>
<File
RelativePath="..\gui\GUIbase.cpp">
</File>
<File
RelativePath="..\gui\GUIutil.cpp">
</File>
<File
RelativePath="..\gui\IGUIButtonBehavior.cpp">
</File>
<File
RelativePath="..\gui\IGUIObject.cpp">
</File>
<File
RelativePath="..\gui\IGUIScrollBar.cpp">
</File>
<File
RelativePath="..\gui\IGUIScrollBarOwner.cpp">
</File>
<File
RelativePath="..\gui\IGUISettingsObject.cpp">
</File>
<Filter
Name="Controls"
Filter="">
<File
RelativePath="..\gui\CButton.cpp">
</File>
<File
RelativePath="..\gui\CText.cpp">
</File>
</Filter>
</Filter>
<Filter
Name="terrain"
Filter="">
<File
RelativePath="..\terrain\AlphaMapCalculator.cpp">
</File>
<File
RelativePath="..\terrain\Bound.cpp">
</File>
<File
RelativePath="..\terrain\Camera.cpp">
</File>
<File
RelativePath="..\terrain\Frustum.cpp">
</File>
<File
RelativePath="..\terrain\Matrix3D.cpp">
</File>
<File
RelativePath="..\terrain\MiniPatch.cpp">
</File>
<File
RelativePath="..\terrain\Model.cpp">
</File>
<File
RelativePath="..\terrain\ModelDef.cpp">
</File>
<File
RelativePath="..\terrain\ModelFile.cpp">
</File>
<File
RelativePath="..\terrain\ModelRData.cpp">
</File>
<File
RelativePath="..\terrain\Patch.cpp">
</File>
<File
RelativePath="..\terrain\PatchRData.cpp">
</File>
<File
RelativePath="..\terrain\Plane.cpp">
</File>
<File
RelativePath="..\terrain\Quaternion.cpp">
</File>
<File
RelativePath="..\terrain\Renderer.cpp">
</File>
<File
RelativePath="..\terrain\SHCoeffs.cpp">
</File>
<File
RelativePath="..\terrain\Terrain.cpp">
</File>
<File
RelativePath="..\terrain\TextureManager.cpp">
</File>
<File
RelativePath="..\terrain\TransparencyRenderer.cpp">
</File>
<File
RelativePath="..\terrain\Triangle.cpp">
</File>
<File
RelativePath="..\terrain\Vector3D.cpp">
</File>
<File
RelativePath="..\terrain\Visual.cpp">
</File>
<File
RelativePath="..\terrain\terrainMain.cpp">
</File>
</Filter>
<Filter
Name="lib"
Filter="">
<File
RelativePath="..\lib\adts.cpp">
</File>
<File
RelativePath="..\lib\adts.h">
</File>
<File
RelativePath="..\lib\config.h">
</File>
<File
RelativePath="..\lib\detect.cpp">
</File>
<File
RelativePath="..\lib\detect.h">
</File>
<File
RelativePath="..\lib\glext_funcs.h">
</File>
<File
RelativePath="..\lib\input.cpp">
</File>
<File
RelativePath="..\lib\input.h">
</File>
<File
RelativePath="..\lib\lib.cpp">
</File>
<File
RelativePath="..\lib\lib.h">
</File>
<File
RelativePath="..\lib\memcpy.cpp">
</File>
<File
RelativePath="..\lib\misc.cpp">
</File>
<File
RelativePath="..\lib\misc.h">
</File>
<File
RelativePath="..\lib\ogl.cpp">
</File>
<File
RelativePath="..\lib\ogl.h">
</File>
<File
RelativePath="..\lib\posix.h">
</File>
<File
RelativePath="..\lib\sdl.h">
</File>
<File
RelativePath="..\lib\timer.cpp">
</File>
<File
RelativePath="..\lib\timer.h">
</File>
<File
RelativePath="..\lib\types.h">
</File>
<Filter
Name="sysdep"
Filter="">
<File
RelativePath="..\lib\sysdep\ia32.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\sysdep\ia32.h">
</File>
<File
RelativePath="..\lib\sysdep\sysdep.cpp">
</File>
<File
RelativePath="..\lib\sysdep\sysdep.h">
</File>
<File
RelativePath="..\lib\sysdep\x.cpp">
</File>
<Filter
Name="win"
Filter="">
<File
RelativePath="..\lib\sysdep\win\hrt.cpp">
</File>
<File
RelativePath="..\lib\sysdep\win\hrt.h">
</File>
<File
RelativePath="..\lib\sysdep\win\waio.cpp">
</File>
<File
RelativePath="..\lib\sysdep\win\waio.h">
</File>
<File
RelativePath="..\lib\sysdep\win\wdetect.cpp">
</File>
<File
RelativePath="..\lib\sysdep\win\win.cpp">
</File>
<File
RelativePath="..\lib\sysdep\win\win.h">
</File>
<File
RelativePath="..\lib\sysdep\win\win_internal.h">
</File>
<File
RelativePath="..\lib\sysdep\win\wposix.cpp">
</File>
<File
RelativePath="..\lib\sysdep\win\wposix.h">
</File>
<File
RelativePath="..\lib\sysdep\win\wsdl.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\sysdep\win\wsdl.h">
</File>
</Filter>
</Filter>
<Filter
Name="res"
Filter="">
<File
RelativePath="..\lib\res\file.cpp">
</File>
<File
RelativePath="..\lib\res\file.h">
</File>
<File
RelativePath="..\lib\res\font.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\res\font.h">
</File>
<File
RelativePath="..\lib\res\h_mgr.cpp">
</File>
<File
RelativePath="..\lib\res\h_mgr.h">
</File>
<File
RelativePath="..\lib\res\mem.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\res\mem.h">
</File>
<File
RelativePath="..\lib\res\res.h">
</File>
<File
RelativePath="..\lib\res\tex.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\res\tex.h">
</File>
<File
RelativePath="..\lib\res\vfs.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\res\vfs.h">
</File>
<File
RelativePath="..\lib\res\zip.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\res\zip.h">
</File>
</Filter>
</Filter>
<Filter
Name="ps"
Filter="">
<File
RelativePath="..\ps\CLogger.cpp">
</File>
<File
RelativePath="..\ps\CStr.cpp">
</File>
<File
RelativePath="..\ps\Config.cpp">
</File>
<File
RelativePath="..\ps\Encryption.cpp">
</File>
<File
RelativePath="..\ps\LogFile.cpp">
</File>
<File
RelativePath="..\ps\MathUtil.cpp">
</File>
<File
RelativePath="..\ps\Parser.cpp">
</File>
<File
RelativePath="..\ps\Prometheus.cpp">
</File>
<File
RelativePath="..\ps\XercesErrorHandler.cpp">
</File>
<Filter
Name="Network"
Filter="">
<File
RelativePath="..\ps\Network\NetMessage.cpp">
</File>
<File
RelativePath="..\ps\Network\Network.cpp">
</File>
<File
RelativePath="..\ps\Network\ServerSocket.cpp">
</File>
<File
RelativePath="..\ps\Network\SocketBase.cpp">
</File>
<File
RelativePath="..\ps\Network\StreamSocket.cpp">
</File>
</Filter>
</Filter>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
<Filter
Name="gui"
Filter="">
<File
RelativePath="..\gui\CGUI.h">
</File>
<File
RelativePath="..\gui\CGUIScrollBarVertical.h">
</File>
<File
RelativePath="..\gui\CGUISprite.h">
</File>
<File
RelativePath="..\gui\GUI.h">
</File>
<File
RelativePath="..\gui\GUIbase.h">
</File>
<File
RelativePath="..\gui\GUIutil.h">
</File>
<File
RelativePath="..\gui\IGUIButtonBehavior.h">
</File>
<File
RelativePath="..\gui\IGUIObject.h">
</File>
<File
RelativePath="..\gui\IGUIScrollBar.h">
</File>
<File
RelativePath="..\gui\IGUIScrollBarOwner.h">
</File>
<File
RelativePath="..\gui\IGUISettingsObject.h">
</File>
<Filter
Name="Controls"
Filter="">
<File
RelativePath="..\gui\CButton.h">
</File>
<File
RelativePath="..\gui\CText.h">
</File>
</Filter>
</Filter>
<Filter
Name="terrain"
Filter="">
<File
RelativePath="..\terrain\AABBTree.h">
</File>
<File
RelativePath="..\terrain\AlphaMapCalculator.h">
</File>
<File
RelativePath="..\terrain\BlendShapes.h">
</File>
<File
RelativePath="..\terrain\Bound.h">
</File>
<File
RelativePath="..\terrain\Camera.h">
</File>
<File
RelativePath="..\terrain\Color.h">
</File>
<File
RelativePath="..\terrain\Frustum.h">
</File>
<File
RelativePath="..\terrain\HBV.h">
</File>
<File
RelativePath="..\terrain\LightEnv.h">
</File>
<File
RelativePath="..\terrain\MathUtil.h">
</File>
<File
RelativePath="..\terrain\Matrix3D.h">
</File>
<File
RelativePath="..\terrain\MiniPatch.h">
</File>
<File
RelativePath="..\terrain\Model.h">
</File>
<File
RelativePath="..\terrain\ModelDef.h">
</File>
<File
RelativePath="..\terrain\ModelFile.h">
</File>
<File
RelativePath="..\terrain\ModelRData.h">
</File>
<File
RelativePath="..\terrain\Patch.h">
</File>
<File
RelativePath="..\terrain\PatchRData.h">
</File>
<File
RelativePath="..\terrain\Plane.h">
</File>
<File
RelativePath="..\terrain\Quaternion.h">
</File>
<File
RelativePath="..\terrain\RenderableObject.h">
</File>
<File
RelativePath="..\terrain\Renderer.h">
</File>
<File
RelativePath="..\terrain\SHCoeffs.h">
</File>
<File
RelativePath="..\terrain\TerrGlobals.h">
</File>
<File
RelativePath="..\terrain\Terrain.h">
</File>
<File
RelativePath="..\terrain\Texture.h">
</File>
<File
RelativePath="..\terrain\TransparencyRenderer.h">
</File>
<File
RelativePath="..\terrain\Triangle.h">
</File>
<File
RelativePath="..\terrain\Types.h">
</File>
<File
RelativePath="..\terrain\Vector3D.h">
</File>
<File
RelativePath="..\terrain\Vector4D.h">
</File>
<File
RelativePath="..\terrain\Visual.h">
</File>
</Filter>
<Filter
Name="ps"
Filter="">
<File
RelativePath="..\ps\BaseEntity.h">
</File>
<File
RelativePath="..\ps\CLogger.h">
</File>
<File
RelativePath="..\ps\CStr.h">
</File>
<File
RelativePath="..\ps\Config.h">
</File>
<File
RelativePath="..\ps\Encryption.h">
</File>
<File
RelativePath="..\ps\Error.h">
</File>
<File
RelativePath="..\ps\LogFile.h">
</File>
<File
RelativePath="..\ps\MathUtil.h">
</File>
<File
RelativePath="..\ps\Parser.h">
</File>
<File
RelativePath="..\ps\Prometheus.h">
</File>
<File
RelativePath="..\ps\Singleton.h">
</File>
<File
RelativePath="..\ps\Sound.h">
</File>
<File
RelativePath="..\ps\ThreadUtil.h">
</File>
<File
RelativePath="..\ps\XercesErrorHandler.h">
</File>
<Filter
Name="Network"
Filter="">
<File
RelativePath="..\ps\Network\AllNetMessages.h">
</File>
<File
RelativePath="..\ps\Network\NMTCreator.h">
</File>
<File
RelativePath="..\ps\Network\NetMessage.h">
</File>
<File
RelativePath="..\ps\Network\Network.h">
</File>
<File
RelativePath="..\ps\Network\NetworkInternal.h">
</File>
<File
RelativePath="..\ps\Network\Serialization.h">
</File>
<File
RelativePath="..\ps\Network\SocketBase.h">
</File>
<File
RelativePath="..\ps\Network\StreamSocket.h">
</File>
</Filter>
</Filter>
<Filter
Name="lib"
Filter="">
<Filter
Name="sysdep"
Filter="">
<Filter
Name="win"
Filter="">
</Filter>
</Filter>
<Filter
Name="res"
Filter="">
</Filter>
</Filter>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>