RocketCorePython.vcproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="RocketCorePython"
  6. ProjectGUID="{286AC8CC-432A-4B7C-C497-2CF315AEE1FE}"
  7. RootNamespace="core"
  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. ConfigurationType="2"
  22. InheritedPropertySheets=".\vsprops\BuildConfigurationDLLDebug.vsprops"
  23. >
  24. <Tool
  25. Name="VCPreBuildEventTool"
  26. />
  27. <Tool
  28. Name="VCCustomBuildTool"
  29. />
  30. <Tool
  31. Name="VCXMLDataGeneratorTool"
  32. />
  33. <Tool
  34. Name="VCWebServiceProxyGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCMIDLTool"
  38. />
  39. <Tool
  40. Name="VCCLCompilerTool"
  41. AdditionalIncludeDirectories="..\include\;..\Source\Core;..\..\support\boost\;..\..\support\python\include\;..\..\support\python\PC"
  42. WarningLevel="3"
  43. />
  44. <Tool
  45. Name="VCManagedResourceCompilerTool"
  46. />
  47. <Tool
  48. Name="VCResourceCompilerTool"
  49. />
  50. <Tool
  51. Name="VCPreLinkEventTool"
  52. />
  53. <Tool
  54. Name="VCLinkerTool"
  55. LinkLibraryDependencies="false"
  56. AdditionalDependencies="RocketCore_d.lib python27_d.lib boost_python-vc90-mt-gyd-1_44.lib"
  57. OutputFile="..\bin\_rocketcore_d.pyd"
  58. AdditionalLibraryDirectories="..\bin;..\..\support\lib"
  59. RandomizedBaseAddress="1"
  60. DataExecutionPrevention="0"
  61. />
  62. <Tool
  63. Name="VCALinkTool"
  64. />
  65. <Tool
  66. Name="VCManifestTool"
  67. />
  68. <Tool
  69. Name="VCXDCMakeTool"
  70. />
  71. <Tool
  72. Name="VCBscMakeTool"
  73. />
  74. <Tool
  75. Name="VCFxCopTool"
  76. />
  77. <Tool
  78. Name="VCAppVerifierTool"
  79. />
  80. <Tool
  81. Name="VCPostBuildEventTool"
  82. />
  83. </Configuration>
  84. <Configuration
  85. Name="Release|Win32"
  86. ConfigurationType="2"
  87. InheritedPropertySheets=".\vsprops\BuildConfigurationDLLRelease.vsprops"
  88. WholeProgramOptimization="1"
  89. >
  90. <Tool
  91. Name="VCPreBuildEventTool"
  92. />
  93. <Tool
  94. Name="VCCustomBuildTool"
  95. />
  96. <Tool
  97. Name="VCXMLDataGeneratorTool"
  98. />
  99. <Tool
  100. Name="VCWebServiceProxyGeneratorTool"
  101. />
  102. <Tool
  103. Name="VCMIDLTool"
  104. />
  105. <Tool
  106. Name="VCCLCompilerTool"
  107. AdditionalIncludeDirectories="..\include\;..\Source\Core;..\..\support\boost\;..\..\support\python\include\;..\..\support\python\PC"
  108. WarningLevel="3"
  109. />
  110. <Tool
  111. Name="VCManagedResourceCompilerTool"
  112. />
  113. <Tool
  114. Name="VCResourceCompilerTool"
  115. />
  116. <Tool
  117. Name="VCPreLinkEventTool"
  118. />
  119. <Tool
  120. Name="VCLinkerTool"
  121. LinkLibraryDependencies="false"
  122. AdditionalDependencies="RocketCore.lib python27.lib boost_python-vc90-mt-1_44.lib"
  123. OutputFile="..\bin\_rocketcore.pyd"
  124. AdditionalLibraryDirectories="..\bin;..\..\support\lib"
  125. RandomizedBaseAddress="1"
  126. DataExecutionPrevention="0"
  127. />
  128. <Tool
  129. Name="VCALinkTool"
  130. />
  131. <Tool
  132. Name="VCManifestTool"
  133. />
  134. <Tool
  135. Name="VCXDCMakeTool"
  136. />
  137. <Tool
  138. Name="VCBscMakeTool"
  139. />
  140. <Tool
  141. Name="VCFxCopTool"
  142. />
  143. <Tool
  144. Name="VCAppVerifierTool"
  145. />
  146. <Tool
  147. Name="VCPostBuildEventTool"
  148. />
  149. </Configuration>
  150. </Configurations>
  151. <References>
  152. </References>
  153. <Files>
  154. <Filter
  155. Name="Context"
  156. >
  157. <File
  158. RelativePath="..\Source\Core\Python\ContextDocumentProxy.cpp"
  159. >
  160. </File>
  161. <File
  162. RelativePath="..\Source\Core\Python\ContextDocumentProxy.h"
  163. >
  164. </File>
  165. <File
  166. RelativePath="..\Source\Core\Python\ContextInstancer.cpp"
  167. >
  168. </File>
  169. <File
  170. RelativePath="..\Source\Core\Python\ContextInstancer.h"
  171. >
  172. </File>
  173. <File
  174. RelativePath="..\Source\Core\Python\ContextInterface.cpp"
  175. >
  176. </File>
  177. <File
  178. RelativePath="..\Source\Core\Python\ContextInterface.h"
  179. >
  180. </File>
  181. <File
  182. RelativePath="..\Source\Core\Python\ContextProxy.cpp"
  183. >
  184. </File>
  185. <File
  186. RelativePath="..\Source\Core\Python\ContextProxy.h"
  187. >
  188. </File>
  189. </Filter>
  190. <Filter
  191. Name="Elements"
  192. >
  193. <File
  194. RelativePath="..\Source\Core\Python\ElementAttributeProxy.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath="..\Source\Core\Python\ElementAttributeProxy.h"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\Source\Core\Python\ElementChildrenProxy.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\Source\Core\Python\ElementChildrenProxy.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\Source\Core\Python\ElementDocumentWrapper.cpp"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\Source\Core\Python\ElementDocumentWrapper.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\Include\Rocket\Core\Python\ElementInstancer.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\Source\Core\Python\ElementInterface.cpp"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\Source\Core\Python\ElementInterface.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\Source\Core\Python\ElementStyleProxy.cpp"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\Source\Core\Python\ElementStyleProxy.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\Include\Rocket\Core\Python\ElementWrapper.h"
  239. >
  240. </File>
  241. </Filter>
  242. <Filter
  243. Name="Events"
  244. >
  245. <File
  246. RelativePath="..\Source\Core\Python\EventInstancer.cpp"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\Source\Core\Python\EventInstancer.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\Source\Core\Python\EventInterface.cpp"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\Source\Core\Python\EventInterface.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\Source\Core\Python\EventListener.cpp"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\Source\Core\Python\EventListener.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\Source\Core\Python\EventListenerInstancer.cpp"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\Source\Core\Python\EventListenerInstancer.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\Source\Core\Python\EventWrapper.cpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath="..\Source\Core\Python\EventWrapper.h"
  283. >
  284. </File>
  285. </Filter>
  286. <Filter
  287. Name="Precompiled Header"
  288. >
  289. <File
  290. RelativePath="..\Source\Core\Python\precompiled.cpp"
  291. >
  292. <FileConfiguration
  293. Name="Debug|Win32"
  294. >
  295. <Tool
  296. Name="VCCLCompilerTool"
  297. UsePrecompiledHeader="1"
  298. />
  299. </FileConfiguration>
  300. <FileConfiguration
  301. Name="Release|Win32"
  302. >
  303. <Tool
  304. Name="VCCLCompilerTool"
  305. UsePrecompiledHeader="1"
  306. />
  307. </FileConfiguration>
  308. </File>
  309. <File
  310. RelativePath="..\Source\Core\Python\precompiled.h"
  311. >
  312. </File>
  313. </Filter>
  314. <Filter
  315. Name="Core"
  316. >
  317. <File
  318. RelativePath="..\Source\Core\Python\Converters.cpp"
  319. >
  320. </File>
  321. <File
  322. RelativePath="..\Include\Rocket\Core\Python\ConverterScriptObject.h"
  323. >
  324. </File>
  325. <File
  326. RelativePath="..\Source\Core\Python\Interfaces.cpp"
  327. >
  328. </File>
  329. <File
  330. RelativePath="..\Include\Rocket\Core\Python\NameIndexInterface.h"
  331. >
  332. </File>
  333. <File
  334. RelativePath="..\Include\Rocket\Core\Python\PickleTypeConverter.h"
  335. >
  336. </File>
  337. <File
  338. RelativePath="..\Include\Rocket\Core\Python\Python.h"
  339. >
  340. </File>
  341. <File
  342. RelativePath="..\Source\Core\Python\Utilities.cpp"
  343. >
  344. </File>
  345. <File
  346. RelativePath="..\Include\Rocket\Core\Python\Utilities.h"
  347. >
  348. </File>
  349. <File
  350. RelativePath="..\Include\Rocket\Core\Python\VectorInterface.h"
  351. >
  352. </File>
  353. <File
  354. RelativePath="..\Include\Rocket\Core\Python\Wrapper.h"
  355. >
  356. </File>
  357. <File
  358. RelativePath="..\Include\Rocket\Core\Python\WrapperIter.h"
  359. >
  360. </File>
  361. </Filter>
  362. <File
  363. RelativePath="..\Include\Rocket\Core\Python\Header.h"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\Source\Core\Python\Module.cpp"
  368. >
  369. </File>
  370. <File
  371. RelativePath="..\Source\Core\Python\Module.h"
  372. >
  373. </File>
  374. </Files>
  375. <Globals>
  376. </Globals>
  377. </VisualStudioProject>