BspCollision_vc8.vcproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="Demo_BspCollision"
  6. ProjectGUID="{1982C73F-3D1C-46A6-9DFB-C7B03310365B}"
  7. RootNamespace="Demo_BspCollision"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin&quot;;&quot;$(SolutionDir)Source&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly\Optional&quot;;$(OGRE_HOME)\samples\include;$(OGRE_HOME)\include;$(OGRE_HOME)\include;$(OGRE_HOME)\include;$(OGRE_HOME)\samples\refapp\include"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. EnableFunctionLevelLinking="true"
  50. FloatingPointModel="2"
  51. UsePrecompiledHeader="0"
  52. WarningLevel="3"
  53. Detect64BitPortabilityProblems="true"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLinkerTool"
  67. AdditionalDependencies="OgreMain_d.lib OIS_d.lib ReferenceAppLayer_d.lib ws2_32.lib"
  68. OutputFile="$(OutDir)/Demo_BspCollision.exe"
  69. LinkIncremental="2"
  70. AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib\&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;;"
  71. GenerateDebugInformation="true"
  72. ProgramDatabaseFile="$(OutDir)/Demo_BspCollision.pdb"
  73. SubSystem="2"
  74. OptimizeForWindows98="1"
  75. TargetMachine="1"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. UseFAT32Workaround="true"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCWebDeploymentTool"
  98. />
  99. <Tool
  100. Name="VCPostBuildEventTool"
  101. CommandLine="copy $(OGRE_HOME)\bin\$(ConfigurationName)\*.dll .\&#x0D;&#x0A;copy $(OGRE_HOME)\bin\$(ConfigurationName)\Plugins.cfg .\&#x0D;&#x0A;copy $(OGRE_HOME)\bin\$(ConfigurationName)\Media.cfg .\&#x0D;&#x0A;"
  102. />
  103. </Configuration>
  104. <Configuration
  105. Name="Release|Win32"
  106. OutputDirectory="$(ConfigurationName)"
  107. IntermediateDirectory="$(ConfigurationName)"
  108. ConfigurationType="1"
  109. InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
  110. CharacterSet="2"
  111. >
  112. <Tool
  113. Name="VCPreBuildEventTool"
  114. />
  115. <Tool
  116. Name="VCCustomBuildTool"
  117. />
  118. <Tool
  119. Name="VCXMLDataGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCMIDLTool"
  126. />
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. Optimization="2"
  130. InlineFunctionExpansion="1"
  131. FavorSizeOrSpeed="1"
  132. OmitFramePointers="true"
  133. AdditionalIncludeDirectories="&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin&quot;;&quot;$(SolutionDir)Source&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly\Optional&quot;;$(OGRE_HOME)\samples\include;$(OGRE_HOME)\include;$(OGRE_HOME)\include;$(OGRE_HOME)\include;$(OGRE_HOME)\samples\refapp\include"
  134. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  135. StringPooling="true"
  136. MinimalRebuild="true"
  137. RuntimeLibrary="2"
  138. BufferSecurityCheck="false"
  139. EnableFunctionLevelLinking="true"
  140. FloatingPointModel="2"
  141. UsePrecompiledHeader="0"
  142. WarningLevel="3"
  143. Detect64BitPortabilityProblems="true"
  144. DebugInformationFormat="3"
  145. />
  146. <Tool
  147. Name="VCManagedResourceCompilerTool"
  148. />
  149. <Tool
  150. Name="VCResourceCompilerTool"
  151. />
  152. <Tool
  153. Name="VCPreLinkEventTool"
  154. />
  155. <Tool
  156. Name="VCLinkerTool"
  157. AdditionalDependencies="OgreMain.lib OIS.lib ReferenceAppLayer.lib ws2_32.lib"
  158. OutputFile="$(OutDir)/Demo_BspCollision.exe"
  159. LinkIncremental="1"
  160. AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib\&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;;"
  161. GenerateDebugInformation="false"
  162. SubSystem="2"
  163. OptimizeReferences="2"
  164. EnableCOMDATFolding="2"
  165. OptimizeForWindows98="1"
  166. TargetMachine="1"
  167. />
  168. <Tool
  169. Name="VCALinkTool"
  170. />
  171. <Tool
  172. Name="VCManifestTool"
  173. UseFAT32Workaround="true"
  174. />
  175. <Tool
  176. Name="VCXDCMakeTool"
  177. />
  178. <Tool
  179. Name="VCBscMakeTool"
  180. />
  181. <Tool
  182. Name="VCFxCopTool"
  183. />
  184. <Tool
  185. Name="VCAppVerifierTool"
  186. />
  187. <Tool
  188. Name="VCWebDeploymentTool"
  189. />
  190. <Tool
  191. Name="VCPostBuildEventTool"
  192. CommandLine="copy $(OGRE_HOME)\bin\$(ConfigurationName)\*.dll .\&#x0D;&#x0A;copy $(OGRE_HOME)\bin\$(ConfigurationName)\Plugins.cfg .\&#x0D;&#x0A;copy $(OGRE_HOME)\bin\$(ConfigurationName)\Media.cfg .\&#x0D;&#x0A;"
  193. />
  194. </Configuration>
  195. </Configurations>
  196. <References>
  197. </References>
  198. <Files>
  199. <Filter
  200. Name="ClientLogger"
  201. >
  202. <File
  203. RelativePath="..\..\Optional\DX9_BackbufferGrabber.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath="..\..\Optional\DX9_BackbufferGrabber.h"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\..\Optional\Ogre3D_DX9_BackbufferGrabber.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\..\Optional\Ogre3D_DX9_BackbufferGrabber.h"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\..\..\..\SQLite3ClientPlugin.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\..\..\..\SQLite3ClientPlugin.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\..\..\..\SQLite3PluginCommon.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\..\..\..\SQLite3PluginCommon.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\..\SQLiteClientLoggerPlugin.cpp"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\..\SQLiteClientLoggerPlugin.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\..\..\SQLiteLoggerCommon.cpp"
  244. >
  245. </File>
  246. <File
  247. RelativePath="..\..\..\SQLiteLoggerCommon.h"
  248. >
  249. </File>
  250. </Filter>
  251. <Filter
  252. Name="Ogre"
  253. >
  254. <File
  255. RelativePath="BspCollision.cpp"
  256. >
  257. </File>
  258. <File
  259. RelativePath="$(OGRE_HOME)\include\ExampleRefAppApplication.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath="$(OGRE_HOME)\include\ExampleRefAppFrameListener.h"
  264. >
  265. </File>
  266. </Filter>
  267. </Files>
  268. <Globals>
  269. </Globals>
  270. </VisualStudioProject>
粤ICP备19079148号