updated autogenerated msvc projectfiles

This commit is contained in:
erwin.coumans
2009-08-08 05:35:44 +00:00
parent 8c07b2a8a1
commit f352cca5cf
200 changed files with 60901 additions and 59795 deletions

View File

@@ -81,6 +81,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -119,6 +120,18 @@
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
[% END %] [% END %]
[% MACRO linker_debug_dbl BLOCK -%]
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
[% END %]
[% MACRO linker_debug_dll BLOCK -%]
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
[% END %]
[% MACRO linker_common BLOCK -%] [% MACRO linker_common BLOCK -%]
OutputFile="[% path([my.doc.buildroot.0, glue([my.doc.target.0, my.doc.platformsuffix.0])]) %]" OutputFile="[% path([my.doc.buildroot.0, glue([my.doc.target.0, my.doc.platformsuffix.0])]) %]"
[% END %] [% END %]

View File

@@ -286,30 +286,14 @@ SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResul
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuEpaPenetrationDepthSolver.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.cpp SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGjkEpa2.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGjkPairDetector.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.cpp SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuVoronoiSimplexSolver.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuParallelSolver.cpp SOURCE=..\..\src\BulletMultiThreaded\SpuParallelSolver.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -442,22 +426,10 @@ SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuConvexPenetr
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuEpaPenetrationDepthSolver.h
# End Source File
# Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.h SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGjkEpa2.h
# End Source File
# Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGjkPairDetector.h
# End Source File
# Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuLocalSupport.h SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuLocalSupport.h
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -470,10 +442,6 @@ SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuPreferredPen
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuVoronoiSimplexSolver.h
# End Source File
# Begin Source File
SOURCE=..\..\src\BulletMultiThreaded\SpuParallelSolver.h SOURCE=..\..\src\BulletMultiThreaded\SpuParallelSolver.h
# End Source File # End Source File
# Begin Source File # Begin Source File

File diff suppressed because it is too large Load Diff

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appBasicDemo" Name="appBasicDemo"
ProjectGUID="{3578834A-4B06-DE6F-78AC-FE11F7226D35}" ProjectGUID="{3578834A-4B06-DE6F-78AC-FE11F7226D35}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appBasicDemo\" OutputDirectory="..\..\out\release7\build\appBasicDemo\"
IntermediateDirectory="..\..\out\release7\build\appBasicDemo\" IntermediateDirectory="..\..\out\release7\build\appBasicDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appBasicDemo\appBasicDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appBasicDemo\appBasicDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appBasicDemo\" AssemblerListingLocation="..\..\out\release7\build\appBasicDemo\"
ObjectFile="..\..\out\release7\build\appBasicDemo\" ObjectFile="..\..\out\release7\build\appBasicDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appBasicDemo\BasicDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appBasicDemo\BasicDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseBasicDemo.exe" OutputFile="..\..\ReleaseBasicDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appBasicDemo\BasicDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appBasicDemo\BasicDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appBasicDemo\appBasicDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appBasicDemo\appBasicDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appBasicDemo\" OutputDirectory="..\..\out\release_dll7\build\appBasicDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appBasicDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appBasicDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appBasicDemo\appBasicDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appBasicDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appBasicDemo\appBasicDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appBasicDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appBasicDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appBasicDemo\BasicDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appBasicDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appBasicDemo\BasicDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllBasicDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllBasicDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appBasicDemo\BasicDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appBasicDemo\BasicDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appBasicDemo\appBasicDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appBasicDemo\appBasicDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appBasicDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appBasicDemo\" OutputDirectory="..\..\out\release_dbl7\build\appBasicDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appBasicDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appBasicDemo\appBasicDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appBasicDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appBasicDemo\appBasicDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appBasicDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appBasicDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appBasicDemo\BasicDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appBasicDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appBasicDemo\BasicDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblBasicDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblBasicDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appBasicDemo\BasicDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appBasicDemo\BasicDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appBasicDemo\appBasicDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appBasicDemo\appBasicDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appBasicDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appBasicDemo\" OutputDirectory="..\..\out\debug7\build\appBasicDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appBasicDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appBasicDemo\appBasicDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appBasicDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appBasicDemo\appBasicDemo.pch"
ObjectFile="..\..\out\debug7\build\appBasicDemo\" AssemblerListingLocation="..\..\out\debug7\build\appBasicDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appBasicDemo\BasicDemo.pdb" ObjectFile="..\..\out\debug7\build\appBasicDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appBasicDemo\BasicDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugBasicDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugBasicDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appBasicDemo\BasicDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appBasicDemo\BasicDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appBasicDemo\appBasicDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appBasicDemo\appBasicDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appBasicDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appBasicDemo\" OutputDirectory="..\..\out\debug_dll7\build\appBasicDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appBasicDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appBasicDemo\appBasicDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appBasicDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appBasicDemo\appBasicDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appBasicDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appBasicDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appBasicDemo\BasicDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appBasicDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appBasicDemo\BasicDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllBasicDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllBasicDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appBasicDemo\BasicDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appBasicDemo\BasicDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appBasicDemo\appBasicDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appBasicDemo\appBasicDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appBasicDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appBasicDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appBasicDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appBasicDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appBasicDemo\appBasicDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appBasicDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appBasicDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appBasicDemo\BasicDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appBasicDemo\appBasicDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appBasicDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appBasicDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appBasicDemo\BasicDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblBasicDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblBasicDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appBasicDemo\BasicDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appBasicDemo\BasicDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appBasicDemo\appBasicDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appBasicDemo\appBasicDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\BasicDemo\BasicDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\BasicDemo\main.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\BasicDemo\BasicDemo.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\BasicDemo\BasicDemo.h"> RelativePath="..\..\Demos\BasicDemo\main.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appBasicDemo.rc"> RelativePath="..\..\Demos\BasicDemo\BasicDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appBasicDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appBenchmarks" Name="appBenchmarks"
ProjectGUID="{67034B5D-16DD-DC97-82F6-23B9E6108940}" ProjectGUID="{67034B5D-16DD-DC97-82F6-23B9E6108940}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appBenchmarks\" OutputDirectory="..\..\out\release7\build\appBenchmarks\"
IntermediateDirectory="..\..\out\release7\build\appBenchmarks\" IntermediateDirectory="..\..\out\release7\build\appBenchmarks\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appBenchmarks\appBenchmarks.pch" PrecompiledHeaderFile="..\..\out\release7\build\appBenchmarks\appBenchmarks.pch"
AssemblerListingLocation="..\..\out\release7\build\appBenchmarks\" AssemblerListingLocation="..\..\out\release7\build\appBenchmarks\"
ObjectFile="..\..\out\release7\build\appBenchmarks\" ObjectFile="..\..\out\release7\build\appBenchmarks\"
ProgramDataBaseFileName="..\..\out\release7\build\appBenchmarks\Benchmarks.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appBenchmarks\Benchmarks.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseBenchmarks.exe" OutputFile="..\..\ReleaseBenchmarks.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appBenchmarks\Benchmarks.pdb" ProgramDatabaseFile="..\..\out\release7\build\appBenchmarks\Benchmarks.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appBenchmarks\appBenchmarks.tlb"/> TypeLibraryName="..\..\out\release7\build\appBenchmarks\appBenchmarks.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appBenchmarks\" OutputDirectory="..\..\out\release_dll7\build\appBenchmarks\"
IntermediateDirectory="..\..\out\release_dll7\build\appBenchmarks\" IntermediateDirectory="..\..\out\release_dll7\build\appBenchmarks\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appBenchmarks\appBenchmarks.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appBenchmarks\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appBenchmarks\appBenchmarks.pch"
ObjectFile="..\..\out\release_dll7\build\appBenchmarks\" AssemblerListingLocation="..\..\out\release_dll7\build\appBenchmarks\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appBenchmarks\Benchmarks.pdb" ObjectFile="..\..\out\release_dll7\build\appBenchmarks\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appBenchmarks\Benchmarks.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllBenchmarks.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllBenchmarks.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appBenchmarks\Benchmarks.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appBenchmarks\Benchmarks.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appBenchmarks\appBenchmarks.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appBenchmarks\appBenchmarks.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appBenchmarks\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appBenchmarks\" OutputDirectory="..\..\out\release_dbl7\build\appBenchmarks\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appBenchmarks\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appBenchmarks\appBenchmarks.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appBenchmarks\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appBenchmarks\appBenchmarks.pch"
ObjectFile="..\..\out\release_dbl7\build\appBenchmarks\" AssemblerListingLocation="..\..\out\release_dbl7\build\appBenchmarks\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appBenchmarks\Benchmarks.pdb" ObjectFile="..\..\out\release_dbl7\build\appBenchmarks\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appBenchmarks\Benchmarks.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblBenchmarks.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblBenchmarks.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appBenchmarks\Benchmarks.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appBenchmarks\Benchmarks.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appBenchmarks\appBenchmarks.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appBenchmarks\appBenchmarks.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appBenchmarks\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appBenchmarks\" OutputDirectory="..\..\out\debug7\build\appBenchmarks\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appBenchmarks\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appBenchmarks\appBenchmarks.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appBenchmarks\" PrecompiledHeaderFile="..\..\out\debug7\build\appBenchmarks\appBenchmarks.pch"
ObjectFile="..\..\out\debug7\build\appBenchmarks\" AssemblerListingLocation="..\..\out\debug7\build\appBenchmarks\"
ProgramDataBaseFileName="..\..\out\debug7\build\appBenchmarks\Benchmarks.pdb" ObjectFile="..\..\out\debug7\build\appBenchmarks\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appBenchmarks\Benchmarks.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugBenchmarks.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugBenchmarks.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appBenchmarks\Benchmarks.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appBenchmarks\Benchmarks.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appBenchmarks\appBenchmarks.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appBenchmarks\appBenchmarks.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appBenchmarks\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appBenchmarks\" OutputDirectory="..\..\out\debug_dll7\build\appBenchmarks\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appBenchmarks\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appBenchmarks\appBenchmarks.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appBenchmarks\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appBenchmarks\appBenchmarks.pch"
ObjectFile="..\..\out\debug_dll7\build\appBenchmarks\" AssemblerListingLocation="..\..\out\debug_dll7\build\appBenchmarks\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appBenchmarks\Benchmarks.pdb" ObjectFile="..\..\out\debug_dll7\build\appBenchmarks\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appBenchmarks\Benchmarks.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllBenchmarks.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllBenchmarks.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appBenchmarks\Benchmarks.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appBenchmarks\Benchmarks.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appBenchmarks\appBenchmarks.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appBenchmarks\appBenchmarks.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appBenchmarks\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appBenchmarks\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appBenchmarks\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appBenchmarks\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appBenchmarks\appBenchmarks.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appBenchmarks\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appBenchmarks\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appBenchmarks\Benchmarks.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appBenchmarks\appBenchmarks.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appBenchmarks\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appBenchmarks\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appBenchmarks\Benchmarks.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblBenchmarks.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblBenchmarks.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appBenchmarks\Benchmarks.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appBenchmarks\Benchmarks.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appBenchmarks\appBenchmarks.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appBenchmarks\appBenchmarks.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\Benchmarks\BenchmarkDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\Benchmarks\main.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\Benchmarks\BenchmarkDemo.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\Benchmarks\BenchmarkDemo.h"> RelativePath="..\..\Demos\Benchmarks\main.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appBenchmarks.rc"> RelativePath="..\..\Demos\Benchmarks\BenchmarkDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appBenchmarks.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,478 +1,485 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appBox2dDemo" Name="appBox2dDemo"
ProjectGUID="{66BD9781-9018-C022-6C33-D56FB76BB7E0}" ProjectGUID="{66BD9781-9018-C022-6C33-D56FB76BB7E0}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appBox2dDemo\" OutputDirectory="..\..\out\release7\build\appBox2dDemo\"
IntermediateDirectory="..\..\out\release7\build\appBox2dDemo\" IntermediateDirectory="..\..\out\release7\build\appBox2dDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appBox2dDemo\appBox2dDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appBox2dDemo\appBox2dDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appBox2dDemo\" AssemblerListingLocation="..\..\out\release7\build\appBox2dDemo\"
ObjectFile="..\..\out\release7\build\appBox2dDemo\" ObjectFile="..\..\out\release7\build\appBox2dDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appBox2dDemo\Box2dDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appBox2dDemo\Box2dDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseBox2dDemo.exe" OutputFile="..\..\ReleaseBox2dDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appBox2dDemo\Box2dDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appBox2dDemo\Box2dDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appBox2dDemo\appBox2dDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appBox2dDemo\appBox2dDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appBox2dDemo\" OutputDirectory="..\..\out\release_dll7\build\appBox2dDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appBox2dDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appBox2dDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appBox2dDemo\appBox2dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appBox2dDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appBox2dDemo\appBox2dDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appBox2dDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appBox2dDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appBox2dDemo\Box2dDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appBox2dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appBox2dDemo\Box2dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllBox2dDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllBox2dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appBox2dDemo\Box2dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appBox2dDemo\Box2dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appBox2dDemo\appBox2dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appBox2dDemo\appBox2dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appBox2dDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appBox2dDemo\" OutputDirectory="..\..\out\release_dbl7\build\appBox2dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appBox2dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appBox2dDemo\appBox2dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appBox2dDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appBox2dDemo\appBox2dDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appBox2dDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appBox2dDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appBox2dDemo\Box2dDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appBox2dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appBox2dDemo\Box2dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblBox2dDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblBox2dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appBox2dDemo\Box2dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appBox2dDemo\Box2dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appBox2dDemo\appBox2dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appBox2dDemo\appBox2dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appBox2dDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appBox2dDemo\" OutputDirectory="..\..\out\debug7\build\appBox2dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appBox2dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appBox2dDemo\appBox2dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appBox2dDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appBox2dDemo\appBox2dDemo.pch"
ObjectFile="..\..\out\debug7\build\appBox2dDemo\" AssemblerListingLocation="..\..\out\debug7\build\appBox2dDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appBox2dDemo\Box2dDemo.pdb" ObjectFile="..\..\out\debug7\build\appBox2dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appBox2dDemo\Box2dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugBox2dDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugBox2dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appBox2dDemo\Box2dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appBox2dDemo\Box2dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appBox2dDemo\appBox2dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appBox2dDemo\appBox2dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appBox2dDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appBox2dDemo\" OutputDirectory="..\..\out\debug_dll7\build\appBox2dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appBox2dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appBox2dDemo\appBox2dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appBox2dDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appBox2dDemo\appBox2dDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appBox2dDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appBox2dDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appBox2dDemo\Box2dDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appBox2dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appBox2dDemo\Box2dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllBox2dDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllBox2dDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appBox2dDemo\Box2dDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appBox2dDemo\Box2dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appBox2dDemo\appBox2dDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appBox2dDemo\appBox2dDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appBox2dDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appBox2dDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appBox2dDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appBox2dDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appBox2dDemo\appBox2dDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appBox2dDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appBox2dDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appBox2dDemo\Box2dDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appBox2dDemo\appBox2dDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appBox2dDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appBox2dDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appBox2dDemo\Box2dDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblBox2dDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblBox2dDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appBox2dDemo\Box2dDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appBox2dDemo\Box2dDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appBox2dDemo\appBox2dDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appBox2dDemo\appBox2dDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\Box2dDemo\Box2dDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\Box2dDemo\btBox2dBox2dCollisionAlgorithm.cpp"> <Filter
</File> Name="Source Files"
<File Filter="">
RelativePath="..\..\Demos\Box2dDemo\btBox2dShape.cpp"> <File
</File> RelativePath="..\..\Demos\Box2dDemo\Box2dDemo.cpp">
<File </File>
RelativePath="..\..\Demos\Box2dDemo\main.cpp"> <File
</File> RelativePath="..\..\Demos\Box2dDemo\btBox2dBox2dCollisionAlgorithm.cpp">
</Filter> </File>
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\Box2dDemo\btBox2dShape.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\Box2dDemo\Box2dDemo.h"> RelativePath="..\..\Demos\Box2dDemo\main.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\Box2dDemo\btBox2dBox2dCollisionAlgorithm.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\Demos\Box2dDemo\btBox2dShape.h"> <File
</File> RelativePath="..\..\Demos\Box2dDemo\Box2dDemo.h">
</Filter> </File>
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\Box2dDemo\btBox2dBox2dCollisionAlgorithm.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appBox2dDemo.rc"> RelativePath="..\..\Demos\Box2dDemo\btBox2dShape.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appBox2dDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,478 +1,485 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appBspDemo" Name="appBspDemo"
ProjectGUID="{255A379C-F159-5362-4024-D5ADB9F5FBD2}" ProjectGUID="{255A379C-F159-5362-4024-D5ADB9F5FBD2}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appBspDemo\" OutputDirectory="..\..\out\release7\build\appBspDemo\"
IntermediateDirectory="..\..\out\release7\build\appBspDemo\" IntermediateDirectory="..\..\out\release7\build\appBspDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appBspDemo\appBspDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appBspDemo\appBspDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appBspDemo\" AssemblerListingLocation="..\..\out\release7\build\appBspDemo\"
ObjectFile="..\..\out\release7\build\appBspDemo\" ObjectFile="..\..\out\release7\build\appBspDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appBspDemo\BspDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appBspDemo\BspDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseBspDemo.exe" OutputFile="..\..\ReleaseBspDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appBspDemo\BspDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appBspDemo\BspDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appBspDemo\appBspDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appBspDemo\appBspDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appBspDemo\" OutputDirectory="..\..\out\release_dll7\build\appBspDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appBspDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appBspDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appBspDemo\appBspDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appBspDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appBspDemo\appBspDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appBspDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appBspDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appBspDemo\BspDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appBspDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appBspDemo\BspDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllBspDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllBspDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appBspDemo\BspDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appBspDemo\BspDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appBspDemo\appBspDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appBspDemo\appBspDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appBspDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appBspDemo\" OutputDirectory="..\..\out\release_dbl7\build\appBspDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appBspDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appBspDemo\appBspDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appBspDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appBspDemo\appBspDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appBspDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appBspDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appBspDemo\BspDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appBspDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appBspDemo\BspDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblBspDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblBspDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appBspDemo\BspDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appBspDemo\BspDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appBspDemo\appBspDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appBspDemo\appBspDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appBspDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appBspDemo\" OutputDirectory="..\..\out\debug7\build\appBspDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appBspDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appBspDemo\appBspDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appBspDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appBspDemo\appBspDemo.pch"
ObjectFile="..\..\out\debug7\build\appBspDemo\" AssemblerListingLocation="..\..\out\debug7\build\appBspDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appBspDemo\BspDemo.pdb" ObjectFile="..\..\out\debug7\build\appBspDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appBspDemo\BspDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugBspDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugBspDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appBspDemo\BspDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appBspDemo\BspDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appBspDemo\appBspDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appBspDemo\appBspDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appBspDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appBspDemo\" OutputDirectory="..\..\out\debug_dll7\build\appBspDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appBspDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appBspDemo\appBspDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appBspDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appBspDemo\appBspDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appBspDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appBspDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appBspDemo\BspDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appBspDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appBspDemo\BspDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllBspDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllBspDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appBspDemo\BspDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appBspDemo\BspDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appBspDemo\appBspDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appBspDemo\appBspDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appBspDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appBspDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appBspDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appBspDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appBspDemo\appBspDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appBspDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appBspDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appBspDemo\BspDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appBspDemo\appBspDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appBspDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appBspDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appBspDemo\BspDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblBspDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblBspDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appBspDemo\BspDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appBspDemo\BspDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appBspDemo\appBspDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appBspDemo\appBspDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\BspDemo\BspConverter.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\BspDemo\BspDemo.cpp"> <Filter
</File> Name="Source Files"
<File Filter="">
RelativePath="..\..\Demos\BspDemo\BspLoader.cpp"> <File
</File> RelativePath="..\..\Demos\BspDemo\BspConverter.cpp">
<File </File>
RelativePath="..\..\Demos\BspDemo\main.cpp"> <File
</File> RelativePath="..\..\Demos\BspDemo\BspDemo.cpp">
</Filter> </File>
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\BspDemo\BspLoader.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\BspDemo\BspConverter.h"> RelativePath="..\..\Demos\BspDemo\main.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\BspDemo\BspDemo.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\Demos\BspDemo\BspLoader.h"> <File
</File> RelativePath="..\..\Demos\BspDemo\BspConverter.h">
</Filter> </File>
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\BspDemo\BspDemo.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appBspDemo.rc"> RelativePath="..\..\Demos\BspDemo\BspLoader.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appBspDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,456 +1,463 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appBulletDino" Name="appBulletDino"
ProjectGUID="{2707A1D2-F23C-0C78-B99B-AA148865D6DD}" ProjectGUID="{2707A1D2-F23C-0C78-B99B-AA148865D6DD}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appBulletDino\" OutputDirectory="..\..\out\release7\build\appBulletDino\"
IntermediateDirectory="..\..\out\release7\build\appBulletDino\" IntermediateDirectory="..\..\out\release7\build\appBulletDino\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appBulletDino\appBulletDino.pch" PrecompiledHeaderFile="..\..\out\release7\build\appBulletDino\appBulletDino.pch"
AssemblerListingLocation="..\..\out\release7\build\appBulletDino\" AssemblerListingLocation="..\..\out\release7\build\appBulletDino\"
ObjectFile="..\..\out\release7\build\appBulletDino\" ObjectFile="..\..\out\release7\build\appBulletDino\"
ProgramDataBaseFileName="..\..\out\release7\build\appBulletDino\BulletDino.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appBulletDino\BulletDino.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseBulletDino.exe" OutputFile="..\..\ReleaseBulletDino.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appBulletDino\BulletDino.pdb" ProgramDatabaseFile="..\..\out\release7\build\appBulletDino\BulletDino.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appBulletDino\appBulletDino.tlb"/> TypeLibraryName="..\..\out\release7\build\appBulletDino\appBulletDino.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appBulletDino\" OutputDirectory="..\..\out\release_dll7\build\appBulletDino\"
IntermediateDirectory="..\..\out\release_dll7\build\appBulletDino\" IntermediateDirectory="..\..\out\release_dll7\build\appBulletDino\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appBulletDino\appBulletDino.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appBulletDino\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appBulletDino\appBulletDino.pch"
ObjectFile="..\..\out\release_dll7\build\appBulletDino\" AssemblerListingLocation="..\..\out\release_dll7\build\appBulletDino\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appBulletDino\BulletDino.pdb" ObjectFile="..\..\out\release_dll7\build\appBulletDino\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appBulletDino\BulletDino.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllBulletDino.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllBulletDino.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appBulletDino\BulletDino.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appBulletDino\BulletDino.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appBulletDino\appBulletDino.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appBulletDino\appBulletDino.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appBulletDino\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appBulletDino\" OutputDirectory="..\..\out\release_dbl7\build\appBulletDino\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appBulletDino\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appBulletDino\appBulletDino.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appBulletDino\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appBulletDino\appBulletDino.pch"
ObjectFile="..\..\out\release_dbl7\build\appBulletDino\" AssemblerListingLocation="..\..\out\release_dbl7\build\appBulletDino\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appBulletDino\BulletDino.pdb" ObjectFile="..\..\out\release_dbl7\build\appBulletDino\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appBulletDino\BulletDino.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblBulletDino.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblBulletDino.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appBulletDino\BulletDino.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appBulletDino\BulletDino.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appBulletDino\appBulletDino.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appBulletDino\appBulletDino.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appBulletDino\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appBulletDino\" OutputDirectory="..\..\out\debug7\build\appBulletDino\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appBulletDino\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appBulletDino\appBulletDino.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appBulletDino\" PrecompiledHeaderFile="..\..\out\debug7\build\appBulletDino\appBulletDino.pch"
ObjectFile="..\..\out\debug7\build\appBulletDino\" AssemblerListingLocation="..\..\out\debug7\build\appBulletDino\"
ProgramDataBaseFileName="..\..\out\debug7\build\appBulletDino\BulletDino.pdb" ObjectFile="..\..\out\debug7\build\appBulletDino\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appBulletDino\BulletDino.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugBulletDino.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugBulletDino.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appBulletDino\BulletDino.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appBulletDino\BulletDino.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appBulletDino\appBulletDino.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appBulletDino\appBulletDino.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appBulletDino\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appBulletDino\" OutputDirectory="..\..\out\debug_dll7\build\appBulletDino\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appBulletDino\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appBulletDino\appBulletDino.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appBulletDino\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appBulletDino\appBulletDino.pch"
ObjectFile="..\..\out\debug_dll7\build\appBulletDino\" AssemblerListingLocation="..\..\out\debug_dll7\build\appBulletDino\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appBulletDino\BulletDino.pdb" ObjectFile="..\..\out\debug_dll7\build\appBulletDino\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appBulletDino\BulletDino.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllBulletDino.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllBulletDino.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appBulletDino\BulletDino.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appBulletDino\BulletDino.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appBulletDino\appBulletDino.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appBulletDino\appBulletDino.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appBulletDino\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appBulletDino\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appBulletDino\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appBulletDino\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appBulletDino\appBulletDino.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appBulletDino\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appBulletDino\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appBulletDino\BulletDino.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appBulletDino\appBulletDino.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appBulletDino\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appBulletDino\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appBulletDino\BulletDino.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblBulletDino.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblBulletDino.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appBulletDino\BulletDino.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appBulletDino\BulletDino.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appBulletDino\appBulletDino.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appBulletDino\appBulletDino.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\BulletDinoDemo\BulletDino.c"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Resource Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appBulletDino.rc"> RelativePath="..\..\Demos\BulletDinoDemo\BulletDino.c">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appBulletDino.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllCcdPhysicsDemo.exe" OutputFile="..\..\DebugDllCcdPhysicsDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblCcdPhysicsDemo.exe" OutputFile="..\..\DebugDblCcdPhysicsDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -1,484 +1,491 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appCharacterDemo" Name="appCharacterDemo"
ProjectGUID="{06166AA4-DDAE-0CA9-6D52-DA45A1965B88}" ProjectGUID="{06166AA4-DDAE-0CA9-6D52-DA45A1965B88}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appCharacterDemo\" OutputDirectory="..\..\out\release7\build\appCharacterDemo\"
IntermediateDirectory="..\..\out\release7\build\appCharacterDemo\" IntermediateDirectory="..\..\out\release7\build\appCharacterDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appCharacterDemo\appCharacterDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appCharacterDemo\appCharacterDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appCharacterDemo\" AssemblerListingLocation="..\..\out\release7\build\appCharacterDemo\"
ObjectFile="..\..\out\release7\build\appCharacterDemo\" ObjectFile="..\..\out\release7\build\appCharacterDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appCharacterDemo\CharacterDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appCharacterDemo\CharacterDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseCharacterDemo.exe" OutputFile="..\..\ReleaseCharacterDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appCharacterDemo\CharacterDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appCharacterDemo\CharacterDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appCharacterDemo\appCharacterDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appCharacterDemo\appCharacterDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appCharacterDemo\" OutputDirectory="..\..\out\release_dll7\build\appCharacterDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appCharacterDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appCharacterDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appCharacterDemo\appCharacterDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appCharacterDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appCharacterDemo\appCharacterDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appCharacterDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appCharacterDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appCharacterDemo\CharacterDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appCharacterDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appCharacterDemo\CharacterDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllCharacterDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllCharacterDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appCharacterDemo\CharacterDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appCharacterDemo\CharacterDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appCharacterDemo\appCharacterDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appCharacterDemo\appCharacterDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appCharacterDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appCharacterDemo\" OutputDirectory="..\..\out\release_dbl7\build\appCharacterDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appCharacterDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appCharacterDemo\appCharacterDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appCharacterDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appCharacterDemo\appCharacterDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appCharacterDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appCharacterDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appCharacterDemo\CharacterDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appCharacterDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appCharacterDemo\CharacterDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblCharacterDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblCharacterDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appCharacterDemo\CharacterDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appCharacterDemo\CharacterDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appCharacterDemo\appCharacterDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appCharacterDemo\appCharacterDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appCharacterDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appCharacterDemo\" OutputDirectory="..\..\out\debug7\build\appCharacterDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appCharacterDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appCharacterDemo\appCharacterDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appCharacterDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appCharacterDemo\appCharacterDemo.pch"
ObjectFile="..\..\out\debug7\build\appCharacterDemo\" AssemblerListingLocation="..\..\out\debug7\build\appCharacterDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appCharacterDemo\CharacterDemo.pdb" ObjectFile="..\..\out\debug7\build\appCharacterDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appCharacterDemo\CharacterDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugCharacterDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugCharacterDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appCharacterDemo\CharacterDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appCharacterDemo\CharacterDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appCharacterDemo\appCharacterDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appCharacterDemo\appCharacterDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appCharacterDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appCharacterDemo\" OutputDirectory="..\..\out\debug_dll7\build\appCharacterDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appCharacterDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appCharacterDemo\appCharacterDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appCharacterDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appCharacterDemo\appCharacterDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appCharacterDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appCharacterDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appCharacterDemo\CharacterDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appCharacterDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appCharacterDemo\CharacterDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllCharacterDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllCharacterDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appCharacterDemo\CharacterDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appCharacterDemo\CharacterDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appCharacterDemo\appCharacterDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appCharacterDemo\appCharacterDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appCharacterDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appCharacterDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appCharacterDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appCharacterDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appCharacterDemo\appCharacterDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appCharacterDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appCharacterDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appCharacterDemo\CharacterDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appCharacterDemo\appCharacterDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appCharacterDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appCharacterDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appCharacterDemo\CharacterDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblCharacterDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblCharacterDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appCharacterDemo\CharacterDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appCharacterDemo\CharacterDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appCharacterDemo\appCharacterDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appCharacterDemo\appCharacterDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspConverter.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspLoader.cpp"> <Filter
</File> Name="Source Files"
<File Filter="">
RelativePath="..\..\Demos\CharacterDemo\CharacterDemo.cpp"> <File
</File> RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspConverter.cpp">
<File </File>
RelativePath="..\..\Demos\CharacterDemo\DynamicCharacterController.cpp"> <File
</File> RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspLoader.cpp">
<File </File>
RelativePath="..\..\Demos\CharacterDemo\main.cpp"> <File
</File> RelativePath="..\..\Demos\CharacterDemo\CharacterDemo.cpp">
</Filter> </File>
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\CharacterDemo\DynamicCharacterController.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspConverter.h"> RelativePath="..\..\Demos\CharacterDemo\main.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspLoader.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\Demos\CharacterDemo\CharacterDemo.h"> <File
</File> RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspConverter.h">
<File </File>
RelativePath="..\..\Demos\CharacterDemo\DynamicCharacterController.h"> <File
</File> RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspLoader.h">
</Filter> </File>
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\CharacterDemo\CharacterDemo.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appCharacterDemo.rc"> RelativePath="..\..\Demos\CharacterDemo\DynamicCharacterController.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appCharacterDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllColladaDemo.exe" OutputFile="..\..\DebugDllColladaDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblColladaDemo.exe" OutputFile="..\..\DebugDblColladaDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllCollisionDemo.exe" OutputFile="..\..\DebugDllCollisionDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblCollisionDemo.exe" OutputFile="..\..\DebugDblCollisionDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllCollisionInterfaceDemo.exe" OutputFile="..\..\DebugDllCollisionInterfaceDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblCollisionInterfaceDemo.exe" OutputFile="..\..\DebugDblCollisionInterfaceDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllConcaveDemo.exe" OutputFile="..\..\DebugDllConcaveDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblConcaveDemo.exe" OutputFile="..\..\DebugDblConcaveDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllConstraintDemo.exe" OutputFile="..\..\DebugDllConstraintDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblConstraintDemo.exe" OutputFile="..\..\DebugDblConstraintDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllContinuousConvexCollision.exe" OutputFile="..\..\DebugDllContinuousConvexCollision.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblContinuousConvexCollision.exe" OutputFile="..\..\DebugDblContinuousConvexCollision.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllConvexDecompositionDemo.exe" OutputFile="..\..\DebugDllConvexDecompositionDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblConvexDecompositionDemo.exe" OutputFile="..\..\DebugDblConvexDecompositionDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -1,463 +1,470 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appDoublePrecisionDemo" Name="appDoublePrecisionDemo"
ProjectGUID="{E2707D44-8B82-55F1-6C5A-D03B19159248}" ProjectGUID="{E2707D44-8B82-55F1-6C5A-D03B19159248}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appDoublePrecisionDemo\" OutputDirectory="..\..\out\release7\build\appDoublePrecisionDemo\"
IntermediateDirectory="..\..\out\release7\build\appDoublePrecisionDemo\" IntermediateDirectory="..\..\out\release7\build\appDoublePrecisionDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appDoublePrecisionDemo\" AssemblerListingLocation="..\..\out\release7\build\appDoublePrecisionDemo\"
ObjectFile="..\..\out\release7\build\appDoublePrecisionDemo\" ObjectFile="..\..\out\release7\build\appDoublePrecisionDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseDoublePrecisionDemo.exe" OutputFile="..\..\ReleaseDoublePrecisionDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appDoublePrecisionDemo\" OutputDirectory="..\..\out\release_dll7\build\appDoublePrecisionDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appDoublePrecisionDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appDoublePrecisionDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appDoublePrecisionDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appDoublePrecisionDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appDoublePrecisionDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appDoublePrecisionDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllDoublePrecisionDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllDoublePrecisionDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appDoublePrecisionDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appDoublePrecisionDemo\" OutputDirectory="..\..\out\release_dbl7\build\appDoublePrecisionDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appDoublePrecisionDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appDoublePrecisionDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appDoublePrecisionDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appDoublePrecisionDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appDoublePrecisionDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblDoublePrecisionDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblDoublePrecisionDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appDoublePrecisionDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appDoublePrecisionDemo\" OutputDirectory="..\..\out\debug7\build\appDoublePrecisionDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appDoublePrecisionDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appDoublePrecisionDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
ObjectFile="..\..\out\debug7\build\appDoublePrecisionDemo\" AssemblerListingLocation="..\..\out\debug7\build\appDoublePrecisionDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ObjectFile="..\..\out\debug7\build\appDoublePrecisionDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugDoublePrecisionDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugDoublePrecisionDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appDoublePrecisionDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appDoublePrecisionDemo\" OutputDirectory="..\..\out\debug_dll7\build\appDoublePrecisionDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appDoublePrecisionDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appDoublePrecisionDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appDoublePrecisionDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appDoublePrecisionDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appDoublePrecisionDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllDoublePrecisionDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllDoublePrecisionDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblDoublePrecisionDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblDoublePrecisionDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\DoublePrecisionDemo\DoublePrecisionDemo.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Header Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\Demos\DoublePrecisionDemo\DoublePrecisionDemo.h"> RelativePath="..\..\Demos\DoublePrecisionDemo\DoublePrecisionDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appDoublePrecisionDemo.rc"> RelativePath="..\..\Demos\DoublePrecisionDemo\DoublePrecisionDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appDoublePrecisionDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,456 +1,463 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appEPAPenDepthDemo" Name="appEPAPenDepthDemo"
ProjectGUID="{1125C7F3-9E0D-27B1-C97B-CDAB5CE161A3}" ProjectGUID="{1125C7F3-9E0D-27B1-C97B-CDAB5CE161A3}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appEPAPenDepthDemo\" OutputDirectory="..\..\out\release7\build\appEPAPenDepthDemo\"
IntermediateDirectory="..\..\out\release7\build\appEPAPenDepthDemo\" IntermediateDirectory="..\..\out\release7\build\appEPAPenDepthDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
PrecompiledHeaderFile="..\..\out\release7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appEPAPenDepthDemo\" AssemblerListingLocation="..\..\out\release7\build\appEPAPenDepthDemo\"
ObjectFile="..\..\out\release7\build\appEPAPenDepthDemo\" ObjectFile="..\..\out\release7\build\appEPAPenDepthDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseEPAPenDepthDemo.exe" OutputFile="..\..\ReleaseEPAPenDepthDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appEPAPenDepthDemo\" OutputDirectory="..\..\out\release_dll7\build\appEPAPenDepthDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appEPAPenDepthDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appEPAPenDepthDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dll7\build\appEPAPenDepthDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appEPAPenDepthDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appEPAPenDepthDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appEPAPenDepthDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllEPAPenDepthDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllEPAPenDepthDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appEPAPenDepthDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appEPAPenDepthDemo\" OutputDirectory="..\..\out\release_dbl7\build\appEPAPenDepthDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appEPAPenDepthDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dbl7\build\appEPAPenDepthDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appEPAPenDepthDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appEPAPenDepthDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appEPAPenDepthDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblEPAPenDepthDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblEPAPenDepthDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appEPAPenDepthDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appEPAPenDepthDemo\" OutputDirectory="..\..\out\debug7\build\appEPAPenDepthDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appEPAPenDepthDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug7\build\appEPAPenDepthDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
ObjectFile="..\..\out\debug7\build\appEPAPenDepthDemo\" AssemblerListingLocation="..\..\out\debug7\build\appEPAPenDepthDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ObjectFile="..\..\out\debug7\build\appEPAPenDepthDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugEPAPenDepthDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugEPAPenDepthDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appEPAPenDepthDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appEPAPenDepthDemo\" OutputDirectory="..\..\out\debug_dll7\build\appEPAPenDepthDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appEPAPenDepthDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug_dll7\build\appEPAPenDepthDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appEPAPenDepthDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appEPAPenDepthDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appEPAPenDepthDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllEPAPenDepthDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllEPAPenDepthDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblEPAPenDepthDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblEPAPenDepthDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\EPAPenDepthDemo\PenetrationTestBullet.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Resource Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appEPAPenDepthDemo.rc"> RelativePath="..\..\Demos\EPAPenDepthDemo\PenetrationTestBullet.cpp">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appEPAPenDepthDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appForkLiftDemo" Name="appForkLiftDemo"
ProjectGUID="{4FF98546-7A0D-00AA-743C-F1EA15BC00E2}" ProjectGUID="{4FF98546-7A0D-00AA-743C-F1EA15BC00E2}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appForkLiftDemo\" OutputDirectory="..\..\out\release7\build\appForkLiftDemo\"
IntermediateDirectory="..\..\out\release7\build\appForkLiftDemo\" IntermediateDirectory="..\..\out\release7\build\appForkLiftDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appForkLiftDemo\appForkLiftDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appForkLiftDemo\appForkLiftDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appForkLiftDemo\" AssemblerListingLocation="..\..\out\release7\build\appForkLiftDemo\"
ObjectFile="..\..\out\release7\build\appForkLiftDemo\" ObjectFile="..\..\out\release7\build\appForkLiftDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appForkLiftDemo\ForkLiftDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appForkLiftDemo\ForkLiftDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseForkLiftDemo.exe" OutputFile="..\..\ReleaseForkLiftDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appForkLiftDemo\ForkLiftDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appForkLiftDemo\ForkLiftDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appForkLiftDemo\appForkLiftDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appForkLiftDemo\" OutputDirectory="..\..\out\release_dll7\build\appForkLiftDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appForkLiftDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appForkLiftDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appForkLiftDemo\appForkLiftDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appForkLiftDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appForkLiftDemo\appForkLiftDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appForkLiftDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appForkLiftDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appForkLiftDemo\ForkLiftDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appForkLiftDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appForkLiftDemo\ForkLiftDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllForkLiftDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllForkLiftDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appForkLiftDemo\ForkLiftDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appForkLiftDemo\ForkLiftDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appForkLiftDemo\appForkLiftDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appForkLiftDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appForkLiftDemo\" OutputDirectory="..\..\out\release_dbl7\build\appForkLiftDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appForkLiftDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appForkLiftDemo\appForkLiftDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appForkLiftDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appForkLiftDemo\appForkLiftDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appForkLiftDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appForkLiftDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appForkLiftDemo\ForkLiftDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appForkLiftDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appForkLiftDemo\ForkLiftDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblForkLiftDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblForkLiftDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appForkLiftDemo\ForkLiftDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appForkLiftDemo\ForkLiftDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appForkLiftDemo\appForkLiftDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appForkLiftDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appForkLiftDemo\" OutputDirectory="..\..\out\debug7\build\appForkLiftDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appForkLiftDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appForkLiftDemo\appForkLiftDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appForkLiftDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appForkLiftDemo\appForkLiftDemo.pch"
ObjectFile="..\..\out\debug7\build\appForkLiftDemo\" AssemblerListingLocation="..\..\out\debug7\build\appForkLiftDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appForkLiftDemo\ForkLiftDemo.pdb" ObjectFile="..\..\out\debug7\build\appForkLiftDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appForkLiftDemo\ForkLiftDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugForkLiftDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugForkLiftDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appForkLiftDemo\ForkLiftDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appForkLiftDemo\ForkLiftDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appForkLiftDemo\appForkLiftDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appForkLiftDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appForkLiftDemo\" OutputDirectory="..\..\out\debug_dll7\build\appForkLiftDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appForkLiftDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appForkLiftDemo\appForkLiftDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appForkLiftDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appForkLiftDemo\appForkLiftDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appForkLiftDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appForkLiftDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appForkLiftDemo\ForkLiftDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appForkLiftDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appForkLiftDemo\ForkLiftDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllForkLiftDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllForkLiftDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appForkLiftDemo\ForkLiftDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appForkLiftDemo\ForkLiftDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appForkLiftDemo\appForkLiftDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appForkLiftDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appForkLiftDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appForkLiftDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appForkLiftDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appForkLiftDemo\appForkLiftDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appForkLiftDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appForkLiftDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appForkLiftDemo\ForkLiftDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appForkLiftDemo\appForkLiftDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appForkLiftDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appForkLiftDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appForkLiftDemo\ForkLiftDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblForkLiftDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblForkLiftDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appForkLiftDemo\ForkLiftDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appForkLiftDemo\ForkLiftDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appForkLiftDemo\appForkLiftDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\ForkLiftDemo\ForkLiftDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\ForkLiftDemo\main.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\ForkLiftDemo\ForkLiftDemo.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\ForkLiftDemo\ForkLiftDemo.h"> RelativePath="..\..\Demos\ForkLiftDemo\main.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appForkLiftDemo.rc"> RelativePath="..\..\Demos\ForkLiftDemo\ForkLiftDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appForkLiftDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,469 +1,476 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appGenericJointDemo" Name="appGenericJointDemo"
ProjectGUID="{33C16464-831E-103A-5F37-65CCD4F9191F}" ProjectGUID="{33C16464-831E-103A-5F37-65CCD4F9191F}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appGenericJointDemo\" OutputDirectory="..\..\out\release7\build\appGenericJointDemo\"
IntermediateDirectory="..\..\out\release7\build\appGenericJointDemo\" IntermediateDirectory="..\..\out\release7\build\appGenericJointDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appGenericJointDemo\appGenericJointDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appGenericJointDemo\appGenericJointDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appGenericJointDemo\" AssemblerListingLocation="..\..\out\release7\build\appGenericJointDemo\"
ObjectFile="..\..\out\release7\build\appGenericJointDemo\" ObjectFile="..\..\out\release7\build\appGenericJointDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appGenericJointDemo\GenericJointDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appGenericJointDemo\GenericJointDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseGenericJointDemo.exe" OutputFile="..\..\ReleaseGenericJointDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appGenericJointDemo\GenericJointDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appGenericJointDemo\GenericJointDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appGenericJointDemo\appGenericJointDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appGenericJointDemo\" OutputDirectory="..\..\out\release_dll7\build\appGenericJointDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appGenericJointDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appGenericJointDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appGenericJointDemo\appGenericJointDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appGenericJointDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appGenericJointDemo\appGenericJointDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appGenericJointDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appGenericJointDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appGenericJointDemo\GenericJointDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appGenericJointDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appGenericJointDemo\GenericJointDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllGenericJointDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllGenericJointDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appGenericJointDemo\GenericJointDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appGenericJointDemo\GenericJointDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appGenericJointDemo\appGenericJointDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appGenericJointDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appGenericJointDemo\" OutputDirectory="..\..\out\release_dbl7\build\appGenericJointDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appGenericJointDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appGenericJointDemo\appGenericJointDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appGenericJointDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appGenericJointDemo\appGenericJointDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appGenericJointDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appGenericJointDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appGenericJointDemo\GenericJointDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appGenericJointDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appGenericJointDemo\GenericJointDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblGenericJointDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblGenericJointDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appGenericJointDemo\GenericJointDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appGenericJointDemo\GenericJointDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appGenericJointDemo\appGenericJointDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appGenericJointDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appGenericJointDemo\" OutputDirectory="..\..\out\debug7\build\appGenericJointDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appGenericJointDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appGenericJointDemo\appGenericJointDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appGenericJointDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appGenericJointDemo\appGenericJointDemo.pch"
ObjectFile="..\..\out\debug7\build\appGenericJointDemo\" AssemblerListingLocation="..\..\out\debug7\build\appGenericJointDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appGenericJointDemo\GenericJointDemo.pdb" ObjectFile="..\..\out\debug7\build\appGenericJointDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appGenericJointDemo\GenericJointDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugGenericJointDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugGenericJointDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appGenericJointDemo\GenericJointDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appGenericJointDemo\GenericJointDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appGenericJointDemo\appGenericJointDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appGenericJointDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appGenericJointDemo\" OutputDirectory="..\..\out\debug_dll7\build\appGenericJointDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appGenericJointDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appGenericJointDemo\appGenericJointDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appGenericJointDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appGenericJointDemo\appGenericJointDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appGenericJointDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appGenericJointDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appGenericJointDemo\GenericJointDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appGenericJointDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appGenericJointDemo\GenericJointDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllGenericJointDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllGenericJointDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appGenericJointDemo\GenericJointDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appGenericJointDemo\GenericJointDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appGenericJointDemo\appGenericJointDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appGenericJointDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appGenericJointDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appGenericJointDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appGenericJointDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appGenericJointDemo\appGenericJointDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appGenericJointDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appGenericJointDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appGenericJointDemo\GenericJointDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appGenericJointDemo\appGenericJointDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appGenericJointDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appGenericJointDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appGenericJointDemo\GenericJointDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblGenericJointDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblGenericJointDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appGenericJointDemo\GenericJointDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appGenericJointDemo\GenericJointDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appGenericJointDemo\appGenericJointDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\GenericJointDemo\GenericJointDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\GenericJointDemo\Ragdoll.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\GenericJointDemo\GenericJointDemo.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\GenericJointDemo\GenericJointDemo.h"> RelativePath="..\..\Demos\GenericJointDemo\Ragdoll.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\GenericJointDemo\Ragdoll.h"> <Filter
</File> Name="Header Files"
</Filter> Filter="">
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\GenericJointDemo\GenericJointDemo.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appGenericJointDemo.rc"> RelativePath="..\..\Demos\GenericJointDemo\Ragdoll.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appGenericJointDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,472 +1,479 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appGimpactTestDemo" Name="appGimpactTestDemo"
ProjectGUID="{12B291F0-1880-AFC5-26E1-26DF78EA6D2E}" ProjectGUID="{12B291F0-1880-AFC5-26E1-26DF78EA6D2E}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appGimpactTestDemo\" OutputDirectory="..\..\out\release7\build\appGimpactTestDemo\"
IntermediateDirectory="..\..\out\release7\build\appGimpactTestDemo\" IntermediateDirectory="..\..\out\release7\build\appGimpactTestDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
PrecompiledHeaderFile="..\..\out\release7\build\appGimpactTestDemo\appGimpactTestDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appGimpactTestDemo\appGimpactTestDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appGimpactTestDemo\" AssemblerListingLocation="..\..\out\release7\build\appGimpactTestDemo\"
ObjectFile="..\..\out\release7\build\appGimpactTestDemo\" ObjectFile="..\..\out\release7\build\appGimpactTestDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appGimpactTestDemo\GimpactTestDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseGimpactTestDemo.exe" OutputFile="..\..\ReleaseGimpactTestDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appGimpactTestDemo\GimpactTestDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appGimpactTestDemo\" OutputDirectory="..\..\out\release_dll7\build\appGimpactTestDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appGimpactTestDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appGimpactTestDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appGimpactTestDemo\appGimpactTestDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
AssemblerListingLocation="..\..\out\release_dll7\build\appGimpactTestDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appGimpactTestDemo\appGimpactTestDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appGimpactTestDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appGimpactTestDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appGimpactTestDemo\GimpactTestDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appGimpactTestDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllGimpactTestDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllGimpactTestDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appGimpactTestDemo\GimpactTestDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appGimpactTestDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appGimpactTestDemo\" OutputDirectory="..\..\out\release_dbl7\build\appGimpactTestDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appGimpactTestDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appGimpactTestDemo\appGimpactTestDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
AssemblerListingLocation="..\..\out\release_dbl7\build\appGimpactTestDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appGimpactTestDemo\appGimpactTestDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appGimpactTestDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appGimpactTestDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appGimpactTestDemo\GimpactTestDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appGimpactTestDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblGimpactTestDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblGimpactTestDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appGimpactTestDemo\GimpactTestDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appGimpactTestDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appGimpactTestDemo\" OutputDirectory="..\..\out\debug7\build\appGimpactTestDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appGimpactTestDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appGimpactTestDemo\appGimpactTestDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
AssemblerListingLocation="..\..\out\debug7\build\appGimpactTestDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appGimpactTestDemo\appGimpactTestDemo.pch"
ObjectFile="..\..\out\debug7\build\appGimpactTestDemo\" AssemblerListingLocation="..\..\out\debug7\build\appGimpactTestDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appGimpactTestDemo\GimpactTestDemo.pdb" ObjectFile="..\..\out\debug7\build\appGimpactTestDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugGimpactTestDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugGimpactTestDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appGimpactTestDemo\GimpactTestDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appGimpactTestDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appGimpactTestDemo\" OutputDirectory="..\..\out\debug_dll7\build\appGimpactTestDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appGimpactTestDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appGimpactTestDemo\appGimpactTestDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
AssemblerListingLocation="..\..\out\debug_dll7\build\appGimpactTestDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appGimpactTestDemo\appGimpactTestDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appGimpactTestDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appGimpactTestDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appGimpactTestDemo\GimpactTestDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appGimpactTestDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllGimpactTestDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllGimpactTestDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appGimpactTestDemo\GimpactTestDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appGimpactTestDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appGimpactTestDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appGimpactTestDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appGimpactTestDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appGimpactTestDemo\appGimpactTestDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appGimpactTestDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appGimpactTestDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appGimpactTestDemo\GimpactTestDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appGimpactTestDemo\appGimpactTestDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appGimpactTestDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appGimpactTestDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblGimpactTestDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblGimpactTestDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appGimpactTestDemo\GimpactTestDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appGimpactTestDemo\GimpactTestDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\GimpactTestDemo\GimpactTestDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\GimpactTestDemo\main.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\GimpactTestDemo\GimpactTestDemo.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\GimpactTestDemo\BunnyMesh.h"> RelativePath="..\..\Demos\GimpactTestDemo\main.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\GimpactTestDemo\GimpactTestDemo.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\Demos\GimpactTestDemo\TorusMesh.h"> <File
</File> RelativePath="..\..\Demos\GimpactTestDemo\BunnyMesh.h">
</Filter> </File>
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\GimpactTestDemo\GimpactTestDemo.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appGimpactTestDemo.rc"> RelativePath="..\..\Demos\GimpactTestDemo\TorusMesh.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appGimpactTestDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllGjkConvexCastDemo.exe" OutputFile="..\..\DebugDllGjkConvexCastDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblGjkConvexCastDemo.exe" OutputFile="..\..\DebugDblGjkConvexCastDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

File diff suppressed because it is too large Load Diff

View File

@@ -1,484 +1,491 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appGpu3dDemo" Name="appGpu3dDemo"
ProjectGUID="{13FD13A1-09DA-A501-3BA1-DF3696EC33A8}" ProjectGUID="{13FD13A1-09DA-A501-3BA1-DF3696EC33A8}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appGpu3dDemo\" OutputDirectory="..\..\out\release7\build\appGpu3dDemo\"
IntermediateDirectory="..\..\out\release7\build\appGpu3dDemo\" IntermediateDirectory="..\..\out\release7\build\appGpu3dDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
PrecompiledHeaderFile="..\..\out\release7\build\appGpu3dDemo\appGpu3dDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appGpu3dDemo\appGpu3dDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appGpu3dDemo\" AssemblerListingLocation="..\..\out\release7\build\appGpu3dDemo\"
ObjectFile="..\..\out\release7\build\appGpu3dDemo\" ObjectFile="..\..\out\release7\build\appGpu3dDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appGpu3dDemo\Gpu3dDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appGpu3dDemo\Gpu3dDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseGpu3dDemo.exe" OutputFile="..\..\ReleaseGpu3dDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appGpu3dDemo\Gpu3dDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appGpu3dDemo\Gpu3dDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appGpu3dDemo\appGpu3dDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appGpu3dDemo\" OutputDirectory="..\..\out\release_dll7\build\appGpu3dDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appGpu3dDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appGpu3dDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appGpu3dDemo\appGpu3dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dll7\build\appGpu3dDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appGpu3dDemo\appGpu3dDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appGpu3dDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appGpu3dDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appGpu3dDemo\Gpu3dDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appGpu3dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appGpu3dDemo\Gpu3dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllGpu3dDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllGpu3dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appGpu3dDemo\Gpu3dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appGpu3dDemo\Gpu3dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appGpu3dDemo\appGpu3dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appGpu3dDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appGpu3dDemo\" OutputDirectory="..\..\out\release_dbl7\build\appGpu3dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appGpu3dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appGpu3dDemo\appGpu3dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dbl7\build\appGpu3dDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appGpu3dDemo\appGpu3dDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appGpu3dDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appGpu3dDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appGpu3dDemo\Gpu3dDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appGpu3dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appGpu3dDemo\Gpu3dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblGpu3dDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblGpu3dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appGpu3dDemo\Gpu3dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appGpu3dDemo\Gpu3dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appGpu3dDemo\appGpu3dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appGpu3dDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appGpu3dDemo\" OutputDirectory="..\..\out\debug7\build\appGpu3dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appGpu3dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appGpu3dDemo\appGpu3dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug7\build\appGpu3dDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appGpu3dDemo\appGpu3dDemo.pch"
ObjectFile="..\..\out\debug7\build\appGpu3dDemo\" AssemblerListingLocation="..\..\out\debug7\build\appGpu3dDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appGpu3dDemo\Gpu3dDemo.pdb" ObjectFile="..\..\out\debug7\build\appGpu3dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appGpu3dDemo\Gpu3dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugGpu3dDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugGpu3dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appGpu3dDemo\Gpu3dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appGpu3dDemo\Gpu3dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appGpu3dDemo\appGpu3dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appGpu3dDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appGpu3dDemo\" OutputDirectory="..\..\out\debug_dll7\build\appGpu3dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appGpu3dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appGpu3dDemo\appGpu3dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug_dll7\build\appGpu3dDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appGpu3dDemo\appGpu3dDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appGpu3dDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appGpu3dDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appGpu3dDemo\Gpu3dDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appGpu3dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appGpu3dDemo\Gpu3dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllGpu3dDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllGpu3dDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appGpu3dDemo\Gpu3dDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appGpu3dDemo\Gpu3dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appGpu3dDemo\appGpu3dDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appGpu3dDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appGpu3dDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appGpu3dDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appGpu3dDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appGpu3dDemo\appGpu3dDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appGpu3dDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appGpu3dDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appGpu3dDemo\Gpu3dDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appGpu3dDemo\appGpu3dDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appGpu3dDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appGpu3dDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appGpu3dDemo\Gpu3dDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblGpu3dDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblGpu3dDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appGpu3dDemo\Gpu3dDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appGpu3dDemo\Gpu3dDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appGpu3dDemo\appGpu3dDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\Gpu3dDemo\BasicDemo3d.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dCpuFunc.cpp"> <Filter
</File> Name="Source Files"
<File Filter="">
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemoDynamicsWorld3D.cpp"> <File
</File> RelativePath="..\..\Demos\Gpu3dDemo\BasicDemo3d.cpp">
<File </File>
RelativePath="..\..\Demos\Gpu3dDemo\main.cpp"> <File
</File> RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dCpuFunc.cpp">
</Filter> </File>
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemoDynamicsWorld3D.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\Gpu3dDemo\BasicDemo3d.h"> RelativePath="..\..\Demos\Gpu3dDemo\main.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedCode.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedDefs.h"> <File
</File> RelativePath="..\..\Demos\Gpu3dDemo\BasicDemo3d.h">
<File </File>
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedTypes.h"> <File
</File> RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedCode.h">
<File </File>
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemoDynamicsWorld3D.h"> <File
</File> RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedDefs.h">
</Filter> </File>
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedTypes.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appGpu3dDemo.rc"> RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemoDynamicsWorld3D.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appGpu3dDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

File diff suppressed because it is too large Load Diff

View File

@@ -1,456 +1,463 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appHelloWorld" Name="appHelloWorld"
ProjectGUID="{5239CE6A-7C7A-2170-6334-DF8EE0C44543}" ProjectGUID="{5239CE6A-7C7A-2170-6334-DF8EE0C44543}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appHelloWorld\" OutputDirectory="..\..\out\release7\build\appHelloWorld\"
IntermediateDirectory="..\..\out\release7\build\appHelloWorld\" IntermediateDirectory="..\..\out\release7\build\appHelloWorld\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
PrecompiledHeaderFile="..\..\out\release7\build\appHelloWorld\appHelloWorld.pch" PrecompiledHeaderFile="..\..\out\release7\build\appHelloWorld\appHelloWorld.pch"
AssemblerListingLocation="..\..\out\release7\build\appHelloWorld\" AssemblerListingLocation="..\..\out\release7\build\appHelloWorld\"
ObjectFile="..\..\out\release7\build\appHelloWorld\" ObjectFile="..\..\out\release7\build\appHelloWorld\"
ProgramDataBaseFileName="..\..\out\release7\build\appHelloWorld\HelloWorld.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appHelloWorld\HelloWorld.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseHelloWorld.exe" OutputFile="..\..\ReleaseHelloWorld.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release7\build\appHelloWorld\HelloWorld.pdb" ProgramDatabaseFile="..\..\out\release7\build\appHelloWorld\HelloWorld.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appHelloWorld\appHelloWorld.tlb"/> TypeLibraryName="..\..\out\release7\build\appHelloWorld\appHelloWorld.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appHelloWorld\" OutputDirectory="..\..\out\release_dll7\build\appHelloWorld\"
IntermediateDirectory="..\..\out\release_dll7\build\appHelloWorld\" IntermediateDirectory="..\..\out\release_dll7\build\appHelloWorld\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appHelloWorld\appHelloWorld.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dll7\build\appHelloWorld\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appHelloWorld\appHelloWorld.pch"
ObjectFile="..\..\out\release_dll7\build\appHelloWorld\" AssemblerListingLocation="..\..\out\release_dll7\build\appHelloWorld\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appHelloWorld\HelloWorld.pdb" ObjectFile="..\..\out\release_dll7\build\appHelloWorld\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appHelloWorld\HelloWorld.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllHelloWorld.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllHelloWorld.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appHelloWorld\HelloWorld.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appHelloWorld\HelloWorld.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appHelloWorld\appHelloWorld.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appHelloWorld\appHelloWorld.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appHelloWorld\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appHelloWorld\" OutputDirectory="..\..\out\release_dbl7\build\appHelloWorld\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appHelloWorld\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appHelloWorld\appHelloWorld.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dbl7\build\appHelloWorld\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appHelloWorld\appHelloWorld.pch"
ObjectFile="..\..\out\release_dbl7\build\appHelloWorld\" AssemblerListingLocation="..\..\out\release_dbl7\build\appHelloWorld\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appHelloWorld\HelloWorld.pdb" ObjectFile="..\..\out\release_dbl7\build\appHelloWorld\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appHelloWorld\HelloWorld.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblHelloWorld.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblHelloWorld.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appHelloWorld\HelloWorld.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appHelloWorld\HelloWorld.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appHelloWorld\appHelloWorld.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appHelloWorld\appHelloWorld.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appHelloWorld\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appHelloWorld\" OutputDirectory="..\..\out\debug7\build\appHelloWorld\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appHelloWorld\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appHelloWorld\appHelloWorld.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug7\build\appHelloWorld\" PrecompiledHeaderFile="..\..\out\debug7\build\appHelloWorld\appHelloWorld.pch"
ObjectFile="..\..\out\debug7\build\appHelloWorld\" AssemblerListingLocation="..\..\out\debug7\build\appHelloWorld\"
ProgramDataBaseFileName="..\..\out\debug7\build\appHelloWorld\HelloWorld.pdb" ObjectFile="..\..\out\debug7\build\appHelloWorld\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appHelloWorld\HelloWorld.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugHelloWorld.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugHelloWorld.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appHelloWorld\HelloWorld.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appHelloWorld\HelloWorld.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appHelloWorld\appHelloWorld.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appHelloWorld\appHelloWorld.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appHelloWorld\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appHelloWorld\" OutputDirectory="..\..\out\debug_dll7\build\appHelloWorld\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appHelloWorld\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appHelloWorld\appHelloWorld.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug_dll7\build\appHelloWorld\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appHelloWorld\appHelloWorld.pch"
ObjectFile="..\..\out\debug_dll7\build\appHelloWorld\" AssemblerListingLocation="..\..\out\debug_dll7\build\appHelloWorld\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appHelloWorld\HelloWorld.pdb" ObjectFile="..\..\out\debug_dll7\build\appHelloWorld\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appHelloWorld\HelloWorld.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllHelloWorld.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllHelloWorld.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll7\build\appHelloWorld\HelloWorld.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appHelloWorld\HelloWorld.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appHelloWorld\appHelloWorld.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appHelloWorld\appHelloWorld.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appHelloWorld\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appHelloWorld\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appHelloWorld\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appHelloWorld\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appHelloWorld\appHelloWorld.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appHelloWorld\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appHelloWorld\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appHelloWorld\HelloWorld.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appHelloWorld\appHelloWorld.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appHelloWorld\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appHelloWorld\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appHelloWorld\HelloWorld.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblHelloWorld.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="" OutputFile="..\..\DebugDblHelloWorld.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appHelloWorld\HelloWorld.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories=""
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appHelloWorld\HelloWorld.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appHelloWorld\appHelloWorld.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appHelloWorld\appHelloWorld.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\HelloWorld\HelloWorld.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Resource Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appHelloWorld.rc"> RelativePath="..\..\Demos\HelloWorld\HelloWorld.cpp">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appHelloWorld.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,459 +1,466 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appMiniCL_VectorAdd" Name="appMiniCL_VectorAdd"
ProjectGUID="{6D766893-676D-4222-6547-A75378F2CB60}" ProjectGUID="{6D766893-676D-4222-6547-A75378F2CB60}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appMiniCL_VectorAdd\" OutputDirectory="..\..\out\release7\build\appMiniCL_VectorAdd\"
IntermediateDirectory="..\..\out\release7\build\appMiniCL_VectorAdd\" IntermediateDirectory="..\..\out\release7\build\appMiniCL_VectorAdd\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
PrecompiledHeaderFile="..\..\out\release7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" PrecompiledHeaderFile="..\..\out\release7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
AssemblerListingLocation="..\..\out\release7\build\appMiniCL_VectorAdd\" AssemblerListingLocation="..\..\out\release7\build\appMiniCL_VectorAdd\"
ObjectFile="..\..\out\release7\build\appMiniCL_VectorAdd\" ObjectFile="..\..\out\release7\build\appMiniCL_VectorAdd\"
ProgramDataBaseFileName="..\..\out\release7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseMiniCL_VectorAdd.exe" OutputFile="..\..\ReleaseMiniCL_VectorAdd.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ProgramDatabaseFile="..\..\out\release7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> TypeLibraryName="..\..\out\release7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appMiniCL_VectorAdd\" OutputDirectory="..\..\out\release_dll7\build\appMiniCL_VectorAdd\"
IntermediateDirectory="..\..\out\release_dll7\build\appMiniCL_VectorAdd\" IntermediateDirectory="..\..\out\release_dll7\build\appMiniCL_VectorAdd\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dll7\build\appMiniCL_VectorAdd\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
ObjectFile="..\..\out\release_dll7\build\appMiniCL_VectorAdd\" AssemblerListingLocation="..\..\out\release_dll7\build\appMiniCL_VectorAdd\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ObjectFile="..\..\out\release_dll7\build\appMiniCL_VectorAdd\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllMiniCL_VectorAdd.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllMiniCL_VectorAdd.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\" OutputDirectory="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
ObjectFile="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\" AssemblerListingLocation="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ObjectFile="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblMiniCL_VectorAdd.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblMiniCL_VectorAdd.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appMiniCL_VectorAdd\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appMiniCL_VectorAdd\" OutputDirectory="..\..\out\debug7\build\appMiniCL_VectorAdd\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appMiniCL_VectorAdd\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug7\build\appMiniCL_VectorAdd\" PrecompiledHeaderFile="..\..\out\debug7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
ObjectFile="..\..\out\debug7\build\appMiniCL_VectorAdd\" AssemblerListingLocation="..\..\out\debug7\build\appMiniCL_VectorAdd\"
ProgramDataBaseFileName="..\..\out\debug7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ObjectFile="..\..\out\debug7\build\appMiniCL_VectorAdd\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugMiniCL_VectorAdd.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugMiniCL_VectorAdd.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\" OutputDirectory="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
ObjectFile="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\" AssemblerListingLocation="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ObjectFile="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllMiniCL_VectorAdd.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllMiniCL_VectorAdd.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblMiniCL_VectorAdd.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="" OutputFile="..\..\DebugDblMiniCL_VectorAdd.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories=""
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\MiniCL_VectorAdd\MiniCL.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\MiniCL_VectorAdd\MiniCL_VectorAdd.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\MiniCL_VectorAdd\MiniCL.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appMiniCL_VectorAdd.rc"> RelativePath="..\..\Demos\MiniCL_VectorAdd\MiniCL_VectorAdd.cpp">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appMiniCL_VectorAdd.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,463 +1,470 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appMovingConcaveDemo" Name="appMovingConcaveDemo"
ProjectGUID="{2D714360-B8EC-F8E0-ED74-E95336301075}" ProjectGUID="{2D714360-B8EC-F8E0-ED74-E95336301075}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appMovingConcaveDemo\" OutputDirectory="..\..\out\release7\build\appMovingConcaveDemo\"
IntermediateDirectory="..\..\out\release7\build\appMovingConcaveDemo\" IntermediateDirectory="..\..\out\release7\build\appMovingConcaveDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
PrecompiledHeaderFile="..\..\out\release7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appMovingConcaveDemo\" AssemblerListingLocation="..\..\out\release7\build\appMovingConcaveDemo\"
ObjectFile="..\..\out\release7\build\appMovingConcaveDemo\" ObjectFile="..\..\out\release7\build\appMovingConcaveDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseMovingConcaveDemo.exe" OutputFile="..\..\ReleaseMovingConcaveDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appMovingConcaveDemo\" OutputDirectory="..\..\out\release_dll7\build\appMovingConcaveDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appMovingConcaveDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appMovingConcaveDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dll7\build\appMovingConcaveDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appMovingConcaveDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appMovingConcaveDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appMovingConcaveDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllMovingConcaveDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllMovingConcaveDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appMovingConcaveDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appMovingConcaveDemo\" OutputDirectory="..\..\out\release_dbl7\build\appMovingConcaveDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appMovingConcaveDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dbl7\build\appMovingConcaveDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appMovingConcaveDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appMovingConcaveDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appMovingConcaveDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblMovingConcaveDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblMovingConcaveDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appMovingConcaveDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appMovingConcaveDemo\" OutputDirectory="..\..\out\debug7\build\appMovingConcaveDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appMovingConcaveDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug7\build\appMovingConcaveDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
ObjectFile="..\..\out\debug7\build\appMovingConcaveDemo\" AssemblerListingLocation="..\..\out\debug7\build\appMovingConcaveDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ObjectFile="..\..\out\debug7\build\appMovingConcaveDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugMovingConcaveDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugMovingConcaveDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appMovingConcaveDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appMovingConcaveDemo\" OutputDirectory="..\..\out\debug_dll7\build\appMovingConcaveDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appMovingConcaveDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug_dll7\build\appMovingConcaveDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appMovingConcaveDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appMovingConcaveDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appMovingConcaveDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllMovingConcaveDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllMovingConcaveDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appMovingConcaveDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appMovingConcaveDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appMovingConcaveDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appMovingConcaveDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appMovingConcaveDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appMovingConcaveDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appMovingConcaveDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appMovingConcaveDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblMovingConcaveDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblMovingConcaveDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\MovingConcaveDemo\ConcavePhysicsDemo.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Header Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\Demos\MovingConcaveDemo\ConcaveDemo.h"> RelativePath="..\..\Demos\MovingConcaveDemo\ConcavePhysicsDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appMovingConcaveDemo.rc"> RelativePath="..\..\Demos\MovingConcaveDemo\ConcaveDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appMovingConcaveDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appMultiMaterialDemo" Name="appMultiMaterialDemo"
ProjectGUID="{7C050627-6267-11A1-E342-374FA0095116}" ProjectGUID="{7C050627-6267-11A1-E342-374FA0095116}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appMultiMaterialDemo\" OutputDirectory="..\..\out\release7\build\appMultiMaterialDemo\"
IntermediateDirectory="..\..\out\release7\build\appMultiMaterialDemo\" IntermediateDirectory="..\..\out\release7\build\appMultiMaterialDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appMultiMaterialDemo\" AssemblerListingLocation="..\..\out\release7\build\appMultiMaterialDemo\"
ObjectFile="..\..\out\release7\build\appMultiMaterialDemo\" ObjectFile="..\..\out\release7\build\appMultiMaterialDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseMultiMaterialDemo.exe" OutputFile="..\..\ReleaseMultiMaterialDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appMultiMaterialDemo\" OutputDirectory="..\..\out\release_dll7\build\appMultiMaterialDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appMultiMaterialDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appMultiMaterialDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appMultiMaterialDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appMultiMaterialDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appMultiMaterialDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appMultiMaterialDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllMultiMaterialDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllMultiMaterialDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appMultiMaterialDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appMultiMaterialDemo\" OutputDirectory="..\..\out\release_dbl7\build\appMultiMaterialDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appMultiMaterialDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appMultiMaterialDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appMultiMaterialDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appMultiMaterialDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appMultiMaterialDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblMultiMaterialDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblMultiMaterialDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appMultiMaterialDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appMultiMaterialDemo\" OutputDirectory="..\..\out\debug7\build\appMultiMaterialDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appMultiMaterialDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appMultiMaterialDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
ObjectFile="..\..\out\debug7\build\appMultiMaterialDemo\" AssemblerListingLocation="..\..\out\debug7\build\appMultiMaterialDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ObjectFile="..\..\out\debug7\build\appMultiMaterialDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugMultiMaterialDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugMultiMaterialDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appMultiMaterialDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appMultiMaterialDemo\" OutputDirectory="..\..\out\debug_dll7\build\appMultiMaterialDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appMultiMaterialDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appMultiMaterialDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appMultiMaterialDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appMultiMaterialDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appMultiMaterialDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllMultiMaterialDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllMultiMaterialDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appMultiMaterialDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appMultiMaterialDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appMultiMaterialDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appMultiMaterialDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appMultiMaterialDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appMultiMaterialDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appMultiMaterialDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appMultiMaterialDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblMultiMaterialDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblMultiMaterialDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\MultiMaterialDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\MultiMaterialDemo\MultiMaterialDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\MultiMaterialDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\MultiMaterialDemo\MultiMaterialDemo.h"> RelativePath="..\..\Demos\MultiMaterialDemo\MultiMaterialDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appMultiMaterialDemo.rc"> RelativePath="..\..\Demos\MultiMaterialDemo\MultiMaterialDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appMultiMaterialDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appMultiThreadedDemo" Name="appMultiThreadedDemo"
ProjectGUID="{6D016A7B-39C8-2018-733F-22921BE94AC4}" ProjectGUID="{6D016A7B-39C8-2018-733F-22921BE94AC4}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appMultiThreadedDemo\" OutputDirectory="..\..\out\release7\build\appMultiThreadedDemo\"
IntermediateDirectory="..\..\out\release7\build\appMultiThreadedDemo\" IntermediateDirectory="..\..\out\release7\build\appMultiThreadedDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
PrecompiledHeaderFile="..\..\out\release7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appMultiThreadedDemo\" AssemblerListingLocation="..\..\out\release7\build\appMultiThreadedDemo\"
ObjectFile="..\..\out\release7\build\appMultiThreadedDemo\" ObjectFile="..\..\out\release7\build\appMultiThreadedDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseMultiThreadedDemo.exe" OutputFile="..\..\ReleaseMultiThreadedDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appMultiThreadedDemo\" OutputDirectory="..\..\out\release_dll7\build\appMultiThreadedDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appMultiThreadedDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appMultiThreadedDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
AssemblerListingLocation="..\..\out\release_dll7\build\appMultiThreadedDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appMultiThreadedDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appMultiThreadedDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appMultiThreadedDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllMultiThreadedDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllMultiThreadedDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appMultiThreadedDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appMultiThreadedDemo\" OutputDirectory="..\..\out\release_dbl7\build\appMultiThreadedDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appMultiThreadedDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
AssemblerListingLocation="..\..\out\release_dbl7\build\appMultiThreadedDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appMultiThreadedDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appMultiThreadedDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appMultiThreadedDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblMultiThreadedDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblMultiThreadedDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appMultiThreadedDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appMultiThreadedDemo\" OutputDirectory="..\..\out\debug7\build\appMultiThreadedDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appMultiThreadedDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
AssemblerListingLocation="..\..\out\debug7\build\appMultiThreadedDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
ObjectFile="..\..\out\debug7\build\appMultiThreadedDemo\" AssemblerListingLocation="..\..\out\debug7\build\appMultiThreadedDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ObjectFile="..\..\out\debug7\build\appMultiThreadedDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugMultiThreadedDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugMultiThreadedDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appMultiThreadedDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appMultiThreadedDemo\" OutputDirectory="..\..\out\debug_dll7\build\appMultiThreadedDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appMultiThreadedDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
AssemblerListingLocation="..\..\out\debug_dll7\build\appMultiThreadedDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appMultiThreadedDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appMultiThreadedDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appMultiThreadedDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllMultiThreadedDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllMultiThreadedDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appMultiThreadedDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appMultiThreadedDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appMultiThreadedDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appMultiThreadedDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appMultiThreadedDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appMultiThreadedDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appMultiThreadedDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appMultiThreadedDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblMultiThreadedDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblMultiThreadedDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\MultiThreadedDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\MultiThreadedDemo\MultiThreadedDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\MultiThreadedDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\MultiThreadedDemo\MultiThreadedDemo.h"> RelativePath="..\..\Demos\MultiThreadedDemo\MultiThreadedDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appMultiThreadedDemo.rc"> RelativePath="..\..\Demos\MultiThreadedDemo\MultiThreadedDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appMultiThreadedDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appRagdollDemo" Name="appRagdollDemo"
ProjectGUID="{EFEF2072-51F9-DAE8-AC38-3E653C680F74}" ProjectGUID="{EFEF2072-51F9-DAE8-AC38-3E653C680F74}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appRagdollDemo\" OutputDirectory="..\..\out\release7\build\appRagdollDemo\"
IntermediateDirectory="..\..\out\release7\build\appRagdollDemo\" IntermediateDirectory="..\..\out\release7\build\appRagdollDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appRagdollDemo\appRagdollDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appRagdollDemo\appRagdollDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appRagdollDemo\" AssemblerListingLocation="..\..\out\release7\build\appRagdollDemo\"
ObjectFile="..\..\out\release7\build\appRagdollDemo\" ObjectFile="..\..\out\release7\build\appRagdollDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appRagdollDemo\RagdollDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appRagdollDemo\RagdollDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseRagdollDemo.exe" OutputFile="..\..\ReleaseRagdollDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appRagdollDemo\RagdollDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appRagdollDemo\RagdollDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appRagdollDemo\appRagdollDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appRagdollDemo\appRagdollDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appRagdollDemo\" OutputDirectory="..\..\out\release_dll7\build\appRagdollDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appRagdollDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appRagdollDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appRagdollDemo\appRagdollDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appRagdollDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appRagdollDemo\appRagdollDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appRagdollDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appRagdollDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appRagdollDemo\RagdollDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appRagdollDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appRagdollDemo\RagdollDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllRagdollDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllRagdollDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appRagdollDemo\RagdollDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appRagdollDemo\RagdollDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appRagdollDemo\appRagdollDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appRagdollDemo\appRagdollDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appRagdollDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appRagdollDemo\" OutputDirectory="..\..\out\release_dbl7\build\appRagdollDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appRagdollDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appRagdollDemo\appRagdollDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appRagdollDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appRagdollDemo\appRagdollDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appRagdollDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appRagdollDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appRagdollDemo\RagdollDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appRagdollDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appRagdollDemo\RagdollDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblRagdollDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblRagdollDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appRagdollDemo\RagdollDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appRagdollDemo\RagdollDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appRagdollDemo\appRagdollDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appRagdollDemo\appRagdollDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appRagdollDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appRagdollDemo\" OutputDirectory="..\..\out\debug7\build\appRagdollDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appRagdollDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appRagdollDemo\appRagdollDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appRagdollDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appRagdollDemo\appRagdollDemo.pch"
ObjectFile="..\..\out\debug7\build\appRagdollDemo\" AssemblerListingLocation="..\..\out\debug7\build\appRagdollDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appRagdollDemo\RagdollDemo.pdb" ObjectFile="..\..\out\debug7\build\appRagdollDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appRagdollDemo\RagdollDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugRagdollDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugRagdollDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appRagdollDemo\RagdollDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appRagdollDemo\RagdollDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appRagdollDemo\appRagdollDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appRagdollDemo\appRagdollDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appRagdollDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appRagdollDemo\" OutputDirectory="..\..\out\debug_dll7\build\appRagdollDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appRagdollDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appRagdollDemo\appRagdollDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appRagdollDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appRagdollDemo\appRagdollDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appRagdollDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appRagdollDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appRagdollDemo\RagdollDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appRagdollDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appRagdollDemo\RagdollDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllRagdollDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllRagdollDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appRagdollDemo\RagdollDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appRagdollDemo\RagdollDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appRagdollDemo\appRagdollDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appRagdollDemo\appRagdollDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appRagdollDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appRagdollDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appRagdollDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appRagdollDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appRagdollDemo\appRagdollDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appRagdollDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appRagdollDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appRagdollDemo\RagdollDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appRagdollDemo\appRagdollDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appRagdollDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appRagdollDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appRagdollDemo\RagdollDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblRagdollDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblRagdollDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appRagdollDemo\RagdollDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appRagdollDemo\RagdollDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appRagdollDemo\appRagdollDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appRagdollDemo\appRagdollDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\RagdollDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\RagdollDemo\RagdollDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\RagdollDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\RagdollDemo\RagdollDemo.h"> RelativePath="..\..\Demos\RagdollDemo\RagdollDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appRagdollDemo.rc"> RelativePath="..\..\Demos\RagdollDemo\RagdollDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appRagdollDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllRaytracer.exe" OutputFile="..\..\DebugDllRaytracer.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblRaytracer.exe" OutputFile="..\..\DebugDblRaytracer.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllSimplexDemo.exe" OutputFile="..\..\DebugDllSimplexDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblSimplexDemo.exe" OutputFile="..\..\DebugDblSimplexDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appSliderConstraintDemo" Name="appSliderConstraintDemo"
ProjectGUID="{E7461CAA-D8C1-90D0-FB1E-FCD4F340FAAE}" ProjectGUID="{E7461CAA-D8C1-90D0-FB1E-FCD4F340FAAE}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appSliderConstraintDemo\" OutputDirectory="..\..\out\release7\build\appSliderConstraintDemo\"
IntermediateDirectory="..\..\out\release7\build\appSliderConstraintDemo\" IntermediateDirectory="..\..\out\release7\build\appSliderConstraintDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appSliderConstraintDemo\" AssemblerListingLocation="..\..\out\release7\build\appSliderConstraintDemo\"
ObjectFile="..\..\out\release7\build\appSliderConstraintDemo\" ObjectFile="..\..\out\release7\build\appSliderConstraintDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseSliderConstraintDemo.exe" OutputFile="..\..\ReleaseSliderConstraintDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appSliderConstraintDemo\" OutputDirectory="..\..\out\release_dll7\build\appSliderConstraintDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appSliderConstraintDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appSliderConstraintDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appSliderConstraintDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appSliderConstraintDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appSliderConstraintDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appSliderConstraintDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllSliderConstraintDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllSliderConstraintDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appSliderConstraintDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appSliderConstraintDemo\" OutputDirectory="..\..\out\release_dbl7\build\appSliderConstraintDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appSliderConstraintDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appSliderConstraintDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appSliderConstraintDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appSliderConstraintDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appSliderConstraintDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblSliderConstraintDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblSliderConstraintDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appSliderConstraintDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appSliderConstraintDemo\" OutputDirectory="..\..\out\debug7\build\appSliderConstraintDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appSliderConstraintDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appSliderConstraintDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
ObjectFile="..\..\out\debug7\build\appSliderConstraintDemo\" AssemblerListingLocation="..\..\out\debug7\build\appSliderConstraintDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ObjectFile="..\..\out\debug7\build\appSliderConstraintDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugSliderConstraintDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugSliderConstraintDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appSliderConstraintDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appSliderConstraintDemo\" OutputDirectory="..\..\out\debug_dll7\build\appSliderConstraintDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appSliderConstraintDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appSliderConstraintDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appSliderConstraintDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appSliderConstraintDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appSliderConstraintDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllSliderConstraintDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllSliderConstraintDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appSliderConstraintDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appSliderConstraintDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appSliderConstraintDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appSliderConstraintDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appSliderConstraintDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appSliderConstraintDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appSliderConstraintDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appSliderConstraintDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblSliderConstraintDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblSliderConstraintDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\SliderConstraintDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\SliderConstraintDemo\SliderConstraintDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\SliderConstraintDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\SliderConstraintDemo\SliderConstraintDemo.h"> RelativePath="..\..\Demos\SliderConstraintDemo\SliderConstraintDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appSliderConstraintDemo.rc"> RelativePath="..\..\Demos\SliderConstraintDemo\SliderConstraintDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appSliderConstraintDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appSoftBodyDemo" Name="appSoftBodyDemo"
ProjectGUID="{106E3D23-110E-5DD8-4A6A-D8A2250C43C9}" ProjectGUID="{106E3D23-110E-5DD8-4A6A-D8A2250C43C9}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appSoftBodyDemo\" OutputDirectory="..\..\out\release7\build\appSoftBodyDemo\"
IntermediateDirectory="..\..\out\release7\build\appSoftBodyDemo\" IntermediateDirectory="..\..\out\release7\build\appSoftBodyDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
PrecompiledHeaderFile="..\..\out\release7\build\appSoftBodyDemo\appSoftBodyDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appSoftBodyDemo\appSoftBodyDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appSoftBodyDemo\" AssemblerListingLocation="..\..\out\release7\build\appSoftBodyDemo\"
ObjectFile="..\..\out\release7\build\appSoftBodyDemo\" ObjectFile="..\..\out\release7\build\appSoftBodyDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appSoftBodyDemo\SoftBodyDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseSoftBodyDemo.exe" OutputFile="..\..\ReleaseSoftBodyDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appSoftBodyDemo\SoftBodyDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appSoftBodyDemo\" OutputDirectory="..\..\out\release_dll7\build\appSoftBodyDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appSoftBodyDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appSoftBodyDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appSoftBodyDemo\appSoftBodyDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dll7\build\appSoftBodyDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appSoftBodyDemo\appSoftBodyDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appSoftBodyDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appSoftBodyDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appSoftBodyDemo\SoftBodyDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appSoftBodyDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllSoftBodyDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllSoftBodyDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appSoftBodyDemo\SoftBodyDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appSoftBodyDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appSoftBodyDemo\" OutputDirectory="..\..\out\release_dbl7\build\appSoftBodyDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appSoftBodyDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appSoftBodyDemo\appSoftBodyDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dbl7\build\appSoftBodyDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appSoftBodyDemo\appSoftBodyDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appSoftBodyDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appSoftBodyDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appSoftBodyDemo\SoftBodyDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appSoftBodyDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblSoftBodyDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblSoftBodyDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appSoftBodyDemo\SoftBodyDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appSoftBodyDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appSoftBodyDemo\" OutputDirectory="..\..\out\debug7\build\appSoftBodyDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appSoftBodyDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appSoftBodyDemo\appSoftBodyDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug7\build\appSoftBodyDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appSoftBodyDemo\appSoftBodyDemo.pch"
ObjectFile="..\..\out\debug7\build\appSoftBodyDemo\" AssemblerListingLocation="..\..\out\debug7\build\appSoftBodyDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appSoftBodyDemo\SoftBodyDemo.pdb" ObjectFile="..\..\out\debug7\build\appSoftBodyDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugSoftBodyDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugSoftBodyDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appSoftBodyDemo\SoftBodyDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appSoftBodyDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appSoftBodyDemo\" OutputDirectory="..\..\out\debug_dll7\build\appSoftBodyDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appSoftBodyDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appSoftBodyDemo\appSoftBodyDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug_dll7\build\appSoftBodyDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appSoftBodyDemo\appSoftBodyDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appSoftBodyDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appSoftBodyDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appSoftBodyDemo\SoftBodyDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appSoftBodyDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllSoftBodyDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllSoftBodyDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appSoftBodyDemo\SoftBodyDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appSoftBodyDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appSoftBodyDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appSoftBodyDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appSoftBodyDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appSoftBodyDemo\appSoftBodyDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appSoftBodyDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appSoftBodyDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appSoftBodyDemo\SoftBodyDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appSoftBodyDemo\appSoftBodyDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appSoftBodyDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appSoftBodyDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblSoftBodyDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblSoftBodyDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appSoftBodyDemo\SoftBodyDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appSoftBodyDemo\SoftBodyDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\SoftDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\SoftDemo\SoftDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\SoftDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\SoftDemo\SoftDemo.h"> RelativePath="..\..\Demos\SoftDemo\SoftDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appSoftBodyDemo.rc"> RelativePath="..\..\Demos\SoftDemo\SoftDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appSoftBodyDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appTerrainDemo" Name="appTerrainDemo"
ProjectGUID="{7FE87C67-4B29-D636-0AEC-BFFCE47A2164}" ProjectGUID="{7FE87C67-4B29-D636-0AEC-BFFCE47A2164}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appTerrainDemo\" OutputDirectory="..\..\out\release7\build\appTerrainDemo\"
IntermediateDirectory="..\..\out\release7\build\appTerrainDemo\" IntermediateDirectory="..\..\out\release7\build\appTerrainDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appTerrainDemo\appTerrainDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appTerrainDemo\appTerrainDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appTerrainDemo\" AssemblerListingLocation="..\..\out\release7\build\appTerrainDemo\"
ObjectFile="..\..\out\release7\build\appTerrainDemo\" ObjectFile="..\..\out\release7\build\appTerrainDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appTerrainDemo\TerrainDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appTerrainDemo\TerrainDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseTerrainDemo.exe" OutputFile="..\..\ReleaseTerrainDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appTerrainDemo\TerrainDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appTerrainDemo\TerrainDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appTerrainDemo\appTerrainDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appTerrainDemo\appTerrainDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appTerrainDemo\" OutputDirectory="..\..\out\release_dll7\build\appTerrainDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appTerrainDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appTerrainDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appTerrainDemo\appTerrainDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appTerrainDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appTerrainDemo\appTerrainDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appTerrainDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appTerrainDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appTerrainDemo\TerrainDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appTerrainDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appTerrainDemo\TerrainDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllTerrainDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllTerrainDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appTerrainDemo\TerrainDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appTerrainDemo\TerrainDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appTerrainDemo\appTerrainDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appTerrainDemo\appTerrainDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appTerrainDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appTerrainDemo\" OutputDirectory="..\..\out\release_dbl7\build\appTerrainDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appTerrainDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appTerrainDemo\appTerrainDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appTerrainDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appTerrainDemo\appTerrainDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appTerrainDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appTerrainDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appTerrainDemo\TerrainDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appTerrainDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appTerrainDemo\TerrainDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblTerrainDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblTerrainDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appTerrainDemo\TerrainDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appTerrainDemo\TerrainDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appTerrainDemo\appTerrainDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appTerrainDemo\appTerrainDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appTerrainDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appTerrainDemo\" OutputDirectory="..\..\out\debug7\build\appTerrainDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appTerrainDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appTerrainDemo\appTerrainDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appTerrainDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appTerrainDemo\appTerrainDemo.pch"
ObjectFile="..\..\out\debug7\build\appTerrainDemo\" AssemblerListingLocation="..\..\out\debug7\build\appTerrainDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appTerrainDemo\TerrainDemo.pdb" ObjectFile="..\..\out\debug7\build\appTerrainDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appTerrainDemo\TerrainDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugTerrainDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugTerrainDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appTerrainDemo\TerrainDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appTerrainDemo\TerrainDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appTerrainDemo\appTerrainDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appTerrainDemo\appTerrainDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appTerrainDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appTerrainDemo\" OutputDirectory="..\..\out\debug_dll7\build\appTerrainDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appTerrainDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appTerrainDemo\appTerrainDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appTerrainDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appTerrainDemo\appTerrainDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appTerrainDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appTerrainDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appTerrainDemo\TerrainDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appTerrainDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appTerrainDemo\TerrainDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllTerrainDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllTerrainDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appTerrainDemo\TerrainDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appTerrainDemo\TerrainDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appTerrainDemo\appTerrainDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appTerrainDemo\appTerrainDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appTerrainDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appTerrainDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appTerrainDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appTerrainDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appTerrainDemo\appTerrainDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appTerrainDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appTerrainDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appTerrainDemo\TerrainDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appTerrainDemo\appTerrainDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appTerrainDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appTerrainDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appTerrainDemo\TerrainDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblTerrainDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblTerrainDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appTerrainDemo\TerrainDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appTerrainDemo\TerrainDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appTerrainDemo\appTerrainDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appTerrainDemo\appTerrainDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\TerrainDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\TerrainDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.h"> RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appTerrainDemo.rc"> RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appTerrainDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,463 +1,470 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appUserCollisionAlgorithm" Name="appUserCollisionAlgorithm"
ProjectGUID="{330B5049-6935-5CE6-79B7-28F570962895}" ProjectGUID="{330B5049-6935-5CE6-79B7-28F570962895}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appUserCollisionAlgorithm\" OutputDirectory="..\..\out\release7\build\appUserCollisionAlgorithm\"
IntermediateDirectory="..\..\out\release7\build\appUserCollisionAlgorithm\" IntermediateDirectory="..\..\out\release7\build\appUserCollisionAlgorithm\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" PrecompiledHeaderFile="..\..\out\release7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
AssemblerListingLocation="..\..\out\release7\build\appUserCollisionAlgorithm\" AssemblerListingLocation="..\..\out\release7\build\appUserCollisionAlgorithm\"
ObjectFile="..\..\out\release7\build\appUserCollisionAlgorithm\" ObjectFile="..\..\out\release7\build\appUserCollisionAlgorithm\"
ProgramDataBaseFileName="..\..\out\release7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseUserCollisionAlgorithm.exe" OutputFile="..\..\ReleaseUserCollisionAlgorithm.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ProgramDatabaseFile="..\..\out\release7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> TypeLibraryName="..\..\out\release7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appUserCollisionAlgorithm\" OutputDirectory="..\..\out\release_dll7\build\appUserCollisionAlgorithm\"
IntermediateDirectory="..\..\out\release_dll7\build\appUserCollisionAlgorithm\" IntermediateDirectory="..\..\out\release_dll7\build\appUserCollisionAlgorithm\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appUserCollisionAlgorithm\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
ObjectFile="..\..\out\release_dll7\build\appUserCollisionAlgorithm\" AssemblerListingLocation="..\..\out\release_dll7\build\appUserCollisionAlgorithm\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ObjectFile="..\..\out\release_dll7\build\appUserCollisionAlgorithm\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllUserCollisionAlgorithm.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllUserCollisionAlgorithm.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\" OutputDirectory="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
ObjectFile="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\" AssemblerListingLocation="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ObjectFile="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblUserCollisionAlgorithm.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblUserCollisionAlgorithm.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appUserCollisionAlgorithm\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appUserCollisionAlgorithm\" OutputDirectory="..\..\out\debug7\build\appUserCollisionAlgorithm\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appUserCollisionAlgorithm\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appUserCollisionAlgorithm\" PrecompiledHeaderFile="..\..\out\debug7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
ObjectFile="..\..\out\debug7\build\appUserCollisionAlgorithm\" AssemblerListingLocation="..\..\out\debug7\build\appUserCollisionAlgorithm\"
ProgramDataBaseFileName="..\..\out\debug7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ObjectFile="..\..\out\debug7\build\appUserCollisionAlgorithm\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugUserCollisionAlgorithm.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugUserCollisionAlgorithm.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\" OutputDirectory="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
ObjectFile="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\" AssemblerListingLocation="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ObjectFile="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllUserCollisionAlgorithm.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllUserCollisionAlgorithm.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblUserCollisionAlgorithm.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblUserCollisionAlgorithm.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\UserCollisionAlgorithm\UserCollisionAlgorithm.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Header Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\Demos\UserCollisionAlgorithm\UserCollisionAlgorithm.h"> RelativePath="..\..\Demos\UserCollisionAlgorithm\UserCollisionAlgorithm.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appUserCollisionAlgorithm.rc"> RelativePath="..\..\Demos\UserCollisionAlgorithm\UserCollisionAlgorithm.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appUserCollisionAlgorithm.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appVehicleDemo" Name="appVehicleDemo"
ProjectGUID="{07E712DB-DAF8-887E-F099-CE43D4E8B1F9}" ProjectGUID="{07E712DB-DAF8-887E-F099-CE43D4E8B1F9}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appVehicleDemo\" OutputDirectory="..\..\out\release7\build\appVehicleDemo\"
IntermediateDirectory="..\..\out\release7\build\appVehicleDemo\" IntermediateDirectory="..\..\out\release7\build\appVehicleDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\appVehicleDemo\appVehicleDemo.pch" PrecompiledHeaderFile="..\..\out\release7\build\appVehicleDemo\appVehicleDemo.pch"
AssemblerListingLocation="..\..\out\release7\build\appVehicleDemo\" AssemblerListingLocation="..\..\out\release7\build\appVehicleDemo\"
ObjectFile="..\..\out\release7\build\appVehicleDemo\" ObjectFile="..\..\out\release7\build\appVehicleDemo\"
ProgramDataBaseFileName="..\..\out\release7\build\appVehicleDemo\VehicleDemo.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appVehicleDemo\VehicleDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseVehicleDemo.exe" OutputFile="..\..\ReleaseVehicleDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release7\build\appVehicleDemo\VehicleDemo.pdb" ProgramDatabaseFile="..\..\out\release7\build\appVehicleDemo\VehicleDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appVehicleDemo\appVehicleDemo.tlb"/> TypeLibraryName="..\..\out\release7\build\appVehicleDemo\appVehicleDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appVehicleDemo\" OutputDirectory="..\..\out\release_dll7\build\appVehicleDemo\"
IntermediateDirectory="..\..\out\release_dll7\build\appVehicleDemo\" IntermediateDirectory="..\..\out\release_dll7\build\appVehicleDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appVehicleDemo\appVehicleDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\appVehicleDemo\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appVehicleDemo\appVehicleDemo.pch"
ObjectFile="..\..\out\release_dll7\build\appVehicleDemo\" AssemblerListingLocation="..\..\out\release_dll7\build\appVehicleDemo\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appVehicleDemo\VehicleDemo.pdb" ObjectFile="..\..\out\release_dll7\build\appVehicleDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appVehicleDemo\VehicleDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllVehicleDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllVehicleDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appVehicleDemo\VehicleDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appVehicleDemo\VehicleDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appVehicleDemo\appVehicleDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appVehicleDemo\appVehicleDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appVehicleDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appVehicleDemo\" OutputDirectory="..\..\out\release_dbl7\build\appVehicleDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appVehicleDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appVehicleDemo\appVehicleDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\appVehicleDemo\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appVehicleDemo\appVehicleDemo.pch"
ObjectFile="..\..\out\release_dbl7\build\appVehicleDemo\" AssemblerListingLocation="..\..\out\release_dbl7\build\appVehicleDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appVehicleDemo\VehicleDemo.pdb" ObjectFile="..\..\out\release_dbl7\build\appVehicleDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appVehicleDemo\VehicleDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblVehicleDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblVehicleDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appVehicleDemo\VehicleDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appVehicleDemo\VehicleDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appVehicleDemo\appVehicleDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appVehicleDemo\appVehicleDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appVehicleDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appVehicleDemo\" OutputDirectory="..\..\out\debug7\build\appVehicleDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appVehicleDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appVehicleDemo\appVehicleDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\appVehicleDemo\" PrecompiledHeaderFile="..\..\out\debug7\build\appVehicleDemo\appVehicleDemo.pch"
ObjectFile="..\..\out\debug7\build\appVehicleDemo\" AssemblerListingLocation="..\..\out\debug7\build\appVehicleDemo\"
ProgramDataBaseFileName="..\..\out\debug7\build\appVehicleDemo\VehicleDemo.pdb" ObjectFile="..\..\out\debug7\build\appVehicleDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appVehicleDemo\VehicleDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugVehicleDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugVehicleDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appVehicleDemo\VehicleDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appVehicleDemo\VehicleDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appVehicleDemo\appVehicleDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appVehicleDemo\appVehicleDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appVehicleDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appVehicleDemo\" OutputDirectory="..\..\out\debug_dll7\build\appVehicleDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appVehicleDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appVehicleDemo\appVehicleDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\appVehicleDemo\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appVehicleDemo\appVehicleDemo.pch"
ObjectFile="..\..\out\debug_dll7\build\appVehicleDemo\" AssemblerListingLocation="..\..\out\debug_dll7\build\appVehicleDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appVehicleDemo\VehicleDemo.pdb" ObjectFile="..\..\out\debug_dll7\build\appVehicleDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appVehicleDemo\VehicleDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllVehicleDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllVehicleDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll7\build\appVehicleDemo\VehicleDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appVehicleDemo\VehicleDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appVehicleDemo\appVehicleDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appVehicleDemo\appVehicleDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appVehicleDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appVehicleDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appVehicleDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appVehicleDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appVehicleDemo\appVehicleDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appVehicleDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appVehicleDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appVehicleDemo\VehicleDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appVehicleDemo\appVehicleDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appVehicleDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appVehicleDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appVehicleDemo\VehicleDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblVehicleDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblVehicleDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appVehicleDemo\VehicleDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appVehicleDemo\VehicleDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appVehicleDemo\appVehicleDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appVehicleDemo\appVehicleDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\VehicleDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\VehicleDemo\VehicleDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\VehicleDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\VehicleDemo\VehicleDemo.h"> RelativePath="..\..\Demos\VehicleDemo\VehicleDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appVehicleDemo.rc"> RelativePath="..\..\Demos\VehicleDemo\VehicleDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appVehicleDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,456 +1,463 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="appiffCheck" Name="appiffCheck"
ProjectGUID="{D423BB79-A5EE-4742-956D-69482488AF7C}" ProjectGUID="{D423BB79-A5EE-4742-956D-69482488AF7C}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\appiffCheck\" OutputDirectory="..\..\out\release7\build\appiffCheck\"
IntermediateDirectory="..\..\out\release7\build\appiffCheck\" IntermediateDirectory="..\..\out\release7\build\appiffCheck\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
PrecompiledHeaderFile="..\..\out\release7\build\appiffCheck\appiffCheck.pch" PrecompiledHeaderFile="..\..\out\release7\build\appiffCheck\appiffCheck.pch"
AssemblerListingLocation="..\..\out\release7\build\appiffCheck\" AssemblerListingLocation="..\..\out\release7\build\appiffCheck\"
ObjectFile="..\..\out\release7\build\appiffCheck\" ObjectFile="..\..\out\release7\build\appiffCheck\"
ProgramDataBaseFileName="..\..\out\release7\build\appiffCheck\iffCheck.pdb" ProgramDataBaseFileName="..\..\out\release7\build\appiffCheck\iffCheck.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseiffCheck.exe" OutputFile="..\..\ReleaseiffCheck.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release7\build\appiffCheck\iffCheck.pdb" ProgramDatabaseFile="..\..\out\release7\build\appiffCheck\iffCheck.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\appiffCheck\appiffCheck.tlb"/> TypeLibraryName="..\..\out\release7\build\appiffCheck\appiffCheck.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\appiffCheck\" OutputDirectory="..\..\out\release_dll7\build\appiffCheck\"
IntermediateDirectory="..\..\out\release_dll7\build\appiffCheck\" IntermediateDirectory="..\..\out\release_dll7\build\appiffCheck\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\appiffCheck\appiffCheck.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\release_dll7\build\appiffCheck\" PrecompiledHeaderFile="..\..\out\release_dll7\build\appiffCheck\appiffCheck.pch"
ObjectFile="..\..\out\release_dll7\build\appiffCheck\" AssemblerListingLocation="..\..\out\release_dll7\build\appiffCheck\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\appiffCheck\iffCheck.pdb" ObjectFile="..\..\out\release_dll7\build\appiffCheck\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\appiffCheck\iffCheck.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDlliffCheck.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDlliffCheck.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\appiffCheck\iffCheck.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\appiffCheck\iffCheck.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\appiffCheck\appiffCheck.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\appiffCheck\appiffCheck.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\appiffCheck\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\appiffCheck\" OutputDirectory="..\..\out\release_dbl7\build\appiffCheck\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl7\build\appiffCheck\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appiffCheck\appiffCheck.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\release_dbl7\build\appiffCheck\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\appiffCheck\appiffCheck.pch"
ObjectFile="..\..\out\release_dbl7\build\appiffCheck\" AssemblerListingLocation="..\..\out\release_dbl7\build\appiffCheck\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appiffCheck\iffCheck.pdb" ObjectFile="..\..\out\release_dbl7\build\appiffCheck\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\appiffCheck\iffCheck.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDbliffCheck.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDbliffCheck.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\appiffCheck\iffCheck.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\appiffCheck\iffCheck.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\appiffCheck\appiffCheck.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\appiffCheck\appiffCheck.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\appiffCheck\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\appiffCheck\" OutputDirectory="..\..\out\debug7\build\appiffCheck\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug7\build\appiffCheck\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\appiffCheck\appiffCheck.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\debug7\build\appiffCheck\" PrecompiledHeaderFile="..\..\out\debug7\build\appiffCheck\appiffCheck.pch"
ObjectFile="..\..\out\debug7\build\appiffCheck\" AssemblerListingLocation="..\..\out\debug7\build\appiffCheck\"
ProgramDataBaseFileName="..\..\out\debug7\build\appiffCheck\iffCheck.pdb" ObjectFile="..\..\out\debug7\build\appiffCheck\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\appiffCheck\iffCheck.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugiffCheck.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugiffCheck.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\appiffCheck\iffCheck.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\appiffCheck\iffCheck.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\appiffCheck\appiffCheck.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\appiffCheck\appiffCheck.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\appiffCheck\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\appiffCheck\" OutputDirectory="..\..\out\debug_dll7\build\appiffCheck\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll7\build\appiffCheck\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appiffCheck\appiffCheck.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\debug_dll7\build\appiffCheck\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\appiffCheck\appiffCheck.pch"
ObjectFile="..\..\out\debug_dll7\build\appiffCheck\" AssemblerListingLocation="..\..\out\debug_dll7\build\appiffCheck\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appiffCheck\iffCheck.pdb" ObjectFile="..\..\out\debug_dll7\build\appiffCheck\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\appiffCheck\iffCheck.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDlliffCheck.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDlliffCheck.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll7\build\appiffCheck\iffCheck.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\appiffCheck\iffCheck.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\appiffCheck\appiffCheck.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\appiffCheck\appiffCheck.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\appiffCheck\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\appiffCheck\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl7\build\appiffCheck\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl7\build\appiffCheck\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appiffCheck\appiffCheck.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\appiffCheck\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\appiffCheck\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appiffCheck\iffCheck.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appiffCheck\appiffCheck.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\appiffCheck\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\appiffCheck\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appiffCheck\iffCheck.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDbliffCheck.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="" OutputFile="..\..\DebugDbliffCheck.exe"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appiffCheck\iffCheck.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories=""
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\appiffCheck\iffCheck.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\appiffCheck\appiffCheck.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\appiffCheck\appiffCheck.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Extras\iff\iffCheck\iffcheck.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Resource Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appiffCheck.rc"> RelativePath="..\..\Extras\iff\iffCheck\iffcheck.cpp">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appiffCheck.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -99,6 +99,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -319,6 +320,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
@@ -386,6 +390,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"

View File

@@ -1,429 +1,436 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="grpall_bullet_corelib" Name="grpall_bullet_corelib"
ProjectGUID="{D1962FA1-D387-959D-B63D-F26D94FF0B63}" ProjectGUID="{D1962FA1-D387-959D-B63D-F26D94FF0B63}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\grpall_bullet_corelib\" OutputDirectory="..\..\out\release7\build\grpall_bullet_corelib\"
IntermediateDirectory="..\..\out\release7\build\grpall_bullet_corelib\" IntermediateDirectory="..\..\out\release7\build\grpall_bullet_corelib\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;WIN32" PreprocessorDefinitions="NDEBUG;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
PrecompiledHeaderFile="..\..\out\release7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" PrecompiledHeaderFile="..\..\out\release7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
AssemblerListingLocation="..\..\out\release7\build\grpall_bullet_corelib\" AssemblerListingLocation="..\..\out\release7\build\grpall_bullet_corelib\"
ObjectFile="..\..\out\release7\build\grpall_bullet_corelib\" ObjectFile="..\..\out\release7\build\grpall_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ProgramDataBaseFileName="..\..\out\release7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ProgramDatabaseFile="..\..\out\release7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\out\release7\libs\grpall_bullet_corelib.lib" OutputFile="..\..\out\release7\libs\grpall_bullet_corelib.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG" PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> TypeLibraryName="..\..\out\release7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\grpall_bullet_corelib\" OutputDirectory="..\..\out\release_dll7\build\grpall_bullet_corelib\"
IntermediateDirectory="..\..\out\release_dll7\build\grpall_bullet_corelib\" IntermediateDirectory="..\..\out\release_dll7\build\grpall_bullet_corelib\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dll7\build\grpall_bullet_corelib\" PrecompiledHeaderFile="..\..\out\release_dll7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
ObjectFile="..\..\out\release_dll7\build\grpall_bullet_corelib\" AssemblerListingLocation="..\..\out\release_dll7\build\grpall_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ObjectFile="..\..\out\release_dll7\build\grpall_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\release_dll7\libs\grpall_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\release_dll7\libs\grpall_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\grpall_bullet_corelib\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\grpall_bullet_corelib\" OutputDirectory="..\..\out\release_dbl7\build\grpall_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\release_dbl7\build\grpall_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dbl7\build\grpall_bullet_corelib\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
ObjectFile="..\..\out\release_dbl7\build\grpall_bullet_corelib\" AssemblerListingLocation="..\..\out\release_dbl7\build\grpall_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ObjectFile="..\..\out\release_dbl7\build\grpall_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\release_dbl7\libs\grpall_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\release_dbl7\libs\grpall_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\grpall_bullet_corelib\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\grpall_bullet_corelib\" OutputDirectory="..\..\out\debug7\build\grpall_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug7\build\grpall_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug7\build\grpall_bullet_corelib\" PrecompiledHeaderFile="..\..\out\debug7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
ObjectFile="..\..\out\debug7\build\grpall_bullet_corelib\" AssemblerListingLocation="..\..\out\debug7\build\grpall_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\debug7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ObjectFile="..\..\out\debug7\build\grpall_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
AdditionalOptions=" " IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\debug7\libs\grpall_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\debug7\libs\grpall_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\grpall_bullet_corelib\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\grpall_bullet_corelib\" OutputDirectory="..\..\out\debug_dll7\build\grpall_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug_dll7\build\grpall_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug_dll7\build\grpall_bullet_corelib\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
ObjectFile="..\..\out\debug_dll7\build\grpall_bullet_corelib\" AssemblerListingLocation="..\..\out\debug_dll7\build\grpall_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ObjectFile="..\..\out\debug_dll7\build\grpall_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" LinkIncremental="2"
IgnoreImportLibrary="TRUE" GenerateDebugInformation="TRUE"
SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="LIBC,LIBCD"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
OutputFile="..\..\out\debug_dll7\libs\grpall_bullet_corelib.lib" ProgramDatabaseFile="..\..\out\debug_dll7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
SuppressStartupBanner="TRUE"/> TargetMachine="1"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCLibrarianTool"
PreprocessorDefinitions="_DEBUG" OutputFile="..\..\out\debug_dll7\libs\grpall_bullet_corelib.lib"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> PreprocessorDefinitions="_DEBUG"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\grpall_bullet_corelib\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\grpall_bullet_corelib\" </Configuration>
ConfigurationType="4" <Configuration
UseOfMFC="0" Name="DebugDoublePrecision|Win32"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> OutputDirectory="..\..\out\debug_dbl7\build\grpall_bullet_corelib\"
<Tool IntermediateDirectory="..\..\out\debug_dbl7\build\grpall_bullet_corelib\"
Name="VCCLCompilerTool" ConfigurationType="4"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\grpall_bullet_corelib\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\grpall_bullet_corelib\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\grpall_bullet_corelib\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\grpall_bullet_corelib\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCCustomBuildTool"/>
IgnoreImportLibrary="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLinkerTool"
GenerateManifest="false" LinkIncremental="2"
AdditionalLibraryDirectories="" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\grpall_bullet_corelib\all_bullet_corelib.pdb" IgnoreDefaultLibraryNames="LIBC,LIBCD"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
OutputFile="..\..\out\debug_dbl7\libs\grpall_bullet_corelib.lib" SuppressStartupBanner="TRUE"
SuppressStartupBanner="TRUE"/> GenerateManifest="false"
<Tool AdditionalLibraryDirectories=""
Name="VCMIDLTool" ProgramDatabaseFile="..\..\out\debug_dbl7\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION" TargetMachine="1"/>
MkTypLibCompatible="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLibrarianTool"
TargetEnvironment="1" OutputFile="..\..\out\debug_dbl7\libs\grpall_bullet_corelib.lib"
TypeLibraryName="..\..\out\debug_dbl7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Files> Culture="1033"/>
</Files> <Tool
<Globals> Name="VCWebServiceProxyGeneratorTool"/>
</Globals> <Tool
</VisualStudioProject> Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -99,6 +99,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -319,6 +320,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
@@ -386,6 +390,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"

View File

@@ -1,429 +1,436 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="grpapps_bullet_corelib" Name="grpapps_bullet_corelib"
ProjectGUID="{9B2CB3A0-910E-31AC-35AE-CB5F57DE473E}" ProjectGUID="{9B2CB3A0-910E-31AC-35AE-CB5F57DE473E}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\grpapps_bullet_corelib\" OutputDirectory="..\..\out\release7\build\grpapps_bullet_corelib\"
IntermediateDirectory="..\..\out\release7\build\grpapps_bullet_corelib\" IntermediateDirectory="..\..\out\release7\build\grpapps_bullet_corelib\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;WIN32" PreprocessorDefinitions="NDEBUG;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
PrecompiledHeaderFile="..\..\out\release7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch" PrecompiledHeaderFile="..\..\out\release7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch"
AssemblerListingLocation="..\..\out\release7\build\grpapps_bullet_corelib\" AssemblerListingLocation="..\..\out\release7\build\grpapps_bullet_corelib\"
ObjectFile="..\..\out\release7\build\grpapps_bullet_corelib\" ObjectFile="..\..\out\release7\build\grpapps_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" ProgramDataBaseFileName="..\..\out\release7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" ProgramDatabaseFile="..\..\out\release7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\out\release7\libs\grpapps_bullet_corelib.lib" OutputFile="..\..\out\release7\libs\grpapps_bullet_corelib.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG" PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/> TypeLibraryName="..\..\out\release7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\grpapps_bullet_corelib\" OutputDirectory="..\..\out\release_dll7\build\grpapps_bullet_corelib\"
IntermediateDirectory="..\..\out\release_dll7\build\grpapps_bullet_corelib\" IntermediateDirectory="..\..\out\release_dll7\build\grpapps_bullet_corelib\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dll7\build\grpapps_bullet_corelib\" PrecompiledHeaderFile="..\..\out\release_dll7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch"
ObjectFile="..\..\out\release_dll7\build\grpapps_bullet_corelib\" AssemblerListingLocation="..\..\out\release_dll7\build\grpapps_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" ObjectFile="..\..\out\release_dll7\build\grpapps_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\release_dll7\libs\grpapps_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\release_dll7\libs\grpapps_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\grpapps_bullet_corelib\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\grpapps_bullet_corelib\" OutputDirectory="..\..\out\release_dbl7\build\grpapps_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\release_dbl7\build\grpapps_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dbl7\build\grpapps_bullet_corelib\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch"
ObjectFile="..\..\out\release_dbl7\build\grpapps_bullet_corelib\" AssemblerListingLocation="..\..\out\release_dbl7\build\grpapps_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" ObjectFile="..\..\out\release_dbl7\build\grpapps_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\release_dbl7\libs\grpapps_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\release_dbl7\libs\grpapps_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\grpapps_bullet_corelib\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\grpapps_bullet_corelib\" OutputDirectory="..\..\out\debug7\build\grpapps_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug7\build\grpapps_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug7\build\grpapps_bullet_corelib\" PrecompiledHeaderFile="..\..\out\debug7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch"
ObjectFile="..\..\out\debug7\build\grpapps_bullet_corelib\" AssemblerListingLocation="..\..\out\debug7\build\grpapps_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\debug7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" ObjectFile="..\..\out\debug7\build\grpapps_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
AdditionalOptions=" " IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\debug7\libs\grpapps_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\debug7\libs\grpapps_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\grpapps_bullet_corelib\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\grpapps_bullet_corelib\" OutputDirectory="..\..\out\debug_dll7\build\grpapps_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug_dll7\build\grpapps_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug_dll7\build\grpapps_bullet_corelib\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch"
ObjectFile="..\..\out\debug_dll7\build\grpapps_bullet_corelib\" AssemblerListingLocation="..\..\out\debug_dll7\build\grpapps_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" ObjectFile="..\..\out\debug_dll7\build\grpapps_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" LinkIncremental="2"
IgnoreImportLibrary="TRUE" GenerateDebugInformation="TRUE"
SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="LIBC,LIBCD"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
OutputFile="..\..\out\debug_dll7\libs\grpapps_bullet_corelib.lib" ProgramDatabaseFile="..\..\out\debug_dll7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
SuppressStartupBanner="TRUE"/> TargetMachine="1"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCLibrarianTool"
PreprocessorDefinitions="_DEBUG" OutputFile="..\..\out\debug_dll7\libs\grpapps_bullet_corelib.lib"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/> PreprocessorDefinitions="_DEBUG"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\" </Configuration>
ConfigurationType="4" <Configuration
UseOfMFC="0" Name="DebugDoublePrecision|Win32"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> OutputDirectory="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\"
<Tool IntermediateDirectory="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\"
Name="VCCLCompilerTool" ConfigurationType="4"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCCustomBuildTool"/>
IgnoreImportLibrary="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLinkerTool"
GenerateManifest="false" LinkIncremental="2"
AdditionalLibraryDirectories="" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb" IgnoreDefaultLibraryNames="LIBC,LIBCD"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
OutputFile="..\..\out\debug_dbl7\libs\grpapps_bullet_corelib.lib" SuppressStartupBanner="TRUE"
SuppressStartupBanner="TRUE"/> GenerateManifest="false"
<Tool AdditionalLibraryDirectories=""
Name="VCMIDLTool" ProgramDatabaseFile="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\apps_bullet_corelib.pdb"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION" TargetMachine="1"/>
MkTypLibCompatible="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLibrarianTool"
TargetEnvironment="1" OutputFile="..\..\out\debug_dbl7\libs\grpapps_bullet_corelib.lib"
TypeLibraryName="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\grpapps_bullet_corelib\grpapps_bullet_corelib.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Files> Culture="1033"/>
</Files> <Tool
<Globals> Name="VCWebServiceProxyGeneratorTool"/>
</Globals> <Tool
</VisualStudioProject> Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -99,6 +99,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -319,6 +320,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
@@ -386,6 +390,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"

View File

@@ -1,429 +1,436 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="grplibs_bullet_corelib" Name="grplibs_bullet_corelib"
ProjectGUID="{24EE6A08-D634-CBDD-E59D-D09185201073}" ProjectGUID="{24EE6A08-D634-CBDD-E59D-D09185201073}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\grplibs_bullet_corelib\" OutputDirectory="..\..\out\release7\build\grplibs_bullet_corelib\"
IntermediateDirectory="..\..\out\release7\build\grplibs_bullet_corelib\" IntermediateDirectory="..\..\out\release7\build\grplibs_bullet_corelib\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;WIN32" PreprocessorDefinitions="NDEBUG;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
PrecompiledHeaderFile="..\..\out\release7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch" PrecompiledHeaderFile="..\..\out\release7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch"
AssemblerListingLocation="..\..\out\release7\build\grplibs_bullet_corelib\" AssemblerListingLocation="..\..\out\release7\build\grplibs_bullet_corelib\"
ObjectFile="..\..\out\release7\build\grplibs_bullet_corelib\" ObjectFile="..\..\out\release7\build\grplibs_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" ProgramDataBaseFileName="..\..\out\release7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" ProgramDatabaseFile="..\..\out\release7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\out\release7\libs\grplibs_bullet_corelib.lib" OutputFile="..\..\out\release7\libs\grplibs_bullet_corelib.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG" PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/> TypeLibraryName="..\..\out\release7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\grplibs_bullet_corelib\" OutputDirectory="..\..\out\release_dll7\build\grplibs_bullet_corelib\"
IntermediateDirectory="..\..\out\release_dll7\build\grplibs_bullet_corelib\" IntermediateDirectory="..\..\out\release_dll7\build\grplibs_bullet_corelib\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dll7\build\grplibs_bullet_corelib\" PrecompiledHeaderFile="..\..\out\release_dll7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch"
ObjectFile="..\..\out\release_dll7\build\grplibs_bullet_corelib\" AssemblerListingLocation="..\..\out\release_dll7\build\grplibs_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" ObjectFile="..\..\out\release_dll7\build\grplibs_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\release_dll7\libs\grplibs_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\release_dll7\libs\grplibs_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\grplibs_bullet_corelib\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\grplibs_bullet_corelib\" OutputDirectory="..\..\out\release_dbl7\build\grplibs_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\release_dbl7\build\grplibs_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dbl7\build\grplibs_bullet_corelib\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch"
ObjectFile="..\..\out\release_dbl7\build\grplibs_bullet_corelib\" AssemblerListingLocation="..\..\out\release_dbl7\build\grplibs_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" ObjectFile="..\..\out\release_dbl7\build\grplibs_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\release_dbl7\libs\grplibs_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\release_dbl7\libs\grplibs_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\grplibs_bullet_corelib\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\grplibs_bullet_corelib\" OutputDirectory="..\..\out\debug7\build\grplibs_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug7\build\grplibs_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug7\build\grplibs_bullet_corelib\" PrecompiledHeaderFile="..\..\out\debug7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch"
ObjectFile="..\..\out\debug7\build\grplibs_bullet_corelib\" AssemblerListingLocation="..\..\out\debug7\build\grplibs_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\debug7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" ObjectFile="..\..\out\debug7\build\grplibs_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
AdditionalOptions=" " IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\debug7\libs\grplibs_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\debug7\libs\grplibs_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\grplibs_bullet_corelib\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\grplibs_bullet_corelib\" OutputDirectory="..\..\out\debug_dll7\build\grplibs_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug_dll7\build\grplibs_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug_dll7\build\grplibs_bullet_corelib\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch"
ObjectFile="..\..\out\debug_dll7\build\grplibs_bullet_corelib\" AssemblerListingLocation="..\..\out\debug_dll7\build\grplibs_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" ObjectFile="..\..\out\debug_dll7\build\grplibs_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" LinkIncremental="2"
IgnoreImportLibrary="TRUE" GenerateDebugInformation="TRUE"
SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="LIBC,LIBCD"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
OutputFile="..\..\out\debug_dll7\libs\grplibs_bullet_corelib.lib" ProgramDatabaseFile="..\..\out\debug_dll7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
SuppressStartupBanner="TRUE"/> TargetMachine="1"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCLibrarianTool"
PreprocessorDefinitions="_DEBUG" OutputFile="..\..\out\debug_dll7\libs\grplibs_bullet_corelib.lib"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/> PreprocessorDefinitions="_DEBUG"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\" </Configuration>
ConfigurationType="4" <Configuration
UseOfMFC="0" Name="DebugDoublePrecision|Win32"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> OutputDirectory="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\"
<Tool IntermediateDirectory="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\"
Name="VCCLCompilerTool" ConfigurationType="4"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCCustomBuildTool"/>
IgnoreImportLibrary="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLinkerTool"
GenerateManifest="false" LinkIncremental="2"
AdditionalLibraryDirectories="" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb" IgnoreDefaultLibraryNames="LIBC,LIBCD"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
OutputFile="..\..\out\debug_dbl7\libs\grplibs_bullet_corelib.lib" SuppressStartupBanner="TRUE"
SuppressStartupBanner="TRUE"/> GenerateManifest="false"
<Tool AdditionalLibraryDirectories=""
Name="VCMIDLTool" ProgramDatabaseFile="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\libs_bullet_corelib.pdb"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION" TargetMachine="1"/>
MkTypLibCompatible="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLibrarianTool"
TargetEnvironment="1" OutputFile="..\..\out\debug_dbl7\libs\grplibs_bullet_corelib.lib"
TypeLibraryName="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\grplibs_bullet_corelib\grplibs_bullet_corelib.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Files> Culture="1033"/>
</Files> <Tool
<Globals> Name="VCWebServiceProxyGeneratorTool"/>
</Globals> <Tool
</VisualStudioProject> Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,439 +1,446 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="libBulletColladaConverter" Name="libBulletColladaConverter"
ProjectGUID="{ED51AA4D-82EF-089C-CD6D-91CF224E2A9E}" ProjectGUID="{ED51AA4D-82EF-089C-CD6D-91CF224E2A9E}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\libBulletColladaConverter\" OutputDirectory="..\..\out\release7\build\libBulletColladaConverter\"
IntermediateDirectory="..\..\out\release7\build\libBulletColladaConverter\" IntermediateDirectory="..\..\out\release7\build\libBulletColladaConverter\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release7\build\libBulletColladaConverter\libBulletColladaConverter.pch" PrecompiledHeaderFile="..\..\out\release7\build\libBulletColladaConverter\libBulletColladaConverter.pch"
AssemblerListingLocation="..\..\out\release7\build\libBulletColladaConverter\" AssemblerListingLocation="..\..\out\release7\build\libBulletColladaConverter\"
ObjectFile="..\..\out\release7\build\libBulletColladaConverter\" ObjectFile="..\..\out\release7\build\libBulletColladaConverter\"
ProgramDataBaseFileName="..\..\out\release7\build\libBulletColladaConverter\BulletColladaConverter.pdb" ProgramDataBaseFileName="..\..\out\release7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release7\build\libBulletColladaConverter\BulletColladaConverter.pdb" ProgramDatabaseFile="..\..\out\release7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\out\release7\libs\libBulletColladaConverter.lib" OutputFile="..\..\out\release7\libs\libBulletColladaConverter.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/> TypeLibraryName="..\..\out\release7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\libBulletColladaConverter\" OutputDirectory="..\..\out\release_dll7\build\libBulletColladaConverter\"
IntermediateDirectory="..\..\out\release_dll7\build\libBulletColladaConverter\" IntermediateDirectory="..\..\out\release_dll7\build\libBulletColladaConverter\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\libBulletColladaConverter\libBulletColladaConverter.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll7\build\libBulletColladaConverter\" PrecompiledHeaderFile="..\..\out\release_dll7\build\libBulletColladaConverter\libBulletColladaConverter.pch"
ObjectFile="..\..\out\release_dll7\build\libBulletColladaConverter\" AssemblerListingLocation="..\..\out\release_dll7\build\libBulletColladaConverter\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\libBulletColladaConverter\BulletColladaConverter.pdb" ObjectFile="..\..\out\release_dll7\build\libBulletColladaConverter\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\libBulletColladaConverter\BulletColladaConverter.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\libBulletColladaConverter\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\libBulletColladaConverter\" OutputDirectory="..\..\out\release_dbl7\build\libBulletColladaConverter\"
ConfigurationType="4" IntermediateDirectory="..\..\out\release_dbl7\build\libBulletColladaConverter\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\libBulletColladaConverter\libBulletColladaConverter.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl7\build\libBulletColladaConverter\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\libBulletColladaConverter\libBulletColladaConverter.pch"
ObjectFile="..\..\out\release_dbl7\build\libBulletColladaConverter\" AssemblerListingLocation="..\..\out\release_dbl7\build\libBulletColladaConverter\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\libBulletColladaConverter\BulletColladaConverter.pdb" ObjectFile="..\..\out\release_dbl7\build\libBulletColladaConverter\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\libBulletColladaConverter\BulletColladaConverter.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\libBulletColladaConverter\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\libBulletColladaConverter\" OutputDirectory="..\..\out\debug7\build\libBulletColladaConverter\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug7\build\libBulletColladaConverter\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\libBulletColladaConverter\libBulletColladaConverter.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug7\build\libBulletColladaConverter\" PrecompiledHeaderFile="..\..\out\debug7\build\libBulletColladaConverter\libBulletColladaConverter.pch"
ObjectFile="..\..\out\debug7\build\libBulletColladaConverter\" AssemblerListingLocation="..\..\out\debug7\build\libBulletColladaConverter\"
ProgramDataBaseFileName="..\..\out\debug7\build\libBulletColladaConverter\BulletColladaConverter.pdb" ObjectFile="..\..\out\debug7\build\libBulletColladaConverter\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
AdditionalOptions=" " IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\libBulletColladaConverter\BulletColladaConverter.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\debug7\libs\libBulletColladaConverter_d.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\debug7\libs\libBulletColladaConverter_d.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\libBulletColladaConverter\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\libBulletColladaConverter\" OutputDirectory="..\..\out\debug_dll7\build\libBulletColladaConverter\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug_dll7\build\libBulletColladaConverter\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\libBulletColladaConverter\libBulletColladaConverter.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll7\build\libBulletColladaConverter\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\libBulletColladaConverter\libBulletColladaConverter.pch"
ObjectFile="..\..\out\debug_dll7\build\libBulletColladaConverter\" AssemblerListingLocation="..\..\out\debug_dll7\build\libBulletColladaConverter\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\libBulletColladaConverter\BulletColladaConverter.pdb" ObjectFile="..\..\out\debug_dll7\build\libBulletColladaConverter\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" LinkIncremental="2"
IgnoreImportLibrary="TRUE" GenerateDebugInformation="TRUE"
SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="LIBC,LIBCD"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll7\build\libBulletColladaConverter\BulletColladaConverter.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/> PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\libBulletColladaConverter\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\libBulletColladaConverter\" </Configuration>
ConfigurationType="4" <Configuration
UseOfMFC="0" Name="DebugDoublePrecision|Win32"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> OutputDirectory="..\..\out\debug_dbl7\build\libBulletColladaConverter\"
<Tool IntermediateDirectory="..\..\out\debug_dbl7\build\libBulletColladaConverter\"
Name="VCCLCompilerTool" ConfigurationType="4"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\libBulletColladaConverter\libBulletColladaConverter.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\libBulletColladaConverter\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\libBulletColladaConverter\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\libBulletColladaConverter\BulletColladaConverter.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\libBulletColladaConverter\libBulletColladaConverter.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\libBulletColladaConverter\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\libBulletColladaConverter\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCCustomBuildTool"/>
IgnoreImportLibrary="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLinkerTool"
GenerateManifest="false" LinkIncremental="2"
AdditionalLibraryDirectories="" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\libBulletColladaConverter\BulletColladaConverter.pdb" IgnoreDefaultLibraryNames="LIBC,LIBCD"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories=""
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\libBulletColladaConverter\BulletColladaConverter.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\libBulletColladaConverter\libBulletColladaConverter.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Extras\BulletColladaConverter\ColladaConverter.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Header Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\Extras\BulletColladaConverter\ColladaConverter.h"> RelativePath="..\..\Extras\BulletColladaConverter\ColladaConverter.cpp">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Header Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\Extras\BulletColladaConverter\ColladaConverter.h">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,432 +1,439 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="libGIMPACTUtils" Name="libGIMPACTUtils"
ProjectGUID="{B1B5F775-54A9-2437-E4AC-7E817E492142}" ProjectGUID="{B1B5F775-54A9-2437-E4AC-7E817E492142}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\libGIMPACTUtils\" OutputDirectory="..\..\out\release7\build\libGIMPACTUtils\"
IntermediateDirectory="..\..\out\release7\build\libGIMPACTUtils\" IntermediateDirectory="..\..\out\release7\build\libGIMPACTUtils\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
PrecompiledHeaderFile="..\..\out\release7\build\libGIMPACTUtils\libGIMPACTUtils.pch" PrecompiledHeaderFile="..\..\out\release7\build\libGIMPACTUtils\libGIMPACTUtils.pch"
AssemblerListingLocation="..\..\out\release7\build\libGIMPACTUtils\" AssemblerListingLocation="..\..\out\release7\build\libGIMPACTUtils\"
ObjectFile="..\..\out\release7\build\libGIMPACTUtils\" ObjectFile="..\..\out\release7\build\libGIMPACTUtils\"
ProgramDataBaseFileName="..\..\out\release7\build\libGIMPACTUtils\GIMPACTUtils.pdb" ProgramDataBaseFileName="..\..\out\release7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release7\build\libGIMPACTUtils\GIMPACTUtils.pdb" ProgramDatabaseFile="..\..\out\release7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\out\release7\libs\libGIMPACTUtils.lib" OutputFile="..\..\out\release7\libs\libGIMPACTUtils.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/> TypeLibraryName="..\..\out\release7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\libGIMPACTUtils\" OutputDirectory="..\..\out\release_dll7\build\libGIMPACTUtils\"
IntermediateDirectory="..\..\out\release_dll7\build\libGIMPACTUtils\" IntermediateDirectory="..\..\out\release_dll7\build\libGIMPACTUtils\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\libGIMPACTUtils\libGIMPACTUtils.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
AssemblerListingLocation="..\..\out\release_dll7\build\libGIMPACTUtils\" PrecompiledHeaderFile="..\..\out\release_dll7\build\libGIMPACTUtils\libGIMPACTUtils.pch"
ObjectFile="..\..\out\release_dll7\build\libGIMPACTUtils\" AssemblerListingLocation="..\..\out\release_dll7\build\libGIMPACTUtils\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\libGIMPACTUtils\GIMPACTUtils.pdb" ObjectFile="..\..\out\release_dll7\build\libGIMPACTUtils\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\libGIMPACTUtils\GIMPACTUtils.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\libGIMPACTUtils\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\libGIMPACTUtils\" OutputDirectory="..\..\out\release_dbl7\build\libGIMPACTUtils\"
ConfigurationType="4" IntermediateDirectory="..\..\out\release_dbl7\build\libGIMPACTUtils\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\libGIMPACTUtils\libGIMPACTUtils.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
AssemblerListingLocation="..\..\out\release_dbl7\build\libGIMPACTUtils\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\libGIMPACTUtils\libGIMPACTUtils.pch"
ObjectFile="..\..\out\release_dbl7\build\libGIMPACTUtils\" AssemblerListingLocation="..\..\out\release_dbl7\build\libGIMPACTUtils\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\libGIMPACTUtils\GIMPACTUtils.pdb" ObjectFile="..\..\out\release_dbl7\build\libGIMPACTUtils\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\libGIMPACTUtils\GIMPACTUtils.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\libGIMPACTUtils\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\libGIMPACTUtils\" OutputDirectory="..\..\out\debug7\build\libGIMPACTUtils\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug7\build\libGIMPACTUtils\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\libGIMPACTUtils\libGIMPACTUtils.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
AssemblerListingLocation="..\..\out\debug7\build\libGIMPACTUtils\" PrecompiledHeaderFile="..\..\out\debug7\build\libGIMPACTUtils\libGIMPACTUtils.pch"
ObjectFile="..\..\out\debug7\build\libGIMPACTUtils\" AssemblerListingLocation="..\..\out\debug7\build\libGIMPACTUtils\"
ProgramDataBaseFileName="..\..\out\debug7\build\libGIMPACTUtils\GIMPACTUtils.pdb" ObjectFile="..\..\out\debug7\build\libGIMPACTUtils\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
AdditionalOptions=" " IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\libGIMPACTUtils\GIMPACTUtils.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\debug7\libs\libGIMPACTUtils_d.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\debug7\libs\libGIMPACTUtils_d.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\libGIMPACTUtils\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\libGIMPACTUtils\" OutputDirectory="..\..\out\debug_dll7\build\libGIMPACTUtils\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug_dll7\build\libGIMPACTUtils\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\libGIMPACTUtils\libGIMPACTUtils.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
AssemblerListingLocation="..\..\out\debug_dll7\build\libGIMPACTUtils\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\libGIMPACTUtils\libGIMPACTUtils.pch"
ObjectFile="..\..\out\debug_dll7\build\libGIMPACTUtils\" AssemblerListingLocation="..\..\out\debug_dll7\build\libGIMPACTUtils\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\libGIMPACTUtils\GIMPACTUtils.pdb" ObjectFile="..\..\out\debug_dll7\build\libGIMPACTUtils\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" LinkIncremental="2"
IgnoreImportLibrary="TRUE" GenerateDebugInformation="TRUE"
SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="LIBC,LIBCD"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll7\build\libGIMPACTUtils\GIMPACTUtils.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/> PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\libGIMPACTUtils\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\libGIMPACTUtils\" </Configuration>
ConfigurationType="4" <Configuration
UseOfMFC="0" Name="DebugDoublePrecision|Win32"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> OutputDirectory="..\..\out\debug_dbl7\build\libGIMPACTUtils\"
<Tool IntermediateDirectory="..\..\out\debug_dbl7\build\libGIMPACTUtils\"
Name="VCCLCompilerTool" ConfigurationType="4"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\libGIMPACTUtils\libGIMPACTUtils.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\libGIMPACTUtils\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\libGIMPACTUtils\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\libGIMPACTUtils\GIMPACTUtils.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\libGIMPACTUtils\libGIMPACTUtils.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\libGIMPACTUtils\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\libGIMPACTUtils\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCCustomBuildTool"/>
IgnoreImportLibrary="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLinkerTool"
GenerateManifest="false" LinkIncremental="2"
AdditionalLibraryDirectories="" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\libGIMPACTUtils\GIMPACTUtils.pdb" IgnoreDefaultLibraryNames="LIBC,LIBCD"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories=""
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\libGIMPACTUtils\GIMPACTUtils.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\libGIMPACTUtils\libGIMPACTUtils.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\GIMPACT\include;..\..\Extras\GIMPACTUtils;..\..\Extras\ConvexDecomposition"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Extras\GIMPACTUtils\btGImpactConvexDecompositionShape.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
</Files> <Filter
<Globals> Name="Source Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\Extras\GIMPACTUtils\btGImpactConvexDecompositionShape.cpp">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

File diff suppressed because it is too large Load Diff

View File

@@ -99,6 +99,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -317,6 +318,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
@@ -383,6 +387,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"

View File

@@ -99,6 +99,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -317,6 +318,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
@@ -383,6 +387,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"

File diff suppressed because it is too large Load Diff

View File

@@ -99,6 +99,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -317,6 +318,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
@@ -383,6 +387,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"

View File

@@ -1,481 +1,488 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="libbulletsoftbody" Name="libbulletsoftbody"
ProjectGUID="{C04EA8AC-D96C-0E1F-0823-094C1010F087}" ProjectGUID="{C04EA8AC-D96C-0E1F-0823-094C1010F087}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\libbulletsoftbody\" OutputDirectory="..\..\out\release7\build\libbulletsoftbody\"
IntermediateDirectory="..\..\out\release7\build\libbulletsoftbody\" IntermediateDirectory="..\..\out\release7\build\libbulletsoftbody\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
PrecompiledHeaderFile="..\..\out\release7\build\libbulletsoftbody\libbulletsoftbody.pch" PrecompiledHeaderFile="..\..\out\release7\build\libbulletsoftbody\libbulletsoftbody.pch"
AssemblerListingLocation="..\..\out\release7\build\libbulletsoftbody\" AssemblerListingLocation="..\..\out\release7\build\libbulletsoftbody\"
ObjectFile="..\..\out\release7\build\libbulletsoftbody\" ObjectFile="..\..\out\release7\build\libbulletsoftbody\"
ProgramDataBaseFileName="..\..\out\release7\build\libbulletsoftbody\bulletsoftbody.pdb" ProgramDataBaseFileName="..\..\out\release7\build\libbulletsoftbody\bulletsoftbody.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release7\build\libbulletsoftbody\bulletsoftbody.pdb" ProgramDatabaseFile="..\..\out\release7\build\libbulletsoftbody\bulletsoftbody.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\out\release7\libs\libbulletsoftbody.lib" OutputFile="..\..\out\release7\libs\libbulletsoftbody.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\libbulletsoftbody\libbulletsoftbody.tlb"/> TypeLibraryName="..\..\out\release7\build\libbulletsoftbody\libbulletsoftbody.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\libbulletsoftbody\" OutputDirectory="..\..\out\release_dll7\build\libbulletsoftbody\"
IntermediateDirectory="..\..\out\release_dll7\build\libbulletsoftbody\" IntermediateDirectory="..\..\out\release_dll7\build\libbulletsoftbody\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\libbulletsoftbody\libbulletsoftbody.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dll7\build\libbulletsoftbody\" PrecompiledHeaderFile="..\..\out\release_dll7\build\libbulletsoftbody\libbulletsoftbody.pch"
ObjectFile="..\..\out\release_dll7\build\libbulletsoftbody\" AssemblerListingLocation="..\..\out\release_dll7\build\libbulletsoftbody\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\libbulletsoftbody\bulletsoftbody.pdb" ObjectFile="..\..\out\release_dll7\build\libbulletsoftbody\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\libbulletsoftbody\bulletsoftbody.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\libbulletsoftbody\bulletsoftbody.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\libbulletsoftbody\bulletsoftbody.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\libbulletsoftbody\libbulletsoftbody.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\libbulletsoftbody\libbulletsoftbody.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\libbulletsoftbody\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\libbulletsoftbody\" OutputDirectory="..\..\out\release_dbl7\build\libbulletsoftbody\"
ConfigurationType="4" IntermediateDirectory="..\..\out\release_dbl7\build\libbulletsoftbody\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\libbulletsoftbody\libbulletsoftbody.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dbl7\build\libbulletsoftbody\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\libbulletsoftbody\libbulletsoftbody.pch"
ObjectFile="..\..\out\release_dbl7\build\libbulletsoftbody\" AssemblerListingLocation="..\..\out\release_dbl7\build\libbulletsoftbody\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\libbulletsoftbody\bulletsoftbody.pdb" ObjectFile="..\..\out\release_dbl7\build\libbulletsoftbody\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\libbulletsoftbody\bulletsoftbody.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\libbulletsoftbody\bulletsoftbody.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\libbulletsoftbody\bulletsoftbody.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\libbulletsoftbody\libbulletsoftbody.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\libbulletsoftbody\libbulletsoftbody.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\libbulletsoftbody\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\libbulletsoftbody\" OutputDirectory="..\..\out\debug7\build\libbulletsoftbody\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug7\build\libbulletsoftbody\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\libbulletsoftbody\libbulletsoftbody.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug7\build\libbulletsoftbody\" PrecompiledHeaderFile="..\..\out\debug7\build\libbulletsoftbody\libbulletsoftbody.pch"
ObjectFile="..\..\out\debug7\build\libbulletsoftbody\" AssemblerListingLocation="..\..\out\debug7\build\libbulletsoftbody\"
ProgramDataBaseFileName="..\..\out\debug7\build\libbulletsoftbody\bulletsoftbody.pdb" ObjectFile="..\..\out\debug7\build\libbulletsoftbody\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\libbulletsoftbody\bulletsoftbody.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
AdditionalOptions=" " IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\libbulletsoftbody\bulletsoftbody.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\libbulletsoftbody\bulletsoftbody.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\debug7\libs\libbulletsoftbody_d.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\debug7\libs\libbulletsoftbody_d.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\libbulletsoftbody\libbulletsoftbody.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\libbulletsoftbody\libbulletsoftbody.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\libbulletsoftbody\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\libbulletsoftbody\" OutputDirectory="..\..\out\debug_dll7\build\libbulletsoftbody\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug_dll7\build\libbulletsoftbody\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\libbulletsoftbody\libbulletsoftbody.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug_dll7\build\libbulletsoftbody\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\libbulletsoftbody\libbulletsoftbody.pch"
ObjectFile="..\..\out\debug_dll7\build\libbulletsoftbody\" AssemblerListingLocation="..\..\out\debug_dll7\build\libbulletsoftbody\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\libbulletsoftbody\bulletsoftbody.pdb" ObjectFile="..\..\out\debug_dll7\build\libbulletsoftbody\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\libbulletsoftbody\bulletsoftbody.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" LinkIncremental="2"
IgnoreImportLibrary="TRUE" GenerateDebugInformation="TRUE"
SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="LIBC,LIBCD"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll7\build\libbulletsoftbody\bulletsoftbody.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\libbulletsoftbody\bulletsoftbody.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\libbulletsoftbody\libbulletsoftbody.tlb"/> PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\libbulletsoftbody\libbulletsoftbody.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\libbulletsoftbody\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\libbulletsoftbody\" </Configuration>
ConfigurationType="4" <Configuration
UseOfMFC="0" Name="DebugDoublePrecision|Win32"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> OutputDirectory="..\..\out\debug_dbl7\build\libbulletsoftbody\"
<Tool IntermediateDirectory="..\..\out\debug_dbl7\build\libbulletsoftbody\"
Name="VCCLCompilerTool" ConfigurationType="4"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\libbulletsoftbody\libbulletsoftbody.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\libbulletsoftbody\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\libbulletsoftbody\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\libbulletsoftbody\bulletsoftbody.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\libbulletsoftbody\libbulletsoftbody.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\libbulletsoftbody\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\libbulletsoftbody\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\libbulletsoftbody\bulletsoftbody.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCCustomBuildTool"/>
IgnoreImportLibrary="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLinkerTool"
GenerateManifest="false" LinkIncremental="2"
AdditionalLibraryDirectories="" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\libbulletsoftbody\bulletsoftbody.pdb" IgnoreDefaultLibraryNames="LIBC,LIBCD"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories=""
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\libbulletsoftbody\bulletsoftbody.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\libbulletsoftbody\libbulletsoftbody.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\libbulletsoftbody\libbulletsoftbody.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\src\BulletSoftBody\btSoftBody.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\src\BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.cpp"> <Filter
</File> Name="Source Files"
<File Filter="">
RelativePath="..\..\src\BulletSoftBody\btSoftBodyHelpers.cpp"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftBody.cpp">
<File </File>
RelativePath="..\..\src\BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.cpp"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.cpp">
<File </File>
RelativePath="..\..\src\BulletSoftBody\btSoftRigidCollisionAlgorithm.cpp"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftBodyHelpers.cpp">
<File </File>
RelativePath="..\..\src\BulletSoftBody\btSoftRigidDynamicsWorld.cpp"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.cpp">
<File </File>
RelativePath="..\..\src\BulletSoftBody\btSoftSoftCollisionAlgorithm.cpp"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftRigidCollisionAlgorithm.cpp">
</Filter> </File>
<Filter <File
Name="Header Files" RelativePath="..\..\src\BulletSoftBody\btSoftRigidDynamicsWorld.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\src\BulletSoftBody\btSoftBody.h"> RelativePath="..\..\src\BulletSoftBody\btSoftSoftCollisionAlgorithm.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\src\BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\src\BulletSoftBody\btSoftBodyHelpers.h"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftBody.h">
<File </File>
RelativePath="..\..\src\BulletSoftBody\btSoftBodyInternals.h"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.h">
<File </File>
RelativePath="..\..\src\BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.h"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftBodyHelpers.h">
<File </File>
RelativePath="..\..\src\BulletSoftBody\btSoftRigidCollisionAlgorithm.h"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftBodyInternals.h">
<File </File>
RelativePath="..\..\src\BulletSoftBody\btSoftRigidDynamicsWorld.h"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.h">
<File </File>
RelativePath="..\..\src\BulletSoftBody\btSoftSoftCollisionAlgorithm.h"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftRigidCollisionAlgorithm.h">
<File </File>
RelativePath="..\..\src\BulletSoftBody\btSparseSDF.h"> <File
</File> RelativePath="..\..\src\BulletSoftBody\btSoftRigidDynamicsWorld.h">
</Filter> </File>
</Files> <File
<Globals> RelativePath="..\..\src\BulletSoftBody\btSoftSoftCollisionAlgorithm.h">
</Globals> </File>
</VisualStudioProject> <File
RelativePath="..\..\src\BulletSoftBody\btSparseSDF.h">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

File diff suppressed because it is too large Load Diff

View File

@@ -99,6 +99,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -317,6 +318,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
@@ -383,6 +387,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"

File diff suppressed because it is too large Load Diff

View File

@@ -1,435 +1,442 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="libiff" Name="libiff"
ProjectGUID="{0E48992F-80FB-7458-8BAF-A7054C73558F}" ProjectGUID="{0E48992F-80FB-7458-8BAF-A7054C73558F}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release7\build\libiff\" OutputDirectory="..\..\out\release7\build\libiff\"
IntermediateDirectory="..\..\out\release7\build\libiff\" IntermediateDirectory="..\..\out\release7\build\libiff\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
PrecompiledHeaderFile="..\..\out\release7\build\libiff\libiff.pch" PrecompiledHeaderFile="..\..\out\release7\build\libiff\libiff.pch"
AssemblerListingLocation="..\..\out\release7\build\libiff\" AssemblerListingLocation="..\..\out\release7\build\libiff\"
ObjectFile="..\..\out\release7\build\libiff\" ObjectFile="..\..\out\release7\build\libiff\"
ProgramDataBaseFileName="..\..\out\release7\build\libiff\iff.pdb" ProgramDataBaseFileName="..\..\out\release7\build\libiff\iff.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release7\build\libiff\iff.pdb" ProgramDatabaseFile="..\..\out\release7\build\libiff\iff.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\out\release7\libs\libiff.lib" OutputFile="..\..\out\release7\libs\libiff.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release7\build\libiff\libiff.tlb"/> TypeLibraryName="..\..\out\release7\build\libiff\libiff.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll7\build\libiff\" OutputDirectory="..\..\out\release_dll7\build\libiff\"
IntermediateDirectory="..\..\out\release_dll7\build\libiff\" IntermediateDirectory="..\..\out\release_dll7\build\libiff\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll7\build\libiff\libiff.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\release_dll7\build\libiff\" PrecompiledHeaderFile="..\..\out\release_dll7\build\libiff\libiff.pch"
ObjectFile="..\..\out\release_dll7\build\libiff\" AssemblerListingLocation="..\..\out\release_dll7\build\libiff\"
ProgramDataBaseFileName="..\..\out\release_dll7\build\libiff\iff.pdb" ObjectFile="..\..\out\release_dll7\build\libiff\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll7\build\libiff\iff.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll7\build\libiff\iff.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll7\build\libiff\iff.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll7\build\libiff\libiff.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll7\build\libiff\libiff.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="NDEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl7\build\libiff\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl7\build\libiff\" OutputDirectory="..\..\out\release_dbl7\build\libiff\"
ConfigurationType="4" IntermediateDirectory="..\..\out\release_dbl7\build\libiff\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl7\build\libiff\libiff.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\release_dbl7\build\libiff\" PrecompiledHeaderFile="..\..\out\release_dbl7\build\libiff\libiff.pch"
ObjectFile="..\..\out\release_dbl7\build\libiff\" AssemblerListingLocation="..\..\out\release_dbl7\build\libiff\"
ProgramDataBaseFileName="..\..\out\release_dbl7\build\libiff\iff.pdb" ObjectFile="..\..\out\release_dbl7\build\libiff\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl7\build\libiff\iff.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl7\build\libiff\iff.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl7\build\libiff\iff.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl7\build\libiff\libiff.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl7\build\libiff\libiff.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug7\build\libiff\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug7\build\libiff\" OutputDirectory="..\..\out\debug7\build\libiff\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug7\build\libiff\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug7\build\libiff\libiff.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\debug7\build\libiff\" PrecompiledHeaderFile="..\..\out\debug7\build\libiff\libiff.pch"
ObjectFile="..\..\out\debug7\build\libiff\" AssemblerListingLocation="..\..\out\debug7\build\libiff\"
ProgramDataBaseFileName="..\..\out\debug7\build\libiff\iff.pdb" ObjectFile="..\..\out\debug7\build\libiff\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug7\build\libiff\iff.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
AdditionalOptions=" " IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug7\build\libiff\iff.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug7\build\libiff\iff.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\debug7\libs\libiff_d.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\debug7\libs\libiff_d.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug7\build\libiff\libiff.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug7\build\libiff\libiff.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll7\build\libiff\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll7\build\libiff\" OutputDirectory="..\..\out\debug_dll7\build\libiff\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug_dll7\build\libiff\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll7\build\libiff\libiff.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\debug_dll7\build\libiff\" PrecompiledHeaderFile="..\..\out\debug_dll7\build\libiff\libiff.pch"
ObjectFile="..\..\out\debug_dll7\build\libiff\" AssemblerListingLocation="..\..\out\debug_dll7\build\libiff\"
ProgramDataBaseFileName="..\..\out\debug_dll7\build\libiff\iff.pdb" ObjectFile="..\..\out\debug_dll7\build\libiff\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll7\build\libiff\iff.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" LinkIncremental="2"
IgnoreImportLibrary="TRUE" GenerateDebugInformation="TRUE"
SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="LIBC,LIBCD"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll7\build\libiff\iff.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll7\build\libiff\iff.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll7\build\libiff\libiff.tlb"/> PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll7\build\libiff\libiff.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl7\build\libiff\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl7\build\libiff\" </Configuration>
ConfigurationType="4" <Configuration
UseOfMFC="0" Name="DebugDoublePrecision|Win32"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> OutputDirectory="..\..\out\debug_dbl7\build\libiff\"
<Tool IntermediateDirectory="..\..\out\debug_dbl7\build\libiff\"
Name="VCCLCompilerTool" ConfigurationType="4"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\libiff\libiff.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl7\build\libiff\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl7\build\libiff\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\libiff\iff.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl7\build\libiff\libiff.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl7\build\libiff\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl7\build\libiff\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl7\build\libiff\iff.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCCustomBuildTool"/>
IgnoreImportLibrary="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLinkerTool"
GenerateManifest="false" LinkIncremental="2"
AdditionalLibraryDirectories="" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\out\debug_dbl7\build\libiff\iff.pdb" IgnoreDefaultLibraryNames="LIBC,LIBCD"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories=""
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl7\build\libiff\iff.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl7\build\libiff\libiff.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl7\build\libiff\libiff.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Extras\iff\iffr.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Extras\iff\iffw.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
</Files> <File
<Globals> RelativePath="..\..\Extras\iff\iffr.cpp">
</Globals> </File>
</VisualStudioProject> <File
RelativePath="..\..\Extras\iff\iffw.cpp">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appBasicDemo" Name="appBasicDemo"
ProjectGUID="{3578834A-4B06-DE6F-78AC-FE11F7226D35}" ProjectGUID="{3578834A-4B06-DE6F-78AC-FE11F7226D35}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appBasicDemo\" OutputDirectory="..\..\out\release71\build\appBasicDemo\"
IntermediateDirectory="..\..\out\release71\build\appBasicDemo\" IntermediateDirectory="..\..\out\release71\build\appBasicDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appBasicDemo\appBasicDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appBasicDemo\appBasicDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appBasicDemo\" AssemblerListingLocation="..\..\out\release71\build\appBasicDemo\"
ObjectFile="..\..\out\release71\build\appBasicDemo\" ObjectFile="..\..\out\release71\build\appBasicDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appBasicDemo\BasicDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appBasicDemo\BasicDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseBasicDemo.exe" OutputFile="..\..\ReleaseBasicDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appBasicDemo\BasicDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appBasicDemo\BasicDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appBasicDemo\appBasicDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appBasicDemo\appBasicDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appBasicDemo\" OutputDirectory="..\..\out\release_dll71\build\appBasicDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appBasicDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appBasicDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appBasicDemo\appBasicDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appBasicDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appBasicDemo\appBasicDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appBasicDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appBasicDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appBasicDemo\BasicDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appBasicDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appBasicDemo\BasicDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllBasicDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllBasicDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appBasicDemo\BasicDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appBasicDemo\BasicDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appBasicDemo\appBasicDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appBasicDemo\appBasicDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appBasicDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appBasicDemo\" OutputDirectory="..\..\out\release_dbl71\build\appBasicDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appBasicDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appBasicDemo\appBasicDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appBasicDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appBasicDemo\appBasicDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appBasicDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appBasicDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appBasicDemo\BasicDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appBasicDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appBasicDemo\BasicDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblBasicDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblBasicDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appBasicDemo\BasicDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appBasicDemo\BasicDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appBasicDemo\appBasicDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appBasicDemo\appBasicDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appBasicDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appBasicDemo\" OutputDirectory="..\..\out\debug71\build\appBasicDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appBasicDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appBasicDemo\appBasicDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appBasicDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appBasicDemo\appBasicDemo.pch"
ObjectFile="..\..\out\debug71\build\appBasicDemo\" AssemblerListingLocation="..\..\out\debug71\build\appBasicDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appBasicDemo\BasicDemo.pdb" ObjectFile="..\..\out\debug71\build\appBasicDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appBasicDemo\BasicDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugBasicDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugBasicDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appBasicDemo\BasicDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appBasicDemo\BasicDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appBasicDemo\appBasicDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appBasicDemo\appBasicDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appBasicDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appBasicDemo\" OutputDirectory="..\..\out\debug_dll71\build\appBasicDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appBasicDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appBasicDemo\appBasicDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appBasicDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appBasicDemo\appBasicDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appBasicDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appBasicDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appBasicDemo\BasicDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appBasicDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appBasicDemo\BasicDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllBasicDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllBasicDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appBasicDemo\BasicDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appBasicDemo\BasicDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appBasicDemo\appBasicDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appBasicDemo\appBasicDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appBasicDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appBasicDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appBasicDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appBasicDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appBasicDemo\appBasicDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appBasicDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appBasicDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appBasicDemo\BasicDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appBasicDemo\appBasicDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appBasicDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appBasicDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appBasicDemo\BasicDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblBasicDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblBasicDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appBasicDemo\BasicDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appBasicDemo\BasicDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appBasicDemo\appBasicDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appBasicDemo\appBasicDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\BasicDemo\BasicDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\BasicDemo\main.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\BasicDemo\BasicDemo.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\BasicDemo\BasicDemo.h"> RelativePath="..\..\Demos\BasicDemo\main.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appBasicDemo.rc"> RelativePath="..\..\Demos\BasicDemo\BasicDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appBasicDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appBenchmarks" Name="appBenchmarks"
ProjectGUID="{67034B5D-16DD-DC97-82F6-23B9E6108940}" ProjectGUID="{67034B5D-16DD-DC97-82F6-23B9E6108940}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appBenchmarks\" OutputDirectory="..\..\out\release71\build\appBenchmarks\"
IntermediateDirectory="..\..\out\release71\build\appBenchmarks\" IntermediateDirectory="..\..\out\release71\build\appBenchmarks\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appBenchmarks\appBenchmarks.pch" PrecompiledHeaderFile="..\..\out\release71\build\appBenchmarks\appBenchmarks.pch"
AssemblerListingLocation="..\..\out\release71\build\appBenchmarks\" AssemblerListingLocation="..\..\out\release71\build\appBenchmarks\"
ObjectFile="..\..\out\release71\build\appBenchmarks\" ObjectFile="..\..\out\release71\build\appBenchmarks\"
ProgramDataBaseFileName="..\..\out\release71\build\appBenchmarks\Benchmarks.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appBenchmarks\Benchmarks.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseBenchmarks.exe" OutputFile="..\..\ReleaseBenchmarks.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appBenchmarks\Benchmarks.pdb" ProgramDatabaseFile="..\..\out\release71\build\appBenchmarks\Benchmarks.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appBenchmarks\appBenchmarks.tlb"/> TypeLibraryName="..\..\out\release71\build\appBenchmarks\appBenchmarks.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appBenchmarks\" OutputDirectory="..\..\out\release_dll71\build\appBenchmarks\"
IntermediateDirectory="..\..\out\release_dll71\build\appBenchmarks\" IntermediateDirectory="..\..\out\release_dll71\build\appBenchmarks\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appBenchmarks\appBenchmarks.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appBenchmarks\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appBenchmarks\appBenchmarks.pch"
ObjectFile="..\..\out\release_dll71\build\appBenchmarks\" AssemblerListingLocation="..\..\out\release_dll71\build\appBenchmarks\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appBenchmarks\Benchmarks.pdb" ObjectFile="..\..\out\release_dll71\build\appBenchmarks\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appBenchmarks\Benchmarks.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllBenchmarks.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllBenchmarks.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appBenchmarks\Benchmarks.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appBenchmarks\Benchmarks.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appBenchmarks\appBenchmarks.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appBenchmarks\appBenchmarks.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appBenchmarks\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appBenchmarks\" OutputDirectory="..\..\out\release_dbl71\build\appBenchmarks\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appBenchmarks\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appBenchmarks\appBenchmarks.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appBenchmarks\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appBenchmarks\appBenchmarks.pch"
ObjectFile="..\..\out\release_dbl71\build\appBenchmarks\" AssemblerListingLocation="..\..\out\release_dbl71\build\appBenchmarks\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appBenchmarks\Benchmarks.pdb" ObjectFile="..\..\out\release_dbl71\build\appBenchmarks\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appBenchmarks\Benchmarks.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblBenchmarks.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblBenchmarks.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appBenchmarks\Benchmarks.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appBenchmarks\Benchmarks.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appBenchmarks\appBenchmarks.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appBenchmarks\appBenchmarks.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appBenchmarks\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appBenchmarks\" OutputDirectory="..\..\out\debug71\build\appBenchmarks\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appBenchmarks\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appBenchmarks\appBenchmarks.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appBenchmarks\" PrecompiledHeaderFile="..\..\out\debug71\build\appBenchmarks\appBenchmarks.pch"
ObjectFile="..\..\out\debug71\build\appBenchmarks\" AssemblerListingLocation="..\..\out\debug71\build\appBenchmarks\"
ProgramDataBaseFileName="..\..\out\debug71\build\appBenchmarks\Benchmarks.pdb" ObjectFile="..\..\out\debug71\build\appBenchmarks\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appBenchmarks\Benchmarks.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugBenchmarks.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugBenchmarks.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appBenchmarks\Benchmarks.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appBenchmarks\Benchmarks.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appBenchmarks\appBenchmarks.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appBenchmarks\appBenchmarks.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appBenchmarks\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appBenchmarks\" OutputDirectory="..\..\out\debug_dll71\build\appBenchmarks\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appBenchmarks\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appBenchmarks\appBenchmarks.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appBenchmarks\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appBenchmarks\appBenchmarks.pch"
ObjectFile="..\..\out\debug_dll71\build\appBenchmarks\" AssemblerListingLocation="..\..\out\debug_dll71\build\appBenchmarks\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appBenchmarks\Benchmarks.pdb" ObjectFile="..\..\out\debug_dll71\build\appBenchmarks\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appBenchmarks\Benchmarks.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllBenchmarks.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllBenchmarks.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appBenchmarks\Benchmarks.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appBenchmarks\Benchmarks.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appBenchmarks\appBenchmarks.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appBenchmarks\appBenchmarks.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appBenchmarks\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appBenchmarks\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appBenchmarks\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appBenchmarks\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appBenchmarks\appBenchmarks.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appBenchmarks\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appBenchmarks\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appBenchmarks\Benchmarks.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appBenchmarks\appBenchmarks.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appBenchmarks\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appBenchmarks\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appBenchmarks\Benchmarks.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblBenchmarks.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblBenchmarks.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appBenchmarks\Benchmarks.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appBenchmarks\Benchmarks.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appBenchmarks\appBenchmarks.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appBenchmarks\appBenchmarks.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\Benchmarks\BenchmarkDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\Benchmarks\main.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\Benchmarks\BenchmarkDemo.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\Benchmarks\BenchmarkDemo.h"> RelativePath="..\..\Demos\Benchmarks\main.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appBenchmarks.rc"> RelativePath="..\..\Demos\Benchmarks\BenchmarkDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appBenchmarks.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,478 +1,485 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appBox2dDemo" Name="appBox2dDemo"
ProjectGUID="{66BD9781-9018-C022-6C33-D56FB76BB7E0}" ProjectGUID="{66BD9781-9018-C022-6C33-D56FB76BB7E0}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appBox2dDemo\" OutputDirectory="..\..\out\release71\build\appBox2dDemo\"
IntermediateDirectory="..\..\out\release71\build\appBox2dDemo\" IntermediateDirectory="..\..\out\release71\build\appBox2dDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appBox2dDemo\appBox2dDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appBox2dDemo\appBox2dDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appBox2dDemo\" AssemblerListingLocation="..\..\out\release71\build\appBox2dDemo\"
ObjectFile="..\..\out\release71\build\appBox2dDemo\" ObjectFile="..\..\out\release71\build\appBox2dDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appBox2dDemo\Box2dDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appBox2dDemo\Box2dDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseBox2dDemo.exe" OutputFile="..\..\ReleaseBox2dDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appBox2dDemo\Box2dDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appBox2dDemo\Box2dDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appBox2dDemo\appBox2dDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appBox2dDemo\appBox2dDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appBox2dDemo\" OutputDirectory="..\..\out\release_dll71\build\appBox2dDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appBox2dDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appBox2dDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appBox2dDemo\appBox2dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appBox2dDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appBox2dDemo\appBox2dDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appBox2dDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appBox2dDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appBox2dDemo\Box2dDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appBox2dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appBox2dDemo\Box2dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllBox2dDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllBox2dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appBox2dDemo\Box2dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appBox2dDemo\Box2dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appBox2dDemo\appBox2dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appBox2dDemo\appBox2dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appBox2dDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appBox2dDemo\" OutputDirectory="..\..\out\release_dbl71\build\appBox2dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appBox2dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appBox2dDemo\appBox2dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appBox2dDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appBox2dDemo\appBox2dDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appBox2dDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appBox2dDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appBox2dDemo\Box2dDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appBox2dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appBox2dDemo\Box2dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblBox2dDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblBox2dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appBox2dDemo\Box2dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appBox2dDemo\Box2dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appBox2dDemo\appBox2dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appBox2dDemo\appBox2dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appBox2dDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appBox2dDemo\" OutputDirectory="..\..\out\debug71\build\appBox2dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appBox2dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appBox2dDemo\appBox2dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appBox2dDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appBox2dDemo\appBox2dDemo.pch"
ObjectFile="..\..\out\debug71\build\appBox2dDemo\" AssemblerListingLocation="..\..\out\debug71\build\appBox2dDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appBox2dDemo\Box2dDemo.pdb" ObjectFile="..\..\out\debug71\build\appBox2dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appBox2dDemo\Box2dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugBox2dDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugBox2dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appBox2dDemo\Box2dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appBox2dDemo\Box2dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appBox2dDemo\appBox2dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appBox2dDemo\appBox2dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appBox2dDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appBox2dDemo\" OutputDirectory="..\..\out\debug_dll71\build\appBox2dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appBox2dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appBox2dDemo\appBox2dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appBox2dDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appBox2dDemo\appBox2dDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appBox2dDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appBox2dDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appBox2dDemo\Box2dDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appBox2dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appBox2dDemo\Box2dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllBox2dDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllBox2dDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appBox2dDemo\Box2dDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appBox2dDemo\Box2dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appBox2dDemo\appBox2dDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appBox2dDemo\appBox2dDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appBox2dDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appBox2dDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appBox2dDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appBox2dDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appBox2dDemo\appBox2dDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appBox2dDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appBox2dDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appBox2dDemo\Box2dDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appBox2dDemo\appBox2dDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appBox2dDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appBox2dDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appBox2dDemo\Box2dDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblBox2dDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblBox2dDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appBox2dDemo\Box2dDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appBox2dDemo\Box2dDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appBox2dDemo\appBox2dDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appBox2dDemo\appBox2dDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\Box2dDemo\Box2dDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\Box2dDemo\btBox2dBox2dCollisionAlgorithm.cpp"> <Filter
</File> Name="Source Files"
<File Filter="">
RelativePath="..\..\Demos\Box2dDemo\btBox2dShape.cpp"> <File
</File> RelativePath="..\..\Demos\Box2dDemo\Box2dDemo.cpp">
<File </File>
RelativePath="..\..\Demos\Box2dDemo\main.cpp"> <File
</File> RelativePath="..\..\Demos\Box2dDemo\btBox2dBox2dCollisionAlgorithm.cpp">
</Filter> </File>
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\Box2dDemo\btBox2dShape.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\Box2dDemo\Box2dDemo.h"> RelativePath="..\..\Demos\Box2dDemo\main.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\Box2dDemo\btBox2dBox2dCollisionAlgorithm.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\Demos\Box2dDemo\btBox2dShape.h"> <File
</File> RelativePath="..\..\Demos\Box2dDemo\Box2dDemo.h">
</Filter> </File>
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\Box2dDemo\btBox2dBox2dCollisionAlgorithm.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appBox2dDemo.rc"> RelativePath="..\..\Demos\Box2dDemo\btBox2dShape.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appBox2dDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,478 +1,485 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appBspDemo" Name="appBspDemo"
ProjectGUID="{255A379C-F159-5362-4024-D5ADB9F5FBD2}" ProjectGUID="{255A379C-F159-5362-4024-D5ADB9F5FBD2}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appBspDemo\" OutputDirectory="..\..\out\release71\build\appBspDemo\"
IntermediateDirectory="..\..\out\release71\build\appBspDemo\" IntermediateDirectory="..\..\out\release71\build\appBspDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appBspDemo\appBspDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appBspDemo\appBspDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appBspDemo\" AssemblerListingLocation="..\..\out\release71\build\appBspDemo\"
ObjectFile="..\..\out\release71\build\appBspDemo\" ObjectFile="..\..\out\release71\build\appBspDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appBspDemo\BspDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appBspDemo\BspDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseBspDemo.exe" OutputFile="..\..\ReleaseBspDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appBspDemo\BspDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appBspDemo\BspDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appBspDemo\appBspDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appBspDemo\appBspDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appBspDemo\" OutputDirectory="..\..\out\release_dll71\build\appBspDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appBspDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appBspDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appBspDemo\appBspDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appBspDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appBspDemo\appBspDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appBspDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appBspDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appBspDemo\BspDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appBspDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appBspDemo\BspDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllBspDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllBspDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appBspDemo\BspDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appBspDemo\BspDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appBspDemo\appBspDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appBspDemo\appBspDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appBspDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appBspDemo\" OutputDirectory="..\..\out\release_dbl71\build\appBspDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appBspDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appBspDemo\appBspDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appBspDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appBspDemo\appBspDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appBspDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appBspDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appBspDemo\BspDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appBspDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appBspDemo\BspDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblBspDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblBspDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appBspDemo\BspDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appBspDemo\BspDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appBspDemo\appBspDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appBspDemo\appBspDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appBspDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appBspDemo\" OutputDirectory="..\..\out\debug71\build\appBspDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appBspDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appBspDemo\appBspDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appBspDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appBspDemo\appBspDemo.pch"
ObjectFile="..\..\out\debug71\build\appBspDemo\" AssemblerListingLocation="..\..\out\debug71\build\appBspDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appBspDemo\BspDemo.pdb" ObjectFile="..\..\out\debug71\build\appBspDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appBspDemo\BspDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugBspDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugBspDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appBspDemo\BspDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appBspDemo\BspDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appBspDemo\appBspDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appBspDemo\appBspDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appBspDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appBspDemo\" OutputDirectory="..\..\out\debug_dll71\build\appBspDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appBspDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appBspDemo\appBspDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appBspDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appBspDemo\appBspDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appBspDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appBspDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appBspDemo\BspDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appBspDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appBspDemo\BspDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllBspDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllBspDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appBspDemo\BspDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appBspDemo\BspDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appBspDemo\appBspDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appBspDemo\appBspDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appBspDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appBspDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appBspDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appBspDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appBspDemo\appBspDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appBspDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appBspDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appBspDemo\BspDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appBspDemo\appBspDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appBspDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appBspDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appBspDemo\BspDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblBspDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblBspDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appBspDemo\BspDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appBspDemo\BspDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appBspDemo\appBspDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appBspDemo\appBspDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\BspDemo\BspConverter.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\BspDemo\BspDemo.cpp"> <Filter
</File> Name="Source Files"
<File Filter="">
RelativePath="..\..\Demos\BspDemo\BspLoader.cpp"> <File
</File> RelativePath="..\..\Demos\BspDemo\BspConverter.cpp">
<File </File>
RelativePath="..\..\Demos\BspDemo\main.cpp"> <File
</File> RelativePath="..\..\Demos\BspDemo\BspDemo.cpp">
</Filter> </File>
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\BspDemo\BspLoader.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\BspDemo\BspConverter.h"> RelativePath="..\..\Demos\BspDemo\main.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\BspDemo\BspDemo.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\Demos\BspDemo\BspLoader.h"> <File
</File> RelativePath="..\..\Demos\BspDemo\BspConverter.h">
</Filter> </File>
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\BspDemo\BspDemo.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appBspDemo.rc"> RelativePath="..\..\Demos\BspDemo\BspLoader.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appBspDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,456 +1,463 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appBulletDino" Name="appBulletDino"
ProjectGUID="{2707A1D2-F23C-0C78-B99B-AA148865D6DD}" ProjectGUID="{2707A1D2-F23C-0C78-B99B-AA148865D6DD}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appBulletDino\" OutputDirectory="..\..\out\release71\build\appBulletDino\"
IntermediateDirectory="..\..\out\release71\build\appBulletDino\" IntermediateDirectory="..\..\out\release71\build\appBulletDino\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appBulletDino\appBulletDino.pch" PrecompiledHeaderFile="..\..\out\release71\build\appBulletDino\appBulletDino.pch"
AssemblerListingLocation="..\..\out\release71\build\appBulletDino\" AssemblerListingLocation="..\..\out\release71\build\appBulletDino\"
ObjectFile="..\..\out\release71\build\appBulletDino\" ObjectFile="..\..\out\release71\build\appBulletDino\"
ProgramDataBaseFileName="..\..\out\release71\build\appBulletDino\BulletDino.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appBulletDino\BulletDino.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseBulletDino.exe" OutputFile="..\..\ReleaseBulletDino.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appBulletDino\BulletDino.pdb" ProgramDatabaseFile="..\..\out\release71\build\appBulletDino\BulletDino.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appBulletDino\appBulletDino.tlb"/> TypeLibraryName="..\..\out\release71\build\appBulletDino\appBulletDino.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appBulletDino\" OutputDirectory="..\..\out\release_dll71\build\appBulletDino\"
IntermediateDirectory="..\..\out\release_dll71\build\appBulletDino\" IntermediateDirectory="..\..\out\release_dll71\build\appBulletDino\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appBulletDino\appBulletDino.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appBulletDino\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appBulletDino\appBulletDino.pch"
ObjectFile="..\..\out\release_dll71\build\appBulletDino\" AssemblerListingLocation="..\..\out\release_dll71\build\appBulletDino\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appBulletDino\BulletDino.pdb" ObjectFile="..\..\out\release_dll71\build\appBulletDino\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appBulletDino\BulletDino.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllBulletDino.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllBulletDino.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appBulletDino\BulletDino.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appBulletDino\BulletDino.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appBulletDino\appBulletDino.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appBulletDino\appBulletDino.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appBulletDino\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appBulletDino\" OutputDirectory="..\..\out\release_dbl71\build\appBulletDino\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appBulletDino\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appBulletDino\appBulletDino.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appBulletDino\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appBulletDino\appBulletDino.pch"
ObjectFile="..\..\out\release_dbl71\build\appBulletDino\" AssemblerListingLocation="..\..\out\release_dbl71\build\appBulletDino\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appBulletDino\BulletDino.pdb" ObjectFile="..\..\out\release_dbl71\build\appBulletDino\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appBulletDino\BulletDino.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblBulletDino.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblBulletDino.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appBulletDino\BulletDino.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appBulletDino\BulletDino.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appBulletDino\appBulletDino.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appBulletDino\appBulletDino.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appBulletDino\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appBulletDino\" OutputDirectory="..\..\out\debug71\build\appBulletDino\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appBulletDino\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appBulletDino\appBulletDino.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appBulletDino\" PrecompiledHeaderFile="..\..\out\debug71\build\appBulletDino\appBulletDino.pch"
ObjectFile="..\..\out\debug71\build\appBulletDino\" AssemblerListingLocation="..\..\out\debug71\build\appBulletDino\"
ProgramDataBaseFileName="..\..\out\debug71\build\appBulletDino\BulletDino.pdb" ObjectFile="..\..\out\debug71\build\appBulletDino\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appBulletDino\BulletDino.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugBulletDino.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugBulletDino.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appBulletDino\BulletDino.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appBulletDino\BulletDino.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appBulletDino\appBulletDino.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appBulletDino\appBulletDino.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appBulletDino\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appBulletDino\" OutputDirectory="..\..\out\debug_dll71\build\appBulletDino\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appBulletDino\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appBulletDino\appBulletDino.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appBulletDino\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appBulletDino\appBulletDino.pch"
ObjectFile="..\..\out\debug_dll71\build\appBulletDino\" AssemblerListingLocation="..\..\out\debug_dll71\build\appBulletDino\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appBulletDino\BulletDino.pdb" ObjectFile="..\..\out\debug_dll71\build\appBulletDino\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appBulletDino\BulletDino.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllBulletDino.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllBulletDino.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appBulletDino\BulletDino.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appBulletDino\BulletDino.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appBulletDino\appBulletDino.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appBulletDino\appBulletDino.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appBulletDino\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appBulletDino\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appBulletDino\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appBulletDino\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appBulletDino\appBulletDino.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appBulletDino\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appBulletDino\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appBulletDino\BulletDino.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appBulletDino\appBulletDino.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appBulletDino\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appBulletDino\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appBulletDino\BulletDino.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblBulletDino.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblBulletDino.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appBulletDino\BulletDino.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appBulletDino\BulletDino.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appBulletDino\appBulletDino.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appBulletDino\appBulletDino.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\BulletDinoDemo\BulletDino.c"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Resource Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appBulletDino.rc"> RelativePath="..\..\Demos\BulletDinoDemo\BulletDino.c">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appBulletDino.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllCcdPhysicsDemo.exe" OutputFile="..\..\DebugDllCcdPhysicsDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblCcdPhysicsDemo.exe" OutputFile="..\..\DebugDblCcdPhysicsDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -1,484 +1,491 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appCharacterDemo" Name="appCharacterDemo"
ProjectGUID="{06166AA4-DDAE-0CA9-6D52-DA45A1965B88}" ProjectGUID="{06166AA4-DDAE-0CA9-6D52-DA45A1965B88}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appCharacterDemo\" OutputDirectory="..\..\out\release71\build\appCharacterDemo\"
IntermediateDirectory="..\..\out\release71\build\appCharacterDemo\" IntermediateDirectory="..\..\out\release71\build\appCharacterDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appCharacterDemo\appCharacterDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appCharacterDemo\appCharacterDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appCharacterDemo\" AssemblerListingLocation="..\..\out\release71\build\appCharacterDemo\"
ObjectFile="..\..\out\release71\build\appCharacterDemo\" ObjectFile="..\..\out\release71\build\appCharacterDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appCharacterDemo\CharacterDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appCharacterDemo\CharacterDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseCharacterDemo.exe" OutputFile="..\..\ReleaseCharacterDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appCharacterDemo\CharacterDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appCharacterDemo\CharacterDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appCharacterDemo\appCharacterDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appCharacterDemo\appCharacterDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appCharacterDemo\" OutputDirectory="..\..\out\release_dll71\build\appCharacterDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appCharacterDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appCharacterDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appCharacterDemo\appCharacterDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appCharacterDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appCharacterDemo\appCharacterDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appCharacterDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appCharacterDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appCharacterDemo\CharacterDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appCharacterDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appCharacterDemo\CharacterDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllCharacterDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllCharacterDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appCharacterDemo\CharacterDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appCharacterDemo\CharacterDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appCharacterDemo\appCharacterDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appCharacterDemo\appCharacterDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appCharacterDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appCharacterDemo\" OutputDirectory="..\..\out\release_dbl71\build\appCharacterDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appCharacterDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appCharacterDemo\appCharacterDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appCharacterDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appCharacterDemo\appCharacterDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appCharacterDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appCharacterDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appCharacterDemo\CharacterDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appCharacterDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appCharacterDemo\CharacterDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblCharacterDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblCharacterDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appCharacterDemo\CharacterDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appCharacterDemo\CharacterDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appCharacterDemo\appCharacterDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appCharacterDemo\appCharacterDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appCharacterDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appCharacterDemo\" OutputDirectory="..\..\out\debug71\build\appCharacterDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appCharacterDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appCharacterDemo\appCharacterDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appCharacterDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appCharacterDemo\appCharacterDemo.pch"
ObjectFile="..\..\out\debug71\build\appCharacterDemo\" AssemblerListingLocation="..\..\out\debug71\build\appCharacterDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appCharacterDemo\CharacterDemo.pdb" ObjectFile="..\..\out\debug71\build\appCharacterDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appCharacterDemo\CharacterDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugCharacterDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugCharacterDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appCharacterDemo\CharacterDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appCharacterDemo\CharacterDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appCharacterDemo\appCharacterDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appCharacterDemo\appCharacterDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appCharacterDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appCharacterDemo\" OutputDirectory="..\..\out\debug_dll71\build\appCharacterDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appCharacterDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appCharacterDemo\appCharacterDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appCharacterDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appCharacterDemo\appCharacterDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appCharacterDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appCharacterDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appCharacterDemo\CharacterDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appCharacterDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appCharacterDemo\CharacterDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllCharacterDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllCharacterDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appCharacterDemo\CharacterDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appCharacterDemo\CharacterDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appCharacterDemo\appCharacterDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appCharacterDemo\appCharacterDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appCharacterDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appCharacterDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appCharacterDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appCharacterDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appCharacterDemo\appCharacterDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appCharacterDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appCharacterDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appCharacterDemo\CharacterDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appCharacterDemo\appCharacterDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appCharacterDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appCharacterDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appCharacterDemo\CharacterDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblCharacterDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblCharacterDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appCharacterDemo\CharacterDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appCharacterDemo\CharacterDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appCharacterDemo\appCharacterDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appCharacterDemo\appCharacterDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspConverter.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspLoader.cpp"> <Filter
</File> Name="Source Files"
<File Filter="">
RelativePath="..\..\Demos\CharacterDemo\CharacterDemo.cpp"> <File
</File> RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspConverter.cpp">
<File </File>
RelativePath="..\..\Demos\CharacterDemo\DynamicCharacterController.cpp"> <File
</File> RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspLoader.cpp">
<File </File>
RelativePath="..\..\Demos\CharacterDemo\main.cpp"> <File
</File> RelativePath="..\..\Demos\CharacterDemo\CharacterDemo.cpp">
</Filter> </File>
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\CharacterDemo\DynamicCharacterController.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspConverter.h"> RelativePath="..\..\Demos\CharacterDemo\main.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspLoader.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\Demos\CharacterDemo\CharacterDemo.h"> <File
</File> RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspConverter.h">
<File </File>
RelativePath="..\..\Demos\CharacterDemo\DynamicCharacterController.h"> <File
</File> RelativePath="..\..\Demos\CharacterDemo\..\BspDemo\BspLoader.h">
</Filter> </File>
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\CharacterDemo\CharacterDemo.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appCharacterDemo.rc"> RelativePath="..\..\Demos\CharacterDemo\DynamicCharacterController.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appCharacterDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllColladaDemo.exe" OutputFile="..\..\DebugDllColladaDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblColladaDemo.exe" OutputFile="..\..\DebugDblColladaDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllCollisionDemo.exe" OutputFile="..\..\DebugDllCollisionDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblCollisionDemo.exe" OutputFile="..\..\DebugDblCollisionDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllCollisionInterfaceDemo.exe" OutputFile="..\..\DebugDllCollisionInterfaceDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblCollisionInterfaceDemo.exe" OutputFile="..\..\DebugDblCollisionInterfaceDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllConcaveDemo.exe" OutputFile="..\..\DebugDllConcaveDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblConcaveDemo.exe" OutputFile="..\..\DebugDblConcaveDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllConstraintDemo.exe" OutputFile="..\..\DebugDllConstraintDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblConstraintDemo.exe" OutputFile="..\..\DebugDblConstraintDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllContinuousConvexCollision.exe" OutputFile="..\..\DebugDllContinuousConvexCollision.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblContinuousConvexCollision.exe" OutputFile="..\..\DebugDblContinuousConvexCollision.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllConvexDecompositionDemo.exe" OutputFile="..\..\DebugDllConvexDecompositionDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblConvexDecompositionDemo.exe" OutputFile="..\..\DebugDblConvexDecompositionDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -1,463 +1,470 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appDoublePrecisionDemo" Name="appDoublePrecisionDemo"
ProjectGUID="{E2707D44-8B82-55F1-6C5A-D03B19159248}" ProjectGUID="{E2707D44-8B82-55F1-6C5A-D03B19159248}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appDoublePrecisionDemo\" OutputDirectory="..\..\out\release71\build\appDoublePrecisionDemo\"
IntermediateDirectory="..\..\out\release71\build\appDoublePrecisionDemo\" IntermediateDirectory="..\..\out\release71\build\appDoublePrecisionDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appDoublePrecisionDemo\" AssemblerListingLocation="..\..\out\release71\build\appDoublePrecisionDemo\"
ObjectFile="..\..\out\release71\build\appDoublePrecisionDemo\" ObjectFile="..\..\out\release71\build\appDoublePrecisionDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseDoublePrecisionDemo.exe" OutputFile="..\..\ReleaseDoublePrecisionDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appDoublePrecisionDemo\" OutputDirectory="..\..\out\release_dll71\build\appDoublePrecisionDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appDoublePrecisionDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appDoublePrecisionDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appDoublePrecisionDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appDoublePrecisionDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appDoublePrecisionDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appDoublePrecisionDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllDoublePrecisionDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllDoublePrecisionDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appDoublePrecisionDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appDoublePrecisionDemo\" OutputDirectory="..\..\out\release_dbl71\build\appDoublePrecisionDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appDoublePrecisionDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appDoublePrecisionDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appDoublePrecisionDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appDoublePrecisionDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appDoublePrecisionDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblDoublePrecisionDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblDoublePrecisionDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appDoublePrecisionDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appDoublePrecisionDemo\" OutputDirectory="..\..\out\debug71\build\appDoublePrecisionDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appDoublePrecisionDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appDoublePrecisionDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
ObjectFile="..\..\out\debug71\build\appDoublePrecisionDemo\" AssemblerListingLocation="..\..\out\debug71\build\appDoublePrecisionDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ObjectFile="..\..\out\debug71\build\appDoublePrecisionDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugDoublePrecisionDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugDoublePrecisionDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appDoublePrecisionDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appDoublePrecisionDemo\" OutputDirectory="..\..\out\debug_dll71\build\appDoublePrecisionDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appDoublePrecisionDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appDoublePrecisionDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appDoublePrecisionDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appDoublePrecisionDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appDoublePrecisionDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllDoublePrecisionDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllDoublePrecisionDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblDoublePrecisionDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblDoublePrecisionDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\DoublePrecisionDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appDoublePrecisionDemo\appDoublePrecisionDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\DoublePrecisionDemo\DoublePrecisionDemo.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Header Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\Demos\DoublePrecisionDemo\DoublePrecisionDemo.h"> RelativePath="..\..\Demos\DoublePrecisionDemo\DoublePrecisionDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appDoublePrecisionDemo.rc"> RelativePath="..\..\Demos\DoublePrecisionDemo\DoublePrecisionDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appDoublePrecisionDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,456 +1,463 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appEPAPenDepthDemo" Name="appEPAPenDepthDemo"
ProjectGUID="{1125C7F3-9E0D-27B1-C97B-CDAB5CE161A3}" ProjectGUID="{1125C7F3-9E0D-27B1-C97B-CDAB5CE161A3}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appEPAPenDepthDemo\" OutputDirectory="..\..\out\release71\build\appEPAPenDepthDemo\"
IntermediateDirectory="..\..\out\release71\build\appEPAPenDepthDemo\" IntermediateDirectory="..\..\out\release71\build\appEPAPenDepthDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
PrecompiledHeaderFile="..\..\out\release71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appEPAPenDepthDemo\" AssemblerListingLocation="..\..\out\release71\build\appEPAPenDepthDemo\"
ObjectFile="..\..\out\release71\build\appEPAPenDepthDemo\" ObjectFile="..\..\out\release71\build\appEPAPenDepthDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseEPAPenDepthDemo.exe" OutputFile="..\..\ReleaseEPAPenDepthDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appEPAPenDepthDemo\" OutputDirectory="..\..\out\release_dll71\build\appEPAPenDepthDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appEPAPenDepthDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appEPAPenDepthDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dll71\build\appEPAPenDepthDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appEPAPenDepthDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appEPAPenDepthDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appEPAPenDepthDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllEPAPenDepthDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllEPAPenDepthDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appEPAPenDepthDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appEPAPenDepthDemo\" OutputDirectory="..\..\out\release_dbl71\build\appEPAPenDepthDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appEPAPenDepthDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dbl71\build\appEPAPenDepthDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appEPAPenDepthDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appEPAPenDepthDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appEPAPenDepthDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblEPAPenDepthDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblEPAPenDepthDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appEPAPenDepthDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appEPAPenDepthDemo\" OutputDirectory="..\..\out\debug71\build\appEPAPenDepthDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appEPAPenDepthDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug71\build\appEPAPenDepthDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
ObjectFile="..\..\out\debug71\build\appEPAPenDepthDemo\" AssemblerListingLocation="..\..\out\debug71\build\appEPAPenDepthDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ObjectFile="..\..\out\debug71\build\appEPAPenDepthDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugEPAPenDepthDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugEPAPenDepthDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appEPAPenDepthDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appEPAPenDepthDemo\" OutputDirectory="..\..\out\debug_dll71\build\appEPAPenDepthDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appEPAPenDepthDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug_dll71\build\appEPAPenDepthDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appEPAPenDepthDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appEPAPenDepthDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appEPAPenDepthDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllEPAPenDepthDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllEPAPenDepthDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblEPAPenDepthDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblEPAPenDepthDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\EPAPenDepthDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appEPAPenDepthDemo\appEPAPenDepthDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\EPAPenDepthDemo\PenetrationTestBullet.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Resource Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appEPAPenDepthDemo.rc"> RelativePath="..\..\Demos\EPAPenDepthDemo\PenetrationTestBullet.cpp">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appEPAPenDepthDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appForkLiftDemo" Name="appForkLiftDemo"
ProjectGUID="{4FF98546-7A0D-00AA-743C-F1EA15BC00E2}" ProjectGUID="{4FF98546-7A0D-00AA-743C-F1EA15BC00E2}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appForkLiftDemo\" OutputDirectory="..\..\out\release71\build\appForkLiftDemo\"
IntermediateDirectory="..\..\out\release71\build\appForkLiftDemo\" IntermediateDirectory="..\..\out\release71\build\appForkLiftDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appForkLiftDemo\appForkLiftDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appForkLiftDemo\appForkLiftDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appForkLiftDemo\" AssemblerListingLocation="..\..\out\release71\build\appForkLiftDemo\"
ObjectFile="..\..\out\release71\build\appForkLiftDemo\" ObjectFile="..\..\out\release71\build\appForkLiftDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appForkLiftDemo\ForkLiftDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appForkLiftDemo\ForkLiftDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseForkLiftDemo.exe" OutputFile="..\..\ReleaseForkLiftDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appForkLiftDemo\ForkLiftDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appForkLiftDemo\ForkLiftDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appForkLiftDemo\appForkLiftDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appForkLiftDemo\" OutputDirectory="..\..\out\release_dll71\build\appForkLiftDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appForkLiftDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appForkLiftDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appForkLiftDemo\appForkLiftDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appForkLiftDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appForkLiftDemo\appForkLiftDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appForkLiftDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appForkLiftDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appForkLiftDemo\ForkLiftDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appForkLiftDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appForkLiftDemo\ForkLiftDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllForkLiftDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllForkLiftDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appForkLiftDemo\ForkLiftDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appForkLiftDemo\ForkLiftDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appForkLiftDemo\appForkLiftDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appForkLiftDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appForkLiftDemo\" OutputDirectory="..\..\out\release_dbl71\build\appForkLiftDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appForkLiftDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appForkLiftDemo\appForkLiftDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appForkLiftDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appForkLiftDemo\appForkLiftDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appForkLiftDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appForkLiftDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appForkLiftDemo\ForkLiftDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appForkLiftDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appForkLiftDemo\ForkLiftDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblForkLiftDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblForkLiftDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appForkLiftDemo\ForkLiftDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appForkLiftDemo\ForkLiftDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appForkLiftDemo\appForkLiftDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appForkLiftDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appForkLiftDemo\" OutputDirectory="..\..\out\debug71\build\appForkLiftDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appForkLiftDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appForkLiftDemo\appForkLiftDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appForkLiftDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appForkLiftDemo\appForkLiftDemo.pch"
ObjectFile="..\..\out\debug71\build\appForkLiftDemo\" AssemblerListingLocation="..\..\out\debug71\build\appForkLiftDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appForkLiftDemo\ForkLiftDemo.pdb" ObjectFile="..\..\out\debug71\build\appForkLiftDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appForkLiftDemo\ForkLiftDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugForkLiftDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugForkLiftDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appForkLiftDemo\ForkLiftDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appForkLiftDemo\ForkLiftDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appForkLiftDemo\appForkLiftDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appForkLiftDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appForkLiftDemo\" OutputDirectory="..\..\out\debug_dll71\build\appForkLiftDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appForkLiftDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appForkLiftDemo\appForkLiftDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appForkLiftDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appForkLiftDemo\appForkLiftDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appForkLiftDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appForkLiftDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appForkLiftDemo\ForkLiftDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appForkLiftDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appForkLiftDemo\ForkLiftDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllForkLiftDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllForkLiftDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appForkLiftDemo\ForkLiftDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appForkLiftDemo\ForkLiftDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appForkLiftDemo\appForkLiftDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appForkLiftDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appForkLiftDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appForkLiftDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appForkLiftDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appForkLiftDemo\appForkLiftDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appForkLiftDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appForkLiftDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appForkLiftDemo\ForkLiftDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appForkLiftDemo\appForkLiftDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appForkLiftDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appForkLiftDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appForkLiftDemo\ForkLiftDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblForkLiftDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblForkLiftDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appForkLiftDemo\ForkLiftDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appForkLiftDemo\ForkLiftDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appForkLiftDemo\appForkLiftDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appForkLiftDemo\appForkLiftDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\ForkLiftDemo\ForkLiftDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\ForkLiftDemo\main.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\ForkLiftDemo\ForkLiftDemo.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\ForkLiftDemo\ForkLiftDemo.h"> RelativePath="..\..\Demos\ForkLiftDemo\main.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appForkLiftDemo.rc"> RelativePath="..\..\Demos\ForkLiftDemo\ForkLiftDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appForkLiftDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,469 +1,476 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appGenericJointDemo" Name="appGenericJointDemo"
ProjectGUID="{33C16464-831E-103A-5F37-65CCD4F9191F}" ProjectGUID="{33C16464-831E-103A-5F37-65CCD4F9191F}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appGenericJointDemo\" OutputDirectory="..\..\out\release71\build\appGenericJointDemo\"
IntermediateDirectory="..\..\out\release71\build\appGenericJointDemo\" IntermediateDirectory="..\..\out\release71\build\appGenericJointDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appGenericJointDemo\appGenericJointDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appGenericJointDemo\appGenericJointDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appGenericJointDemo\" AssemblerListingLocation="..\..\out\release71\build\appGenericJointDemo\"
ObjectFile="..\..\out\release71\build\appGenericJointDemo\" ObjectFile="..\..\out\release71\build\appGenericJointDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appGenericJointDemo\GenericJointDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appGenericJointDemo\GenericJointDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseGenericJointDemo.exe" OutputFile="..\..\ReleaseGenericJointDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appGenericJointDemo\GenericJointDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appGenericJointDemo\GenericJointDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appGenericJointDemo\appGenericJointDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appGenericJointDemo\" OutputDirectory="..\..\out\release_dll71\build\appGenericJointDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appGenericJointDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appGenericJointDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appGenericJointDemo\appGenericJointDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appGenericJointDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appGenericJointDemo\appGenericJointDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appGenericJointDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appGenericJointDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appGenericJointDemo\GenericJointDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appGenericJointDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appGenericJointDemo\GenericJointDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllGenericJointDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllGenericJointDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appGenericJointDemo\GenericJointDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appGenericJointDemo\GenericJointDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appGenericJointDemo\appGenericJointDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appGenericJointDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appGenericJointDemo\" OutputDirectory="..\..\out\release_dbl71\build\appGenericJointDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appGenericJointDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appGenericJointDemo\appGenericJointDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appGenericJointDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appGenericJointDemo\appGenericJointDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appGenericJointDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appGenericJointDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appGenericJointDemo\GenericJointDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appGenericJointDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appGenericJointDemo\GenericJointDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblGenericJointDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblGenericJointDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appGenericJointDemo\GenericJointDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appGenericJointDemo\GenericJointDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appGenericJointDemo\appGenericJointDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appGenericJointDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appGenericJointDemo\" OutputDirectory="..\..\out\debug71\build\appGenericJointDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appGenericJointDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appGenericJointDemo\appGenericJointDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appGenericJointDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appGenericJointDemo\appGenericJointDemo.pch"
ObjectFile="..\..\out\debug71\build\appGenericJointDemo\" AssemblerListingLocation="..\..\out\debug71\build\appGenericJointDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appGenericJointDemo\GenericJointDemo.pdb" ObjectFile="..\..\out\debug71\build\appGenericJointDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appGenericJointDemo\GenericJointDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugGenericJointDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugGenericJointDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appGenericJointDemo\GenericJointDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appGenericJointDemo\GenericJointDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appGenericJointDemo\appGenericJointDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appGenericJointDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appGenericJointDemo\" OutputDirectory="..\..\out\debug_dll71\build\appGenericJointDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appGenericJointDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appGenericJointDemo\appGenericJointDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appGenericJointDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appGenericJointDemo\appGenericJointDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appGenericJointDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appGenericJointDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appGenericJointDemo\GenericJointDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appGenericJointDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appGenericJointDemo\GenericJointDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllGenericJointDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllGenericJointDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appGenericJointDemo\GenericJointDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appGenericJointDemo\GenericJointDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appGenericJointDemo\appGenericJointDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appGenericJointDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appGenericJointDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appGenericJointDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appGenericJointDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appGenericJointDemo\appGenericJointDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appGenericJointDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appGenericJointDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appGenericJointDemo\GenericJointDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appGenericJointDemo\appGenericJointDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appGenericJointDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appGenericJointDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appGenericJointDemo\GenericJointDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblGenericJointDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblGenericJointDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appGenericJointDemo\GenericJointDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appGenericJointDemo\GenericJointDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appGenericJointDemo\appGenericJointDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appGenericJointDemo\appGenericJointDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\GenericJointDemo\GenericJointDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\GenericJointDemo\Ragdoll.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\GenericJointDemo\GenericJointDemo.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\GenericJointDemo\GenericJointDemo.h"> RelativePath="..\..\Demos\GenericJointDemo\Ragdoll.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\GenericJointDemo\Ragdoll.h"> <Filter
</File> Name="Header Files"
</Filter> Filter="">
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\GenericJointDemo\GenericJointDemo.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appGenericJointDemo.rc"> RelativePath="..\..\Demos\GenericJointDemo\Ragdoll.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appGenericJointDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,472 +1,479 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appGimpactTestDemo" Name="appGimpactTestDemo"
ProjectGUID="{12B291F0-1880-AFC5-26E1-26DF78EA6D2E}" ProjectGUID="{12B291F0-1880-AFC5-26E1-26DF78EA6D2E}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appGimpactTestDemo\" OutputDirectory="..\..\out\release71\build\appGimpactTestDemo\"
IntermediateDirectory="..\..\out\release71\build\appGimpactTestDemo\" IntermediateDirectory="..\..\out\release71\build\appGimpactTestDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
PrecompiledHeaderFile="..\..\out\release71\build\appGimpactTestDemo\appGimpactTestDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appGimpactTestDemo\appGimpactTestDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appGimpactTestDemo\" AssemblerListingLocation="..\..\out\release71\build\appGimpactTestDemo\"
ObjectFile="..\..\out\release71\build\appGimpactTestDemo\" ObjectFile="..\..\out\release71\build\appGimpactTestDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appGimpactTestDemo\GimpactTestDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseGimpactTestDemo.exe" OutputFile="..\..\ReleaseGimpactTestDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appGimpactTestDemo\GimpactTestDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appGimpactTestDemo\" OutputDirectory="..\..\out\release_dll71\build\appGimpactTestDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appGimpactTestDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appGimpactTestDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appGimpactTestDemo\appGimpactTestDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
AssemblerListingLocation="..\..\out\release_dll71\build\appGimpactTestDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appGimpactTestDemo\appGimpactTestDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appGimpactTestDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appGimpactTestDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appGimpactTestDemo\GimpactTestDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appGimpactTestDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllGimpactTestDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllGimpactTestDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appGimpactTestDemo\GimpactTestDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appGimpactTestDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appGimpactTestDemo\" OutputDirectory="..\..\out\release_dbl71\build\appGimpactTestDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appGimpactTestDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appGimpactTestDemo\appGimpactTestDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
AssemblerListingLocation="..\..\out\release_dbl71\build\appGimpactTestDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appGimpactTestDemo\appGimpactTestDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appGimpactTestDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appGimpactTestDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appGimpactTestDemo\GimpactTestDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appGimpactTestDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblGimpactTestDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblGimpactTestDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appGimpactTestDemo\GimpactTestDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appGimpactTestDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appGimpactTestDemo\" OutputDirectory="..\..\out\debug71\build\appGimpactTestDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appGimpactTestDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appGimpactTestDemo\appGimpactTestDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
AssemblerListingLocation="..\..\out\debug71\build\appGimpactTestDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appGimpactTestDemo\appGimpactTestDemo.pch"
ObjectFile="..\..\out\debug71\build\appGimpactTestDemo\" AssemblerListingLocation="..\..\out\debug71\build\appGimpactTestDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appGimpactTestDemo\GimpactTestDemo.pdb" ObjectFile="..\..\out\debug71\build\appGimpactTestDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugGimpactTestDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugGimpactTestDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appGimpactTestDemo\GimpactTestDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appGimpactTestDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appGimpactTestDemo\" OutputDirectory="..\..\out\debug_dll71\build\appGimpactTestDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appGimpactTestDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appGimpactTestDemo\appGimpactTestDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
AssemblerListingLocation="..\..\out\debug_dll71\build\appGimpactTestDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appGimpactTestDemo\appGimpactTestDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appGimpactTestDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appGimpactTestDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appGimpactTestDemo\GimpactTestDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appGimpactTestDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllGimpactTestDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllGimpactTestDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appGimpactTestDemo\GimpactTestDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appGimpactTestDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appGimpactTestDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appGimpactTestDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appGimpactTestDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appGimpactTestDemo\appGimpactTestDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appGimpactTestDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appGimpactTestDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appGimpactTestDemo\GimpactTestDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appGimpactTestDemo\appGimpactTestDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appGimpactTestDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appGimpactTestDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblGimpactTestDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblGimpactTestDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appGimpactTestDemo\GimpactTestDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appGimpactTestDemo\GimpactTestDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appGimpactTestDemo\appGimpactTestDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\GIMPACTUtils"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\GimpactTestDemo\GimpactTestDemo.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\GimpactTestDemo\main.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\GimpactTestDemo\GimpactTestDemo.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\GimpactTestDemo\BunnyMesh.h"> RelativePath="..\..\Demos\GimpactTestDemo\main.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\GimpactTestDemo\GimpactTestDemo.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\Demos\GimpactTestDemo\TorusMesh.h"> <File
</File> RelativePath="..\..\Demos\GimpactTestDemo\BunnyMesh.h">
</Filter> </File>
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\GimpactTestDemo\GimpactTestDemo.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appGimpactTestDemo.rc"> RelativePath="..\..\Demos\GimpactTestDemo\TorusMesh.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appGimpactTestDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllGjkConvexCastDemo.exe" OutputFile="..\..\DebugDllGjkConvexCastDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblGjkConvexCastDemo.exe" OutputFile="..\..\DebugDblGjkConvexCastDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

File diff suppressed because it is too large Load Diff

View File

@@ -1,484 +1,491 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appGpu3dDemo" Name="appGpu3dDemo"
ProjectGUID="{13FD13A1-09DA-A501-3BA1-DF3696EC33A8}" ProjectGUID="{13FD13A1-09DA-A501-3BA1-DF3696EC33A8}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appGpu3dDemo\" OutputDirectory="..\..\out\release71\build\appGpu3dDemo\"
IntermediateDirectory="..\..\out\release71\build\appGpu3dDemo\" IntermediateDirectory="..\..\out\release71\build\appGpu3dDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
PrecompiledHeaderFile="..\..\out\release71\build\appGpu3dDemo\appGpu3dDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appGpu3dDemo\appGpu3dDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appGpu3dDemo\" AssemblerListingLocation="..\..\out\release71\build\appGpu3dDemo\"
ObjectFile="..\..\out\release71\build\appGpu3dDemo\" ObjectFile="..\..\out\release71\build\appGpu3dDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appGpu3dDemo\Gpu3dDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appGpu3dDemo\Gpu3dDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseGpu3dDemo.exe" OutputFile="..\..\ReleaseGpu3dDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appGpu3dDemo\Gpu3dDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appGpu3dDemo\Gpu3dDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appGpu3dDemo\appGpu3dDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appGpu3dDemo\" OutputDirectory="..\..\out\release_dll71\build\appGpu3dDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appGpu3dDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appGpu3dDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appGpu3dDemo\appGpu3dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dll71\build\appGpu3dDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appGpu3dDemo\appGpu3dDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appGpu3dDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appGpu3dDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appGpu3dDemo\Gpu3dDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appGpu3dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appGpu3dDemo\Gpu3dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllGpu3dDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllGpu3dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appGpu3dDemo\Gpu3dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appGpu3dDemo\Gpu3dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appGpu3dDemo\appGpu3dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appGpu3dDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appGpu3dDemo\" OutputDirectory="..\..\out\release_dbl71\build\appGpu3dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appGpu3dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appGpu3dDemo\appGpu3dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dbl71\build\appGpu3dDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appGpu3dDemo\appGpu3dDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appGpu3dDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appGpu3dDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appGpu3dDemo\Gpu3dDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appGpu3dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appGpu3dDemo\Gpu3dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblGpu3dDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblGpu3dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appGpu3dDemo\Gpu3dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appGpu3dDemo\Gpu3dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appGpu3dDemo\appGpu3dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appGpu3dDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appGpu3dDemo\" OutputDirectory="..\..\out\debug71\build\appGpu3dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appGpu3dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appGpu3dDemo\appGpu3dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug71\build\appGpu3dDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appGpu3dDemo\appGpu3dDemo.pch"
ObjectFile="..\..\out\debug71\build\appGpu3dDemo\" AssemblerListingLocation="..\..\out\debug71\build\appGpu3dDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appGpu3dDemo\Gpu3dDemo.pdb" ObjectFile="..\..\out\debug71\build\appGpu3dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appGpu3dDemo\Gpu3dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugGpu3dDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugGpu3dDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appGpu3dDemo\Gpu3dDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appGpu3dDemo\Gpu3dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appGpu3dDemo\appGpu3dDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appGpu3dDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appGpu3dDemo\" OutputDirectory="..\..\out\debug_dll71\build\appGpu3dDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appGpu3dDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appGpu3dDemo\appGpu3dDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug_dll71\build\appGpu3dDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appGpu3dDemo\appGpu3dDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appGpu3dDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appGpu3dDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appGpu3dDemo\Gpu3dDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appGpu3dDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appGpu3dDemo\Gpu3dDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllGpu3dDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllGpu3dDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appGpu3dDemo\Gpu3dDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appGpu3dDemo\Gpu3dDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appGpu3dDemo\appGpu3dDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appGpu3dDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appGpu3dDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appGpu3dDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appGpu3dDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appGpu3dDemo\appGpu3dDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appGpu3dDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appGpu3dDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appGpu3dDemo\Gpu3dDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appGpu3dDemo\appGpu3dDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appGpu3dDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appGpu3dDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appGpu3dDemo\Gpu3dDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblGpu3dDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblGpu3dDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appGpu3dDemo\Gpu3dDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appGpu3dDemo\Gpu3dDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appGpu3dDemo\appGpu3dDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appGpu3dDemo\appGpu3dDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\Gpu3dDemo\BasicDemo3d.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dCpuFunc.cpp"> <Filter
</File> Name="Source Files"
<File Filter="">
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemoDynamicsWorld3D.cpp"> <File
</File> RelativePath="..\..\Demos\Gpu3dDemo\BasicDemo3d.cpp">
<File </File>
RelativePath="..\..\Demos\Gpu3dDemo\main.cpp"> <File
</File> RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dCpuFunc.cpp">
</Filter> </File>
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemoDynamicsWorld3D.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\Gpu3dDemo\BasicDemo3d.h"> RelativePath="..\..\Demos\Gpu3dDemo\main.cpp">
</File> </File>
<File </Filter>
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedCode.h"> <Filter
</File> Name="Header Files"
<File Filter="">
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedDefs.h"> <File
</File> RelativePath="..\..\Demos\Gpu3dDemo\BasicDemo3d.h">
<File </File>
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedTypes.h"> <File
</File> RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedCode.h">
<File </File>
RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemoDynamicsWorld3D.h"> <File
</File> RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedDefs.h">
</Filter> </File>
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemo3dSharedTypes.h">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appGpu3dDemo.rc"> RelativePath="..\..\Demos\Gpu3dDemo\btGpuDemoDynamicsWorld3D.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appGpu3dDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

File diff suppressed because it is too large Load Diff

View File

@@ -1,456 +1,463 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appHelloWorld" Name="appHelloWorld"
ProjectGUID="{5239CE6A-7C7A-2170-6334-DF8EE0C44543}" ProjectGUID="{5239CE6A-7C7A-2170-6334-DF8EE0C44543}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appHelloWorld\" OutputDirectory="..\..\out\release71\build\appHelloWorld\"
IntermediateDirectory="..\..\out\release71\build\appHelloWorld\" IntermediateDirectory="..\..\out\release71\build\appHelloWorld\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
PrecompiledHeaderFile="..\..\out\release71\build\appHelloWorld\appHelloWorld.pch" PrecompiledHeaderFile="..\..\out\release71\build\appHelloWorld\appHelloWorld.pch"
AssemblerListingLocation="..\..\out\release71\build\appHelloWorld\" AssemblerListingLocation="..\..\out\release71\build\appHelloWorld\"
ObjectFile="..\..\out\release71\build\appHelloWorld\" ObjectFile="..\..\out\release71\build\appHelloWorld\"
ProgramDataBaseFileName="..\..\out\release71\build\appHelloWorld\HelloWorld.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appHelloWorld\HelloWorld.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseHelloWorld.exe" OutputFile="..\..\ReleaseHelloWorld.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release71\build\appHelloWorld\HelloWorld.pdb" ProgramDatabaseFile="..\..\out\release71\build\appHelloWorld\HelloWorld.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appHelloWorld\appHelloWorld.tlb"/> TypeLibraryName="..\..\out\release71\build\appHelloWorld\appHelloWorld.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appHelloWorld\" OutputDirectory="..\..\out\release_dll71\build\appHelloWorld\"
IntermediateDirectory="..\..\out\release_dll71\build\appHelloWorld\" IntermediateDirectory="..\..\out\release_dll71\build\appHelloWorld\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appHelloWorld\appHelloWorld.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dll71\build\appHelloWorld\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appHelloWorld\appHelloWorld.pch"
ObjectFile="..\..\out\release_dll71\build\appHelloWorld\" AssemblerListingLocation="..\..\out\release_dll71\build\appHelloWorld\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appHelloWorld\HelloWorld.pdb" ObjectFile="..\..\out\release_dll71\build\appHelloWorld\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appHelloWorld\HelloWorld.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllHelloWorld.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllHelloWorld.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appHelloWorld\HelloWorld.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appHelloWorld\HelloWorld.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appHelloWorld\appHelloWorld.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appHelloWorld\appHelloWorld.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appHelloWorld\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appHelloWorld\" OutputDirectory="..\..\out\release_dbl71\build\appHelloWorld\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appHelloWorld\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appHelloWorld\appHelloWorld.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dbl71\build\appHelloWorld\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appHelloWorld\appHelloWorld.pch"
ObjectFile="..\..\out\release_dbl71\build\appHelloWorld\" AssemblerListingLocation="..\..\out\release_dbl71\build\appHelloWorld\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appHelloWorld\HelloWorld.pdb" ObjectFile="..\..\out\release_dbl71\build\appHelloWorld\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appHelloWorld\HelloWorld.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblHelloWorld.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblHelloWorld.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appHelloWorld\HelloWorld.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appHelloWorld\HelloWorld.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appHelloWorld\appHelloWorld.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appHelloWorld\appHelloWorld.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appHelloWorld\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appHelloWorld\" OutputDirectory="..\..\out\debug71\build\appHelloWorld\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appHelloWorld\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appHelloWorld\appHelloWorld.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug71\build\appHelloWorld\" PrecompiledHeaderFile="..\..\out\debug71\build\appHelloWorld\appHelloWorld.pch"
ObjectFile="..\..\out\debug71\build\appHelloWorld\" AssemblerListingLocation="..\..\out\debug71\build\appHelloWorld\"
ProgramDataBaseFileName="..\..\out\debug71\build\appHelloWorld\HelloWorld.pdb" ObjectFile="..\..\out\debug71\build\appHelloWorld\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appHelloWorld\HelloWorld.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugHelloWorld.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugHelloWorld.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appHelloWorld\HelloWorld.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appHelloWorld\HelloWorld.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appHelloWorld\appHelloWorld.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appHelloWorld\appHelloWorld.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appHelloWorld\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appHelloWorld\" OutputDirectory="..\..\out\debug_dll71\build\appHelloWorld\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appHelloWorld\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appHelloWorld\appHelloWorld.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug_dll71\build\appHelloWorld\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appHelloWorld\appHelloWorld.pch"
ObjectFile="..\..\out\debug_dll71\build\appHelloWorld\" AssemblerListingLocation="..\..\out\debug_dll71\build\appHelloWorld\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appHelloWorld\HelloWorld.pdb" ObjectFile="..\..\out\debug_dll71\build\appHelloWorld\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appHelloWorld\HelloWorld.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllHelloWorld.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllHelloWorld.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll71\build\appHelloWorld\HelloWorld.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appHelloWorld\HelloWorld.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appHelloWorld\appHelloWorld.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appHelloWorld\appHelloWorld.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appHelloWorld\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appHelloWorld\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appHelloWorld\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appHelloWorld\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appHelloWorld\appHelloWorld.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appHelloWorld\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appHelloWorld\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appHelloWorld\HelloWorld.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appHelloWorld\appHelloWorld.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appHelloWorld\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appHelloWorld\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appHelloWorld\HelloWorld.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblHelloWorld.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="" OutputFile="..\..\DebugDblHelloWorld.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appHelloWorld\HelloWorld.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories=""
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appHelloWorld\HelloWorld.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appHelloWorld\appHelloWorld.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appHelloWorld\appHelloWorld.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\HelloWorld\HelloWorld.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Resource Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appHelloWorld.rc"> RelativePath="..\..\Demos\HelloWorld\HelloWorld.cpp">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appHelloWorld.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,459 +1,466 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appMiniCL_VectorAdd" Name="appMiniCL_VectorAdd"
ProjectGUID="{6D766893-676D-4222-6547-A75378F2CB60}" ProjectGUID="{6D766893-676D-4222-6547-A75378F2CB60}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appMiniCL_VectorAdd\" OutputDirectory="..\..\out\release71\build\appMiniCL_VectorAdd\"
IntermediateDirectory="..\..\out\release71\build\appMiniCL_VectorAdd\" IntermediateDirectory="..\..\out\release71\build\appMiniCL_VectorAdd\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
PrecompiledHeaderFile="..\..\out\release71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" PrecompiledHeaderFile="..\..\out\release71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
AssemblerListingLocation="..\..\out\release71\build\appMiniCL_VectorAdd\" AssemblerListingLocation="..\..\out\release71\build\appMiniCL_VectorAdd\"
ObjectFile="..\..\out\release71\build\appMiniCL_VectorAdd\" ObjectFile="..\..\out\release71\build\appMiniCL_VectorAdd\"
ProgramDataBaseFileName="..\..\out\release71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseMiniCL_VectorAdd.exe" OutputFile="..\..\ReleaseMiniCL_VectorAdd.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ProgramDatabaseFile="..\..\out\release71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> TypeLibraryName="..\..\out\release71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appMiniCL_VectorAdd\" OutputDirectory="..\..\out\release_dll71\build\appMiniCL_VectorAdd\"
IntermediateDirectory="..\..\out\release_dll71\build\appMiniCL_VectorAdd\" IntermediateDirectory="..\..\out\release_dll71\build\appMiniCL_VectorAdd\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dll71\build\appMiniCL_VectorAdd\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
ObjectFile="..\..\out\release_dll71\build\appMiniCL_VectorAdd\" AssemblerListingLocation="..\..\out\release_dll71\build\appMiniCL_VectorAdd\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ObjectFile="..\..\out\release_dll71\build\appMiniCL_VectorAdd\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllMiniCL_VectorAdd.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllMiniCL_VectorAdd.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\" OutputDirectory="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
ObjectFile="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\" AssemblerListingLocation="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ObjectFile="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblMiniCL_VectorAdd.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblMiniCL_VectorAdd.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appMiniCL_VectorAdd\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appMiniCL_VectorAdd\" OutputDirectory="..\..\out\debug71\build\appMiniCL_VectorAdd\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appMiniCL_VectorAdd\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug71\build\appMiniCL_VectorAdd\" PrecompiledHeaderFile="..\..\out\debug71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
ObjectFile="..\..\out\debug71\build\appMiniCL_VectorAdd\" AssemblerListingLocation="..\..\out\debug71\build\appMiniCL_VectorAdd\"
ProgramDataBaseFileName="..\..\out\debug71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ObjectFile="..\..\out\debug71\build\appMiniCL_VectorAdd\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugMiniCL_VectorAdd.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugMiniCL_VectorAdd.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\" OutputDirectory="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
ObjectFile="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\" AssemblerListingLocation="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" ObjectFile="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllMiniCL_VectorAdd.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllMiniCL_VectorAdd.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblMiniCL_VectorAdd.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="" OutputFile="..\..\DebugDblMiniCL_VectorAdd.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories=""
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\MiniCL_VectorAdd.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appMiniCL_VectorAdd\appMiniCL_VectorAdd.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\MiniCL_VectorAdd\MiniCL.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\MiniCL_VectorAdd\MiniCL_VectorAdd.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Resource Files" RelativePath="..\..\Demos\MiniCL_VectorAdd\MiniCL.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\msvc\appMiniCL_VectorAdd.rc"> RelativePath="..\..\Demos\MiniCL_VectorAdd\MiniCL_VectorAdd.cpp">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appMiniCL_VectorAdd.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,463 +1,470 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appMovingConcaveDemo" Name="appMovingConcaveDemo"
ProjectGUID="{2D714360-B8EC-F8E0-ED74-E95336301075}" ProjectGUID="{2D714360-B8EC-F8E0-ED74-E95336301075}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appMovingConcaveDemo\" OutputDirectory="..\..\out\release71\build\appMovingConcaveDemo\"
IntermediateDirectory="..\..\out\release71\build\appMovingConcaveDemo\" IntermediateDirectory="..\..\out\release71\build\appMovingConcaveDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
PrecompiledHeaderFile="..\..\out\release71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appMovingConcaveDemo\" AssemblerListingLocation="..\..\out\release71\build\appMovingConcaveDemo\"
ObjectFile="..\..\out\release71\build\appMovingConcaveDemo\" ObjectFile="..\..\out\release71\build\appMovingConcaveDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseMovingConcaveDemo.exe" OutputFile="..\..\ReleaseMovingConcaveDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appMovingConcaveDemo\" OutputDirectory="..\..\out\release_dll71\build\appMovingConcaveDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appMovingConcaveDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appMovingConcaveDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dll71\build\appMovingConcaveDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appMovingConcaveDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appMovingConcaveDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appMovingConcaveDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllMovingConcaveDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllMovingConcaveDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appMovingConcaveDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appMovingConcaveDemo\" OutputDirectory="..\..\out\release_dbl71\build\appMovingConcaveDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appMovingConcaveDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dbl71\build\appMovingConcaveDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appMovingConcaveDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appMovingConcaveDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appMovingConcaveDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblMovingConcaveDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblMovingConcaveDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appMovingConcaveDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appMovingConcaveDemo\" OutputDirectory="..\..\out\debug71\build\appMovingConcaveDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appMovingConcaveDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug71\build\appMovingConcaveDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
ObjectFile="..\..\out\debug71\build\appMovingConcaveDemo\" AssemblerListingLocation="..\..\out\debug71\build\appMovingConcaveDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ObjectFile="..\..\out\debug71\build\appMovingConcaveDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugMovingConcaveDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugMovingConcaveDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appMovingConcaveDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appMovingConcaveDemo\" OutputDirectory="..\..\out\debug_dll71\build\appMovingConcaveDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appMovingConcaveDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug_dll71\build\appMovingConcaveDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appMovingConcaveDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appMovingConcaveDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appMovingConcaveDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllMovingConcaveDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllMovingConcaveDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appMovingConcaveDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appMovingConcaveDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appMovingConcaveDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appMovingConcaveDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appMovingConcaveDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appMovingConcaveDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appMovingConcaveDemo\appMovingConcaveDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appMovingConcaveDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appMovingConcaveDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblMovingConcaveDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblMovingConcaveDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appMovingConcaveDemo\MovingConcaveDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appMovingConcaveDemo\appMovingConcaveDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\MovingConcaveDemo\ConcavePhysicsDemo.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Header Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\Demos\MovingConcaveDemo\ConcaveDemo.h"> RelativePath="..\..\Demos\MovingConcaveDemo\ConcavePhysicsDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appMovingConcaveDemo.rc"> RelativePath="..\..\Demos\MovingConcaveDemo\ConcaveDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appMovingConcaveDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appMultiMaterialDemo" Name="appMultiMaterialDemo"
ProjectGUID="{7C050627-6267-11A1-E342-374FA0095116}" ProjectGUID="{7C050627-6267-11A1-E342-374FA0095116}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appMultiMaterialDemo\" OutputDirectory="..\..\out\release71\build\appMultiMaterialDemo\"
IntermediateDirectory="..\..\out\release71\build\appMultiMaterialDemo\" IntermediateDirectory="..\..\out\release71\build\appMultiMaterialDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appMultiMaterialDemo\" AssemblerListingLocation="..\..\out\release71\build\appMultiMaterialDemo\"
ObjectFile="..\..\out\release71\build\appMultiMaterialDemo\" ObjectFile="..\..\out\release71\build\appMultiMaterialDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseMultiMaterialDemo.exe" OutputFile="..\..\ReleaseMultiMaterialDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appMultiMaterialDemo\" OutputDirectory="..\..\out\release_dll71\build\appMultiMaterialDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appMultiMaterialDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appMultiMaterialDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appMultiMaterialDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appMultiMaterialDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appMultiMaterialDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appMultiMaterialDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllMultiMaterialDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllMultiMaterialDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appMultiMaterialDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appMultiMaterialDemo\" OutputDirectory="..\..\out\release_dbl71\build\appMultiMaterialDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appMultiMaterialDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appMultiMaterialDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appMultiMaterialDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appMultiMaterialDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appMultiMaterialDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblMultiMaterialDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblMultiMaterialDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appMultiMaterialDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appMultiMaterialDemo\" OutputDirectory="..\..\out\debug71\build\appMultiMaterialDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appMultiMaterialDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appMultiMaterialDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
ObjectFile="..\..\out\debug71\build\appMultiMaterialDemo\" AssemblerListingLocation="..\..\out\debug71\build\appMultiMaterialDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ObjectFile="..\..\out\debug71\build\appMultiMaterialDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugMultiMaterialDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugMultiMaterialDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appMultiMaterialDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appMultiMaterialDemo\" OutputDirectory="..\..\out\debug_dll71\build\appMultiMaterialDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appMultiMaterialDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appMultiMaterialDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appMultiMaterialDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appMultiMaterialDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appMultiMaterialDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllMultiMaterialDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllMultiMaterialDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appMultiMaterialDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appMultiMaterialDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appMultiMaterialDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appMultiMaterialDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appMultiMaterialDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appMultiMaterialDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appMultiMaterialDemo\appMultiMaterialDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appMultiMaterialDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appMultiMaterialDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblMultiMaterialDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblMultiMaterialDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appMultiMaterialDemo\MultiMaterialDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appMultiMaterialDemo\appMultiMaterialDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\MultiMaterialDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\MultiMaterialDemo\MultiMaterialDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\MultiMaterialDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\MultiMaterialDemo\MultiMaterialDemo.h"> RelativePath="..\..\Demos\MultiMaterialDemo\MultiMaterialDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appMultiMaterialDemo.rc"> RelativePath="..\..\Demos\MultiMaterialDemo\MultiMaterialDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appMultiMaterialDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appMultiThreadedDemo" Name="appMultiThreadedDemo"
ProjectGUID="{6D016A7B-39C8-2018-733F-22921BE94AC4}" ProjectGUID="{6D016A7B-39C8-2018-733F-22921BE94AC4}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appMultiThreadedDemo\" OutputDirectory="..\..\out\release71\build\appMultiThreadedDemo\"
IntermediateDirectory="..\..\out\release71\build\appMultiThreadedDemo\" IntermediateDirectory="..\..\out\release71\build\appMultiThreadedDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
PrecompiledHeaderFile="..\..\out\release71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appMultiThreadedDemo\" AssemblerListingLocation="..\..\out\release71\build\appMultiThreadedDemo\"
ObjectFile="..\..\out\release71\build\appMultiThreadedDemo\" ObjectFile="..\..\out\release71\build\appMultiThreadedDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseMultiThreadedDemo.exe" OutputFile="..\..\ReleaseMultiThreadedDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appMultiThreadedDemo\" OutputDirectory="..\..\out\release_dll71\build\appMultiThreadedDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appMultiThreadedDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appMultiThreadedDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
AssemblerListingLocation="..\..\out\release_dll71\build\appMultiThreadedDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appMultiThreadedDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appMultiThreadedDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appMultiThreadedDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllMultiThreadedDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllMultiThreadedDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appMultiThreadedDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appMultiThreadedDemo\" OutputDirectory="..\..\out\release_dbl71\build\appMultiThreadedDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appMultiThreadedDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
AssemblerListingLocation="..\..\out\release_dbl71\build\appMultiThreadedDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appMultiThreadedDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appMultiThreadedDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appMultiThreadedDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblMultiThreadedDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblMultiThreadedDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appMultiThreadedDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appMultiThreadedDemo\" OutputDirectory="..\..\out\debug71\build\appMultiThreadedDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appMultiThreadedDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
AssemblerListingLocation="..\..\out\debug71\build\appMultiThreadedDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
ObjectFile="..\..\out\debug71\build\appMultiThreadedDemo\" AssemblerListingLocation="..\..\out\debug71\build\appMultiThreadedDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ObjectFile="..\..\out\debug71\build\appMultiThreadedDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugMultiThreadedDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugMultiThreadedDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appMultiThreadedDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appMultiThreadedDemo\" OutputDirectory="..\..\out\debug_dll71\build\appMultiThreadedDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appMultiThreadedDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
AssemblerListingLocation="..\..\out\debug_dll71\build\appMultiThreadedDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appMultiThreadedDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appMultiThreadedDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appMultiThreadedDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllMultiThreadedDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllMultiThreadedDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appMultiThreadedDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appMultiThreadedDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appMultiThreadedDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appMultiThreadedDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appMultiThreadedDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appMultiThreadedDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appMultiThreadedDemo\appMultiThreadedDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appMultiThreadedDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appMultiThreadedDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblMultiThreadedDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblMultiThreadedDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appMultiThreadedDemo\MultiThreadedDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appMultiThreadedDemo\appMultiThreadedDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\BulletColladaConverter;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4;..\..\Extras\LibXML;..\..\Extras\LibXML\include;..\..\Extras\BulletMultiThreaded"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\MultiThreadedDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\MultiThreadedDemo\MultiThreadedDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\MultiThreadedDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\MultiThreadedDemo\MultiThreadedDemo.h"> RelativePath="..\..\Demos\MultiThreadedDemo\MultiThreadedDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appMultiThreadedDemo.rc"> RelativePath="..\..\Demos\MultiThreadedDemo\MultiThreadedDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appMultiThreadedDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appRagdollDemo" Name="appRagdollDemo"
ProjectGUID="{EFEF2072-51F9-DAE8-AC38-3E653C680F74}" ProjectGUID="{EFEF2072-51F9-DAE8-AC38-3E653C680F74}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appRagdollDemo\" OutputDirectory="..\..\out\release71\build\appRagdollDemo\"
IntermediateDirectory="..\..\out\release71\build\appRagdollDemo\" IntermediateDirectory="..\..\out\release71\build\appRagdollDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appRagdollDemo\appRagdollDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appRagdollDemo\appRagdollDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appRagdollDemo\" AssemblerListingLocation="..\..\out\release71\build\appRagdollDemo\"
ObjectFile="..\..\out\release71\build\appRagdollDemo\" ObjectFile="..\..\out\release71\build\appRagdollDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appRagdollDemo\RagdollDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appRagdollDemo\RagdollDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseRagdollDemo.exe" OutputFile="..\..\ReleaseRagdollDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appRagdollDemo\RagdollDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appRagdollDemo\RagdollDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appRagdollDemo\appRagdollDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appRagdollDemo\appRagdollDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appRagdollDemo\" OutputDirectory="..\..\out\release_dll71\build\appRagdollDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appRagdollDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appRagdollDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appRagdollDemo\appRagdollDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appRagdollDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appRagdollDemo\appRagdollDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appRagdollDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appRagdollDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appRagdollDemo\RagdollDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appRagdollDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appRagdollDemo\RagdollDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllRagdollDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllRagdollDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appRagdollDemo\RagdollDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appRagdollDemo\RagdollDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appRagdollDemo\appRagdollDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appRagdollDemo\appRagdollDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appRagdollDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appRagdollDemo\" OutputDirectory="..\..\out\release_dbl71\build\appRagdollDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appRagdollDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appRagdollDemo\appRagdollDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appRagdollDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appRagdollDemo\appRagdollDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appRagdollDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appRagdollDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appRagdollDemo\RagdollDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appRagdollDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appRagdollDemo\RagdollDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblRagdollDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblRagdollDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appRagdollDemo\RagdollDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appRagdollDemo\RagdollDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appRagdollDemo\appRagdollDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appRagdollDemo\appRagdollDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appRagdollDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appRagdollDemo\" OutputDirectory="..\..\out\debug71\build\appRagdollDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appRagdollDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appRagdollDemo\appRagdollDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appRagdollDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appRagdollDemo\appRagdollDemo.pch"
ObjectFile="..\..\out\debug71\build\appRagdollDemo\" AssemblerListingLocation="..\..\out\debug71\build\appRagdollDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appRagdollDemo\RagdollDemo.pdb" ObjectFile="..\..\out\debug71\build\appRagdollDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appRagdollDemo\RagdollDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugRagdollDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugRagdollDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appRagdollDemo\RagdollDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appRagdollDemo\RagdollDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appRagdollDemo\appRagdollDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appRagdollDemo\appRagdollDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appRagdollDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appRagdollDemo\" OutputDirectory="..\..\out\debug_dll71\build\appRagdollDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appRagdollDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appRagdollDemo\appRagdollDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appRagdollDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appRagdollDemo\appRagdollDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appRagdollDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appRagdollDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appRagdollDemo\RagdollDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appRagdollDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appRagdollDemo\RagdollDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllRagdollDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllRagdollDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appRagdollDemo\RagdollDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appRagdollDemo\RagdollDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appRagdollDemo\appRagdollDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appRagdollDemo\appRagdollDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appRagdollDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appRagdollDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appRagdollDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appRagdollDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appRagdollDemo\appRagdollDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appRagdollDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appRagdollDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appRagdollDemo\RagdollDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appRagdollDemo\appRagdollDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appRagdollDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appRagdollDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appRagdollDemo\RagdollDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblRagdollDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblRagdollDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appRagdollDemo\RagdollDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appRagdollDemo\RagdollDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appRagdollDemo\appRagdollDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appRagdollDemo\appRagdollDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\RagdollDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\RagdollDemo\RagdollDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\RagdollDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\RagdollDemo\RagdollDemo.h"> RelativePath="..\..\Demos\RagdollDemo\RagdollDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appRagdollDemo.rc"> RelativePath="..\..\Demos\RagdollDemo\RagdollDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appRagdollDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllRaytracer.exe" OutputFile="..\..\DebugDllRaytracer.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblRaytracer.exe" OutputFile="..\..\DebugDblRaytracer.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -103,6 +103,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -329,6 +330,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDllSimplexDemo.exe" OutputFile="..\..\DebugDllSimplexDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
@@ -398,6 +402,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\DebugDblSimplexDemo.exe" OutputFile="..\..\DebugDblSimplexDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appSliderConstraintDemo" Name="appSliderConstraintDemo"
ProjectGUID="{E7461CAA-D8C1-90D0-FB1E-FCD4F340FAAE}" ProjectGUID="{E7461CAA-D8C1-90D0-FB1E-FCD4F340FAAE}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appSliderConstraintDemo\" OutputDirectory="..\..\out\release71\build\appSliderConstraintDemo\"
IntermediateDirectory="..\..\out\release71\build\appSliderConstraintDemo\" IntermediateDirectory="..\..\out\release71\build\appSliderConstraintDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appSliderConstraintDemo\" AssemblerListingLocation="..\..\out\release71\build\appSliderConstraintDemo\"
ObjectFile="..\..\out\release71\build\appSliderConstraintDemo\" ObjectFile="..\..\out\release71\build\appSliderConstraintDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseSliderConstraintDemo.exe" OutputFile="..\..\ReleaseSliderConstraintDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appSliderConstraintDemo\" OutputDirectory="..\..\out\release_dll71\build\appSliderConstraintDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appSliderConstraintDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appSliderConstraintDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appSliderConstraintDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appSliderConstraintDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appSliderConstraintDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appSliderConstraintDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllSliderConstraintDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllSliderConstraintDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appSliderConstraintDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appSliderConstraintDemo\" OutputDirectory="..\..\out\release_dbl71\build\appSliderConstraintDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appSliderConstraintDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appSliderConstraintDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appSliderConstraintDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appSliderConstraintDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appSliderConstraintDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblSliderConstraintDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblSliderConstraintDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appSliderConstraintDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appSliderConstraintDemo\" OutputDirectory="..\..\out\debug71\build\appSliderConstraintDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appSliderConstraintDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appSliderConstraintDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
ObjectFile="..\..\out\debug71\build\appSliderConstraintDemo\" AssemblerListingLocation="..\..\out\debug71\build\appSliderConstraintDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ObjectFile="..\..\out\debug71\build\appSliderConstraintDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugSliderConstraintDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugSliderConstraintDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appSliderConstraintDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appSliderConstraintDemo\" OutputDirectory="..\..\out\debug_dll71\build\appSliderConstraintDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appSliderConstraintDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appSliderConstraintDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appSliderConstraintDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appSliderConstraintDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appSliderConstraintDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllSliderConstraintDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllSliderConstraintDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appSliderConstraintDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appSliderConstraintDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appSliderConstraintDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appSliderConstraintDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appSliderConstraintDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appSliderConstraintDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appSliderConstraintDemo\appSliderConstraintDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appSliderConstraintDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appSliderConstraintDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblSliderConstraintDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblSliderConstraintDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appSliderConstraintDemo\SliderConstraintDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appSliderConstraintDemo\appSliderConstraintDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\SliderConstraintDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\SliderConstraintDemo\SliderConstraintDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\SliderConstraintDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\SliderConstraintDemo\SliderConstraintDemo.h"> RelativePath="..\..\Demos\SliderConstraintDemo\SliderConstraintDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appSliderConstraintDemo.rc"> RelativePath="..\..\Demos\SliderConstraintDemo\SliderConstraintDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appSliderConstraintDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appSoftBodyDemo" Name="appSoftBodyDemo"
ProjectGUID="{106E3D23-110E-5DD8-4A6A-D8A2250C43C9}" ProjectGUID="{106E3D23-110E-5DD8-4A6A-D8A2250C43C9}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appSoftBodyDemo\" OutputDirectory="..\..\out\release71\build\appSoftBodyDemo\"
IntermediateDirectory="..\..\out\release71\build\appSoftBodyDemo\" IntermediateDirectory="..\..\out\release71\build\appSoftBodyDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
PrecompiledHeaderFile="..\..\out\release71\build\appSoftBodyDemo\appSoftBodyDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appSoftBodyDemo\appSoftBodyDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appSoftBodyDemo\" AssemblerListingLocation="..\..\out\release71\build\appSoftBodyDemo\"
ObjectFile="..\..\out\release71\build\appSoftBodyDemo\" ObjectFile="..\..\out\release71\build\appSoftBodyDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appSoftBodyDemo\SoftBodyDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseSoftBodyDemo.exe" OutputFile="..\..\ReleaseSoftBodyDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appSoftBodyDemo\SoftBodyDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appSoftBodyDemo\" OutputDirectory="..\..\out\release_dll71\build\appSoftBodyDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appSoftBodyDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appSoftBodyDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appSoftBodyDemo\appSoftBodyDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dll71\build\appSoftBodyDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appSoftBodyDemo\appSoftBodyDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appSoftBodyDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appSoftBodyDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appSoftBodyDemo\SoftBodyDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appSoftBodyDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllSoftBodyDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllSoftBodyDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appSoftBodyDemo\SoftBodyDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appSoftBodyDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appSoftBodyDemo\" OutputDirectory="..\..\out\release_dbl71\build\appSoftBodyDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appSoftBodyDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appSoftBodyDemo\appSoftBodyDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\release_dbl71\build\appSoftBodyDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appSoftBodyDemo\appSoftBodyDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appSoftBodyDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appSoftBodyDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appSoftBodyDemo\SoftBodyDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appSoftBodyDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblSoftBodyDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblSoftBodyDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appSoftBodyDemo\SoftBodyDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appSoftBodyDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appSoftBodyDemo\" OutputDirectory="..\..\out\debug71\build\appSoftBodyDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appSoftBodyDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appSoftBodyDemo\appSoftBodyDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug71\build\appSoftBodyDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appSoftBodyDemo\appSoftBodyDemo.pch"
ObjectFile="..\..\out\debug71\build\appSoftBodyDemo\" AssemblerListingLocation="..\..\out\debug71\build\appSoftBodyDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appSoftBodyDemo\SoftBodyDemo.pdb" ObjectFile="..\..\out\debug71\build\appSoftBodyDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugSoftBodyDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugSoftBodyDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appSoftBodyDemo\SoftBodyDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appSoftBodyDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appSoftBodyDemo\" OutputDirectory="..\..\out\debug_dll71\build\appSoftBodyDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appSoftBodyDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appSoftBodyDemo\appSoftBodyDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
AssemblerListingLocation="..\..\out\debug_dll71\build\appSoftBodyDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appSoftBodyDemo\appSoftBodyDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appSoftBodyDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appSoftBodyDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appSoftBodyDemo\SoftBodyDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appSoftBodyDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllSoftBodyDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllSoftBodyDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appSoftBodyDemo\SoftBodyDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appSoftBodyDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appSoftBodyDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appSoftBodyDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appSoftBodyDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appSoftBodyDemo\appSoftBodyDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appSoftBodyDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appSoftBodyDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appSoftBodyDemo\SoftBodyDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appSoftBodyDemo\appSoftBodyDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appSoftBodyDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appSoftBodyDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblSoftBodyDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblSoftBodyDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appSoftBodyDemo\SoftBodyDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appSoftBodyDemo\SoftBodyDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appSoftBodyDemo\appSoftBodyDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\SoftDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\SoftDemo\SoftDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\SoftDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\SoftDemo\SoftDemo.h"> RelativePath="..\..\Demos\SoftDemo\SoftDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appSoftBodyDemo.rc"> RelativePath="..\..\Demos\SoftDemo\SoftDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appSoftBodyDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appTerrainDemo" Name="appTerrainDemo"
ProjectGUID="{7FE87C67-4B29-D636-0AEC-BFFCE47A2164}" ProjectGUID="{7FE87C67-4B29-D636-0AEC-BFFCE47A2164}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appTerrainDemo\" OutputDirectory="..\..\out\release71\build\appTerrainDemo\"
IntermediateDirectory="..\..\out\release71\build\appTerrainDemo\" IntermediateDirectory="..\..\out\release71\build\appTerrainDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appTerrainDemo\appTerrainDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appTerrainDemo\appTerrainDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appTerrainDemo\" AssemblerListingLocation="..\..\out\release71\build\appTerrainDemo\"
ObjectFile="..\..\out\release71\build\appTerrainDemo\" ObjectFile="..\..\out\release71\build\appTerrainDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appTerrainDemo\TerrainDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appTerrainDemo\TerrainDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseTerrainDemo.exe" OutputFile="..\..\ReleaseTerrainDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appTerrainDemo\TerrainDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appTerrainDemo\TerrainDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appTerrainDemo\appTerrainDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appTerrainDemo\appTerrainDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appTerrainDemo\" OutputDirectory="..\..\out\release_dll71\build\appTerrainDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appTerrainDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appTerrainDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appTerrainDemo\appTerrainDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appTerrainDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appTerrainDemo\appTerrainDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appTerrainDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appTerrainDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appTerrainDemo\TerrainDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appTerrainDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appTerrainDemo\TerrainDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllTerrainDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllTerrainDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appTerrainDemo\TerrainDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appTerrainDemo\TerrainDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appTerrainDemo\appTerrainDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appTerrainDemo\appTerrainDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appTerrainDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appTerrainDemo\" OutputDirectory="..\..\out\release_dbl71\build\appTerrainDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appTerrainDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appTerrainDemo\appTerrainDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appTerrainDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appTerrainDemo\appTerrainDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appTerrainDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appTerrainDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appTerrainDemo\TerrainDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appTerrainDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appTerrainDemo\TerrainDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblTerrainDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblTerrainDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appTerrainDemo\TerrainDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appTerrainDemo\TerrainDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appTerrainDemo\appTerrainDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appTerrainDemo\appTerrainDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appTerrainDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appTerrainDemo\" OutputDirectory="..\..\out\debug71\build\appTerrainDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appTerrainDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appTerrainDemo\appTerrainDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appTerrainDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appTerrainDemo\appTerrainDemo.pch"
ObjectFile="..\..\out\debug71\build\appTerrainDemo\" AssemblerListingLocation="..\..\out\debug71\build\appTerrainDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appTerrainDemo\TerrainDemo.pdb" ObjectFile="..\..\out\debug71\build\appTerrainDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appTerrainDemo\TerrainDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugTerrainDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugTerrainDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appTerrainDemo\TerrainDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appTerrainDemo\TerrainDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appTerrainDemo\appTerrainDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appTerrainDemo\appTerrainDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appTerrainDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appTerrainDemo\" OutputDirectory="..\..\out\debug_dll71\build\appTerrainDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appTerrainDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appTerrainDemo\appTerrainDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appTerrainDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appTerrainDemo\appTerrainDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appTerrainDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appTerrainDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appTerrainDemo\TerrainDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appTerrainDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appTerrainDemo\TerrainDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllTerrainDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllTerrainDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appTerrainDemo\TerrainDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appTerrainDemo\TerrainDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appTerrainDemo\appTerrainDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appTerrainDemo\appTerrainDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appTerrainDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appTerrainDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appTerrainDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appTerrainDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appTerrainDemo\appTerrainDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appTerrainDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appTerrainDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appTerrainDemo\TerrainDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appTerrainDemo\appTerrainDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appTerrainDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appTerrainDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appTerrainDemo\TerrainDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblTerrainDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblTerrainDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appTerrainDemo\TerrainDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appTerrainDemo\TerrainDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appTerrainDemo\appTerrainDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appTerrainDemo\appTerrainDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\TerrainDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\TerrainDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.h"> RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appTerrainDemo.rc"> RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appTerrainDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,463 +1,470 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appUserCollisionAlgorithm" Name="appUserCollisionAlgorithm"
ProjectGUID="{330B5049-6935-5CE6-79B7-28F570962895}" ProjectGUID="{330B5049-6935-5CE6-79B7-28F570962895}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appUserCollisionAlgorithm\" OutputDirectory="..\..\out\release71\build\appUserCollisionAlgorithm\"
IntermediateDirectory="..\..\out\release71\build\appUserCollisionAlgorithm\" IntermediateDirectory="..\..\out\release71\build\appUserCollisionAlgorithm\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" PrecompiledHeaderFile="..\..\out\release71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
AssemblerListingLocation="..\..\out\release71\build\appUserCollisionAlgorithm\" AssemblerListingLocation="..\..\out\release71\build\appUserCollisionAlgorithm\"
ObjectFile="..\..\out\release71\build\appUserCollisionAlgorithm\" ObjectFile="..\..\out\release71\build\appUserCollisionAlgorithm\"
ProgramDataBaseFileName="..\..\out\release71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseUserCollisionAlgorithm.exe" OutputFile="..\..\ReleaseUserCollisionAlgorithm.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ProgramDatabaseFile="..\..\out\release71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> TypeLibraryName="..\..\out\release71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appUserCollisionAlgorithm\" OutputDirectory="..\..\out\release_dll71\build\appUserCollisionAlgorithm\"
IntermediateDirectory="..\..\out\release_dll71\build\appUserCollisionAlgorithm\" IntermediateDirectory="..\..\out\release_dll71\build\appUserCollisionAlgorithm\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appUserCollisionAlgorithm\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
ObjectFile="..\..\out\release_dll71\build\appUserCollisionAlgorithm\" AssemblerListingLocation="..\..\out\release_dll71\build\appUserCollisionAlgorithm\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ObjectFile="..\..\out\release_dll71\build\appUserCollisionAlgorithm\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllUserCollisionAlgorithm.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllUserCollisionAlgorithm.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\" OutputDirectory="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
ObjectFile="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\" AssemblerListingLocation="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ObjectFile="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblUserCollisionAlgorithm.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblUserCollisionAlgorithm.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appUserCollisionAlgorithm\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appUserCollisionAlgorithm\" OutputDirectory="..\..\out\debug71\build\appUserCollisionAlgorithm\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appUserCollisionAlgorithm\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appUserCollisionAlgorithm\" PrecompiledHeaderFile="..\..\out\debug71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
ObjectFile="..\..\out\debug71\build\appUserCollisionAlgorithm\" AssemblerListingLocation="..\..\out\debug71\build\appUserCollisionAlgorithm\"
ProgramDataBaseFileName="..\..\out\debug71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ObjectFile="..\..\out\debug71\build\appUserCollisionAlgorithm\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugUserCollisionAlgorithm.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugUserCollisionAlgorithm.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\" OutputDirectory="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
ObjectFile="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\" AssemblerListingLocation="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" ObjectFile="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllUserCollisionAlgorithm.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllUserCollisionAlgorithm.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblUserCollisionAlgorithm.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblUserCollisionAlgorithm.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\UserCollisionAlgorithm.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appUserCollisionAlgorithm\appUserCollisionAlgorithm.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\UserCollisionAlgorithm\UserCollisionAlgorithm.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Header Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\Demos\UserCollisionAlgorithm\UserCollisionAlgorithm.h"> RelativePath="..\..\Demos\UserCollisionAlgorithm\UserCollisionAlgorithm.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appUserCollisionAlgorithm.rc"> RelativePath="..\..\Demos\UserCollisionAlgorithm\UserCollisionAlgorithm.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appUserCollisionAlgorithm.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,466 +1,473 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appVehicleDemo" Name="appVehicleDemo"
ProjectGUID="{07E712DB-DAF8-887E-F099-CE43D4E8B1F9}" ProjectGUID="{07E712DB-DAF8-887E-F099-CE43D4E8B1F9}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appVehicleDemo\" OutputDirectory="..\..\out\release71\build\appVehicleDemo\"
IntermediateDirectory="..\..\out\release71\build\appVehicleDemo\" IntermediateDirectory="..\..\out\release71\build\appVehicleDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
PrecompiledHeaderFile="..\..\out\release71\build\appVehicleDemo\appVehicleDemo.pch" PrecompiledHeaderFile="..\..\out\release71\build\appVehicleDemo\appVehicleDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appVehicleDemo\" AssemblerListingLocation="..\..\out\release71\build\appVehicleDemo\"
ObjectFile="..\..\out\release71\build\appVehicleDemo\" ObjectFile="..\..\out\release71\build\appVehicleDemo\"
ProgramDataBaseFileName="..\..\out\release71\build\appVehicleDemo\VehicleDemo.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appVehicleDemo\VehicleDemo.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseVehicleDemo.exe" OutputFile="..\..\ReleaseVehicleDemo.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="glut32.lib" AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="..\..\Glut" AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appVehicleDemo\VehicleDemo.pdb" ProgramDatabaseFile="..\..\out\release71\build\appVehicleDemo\VehicleDemo.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appVehicleDemo\appVehicleDemo.tlb"/> TypeLibraryName="..\..\out\release71\build\appVehicleDemo\appVehicleDemo.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appVehicleDemo\" OutputDirectory="..\..\out\release_dll71\build\appVehicleDemo\"
IntermediateDirectory="..\..\out\release_dll71\build\appVehicleDemo\" IntermediateDirectory="..\..\out\release_dll71\build\appVehicleDemo\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appVehicleDemo\appVehicleDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dll71\build\appVehicleDemo\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appVehicleDemo\appVehicleDemo.pch"
ObjectFile="..\..\out\release_dll71\build\appVehicleDemo\" AssemblerListingLocation="..\..\out\release_dll71\build\appVehicleDemo\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appVehicleDemo\VehicleDemo.pdb" ObjectFile="..\..\out\release_dll71\build\appVehicleDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appVehicleDemo\VehicleDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDllVehicleDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDllVehicleDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appVehicleDemo\VehicleDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appVehicleDemo\VehicleDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appVehicleDemo\appVehicleDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appVehicleDemo\appVehicleDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appVehicleDemo\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appVehicleDemo\" OutputDirectory="..\..\out\release_dbl71\build\appVehicleDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appVehicleDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appVehicleDemo\appVehicleDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\release_dbl71\build\appVehicleDemo\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appVehicleDemo\appVehicleDemo.pch"
ObjectFile="..\..\out\release_dbl71\build\appVehicleDemo\" AssemblerListingLocation="..\..\out\release_dbl71\build\appVehicleDemo\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appVehicleDemo\VehicleDemo.pdb" ObjectFile="..\..\out\release_dbl71\build\appVehicleDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appVehicleDemo\VehicleDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDblVehicleDemo.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDblVehicleDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appVehicleDemo\VehicleDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appVehicleDemo\VehicleDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appVehicleDemo\appVehicleDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appVehicleDemo\appVehicleDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appVehicleDemo\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appVehicleDemo\" OutputDirectory="..\..\out\debug71\build\appVehicleDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appVehicleDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appVehicleDemo\appVehicleDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug71\build\appVehicleDemo\" PrecompiledHeaderFile="..\..\out\debug71\build\appVehicleDemo\appVehicleDemo.pch"
ObjectFile="..\..\out\debug71\build\appVehicleDemo\" AssemblerListingLocation="..\..\out\debug71\build\appVehicleDemo\"
ProgramDataBaseFileName="..\..\out\debug71\build\appVehicleDemo\VehicleDemo.pdb" ObjectFile="..\..\out\debug71\build\appVehicleDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appVehicleDemo\VehicleDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugVehicleDemo.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugVehicleDemo.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="glut32.lib" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies="glut32.lib"
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appVehicleDemo\VehicleDemo.pdb" AdditionalLibraryDirectories="..\..\Glut"
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appVehicleDemo\VehicleDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appVehicleDemo\appVehicleDemo.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appVehicleDemo\appVehicleDemo.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appVehicleDemo\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appVehicleDemo\" OutputDirectory="..\..\out\debug_dll71\build\appVehicleDemo\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appVehicleDemo\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appVehicleDemo\appVehicleDemo.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
AssemblerListingLocation="..\..\out\debug_dll71\build\appVehicleDemo\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appVehicleDemo\appVehicleDemo.pch"
ObjectFile="..\..\out\debug_dll71\build\appVehicleDemo\" AssemblerListingLocation="..\..\out\debug_dll71\build\appVehicleDemo\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appVehicleDemo\VehicleDemo.pdb" ObjectFile="..\..\out\debug_dll71\build\appVehicleDemo\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appVehicleDemo\VehicleDemo.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDllVehicleDemo.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="glut32.lib" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDllVehicleDemo.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="..\..\Glut" AdditionalDependencies="glut32.lib"
ProgramDatabaseFile="..\..\out\debug_dll71\build\appVehicleDemo\VehicleDemo.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories="..\..\Glut"
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appVehicleDemo\VehicleDemo.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appVehicleDemo\appVehicleDemo.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appVehicleDemo\appVehicleDemo.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appVehicleDemo\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appVehicleDemo\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appVehicleDemo\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appVehicleDemo\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appVehicleDemo\appVehicleDemo.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appVehicleDemo\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appVehicleDemo\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appVehicleDemo\VehicleDemo.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appVehicleDemo\appVehicleDemo.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appVehicleDemo\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appVehicleDemo\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appVehicleDemo\VehicleDemo.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDblVehicleDemo.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="glut32.lib" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="..\..\Glut" OutputFile="..\..\DebugDblVehicleDemo.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appVehicleDemo\VehicleDemo.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies="glut32.lib"
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories="..\..\Glut"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appVehicleDemo\VehicleDemo.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appVehicleDemo\appVehicleDemo.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appVehicleDemo\appVehicleDemo.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Demos\VehicleDemo\main.cpp"> </Configuration>
</File> </Configurations>
<File <Files>
RelativePath="..\..\Demos\VehicleDemo\VehicleDemo.cpp"> <Filter
</File> Name="Source Files"
</Filter> Filter="">
<Filter <File
Name="Header Files" RelativePath="..\..\Demos\VehicleDemo\main.cpp">
Filter=""> </File>
<File <File
RelativePath="..\..\Demos\VehicleDemo\VehicleDemo.h"> RelativePath="..\..\Demos\VehicleDemo\VehicleDemo.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Header Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appVehicleDemo.rc"> RelativePath="..\..\Demos\VehicleDemo\VehicleDemo.h">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appVehicleDemo.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,456 +1,463 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="appiffCheck" Name="appiffCheck"
ProjectGUID="{D423BB79-A5EE-4742-956D-69482488AF7C}" ProjectGUID="{D423BB79-A5EE-4742-956D-69482488AF7C}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\appiffCheck\" OutputDirectory="..\..\out\release71\build\appiffCheck\"
IntermediateDirectory="..\..\out\release71\build\appiffCheck\" IntermediateDirectory="..\..\out\release71\build\appiffCheck\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
WholeProgramOptimization="1" WholeProgramOptimization="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
PrecompiledHeaderFile="..\..\out\release71\build\appiffCheck\appiffCheck.pch" PrecompiledHeaderFile="..\..\out\release71\build\appiffCheck\appiffCheck.pch"
AssemblerListingLocation="..\..\out\release71\build\appiffCheck\" AssemblerListingLocation="..\..\out\release71\build\appiffCheck\"
ObjectFile="..\..\out\release71\build\appiffCheck\" ObjectFile="..\..\out\release71\build\appiffCheck\"
ProgramDataBaseFileName="..\..\out\release71\build\appiffCheck\iffCheck.pdb" ProgramDataBaseFileName="..\..\out\release71\build\appiffCheck\iffCheck.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseiffCheck.exe" OutputFile="..\..\ReleaseiffCheck.exe"
SubSystem="1" SubSystem="1"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release71\build\appiffCheck\iffCheck.pdb" ProgramDatabaseFile="..\..\out\release71\build\appiffCheck\iffCheck.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appiffCheck\appiffCheck.tlb"/> TypeLibraryName="..\..\out\release71\build\appiffCheck\appiffCheck.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\appiffCheck\" OutputDirectory="..\..\out\release_dll71\build\appiffCheck\"
IntermediateDirectory="..\..\out\release_dll71\build\appiffCheck\" IntermediateDirectory="..\..\out\release_dll71\build\appiffCheck\"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\appiffCheck\appiffCheck.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\release_dll71\build\appiffCheck\" PrecompiledHeaderFile="..\..\out\release_dll71\build\appiffCheck\appiffCheck.pch"
ObjectFile="..\..\out\release_dll71\build\appiffCheck\" AssemblerListingLocation="..\..\out\release_dll71\build\appiffCheck\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\appiffCheck\iffCheck.pdb" ObjectFile="..\..\out\release_dll71\build\appiffCheck\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\appiffCheck\iffCheck.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDlliffCheck.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDlliffCheck.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\appiffCheck\iffCheck.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\appiffCheck\iffCheck.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\appiffCheck\appiffCheck.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\appiffCheck\appiffCheck.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\appiffCheck\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\appiffCheck\" OutputDirectory="..\..\out\release_dbl71\build\appiffCheck\"
ConfigurationType="1" IntermediateDirectory="..\..\out\release_dbl71\build\appiffCheck\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appiffCheck\appiffCheck.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\release_dbl71\build\appiffCheck\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\appiffCheck\appiffCheck.pch"
ObjectFile="..\..\out\release_dbl71\build\appiffCheck\" AssemblerListingLocation="..\..\out\release_dbl71\build\appiffCheck\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appiffCheck\iffCheck.pdb" ObjectFile="..\..\out\release_dbl71\build\appiffCheck\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\appiffCheck\iffCheck.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\ReleaseDbliffCheck.exe" Name="VCLinkerTool"
SubSystem="1" OutputFile="..\..\ReleaseDbliffCheck.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\appiffCheck\iffCheck.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\appiffCheck\iffCheck.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\appiffCheck\appiffCheck.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\appiffCheck\appiffCheck.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\appiffCheck\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\appiffCheck\" OutputDirectory="..\..\out\debug71\build\appiffCheck\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug71\build\appiffCheck\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\appiffCheck\appiffCheck.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\debug71\build\appiffCheck\" PrecompiledHeaderFile="..\..\out\debug71\build\appiffCheck\appiffCheck.pch"
ObjectFile="..\..\out\debug71\build\appiffCheck\" AssemblerListingLocation="..\..\out\debug71\build\appiffCheck\"
ProgramDataBaseFileName="..\..\out\debug71\build\appiffCheck\iffCheck.pdb" ObjectFile="..\..\out\debug71\build\appiffCheck\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\appiffCheck\iffCheck.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
OutputFile="..\..\DebugiffCheck.exe" IgnoreDefaultLibraryNames="LIBC,LIBCD"
SubSystem="1" OutputFile="..\..\DebugiffCheck.exe"
AdditionalOptions=" " SubSystem="1"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\appiffCheck\iffCheck.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\appiffCheck\iffCheck.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
SuppressStartupBanner="TRUE"/> Name="VCLibrarianTool"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\appiffCheck\appiffCheck.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\appiffCheck\appiffCheck.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\appiffCheck\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\appiffCheck\" OutputDirectory="..\..\out\debug_dll71\build\appiffCheck\"
ConfigurationType="1" IntermediateDirectory="..\..\out\debug_dll71\build\appiffCheck\"
CharacterSet="2" ConfigurationType="1"
UseOfMFC="0" CharacterSet="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appiffCheck\appiffCheck.pch" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
AssemblerListingLocation="..\..\out\debug_dll71\build\appiffCheck\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\appiffCheck\appiffCheck.pch"
ObjectFile="..\..\out\debug_dll71\build\appiffCheck\" AssemblerListingLocation="..\..\out\debug_dll71\build\appiffCheck\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appiffCheck\iffCheck.pdb" ObjectFile="..\..\out\debug_dll71\build\appiffCheck\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\appiffCheck\iffCheck.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
OutputFile="..\..\DebugDlliffCheck.exe" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="2"
AdditionalOptions=" " GenerateDebugInformation="TRUE"
AdditionalDependencies="" IgnoreDefaultLibraryNames="LIBC,LIBCD"
IgnoreImportLibrary="TRUE" OutputFile="..\..\DebugDlliffCheck.exe"
SuppressStartupBanner="TRUE" SubSystem="1"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll71\build\appiffCheck\iffCheck.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> ProgramDatabaseFile="..\..\out\debug_dll71\build\appiffCheck\iffCheck.pdb"
<Tool TargetMachine="1"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" Name="VCLibrarianTool"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\appiffCheck\appiffCheck.tlb"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\appiffCheck\appiffCheck.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\appiffCheck\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\appiffCheck\" </Configuration>
ConfigurationType="1" <Configuration
CharacterSet="2" Name="DebugDoublePrecision|Win32"
UseOfMFC="0" OutputDirectory="..\..\out\debug_dbl71\build\appiffCheck\"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> IntermediateDirectory="..\..\out\debug_dbl71\build\appiffCheck\"
<Tool ConfigurationType="1"
Name="VCCLCompilerTool" CharacterSet="2"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appiffCheck\appiffCheck.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\appiffCheck\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\appiffCheck\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appiffCheck\iffCheck.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appiffCheck\appiffCheck.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\appiffCheck\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\appiffCheck\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appiffCheck\iffCheck.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
OutputFile="..\..\DebugDbliffCheck.exe" <Tool
SubSystem="1" Name="VCCustomBuildTool"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCLinkerTool"
IgnoreImportLibrary="TRUE" LinkIncremental="2"
SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE"
GenerateManifest="false" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalLibraryDirectories="" OutputFile="..\..\DebugDbliffCheck.exe"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appiffCheck\iffCheck.pdb" SubSystem="1"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCMIDLTool" AdditionalLibraryDirectories=""
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" ProgramDatabaseFile="..\..\out\debug_dbl71\build\appiffCheck\iffCheck.pdb"
MkTypLibCompatible="TRUE" TargetMachine="1"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCLibrarianTool"
TypeLibraryName="..\..\out\debug_dbl71\build\appiffCheck\appiffCheck.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\appiffCheck\appiffCheck.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Extras\iff"
<Files> Culture="1033"/>
<Filter <Tool
Name="Source Files" Name="VCWebServiceProxyGeneratorTool"/>
Filter=""> <Tool
<File Name="VCWebDeploymentTool"/>
RelativePath="..\..\Extras\iff\iffCheck\iffcheck.cpp"> </Configuration>
</File> </Configurations>
</Filter> <Files>
<Filter <Filter
Name="Resource Files" Name="Source Files"
Filter=""> Filter="">
<File <File
RelativePath="..\..\msvc\appiffCheck.rc"> RelativePath="..\..\Extras\iff\iffCheck\iffcheck.cpp">
</File> </File>
</Filter> </Filter>
</Files> <Filter
<Globals> Name="Resource Files"
</Globals> Filter="">
</VisualStudioProject> <File
RelativePath="..\..\msvc\appiffCheck.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -99,6 +99,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -319,6 +320,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
@@ -386,6 +390,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"

View File

@@ -1,429 +1,436 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="grpall_bullet_corelib" Name="grpall_bullet_corelib"
ProjectGUID="{D1962FA1-D387-959D-B63D-F26D94FF0B63}" ProjectGUID="{D1962FA1-D387-959D-B63D-F26D94FF0B63}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
<Platform <Platform
Name="Win32"/> Name="Win32"/>
</Platforms> </Platforms>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\out\release71\build\grpall_bullet_corelib\" OutputDirectory="..\..\out\release71\build\grpall_bullet_corelib\"
IntermediateDirectory="..\..\out\release71\build\grpall_bullet_corelib\" IntermediateDirectory="..\..\out\release71\build\grpall_bullet_corelib\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="1" EnableEnhancedInstructionSet="1"
FloatingPointModel="2" FloatingPointModel="2"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
DebugInformationFormat="1" DebugInformationFormat="1"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;WIN32" PreprocessorDefinitions="NDEBUG;WIN32"
OptimizeForProcessor="1" OptimizeForProcessor="1"
ExceptionHandling="0" ExceptionHandling="0"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
PrecompiledHeaderFile="..\..\out\release71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" PrecompiledHeaderFile="..\..\out\release71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
AssemblerListingLocation="..\..\out\release71\build\grpall_bullet_corelib\" AssemblerListingLocation="..\..\out\release71\build\grpall_bullet_corelib\"
ObjectFile="..\..\out\release71\build\grpall_bullet_corelib\" ObjectFile="..\..\out\release71\build\grpall_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ProgramDataBaseFileName="..\..\out\release71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false" TreatWChar_tAsBuiltInType="false"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
GenerateDebugInformation="FALSE" GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD" IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateManifest="false" GenerateManifest="false"
AdditionalLibraryDirectories="" AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ProgramDatabaseFile="..\..\out\release71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
TargetMachine="1"/> TargetMachine="1"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\out\release71\libs\grpall_bullet_corelib.lib" OutputFile="..\..\out\release71\libs\grpall_bullet_corelib.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG" PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="TRUE" MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
TargetEnvironment="1" TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> TypeLibraryName="..\..\out\release71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=71" PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=71"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalIncludeDirectories=".;..\..;..\..\src"
Culture="1033"/> Culture="1033"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="ReleaseDll|Win32" Name="ReleaseDll|Win32"
OutputDirectory="..\..\out\release_dll71\build\grpall_bullet_corelib\" OutputDirectory="..\..\out\release_dll71\build\grpall_bullet_corelib\"
IntermediateDirectory="..\..\out\release_dll71\build\grpall_bullet_corelib\" IntermediateDirectory="..\..\out\release_dll71\build\grpall_bullet_corelib\"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2" FloatingPointModel="2"
DebugInformationFormat="3" RuntimeLibrary="2"
BufferSecurityCheck="FALSE" DebugInformationFormat="3"
PreprocessorDefinitions="NDEBUG;WIN32" BufferSecurityCheck="FALSE"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dll71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dll71\build\grpall_bullet_corelib\" PrecompiledHeaderFile="..\..\out\release_dll71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
ObjectFile="..\..\out\release_dll71\build\grpall_bullet_corelib\" AssemblerListingLocation="..\..\out\release_dll71\build\grpall_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release_dll71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ObjectFile="..\..\out\release_dll71\build\grpall_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dll71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dll71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dll71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\release_dll71\libs\grpall_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\release_dll71\libs\grpall_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dll71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dll71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="ReleaseDoublePrecision|Win32" <Configuration
OutputDirectory="..\..\out\release_dbl71\build\grpall_bullet_corelib\" Name="ReleaseDoublePrecision|Win32"
IntermediateDirectory="..\..\out\release_dbl71\build\grpall_bullet_corelib\" OutputDirectory="..\..\out\release_dbl71\build\grpall_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\release_dbl71\build\grpall_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;WIN32" Name="VCCLCompilerTool"
OptimizeForProcessor="1" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\release_dbl71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\release_dbl71\build\grpall_bullet_corelib\" PrecompiledHeaderFile="..\..\out\release_dbl71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
ObjectFile="..\..\out\release_dbl71\build\grpall_bullet_corelib\" AssemblerListingLocation="..\..\out\release_dbl71\build\grpall_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\release_dbl71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ObjectFile="..\..\out\release_dbl71\build\grpall_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\release_dbl71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\release_dbl71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\release_dbl71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\release_dbl71\libs\grpall_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\release_dbl71\libs\grpall_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\release_dbl71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\release_dbl71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="Debug|Win32" <Configuration
OutputDirectory="..\..\out\debug71\build\grpall_bullet_corelib\" Name="Debug|Win32"
IntermediateDirectory="..\..\out\debug71\build\grpall_bullet_corelib\" OutputDirectory="..\..\out\debug71\build\grpall_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug71\build\grpall_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="1" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;WIN32" RuntimeLibrary="1"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug71\build\grpall_bullet_corelib\" PrecompiledHeaderFile="..\..\out\debug71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
ObjectFile="..\..\out\debug71\build\grpall_bullet_corelib\" AssemblerListingLocation="..\..\out\debug71\build\grpall_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\debug71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ObjectFile="..\..\out\debug71\build\grpall_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="TRUE" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC,LIBCD" GenerateDebugInformation="TRUE"
AdditionalOptions=" " IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalDependencies="" AdditionalOptions=" "
IgnoreImportLibrary="TRUE" AdditionalDependencies=""
SuppressStartupBanner="TRUE" IgnoreImportLibrary="TRUE"
GenerateManifest="false" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="" GenerateManifest="false"
ProgramDatabaseFile="..\..\out\debug71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" AdditionalLibraryDirectories=""
TargetMachine="1"/> ProgramDatabaseFile="..\..\out\debug71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
<Tool TargetMachine="1"/>
Name="VCLibrarianTool" <Tool
OutputFile="..\..\out\debug71\libs\grpall_bullet_corelib.lib" Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/> OutputFile="..\..\out\debug71\libs\grpall_bullet_corelib.lib"
<Tool SuppressStartupBanner="TRUE"/>
Name="VCMIDLTool" <Tool
PreprocessorDefinitions="_DEBUG" Name="VCMIDLTool"
MkTypLibCompatible="TRUE" PreprocessorDefinitions="_DEBUG"
SuppressStartupBanner="TRUE" MkTypLibCompatible="TRUE"
TargetEnvironment="1" SuppressStartupBanner="TRUE"
TypeLibraryName="..\..\out\debug71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
Name="VCPostBuildEventTool"/> <Tool
<Tool Name="VCPostBuildEventTool"/>
Name="VCPreBuildEventTool"/> <Tool
<Tool Name="VCPreBuildEventTool"/>
Name="VCPreLinkEventTool"/> <Tool
<Tool Name="VCPreLinkEventTool"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=71" Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=71"
Culture="1033"/> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Tool Culture="1033"/>
Name="VCWebServiceProxyGeneratorTool"/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebDeploymentTool"/> <Tool
</Configuration> Name="VCWebDeploymentTool"/>
<Configuration </Configuration>
Name="DebugDll|Win32" <Configuration
OutputDirectory="..\..\out\debug_dll71\build\grpall_bullet_corelib\" Name="DebugDll|Win32"
IntermediateDirectory="..\..\out\debug_dll71\build\grpall_bullet_corelib\" OutputDirectory="..\..\out\debug_dll71\build\grpall_bullet_corelib\"
ConfigurationType="4" IntermediateDirectory="..\..\out\debug_dll71\build\grpall_bullet_corelib\"
UseOfMFC="0" ConfigurationType="4"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> UseOfMFC="0"
<Tool ATLMinimizesCRunTimeLibraryUsage="FALSE">
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="TRUE" Optimization="0"
DebugInformationFormat="3" MinimalRebuild="TRUE"
RuntimeTypeInfo="FALSE" DebugInformationFormat="3"
RuntimeLibrary="3" RuntimeTypeInfo="FALSE"
PreprocessorDefinitions="_DEBUG;WIN32" RuntimeLibrary="3"
OptimizeForProcessor="1" PreprocessorDefinitions="_DEBUG;WIN32"
ExceptionHandling="0" OptimizeForProcessor="1"
AdditionalOptions=" " ExceptionHandling="0"
AdditionalIncludeDirectories=".;..\..;..\..\src" AdditionalOptions=" "
PrecompiledHeaderFile="..\..\out\debug_dll71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" AdditionalIncludeDirectories=".;..\..;..\..\src"
AssemblerListingLocation="..\..\out\debug_dll71\build\grpall_bullet_corelib\" PrecompiledHeaderFile="..\..\out\debug_dll71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
ObjectFile="..\..\out\debug_dll71\build\grpall_bullet_corelib\" AssemblerListingLocation="..\..\out\debug_dll71\build\grpall_bullet_corelib\"
ProgramDataBaseFileName="..\..\out\debug_dll71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" ObjectFile="..\..\out\debug_dll71\build\grpall_bullet_corelib\"
WarningLevel="3" ProgramDataBaseFileName="..\..\out\debug_dll71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
SuppressStartupBanner="TRUE" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" SuppressStartupBanner="TRUE"
TreatWChar_tAsBuiltInType="false" Detect64BitPortabilityProblems="TRUE"
CompileAs="0"/> TreatWChar_tAsBuiltInType="false"
<Tool CompileAs="0"/>
Name="VCCustomBuildTool"/> <Tool
<Tool Name="VCCustomBuildTool"/>
Name="VCLinkerTool" <Tool
AdditionalOptions=" " Name="VCLinkerTool"
AdditionalDependencies="" LinkIncremental="2"
IgnoreImportLibrary="TRUE" GenerateDebugInformation="TRUE"
SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="LIBC,LIBCD"
GenerateManifest="false" AdditionalOptions=" "
AdditionalLibraryDirectories="" AdditionalDependencies=""
ProgramDatabaseFile="..\..\out\debug_dll71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" IgnoreImportLibrary="TRUE"
TargetMachine="1"/> SuppressStartupBanner="TRUE"
<Tool GenerateManifest="false"
Name="VCLibrarianTool" AdditionalLibraryDirectories=""
OutputFile="..\..\out\debug_dll71\libs\grpall_bullet_corelib.lib" ProgramDatabaseFile="..\..\out\debug_dll71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
SuppressStartupBanner="TRUE"/> TargetMachine="1"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCLibrarianTool"
PreprocessorDefinitions="_DEBUG" OutputFile="..\..\out\debug_dll71\libs\grpall_bullet_corelib.lib"
MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="TRUE" <Tool
TargetEnvironment="1" Name="VCMIDLTool"
TypeLibraryName="..\..\out\debug_dll71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> PreprocessorDefinitions="_DEBUG"
<Tool MkTypLibCompatible="TRUE"
Name="VCPostBuildEventTool"/> SuppressStartupBanner="TRUE"
<Tool TargetEnvironment="1"
Name="VCPreBuildEventTool"/> TypeLibraryName="..\..\out\debug_dll71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
<Tool <Tool
Name="VCPreLinkEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCPreBuildEventTool"/>
PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=71" <Tool
AdditionalIncludeDirectories=".;..\..;..\..\src" Name="VCPreLinkEventTool"/>
Culture="1033"/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCWebServiceProxyGeneratorTool"/> PreprocessorDefinitions="_DEBUG;PROJECTGEN_VERSION=71"
<Tool AdditionalIncludeDirectories=".;..\..;..\..\src"
Name="VCWebDeploymentTool"/> Culture="1033"/>
</Configuration> <Tool
<Configuration Name="VCWebServiceProxyGeneratorTool"/>
Name="DebugDoublePrecision|Win32" <Tool
OutputDirectory="..\..\out\debug_dbl71\build\grpall_bullet_corelib\" Name="VCWebDeploymentTool"/>
IntermediateDirectory="..\..\out\debug_dbl71\build\grpall_bullet_corelib\" </Configuration>
ConfigurationType="4" <Configuration
UseOfMFC="0" Name="DebugDoublePrecision|Win32"
ATLMinimizesCRunTimeLibraryUsage="FALSE"> OutputDirectory="..\..\out\debug_dbl71\build\grpall_bullet_corelib\"
<Tool IntermediateDirectory="..\..\out\debug_dbl71\build\grpall_bullet_corelib\"
Name="VCCLCompilerTool" ConfigurationType="4"
Optimization="0" UseOfMFC="0"
MinimalRebuild="TRUE" ATLMinimizesCRunTimeLibraryUsage="FALSE">
DebugInformationFormat="3" <Tool
RuntimeTypeInfo="FALSE" Name="VCCLCompilerTool"
RuntimeLibrary="1" Optimization="0"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32" MinimalRebuild="TRUE"
OptimizeForProcessor="1" DebugInformationFormat="3"
ExceptionHandling="0" RuntimeTypeInfo="FALSE"
AdditionalOptions=" " RuntimeLibrary="1"
AdditionalIncludeDirectories=".;..\..;..\..\src" PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch" OptimizeForProcessor="1"
AssemblerListingLocation="..\..\out\debug_dbl71\build\grpall_bullet_corelib\" ExceptionHandling="0"
ObjectFile="..\..\out\debug_dbl71\build\grpall_bullet_corelib\" AdditionalOptions=" "
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" AdditionalIncludeDirectories=".;..\..;..\..\src"
WarningLevel="3" PrecompiledHeaderFile="..\..\out\debug_dbl71\build\grpall_bullet_corelib\grpall_bullet_corelib.pch"
SuppressStartupBanner="TRUE" AssemblerListingLocation="..\..\out\debug_dbl71\build\grpall_bullet_corelib\"
Detect64BitPortabilityProblems="TRUE" ObjectFile="..\..\out\debug_dbl71\build\grpall_bullet_corelib\"
TreatWChar_tAsBuiltInType="false" ProgramDataBaseFileName="..\..\out\debug_dbl71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
CompileAs="0"/> WarningLevel="3"
<Tool SuppressStartupBanner="TRUE"
Name="VCCustomBuildTool"/> Detect64BitPortabilityProblems="TRUE"
<Tool TreatWChar_tAsBuiltInType="false"
Name="VCLinkerTool" CompileAs="0"/>
AdditionalOptions=" " <Tool
AdditionalDependencies="" Name="VCCustomBuildTool"/>
IgnoreImportLibrary="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLinkerTool"
GenerateManifest="false" LinkIncremental="2"
AdditionalLibraryDirectories="" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\out\debug_dbl71\build\grpall_bullet_corelib\all_bullet_corelib.pdb" IgnoreDefaultLibraryNames="LIBC,LIBCD"
TargetMachine="1"/> AdditionalOptions=" "
<Tool AdditionalDependencies=""
Name="VCLibrarianTool" IgnoreImportLibrary="TRUE"
OutputFile="..\..\out\debug_dbl71\libs\grpall_bullet_corelib.lib" SuppressStartupBanner="TRUE"
SuppressStartupBanner="TRUE"/> GenerateManifest="false"
<Tool AdditionalLibraryDirectories=""
Name="VCMIDLTool" ProgramDatabaseFile="..\..\out\debug_dbl71\build\grpall_bullet_corelib\all_bullet_corelib.pdb"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION" TargetMachine="1"/>
MkTypLibCompatible="TRUE" <Tool
SuppressStartupBanner="TRUE" Name="VCLibrarianTool"
TargetEnvironment="1" OutputFile="..\..\out\debug_dbl71\libs\grpall_bullet_corelib.lib"
TypeLibraryName="..\..\out\debug_dbl71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCMIDLTool"
<Tool PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION"
Name="VCPreBuildEventTool"/> MkTypLibCompatible="TRUE"
<Tool SuppressStartupBanner="TRUE"
Name="VCPreLinkEventTool"/> TargetEnvironment="1"
<Tool TypeLibraryName="..\..\out\debug_dbl71\build\grpall_bullet_corelib\grpall_bullet_corelib.tlb"/>
Name="VCResourceCompilerTool" <Tool
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=71" Name="VCPostBuildEventTool"/>
AdditionalIncludeDirectories=".;..\..;..\..\src" <Tool
Culture="1033"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCPreLinkEventTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCResourceCompilerTool"
</Configuration> PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;PROJECTGEN_VERSION=71"
</Configurations> AdditionalIncludeDirectories=".;..\..;..\..\src"
<Files> Culture="1033"/>
</Files> <Tool
<Globals> Name="VCWebServiceProxyGeneratorTool"/>
</Globals> <Tool
</VisualStudioProject> Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -99,6 +99,7 @@
Optimization="2" Optimization="2"
StringPooling="TRUE" StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2" RuntimeLibrary="2"
DebugInformationFormat="3" DebugInformationFormat="3"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
@@ -319,6 +320,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"
@@ -386,6 +390,9 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" " AdditionalOptions=" "
AdditionalDependencies="" AdditionalDependencies=""
IgnoreImportLibrary="TRUE" IgnoreImportLibrary="TRUE"

Some files were not shown because too many files have changed in this diff Show More