| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="Demo_BspCollision"
- ProjectGUID="{1982C73F-3D1C-46A6-9DFB-C7B03310365B}"
- RootNamespace="Demo_BspCollision"
- Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""$(SolutionDir)DependentExtensions\SQLite3Plugin";"$(SolutionDir)Source";"$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger";"$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly";"$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly\Optional";$(OGRE_HOME)\samples\include;$(OGRE_HOME)\include;$(OGRE_HOME)\include;$(OGRE_HOME)\include;$(OGRE_HOME)\samples\refapp\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="OgreMain_d.lib OIS_d.lib ReferenceAppLayer_d.lib ws2_32.lib"
- OutputFile="$(OutDir)/Demo_BspCollision.exe"
- LinkIncremental="2"
- AdditionalLibraryDirectories=""$(OGRE_HOME)\lib\";"..\..\..\Dependencies\lib\$(ConfigurationName)";"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)/Demo_BspCollision.pdb"
- SubSystem="2"
- OptimizeForWindows98="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- UseFAT32Workaround="true"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy $(OGRE_HOME)\bin\$(ConfigurationName)\*.dll .\
copy $(OGRE_HOME)\bin\$(ConfigurationName)\Plugins.cfg .\
copy $(OGRE_HOME)\bin\$(ConfigurationName)\Media.cfg .\
"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- AdditionalIncludeDirectories=""$(SolutionDir)DependentExtensions\SQLite3Plugin";"$(SolutionDir)Source";"$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger";"$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly";"$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly\Optional";$(OGRE_HOME)\samples\include;$(OGRE_HOME)\include;$(OGRE_HOME)\include;$(OGRE_HOME)\include;$(OGRE_HOME)\samples\refapp\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
- StringPooling="true"
- MinimalRebuild="true"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="OgreMain.lib OIS.lib ReferenceAppLayer.lib ws2_32.lib"
- OutputFile="$(OutDir)/Demo_BspCollision.exe"
- LinkIncremental="1"
- AdditionalLibraryDirectories=""$(OGRE_HOME)\lib\";"..\..\..\Dependencies\lib\$(ConfigurationName)";"
- GenerateDebugInformation="false"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- UseFAT32Workaround="true"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy $(OGRE_HOME)\bin\$(ConfigurationName)\*.dll .\
copy $(OGRE_HOME)\bin\$(ConfigurationName)\Plugins.cfg .\
copy $(OGRE_HOME)\bin\$(ConfigurationName)\Media.cfg .\
"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="ClientLogger"
- >
- <File
- RelativePath="..\..\Optional\DX9_BackbufferGrabber.cpp"
- >
- </File>
- <File
- RelativePath="..\..\Optional\DX9_BackbufferGrabber.h"
- >
- </File>
- <File
- RelativePath="..\..\Optional\Ogre3D_DX9_BackbufferGrabber.cpp"
- >
- </File>
- <File
- RelativePath="..\..\Optional\Ogre3D_DX9_BackbufferGrabber.h"
- >
- </File>
- <File
- RelativePath="..\..\..\..\SQLite3ClientPlugin.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\..\SQLite3ClientPlugin.h"
- >
- </File>
- <File
- RelativePath="..\..\..\..\SQLite3PluginCommon.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\..\SQLite3PluginCommon.h"
- >
- </File>
- <File
- RelativePath="..\..\SQLiteClientLoggerPlugin.cpp"
- >
- </File>
- <File
- RelativePath="..\..\SQLiteClientLoggerPlugin.h"
- >
- </File>
- <File
- RelativePath="..\..\..\SQLiteLoggerCommon.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\SQLiteLoggerCommon.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Ogre"
- >
- <File
- RelativePath="BspCollision.cpp"
- >
- </File>
- <File
- RelativePath="$(OGRE_HOME)\include\ExampleRefAppApplication.h"
- >
- </File>
- <File
- RelativePath="$(OGRE_HOME)\include\ExampleRefAppFrameListener.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|