Ogre3DInterpDemo.vcproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Ogre3DInterpDemo"
  6. ProjectGUID="{FA98E1BC-2724-4BBA-8A2C-D8E27313638B}"
  7. RootNamespace="Ogre3DInterpDemo"
  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="$(ProjectDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. CharacterSet="0"
  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="./;./../../Source;&quot;$(OGRE_HOME)\include\OGRE&quot;;&quot;$(OGRE_HOME)\boost_1_48\&quot;;&quot;$(OGRE_HOME)\include\OIS&quot;"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="./../../lib/RakNetDLLDebug.lib ws2_32.lib OgreMain_d.lib OIS_d.lib"
  66. OutputFile="$(ProjectDir)\$(ProjectName).exe"
  67. LinkIncremental="2"
  68. AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_HOME)\boost_1_48\lib&quot;"
  69. GenerateDebugInformation="true"
  70. SubSystem="2"
  71. RandomizedBaseAddress="1"
  72. DataExecutionPrevention="0"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. CommandLine="copy $(OGRE_HOME)\bin\debug\*.dll $(ProjectDir)&#x0D;&#x0A;copy .\..\..\Lib\RakNetDebug.dll $(ProjectDir)&#x0D;&#x0A;"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="$(ProjectDir)$(ConfigurationName)"
  101. IntermediateDirectory="$(ConfigurationName)"
  102. ConfigurationType="1"
  103. CharacterSet="0"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. AdditionalIncludeDirectories="./;./../../Source;&quot;$(OGRE_HOME)\include\OGRE&quot;;&quot;$(OGRE_HOME)\boost_1_48\&quot;;&quot;$(OGRE_HOME)\include\OIS&quot;"
  124. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  125. RuntimeLibrary="2"
  126. UsePrecompiledHeader="0"
  127. WarningLevel="3"
  128. Detect64BitPortabilityProblems="true"
  129. DebugInformationFormat="3"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. AdditionalDependencies="./../../lib/RakNetDLL.lib ws2_32.lib OgreMain.lib OIS.lib"
  143. OutputFile="$(ProjectDir)\$(ProjectName).exe"
  144. LinkIncremental="1"
  145. AdditionalLibraryDirectories="&quot;$(OGRE_HOME)\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_HOME)\boost_1_48\lib&quot;"
  146. GenerateDebugInformation="true"
  147. SubSystem="2"
  148. OptimizeReferences="2"
  149. EnableCOMDATFolding="2"
  150. RandomizedBaseAddress="1"
  151. DataExecutionPrevention="0"
  152. TargetMachine="1"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCManifestTool"
  159. />
  160. <Tool
  161. Name="VCXDCMakeTool"
  162. />
  163. <Tool
  164. Name="VCBscMakeTool"
  165. />
  166. <Tool
  167. Name="VCFxCopTool"
  168. />
  169. <Tool
  170. Name="VCAppVerifierTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. CommandLine="copy $(OGRE_HOME)\bin\release\*.dll $(ProjectDir)&#x0D;&#x0A;copy .\..\..\Lib\RakNet.dll $(ProjectDir)&#x0D;&#x0A;"
  175. />
  176. </Configuration>
  177. </Configurations>
  178. <References>
  179. </References>
  180. <Files>
  181. <Filter
  182. Name="Source Files"
  183. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  184. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  185. >
  186. <File
  187. RelativePath=".\TransformationHistory.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".\TransformationHistory.h"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".\WinMain.cpp"
  196. >
  197. </File>
  198. </Filter>
  199. <Filter
  200. Name="App3D"
  201. >
  202. <File
  203. RelativePath=".\App3D.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\App3D.h"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\AppInterface.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\AppInterface.h"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\AppTypes.h"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\FSM.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\FSM.h"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\OverlayHelper.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\OverlayHelper.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\RunnableState.cpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\RunnableState.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\State.cpp"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\State.h"
  252. >
  253. </File>
  254. </Filter>
  255. <Filter
  256. Name="RakNet"
  257. >
  258. <File
  259. RelativePath="..\..\Source\FormatString.cpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\..\Source\FormatString.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath="..\..\Source\RakSleep.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath="..\..\Source\RakSleep.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath="..\..\Source\Rand.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\..\Source\Rand.h"
  280. >
  281. </File>
  282. </Filter>
  283. <File
  284. RelativePath=".\readme.txt"
  285. >
  286. </File>
  287. </Files>
  288. <Globals>
  289. </Globals>
  290. </VisualStudioProject>
粤ICP备19079148号