RocketDebugger.vcproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="RocketDebugger"
  6. ProjectGUID="{1AAC0B29-AEC9-4E3F-9EDF-B56F8949C41A}"
  7. RootNamespace="debugger"
  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="$(IntDir)"
  22. ConfigurationType="2"
  23. InheritedPropertySheets=".\vsprops\BuildConfigurationDLLDebug.vsprops"
  24. CharacterSet="1"
  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. AdditionalIncludeDirectories="..\Include"
  44. PreprocessorDefinitions="_WIN32,_DEBUG,RocketDebugger_EXPORTS"
  45. RuntimeLibrary="3"
  46. UsePrecompiledHeader="0"
  47. />
  48. <Tool
  49. Name="VCManagedResourceCompilerTool"
  50. />
  51. <Tool
  52. Name="VCResourceCompilerTool"
  53. />
  54. <Tool
  55. Name="VCPreLinkEventTool"
  56. />
  57. <Tool
  58. Name="VCLinkerTool"
  59. AdditionalDependencies="RocketCore_d.lib"
  60. OutputFile="..\bin\$(ProjectName)_d.dll"
  61. AdditionalLibraryDirectories="..\bin"
  62. RandomizedBaseAddress="1"
  63. DataExecutionPrevention="0"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCManifestTool"
  70. />
  71. <Tool
  72. Name="VCXDCMakeTool"
  73. />
  74. <Tool
  75. Name="VCBscMakeTool"
  76. />
  77. <Tool
  78. Name="VCFxCopTool"
  79. />
  80. <Tool
  81. Name="VCAppVerifierTool"
  82. />
  83. <Tool
  84. Name="VCPostBuildEventTool"
  85. />
  86. </Configuration>
  87. <Configuration
  88. Name="Release|Win32"
  89. OutputDirectory="$(IntDir)"
  90. ConfigurationType="2"
  91. InheritedPropertySheets=".\vsprops\BuildConfigurationDLLRelease.vsprops"
  92. CharacterSet="1"
  93. WholeProgramOptimization="1"
  94. >
  95. <Tool
  96. Name="VCPreBuildEventTool"
  97. />
  98. <Tool
  99. Name="VCCustomBuildTool"
  100. />
  101. <Tool
  102. Name="VCXMLDataGeneratorTool"
  103. />
  104. <Tool
  105. Name="VCWebServiceProxyGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCMIDLTool"
  109. />
  110. <Tool
  111. Name="VCCLCompilerTool"
  112. AdditionalIncludeDirectories="..\Include"
  113. PreprocessorDefinitions="_WIN32,NDEBUG,RocketDebugger_EXPORTS"
  114. RuntimeLibrary="2"
  115. UsePrecompiledHeader="0"
  116. />
  117. <Tool
  118. Name="VCManagedResourceCompilerTool"
  119. />
  120. <Tool
  121. Name="VCResourceCompilerTool"
  122. />
  123. <Tool
  124. Name="VCPreLinkEventTool"
  125. />
  126. <Tool
  127. Name="VCLinkerTool"
  128. AdditionalDependencies="RocketCore.lib"
  129. OutputFile="..\bin\$(ProjectName).dll"
  130. AdditionalLibraryDirectories="..\bin"
  131. RandomizedBaseAddress="1"
  132. DataExecutionPrevention="0"
  133. />
  134. <Tool
  135. Name="VCALinkTool"
  136. />
  137. <Tool
  138. Name="VCManifestTool"
  139. />
  140. <Tool
  141. Name="VCXDCMakeTool"
  142. />
  143. <Tool
  144. Name="VCBscMakeTool"
  145. />
  146. <Tool
  147. Name="VCFxCopTool"
  148. />
  149. <Tool
  150. Name="VCAppVerifierTool"
  151. />
  152. <Tool
  153. Name="VCPostBuildEventTool"
  154. />
  155. </Configuration>
  156. </Configurations>
  157. <References>
  158. </References>
  159. <Files>
  160. <Filter
  161. Name="Plugin"
  162. >
  163. <File
  164. RelativePath="..\Source\Debugger\Plugin.cpp"
  165. >
  166. </File>
  167. <File
  168. RelativePath="..\Source\Debugger\Plugin.h"
  169. >
  170. </File>
  171. <Filter
  172. Name="Elements"
  173. >
  174. <File
  175. RelativePath="..\Source\Debugger\ElementContextHook.cpp"
  176. >
  177. </File>
  178. <File
  179. RelativePath="..\Source\Debugger\ElementContextHook.h"
  180. >
  181. </File>
  182. <File
  183. RelativePath="..\Source\Debugger\ElementInfo.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath="..\Source\Debugger\ElementInfo.h"
  188. >
  189. </File>
  190. <File
  191. RelativePath="..\Source\Debugger\ElementLog.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath="..\Source\Debugger\ElementLog.h"
  196. >
  197. </File>
  198. </Filter>
  199. <Filter
  200. Name="Source"
  201. >
  202. <File
  203. RelativePath="..\Source\Debugger\BeaconSource.h"
  204. >
  205. </File>
  206. <File
  207. RelativePath="..\Source\Debugger\CommonSource.h"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\Source\Debugger\FontSource.h"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\Source\Debugger\InfoSource.h"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\Source\Debugger\LogSource.h"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\Source\Debugger\MenuSource.h"
  224. >
  225. </File>
  226. </Filter>
  227. </Filter>
  228. <Filter
  229. Name="Debugger"
  230. >
  231. <File
  232. RelativePath="..\Source\Debugger\Debugger.cpp"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\Include\Rocket\Debugger\Debugger.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath="..\Source\Debugger\Geometry.cpp"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\Source\Debugger\Geometry.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\Include\Rocket\Debugger\Header.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath="..\Source\Debugger\SystemInterface.cpp"
  253. >
  254. </File>
  255. <File
  256. RelativePath="..\Source\Debugger\SystemInterface.h"
  257. >
  258. </File>
  259. </Filter>
  260. <File
  261. RelativePath="..\Include\Rocket\Debugger.h"
  262. >
  263. </File>
  264. </Files>
  265. <Globals>
  266. </Globals>
  267. </VisualStudioProject>