2003-03-19 00:55:52 +00:00
|
|
|
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="7.00"
|
|
|
|
Name="RAS_rasterizer"
|
|
|
|
SccProjectName=""
|
|
|
|
SccLocalPath="">
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"/>
|
|
|
|
</Platforms>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
2003-05-20 11:21:17 +00:00
|
|
|
OutputDirectory="$(SolutionDir)obj\windows\gameengine\rasterizer\debug"
|
|
|
|
IntermediateDirectory="$(SolutionDir)obj\windows\gameengine\rasterizer\debug"
|
2003-03-19 00:55:52 +00:00
|
|
|
ConfigurationType="4"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2003-05-20 11:21:17 +00:00
|
|
|
AdditionalIncludeDirectories="$(SolutionDir)intern\moto\include,$(SolutionDir)intern\string,$(SolutionDir)source\kernel\gen_system"
|
2003-03-19 00:55:52 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
DefaultCharIsUnsigned="TRUE"
|
2003-05-20 11:21:17 +00:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
PrecompiledHeaderFile="$(SolutionDir)obj\windows\gameengine\rasterizer\debug/RAS_rasterizer.pch"
|
|
|
|
AssemblerListingLocation="$(SolutionDir)obj\windows\gameengine\rasterizer\debug\"
|
|
|
|
ObjectFile="$(SolutionDir)obj\windows\gameengine\rasterizer\debug\"
|
|
|
|
ProgramDataBaseFileName="$(SolutionDir)obj\windows\gameengine\rasterizer\debug\"
|
2003-03-19 00:55:52 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="TRUE"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2003-05-20 11:21:17 +00:00
|
|
|
OutputFile="$(SolutionDir)obj\windows\gameengine\rasterizer\debug\RAS_rasterizer.lib"
|
2003-03-19 00:55:52 +00:00
|
|
|
SuppressStartupBanner="TRUE"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
Culture="1033"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="MT DLL Release|Win32"
|
2003-05-20 11:21:17 +00:00
|
|
|
OutputDirectory="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll"
|
|
|
|
IntermediateDirectory="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll"
|
2003-03-19 00:55:52 +00:00
|
|
|
ConfigurationType="4"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
InlineFunctionExpansion="1"
|
2003-05-20 11:21:17 +00:00
|
|
|
AdditionalIncludeDirectories="$(SolutionDir)intern\moto\include,$(SolutionDir)intern\string,$(SolutionDir)source\kernel\gen_system"
|
2003-03-19 00:55:52 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
EnableFunctionLevelLinking="TRUE"
|
|
|
|
DefaultCharIsUnsigned="TRUE"
|
|
|
|
UsePrecompiledHeader="2"
|
2003-05-20 11:21:17 +00:00
|
|
|
PrecompiledHeaderFile="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll/RAS_rasterizer.pch"
|
|
|
|
AssemblerListingLocation="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll\"
|
|
|
|
ObjectFile="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll\"
|
|
|
|
ProgramDataBaseFileName="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll\"
|
2003-03-19 00:55:52 +00:00
|
|
|
SuppressStartupBanner="TRUE"
|
|
|
|
CompileAs="0"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2003-05-20 11:21:17 +00:00
|
|
|
OutputFile="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll\RAS_rasterizer.lib"
|
2003-03-19 00:55:52 +00:00
|
|
|
SuppressStartupBanner="TRUE"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
Culture="1033"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
2003-05-20 11:21:17 +00:00
|
|
|
OutputDirectory="$(SolutionDir)obj\windows\gameengine\rasterizer"
|
|
|
|
IntermediateDirectory="$(SolutionDir)obj\windows\gameengine\rasterizer"
|
2003-03-19 00:55:52 +00:00
|
|
|
ConfigurationType="4"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
InlineFunctionExpansion="1"
|
2003-05-20 11:21:17 +00:00
|
|
|
AdditionalIncludeDirectories="$(SolutionDir)intern\moto\include,$(SolutionDir)intern\string,$(SolutionDir)source\kernel\gen_system"
|
2003-03-19 00:55:52 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
EnableFunctionLevelLinking="TRUE"
|
|
|
|
DefaultCharIsUnsigned="TRUE"
|
|
|
|
UsePrecompiledHeader="2"
|
2003-05-20 11:21:17 +00:00
|
|
|
PrecompiledHeaderFile="$(SolutionDir)obj\windows\gameengine\rasterizer/RAS_rasterizer.pch"
|
|
|
|
AssemblerListingLocation="$(SolutionDir)obj\windows\gameengine\rasterizer\"
|
|
|
|
ObjectFile="$(SolutionDir)obj\windows\gameengine\rasterizer\"
|
|
|
|
ProgramDataBaseFileName="$(SolutionDir)obj\windows\gameengine\rasterizer\"
|
2003-03-19 00:55:52 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="TRUE"
|
|
|
|
CompileAs="0"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2003-05-20 11:21:17 +00:00
|
|
|
OutputFile="$(SolutionDir)obj\windows\gameengine\rasterizer\RAS_rasterizer.lib"
|
2003-03-19 00:55:52 +00:00
|
|
|
SuppressStartupBanner="TRUE"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
Culture="1033"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="MT DLL Debug|Win32"
|
2003-05-20 11:21:17 +00:00
|
|
|
OutputDirectory="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll_debug"
|
|
|
|
IntermediateDirectory="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll_debug"
|
2003-03-19 00:55:52 +00:00
|
|
|
ConfigurationType="4"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2003-05-20 11:21:17 +00:00
|
|
|
AdditionalIncludeDirectories="$(SolutionDir)intern\moto\include,$(SolutionDir)intern\string,$(SolutionDir)source\kernel\gen_system"
|
2003-03-19 00:55:52 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
DefaultCharIsUnsigned="TRUE"
|
|
|
|
UsePrecompiledHeader="2"
|
2003-05-20 11:21:17 +00:00
|
|
|
PrecompiledHeaderFile="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll_debug/RAS_rasterizer.pch"
|
|
|
|
AssemblerListingLocation="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll_debug\"
|
|
|
|
ObjectFile="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll_debug\"
|
|
|
|
ProgramDataBaseFileName="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll_debug\"
|
2003-03-19 00:55:52 +00:00
|
|
|
SuppressStartupBanner="TRUE"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
CompileAs="0"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2003-05-20 11:21:17 +00:00
|
|
|
OutputFile="$(SolutionDir)obj\windows\gameengine\rasterizer\mtdll_debug\RAS_rasterizer.lib"
|
2003-03-19 00:55:52 +00:00
|
|
|
SuppressStartupBanner="TRUE"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
Culture="1033"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_BucketManager.cpp">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_FramingManager.cpp">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_IPolygonMaterial.cpp">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_IRenderTools.cpp">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_MaterialBucket.cpp">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_MeshObject.cpp">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_Polygon.cpp">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_TexVert.cpp">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_texmatrix.cpp">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl">
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_BucketManager.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_CameraData.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_Deformer.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_FramingManager.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_ICanvas.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_IPolygonMaterial.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_IRasterizer.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_IRenderTools.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_LightObject.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_MaterialBucket.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_MeshObject.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_ObjectColor.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_Polygon.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_TexMatrix.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2003-05-20 11:21:17 +00:00
|
|
|
RelativePath="$(SolutionDir)source\gameengine\Rasterizer\RAS_TexVert.h">
|
2003-03-19 00:55:52 +00:00
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|