BspCollision_vc9.vcproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Demo_BspCollision"
  6. ProjectGUID="{1982C73F-3D1C-46A6-9DFB-C7B03310365B}"
  7. RootNamespace="Demo_BspCollision"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. 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"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. EnableFunctionLevelLinking="true"
  51. FloatingPointModel="2"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="3"
  54. Detect64BitPortabilityProblems="true"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLinkerTool"
  68. AdditionalDependencies="OgreMain_d.lib OIS_d.lib ReferenceAppLayer_d.lib ws2_32.lib"
  69. OutputFile="$(OutDir)/Demo_BspCollision.exe"
  70. LinkIncremental="2"
  71. AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib\&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;;"
  72. GenerateDebugInformation="true"
  73. ProgramDatabaseFile="$(OutDir)/Demo_BspCollision.pdb"
  74. SubSystem="2"
  75. OptimizeForWindows98="1"
  76. RandomizedBaseAddress="1"
  77. DataExecutionPrevention="0"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. UseFAT32Workaround="true"
  86. />
  87. <Tool
  88. Name="VCXDCMakeTool"
  89. />
  90. <Tool
  91. Name="VCBscMakeTool"
  92. />
  93. <Tool
  94. Name="VCFxCopTool"
  95. />
  96. <Tool
  97. Name="VCAppVerifierTool"
  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. RandomizedBaseAddress="1"
  167. DataExecutionPrevention="0"
  168. TargetMachine="1"
  169. />
  170. <Tool
  171. Name="VCALinkTool"
  172. />
  173. <Tool
  174. Name="VCManifestTool"
  175. UseFAT32Workaround="true"
  176. />
  177. <Tool
  178. Name="VCXDCMakeTool"
  179. />
  180. <Tool
  181. Name="VCBscMakeTool"
  182. />
  183. <Tool
  184. Name="VCFxCopTool"
  185. />
  186. <Tool
  187. Name="VCAppVerifierTool"
  188. />
  189. <Tool
  190. Name="VCPostBuildEventTool"
  191. 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;"
  192. />
  193. </Configuration>
  194. </Configurations>
  195. <References>
  196. </References>
  197. <Files>
  198. <Filter
  199. Name="ClientLogger"
  200. >
  201. <File
  202. RelativePath="..\..\Optional\DX9_BackbufferGrabber.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\..\Optional\DX9_BackbufferGrabber.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\..\Optional\Ogre3D_DX9_BackbufferGrabber.cpp"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\..\Optional\Ogre3D_DX9_BackbufferGrabber.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\..\..\..\SQLite3ClientPlugin.cpp"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\..\..\..\SQLite3ClientPlugin.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\..\..\..\SQLite3PluginCommon.cpp"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\..\..\..\SQLite3PluginCommon.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\..\SQLiteClientLoggerPlugin.cpp"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\..\SQLiteClientLoggerPlugin.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\..\..\SQLiteLoggerCommon.cpp"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\..\..\SQLiteLoggerCommon.h"
  247. >
  248. </File>
  249. </Filter>
  250. <Filter
  251. Name="Ogre"
  252. >
  253. <File
  254. RelativePath="BspCollision.cpp"
  255. >
  256. </File>
  257. <File
  258. RelativePath="$(OGRE_HOME)\include\ExampleRefAppApplication.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath="$(OGRE_HOME)\include\ExampleRefAppFrameListener.h"
  263. >
  264. </File>
  265. </Filter>
  266. </Files>
  267. <Globals>
  268. </Globals>
  269. </VisualStudioProject>
粤ICP备19079148号