[1092] | 1 | <?xml version="1.0" encoding="Windows-1252"?>
|
---|
| 2 | <VisualStudioProject
|
---|
| 3 | ProjectType="Visual C++"
|
---|
| 4 | Version="7.10"
|
---|
| 5 | Name="Demo_LodTrees"
|
---|
| 6 | ProjectGUID="{756E8FBA-EA25-400C-9CA9-CB5AE5D7621E}"
|
---|
| 7 | Keyword="Win32Proj">
|
---|
| 8 | <Platforms>
|
---|
| 9 | <Platform
|
---|
| 10 | Name="Win32"/>
|
---|
| 11 | </Platforms>
|
---|
| 12 | <Configurations>
|
---|
| 13 | <Configuration
|
---|
| 14 | Name="Debug|Win32"
|
---|
| 15 | OutputDirectory="build\Debug"
|
---|
| 16 | IntermediateDirectory="Debug"
|
---|
| 17 | ConfigurationType="1"
|
---|
| 18 | CharacterSet="2">
|
---|
| 19 | <Tool
|
---|
| 20 | Name="VCCLCompilerTool"
|
---|
| 21 | Optimization="0"
|
---|
| 22 | ImproveFloatingPointConsistency="TRUE"
|
---|
[1840] | 23 | AdditionalIncludeDirectories="..\OgreStuff\include;..\..\..\..\Lib\Geom\shared\GTGeometry\include;..\OgreStuff\include\opt"
|
---|
[1092] | 24 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
|
---|
| 25 | MinimalRebuild="TRUE"
|
---|
| 26 | ExceptionHandling="TRUE"
|
---|
| 27 | BasicRuntimeChecks="3"
|
---|
| 28 | RuntimeLibrary="5"
|
---|
| 29 | UsePrecompiledHeader="0"
|
---|
| 30 | WarningLevel="3"
|
---|
| 31 | Detect64BitPortabilityProblems="TRUE"
|
---|
| 32 | DebugInformationFormat="4"/>
|
---|
| 33 | <Tool
|
---|
| 34 | Name="VCCustomBuildTool"/>
|
---|
| 35 | <Tool
|
---|
| 36 | Name="VCLinkerTool"
|
---|
[1840] | 37 | AdditionalDependencies="OgreMain_d.lib GTGeometry_d.lib Plugin_OctreeSceneManager.lib"
|
---|
[1092] | 38 | OutputFile="$(OutDir)/Demo_LodTrees.exe"
|
---|
| 39 | LinkIncremental="2"
|
---|
[1840] | 40 | AdditionalLibraryDirectories="..\OgreStuff\lib;..\..\..\..\Lib\Geom\shared\GTGeometry\build\Debug\;..\OgreStuff\lib\opt\debug\"
|
---|
[1092] | 41 | GenerateDebugInformation="TRUE"
|
---|
| 42 | ProgramDatabaseFile="$(OutDir)/Demo_LodTrees.pdb"
|
---|
| 43 | SubSystem="2"
|
---|
| 44 | TargetMachine="1"/>
|
---|
| 45 | <Tool
|
---|
| 46 | Name="VCMIDLTool"/>
|
---|
| 47 | <Tool
|
---|
| 48 | Name="VCPostBuildEventTool"
|
---|
| 49 | CommandLine="xcopy /Y ..\OgreStuff\bin\Debug\*.dll build\Debug
|
---|
[1840] | 50 | xcopy /Y ..\OgreStuff\bin\Debug\*.cfg build\Debug
|
---|
| 51 | "/>
|
---|
[1092] | 52 | <Tool
|
---|
| 53 | Name="VCPreBuildEventTool"/>
|
---|
| 54 | <Tool
|
---|
| 55 | Name="VCPreLinkEventTool"/>
|
---|
| 56 | <Tool
|
---|
| 57 | Name="VCResourceCompilerTool"/>
|
---|
| 58 | <Tool
|
---|
| 59 | Name="VCWebServiceProxyGeneratorTool"/>
|
---|
| 60 | <Tool
|
---|
| 61 | Name="VCXMLDataGeneratorTool"/>
|
---|
| 62 | <Tool
|
---|
| 63 | Name="VCWebDeploymentTool"/>
|
---|
| 64 | <Tool
|
---|
| 65 | Name="VCManagedWrapperGeneratorTool"/>
|
---|
| 66 | <Tool
|
---|
| 67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
---|
| 68 | </Configuration>
|
---|
| 69 | <Configuration
|
---|
| 70 | Name="Release|Win32"
|
---|
| 71 | OutputDirectory="build\Release"
|
---|
| 72 | IntermediateDirectory="build\Release"
|
---|
| 73 | ConfigurationType="1"
|
---|
| 74 | CharacterSet="2">
|
---|
| 75 | <Tool
|
---|
| 76 | Name="VCCLCompilerTool"
|
---|
[1840] | 77 | AdditionalIncludeDirectories="..\OgreStuff\include;..\..\..\..\Lib\Geom\shared\GTGeometry\include;..\OgreStuff\include\opt"
|
---|
[1092] | 78 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
---|
| 79 | RuntimeLibrary="4"
|
---|
| 80 | UsePrecompiledHeader="0"
|
---|
| 81 | WarningLevel="3"
|
---|
| 82 | Detect64BitPortabilityProblems="TRUE"
|
---|
| 83 | DebugInformationFormat="3"/>
|
---|
| 84 | <Tool
|
---|
| 85 | Name="VCCustomBuildTool"/>
|
---|
| 86 | <Tool
|
---|
| 87 | Name="VCLinkerTool"
|
---|
[1840] | 88 | AdditionalDependencies="OgreMain.lib GTGeometry.lib Plugin_OctreeSceneManager.lib"
|
---|
[1092] | 89 | OutputFile="$(OutDir)/Demo_LodTrees.exe"
|
---|
| 90 | LinkIncremental="1"
|
---|
[1840] | 91 | AdditionalLibraryDirectories="..\OgreStuff\lib;..\..\..\..\Lib\Geom\shared\GTGeometry\build\Release\;..\OgreStuff\lib\opt\debug\"
|
---|
[1092] | 92 | IgnoreDefaultLibraryNames=""
|
---|
| 93 | GenerateDebugInformation="TRUE"
|
---|
| 94 | SubSystem="2"
|
---|
| 95 | OptimizeReferences="2"
|
---|
| 96 | EnableCOMDATFolding="2"
|
---|
| 97 | TargetMachine="1"/>
|
---|
| 98 | <Tool
|
---|
| 99 | Name="VCMIDLTool"/>
|
---|
| 100 | <Tool
|
---|
| 101 | Name="VCPostBuildEventTool"
|
---|
| 102 | CommandLine="xcopy /Y ..\OgreStuff\bin\Release\*.dll build\Release
|
---|
[1840] | 103 | xcopy /Y ..\OgreStuff\bin\Release\*.cfg build\Release
|
---|
| 104 | "/>
|
---|
[1092] | 105 | <Tool
|
---|
| 106 | Name="VCPreBuildEventTool"/>
|
---|
| 107 | <Tool
|
---|
| 108 | Name="VCPreLinkEventTool"/>
|
---|
| 109 | <Tool
|
---|
| 110 | Name="VCResourceCompilerTool"/>
|
---|
| 111 | <Tool
|
---|
| 112 | Name="VCWebServiceProxyGeneratorTool"/>
|
---|
| 113 | <Tool
|
---|
| 114 | Name="VCXMLDataGeneratorTool"/>
|
---|
| 115 | <Tool
|
---|
| 116 | Name="VCWebDeploymentTool"/>
|
---|
| 117 | <Tool
|
---|
| 118 | Name="VCManagedWrapperGeneratorTool"/>
|
---|
| 119 | <Tool
|
---|
| 120 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
---|
| 121 | </Configuration>
|
---|
| 122 | </Configurations>
|
---|
| 123 | <References>
|
---|
| 124 | </References>
|
---|
| 125 | <Files>
|
---|
| 126 | <Filter
|
---|
| 127 | Name="Source Files"
|
---|
| 128 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
---|
| 129 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
---|
| 130 | <File
|
---|
| 131 | RelativePath=".\main.cpp">
|
---|
| 132 | </File>
|
---|
| 133 | </Filter>
|
---|
| 134 | <Filter
|
---|
| 135 | Name="Header Files"
|
---|
| 136 | Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
---|
| 137 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
---|
| 138 | </Filter>
|
---|
| 139 | <Filter
|
---|
| 140 | Name="Resource Files"
|
---|
| 141 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
---|
| 142 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
---|
| 143 | </Filter>
|
---|
| 144 | </Files>
|
---|
| 145 | <Globals>
|
---|
| 146 | </Globals>
|
---|
| 147 | </VisualStudioProject>
|
---|