
Some debug draw code was still passing number of primitives to draw to the DD, removed those.
424 lines
8.9 KiB
XML
424 lines
8.9 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="Recast"
|
|
ProjectGUID="{CEF242C5-E9A3-403B-BAFF-99397BDA5730}"
|
|
RootNamespace="Recast"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\..\Bin"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\Contrib\SDL\include;..\..\Include;..\..\..\Detour\Include;..\..\..\DebugUtils\Include;..\..\..\Recast\Include;..\..\Contrib;$(NOINHERIT)"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="opengl32.lib glu32.lib sdlmain.lib sdl.lib"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="..\..\Contrib\SDL\lib"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\..\Bin"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
AdditionalIncludeDirectories="..\..\..\DebugUtils\Include;..\..\Contrib\SDL\include;..\..\Include;..\..\..\Detour\Include;..\..\..\Recast\Include;..\..\Contrib"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="opengl32.lib glu32.lib sdlmain.lib sdl.lib"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="..\..\Contrib\SDL\lib"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="Recast"
|
|
>
|
|
<Filter
|
|
Name="Include"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Include\Recast.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Include\RecastLog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Include\RecastTimer.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Source\Recast.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Source\RecastContour.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Source\RecastFilter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Source\RecastLog.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Source\RecastMesh.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Source\RecastMeshDetail.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Source\RecastRasterization.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Source\RecastRegion.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Recast\Source\RecastTimer.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Detour"
|
|
>
|
|
<Filter
|
|
Name="Include"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\Detour\Include\DetourCommon.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Detour\Include\DetourNavMesh.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Detour\Include\DetourNavMeshBuilder.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Detour\Include\DetourNode.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\Detour\Source\DetourCommon.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Detour\Source\DetourNavMesh.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Detour\Source\DetourNavMeshBuilder.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Detour\Source\DetourNode.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Demo"
|
|
>
|
|
<Filter
|
|
Name="Include"
|
|
>
|
|
<File
|
|
RelativePath="..\..\Include\ChunkyTriMesh.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Include\imgui.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Include\imguiRenderGL.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Include\MeshLoaderObj.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Include\Sample.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Include\Sample_SoloMesh.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Include\Sample_SoloMeshSimple.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Include\Sample_SoloMeshTiled.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Include\Sample_TileMesh.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Contrib\stb_truetype.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source"
|
|
>
|
|
<File
|
|
RelativePath="..\..\Source\ChunkyTriMesh.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Source\imgui.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Source\imguiRenderGL.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Source\main.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Source\MeshLoaderObj.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Source\Sample.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Source\Sample_SoloMesh.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Source\Sample_SoloMeshSimple.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Source\Sample_SoloMeshTiled.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Source\Sample_TileMesh.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="DebugUtils"
|
|
>
|
|
<Filter
|
|
Name="Include"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\DebugUtils\Include\DebugDraw.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\DebugUtils\Include\DetourDebugDraw.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\DebugUtils\Include\RecastDebugDraw.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\DebugUtils\Include\RecastDump.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\DebugUtils\Source\DebugDraw.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\DebugUtils\Source\DetourDebugDraw.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\DebugUtils\Source\RecastDebugDraw.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\DebugUtils\Source\RecastDump.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|