RocketControlsPython.vcproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="RocketControlsPython"
  6. ProjectGUID="{206AC8CC-432B-4B7C-C497-2CF315AEE1C1}"
  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 RocketControls_d.lib python27_d.lib boost_python-vc90-mt-gyd-1_44.lib"
  57. OutputFile="..\bin\_rocketcontrols_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 RocketControls.lib python27.lib boost_python-vc90-mt-1_44.lib"
  123. OutputFile="..\bin\_rocketcontrols.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="Elements"
  156. >
  157. <File
  158. RelativePath="..\Source\Controls\Python\DataGridRowProxy.cpp"
  159. >
  160. </File>
  161. <File
  162. RelativePath="..\Source\Controls\Python\DataGridRowProxy.h"
  163. >
  164. </File>
  165. <File
  166. RelativePath="..\Source\Controls\Python\ElementInterface.cpp"
  167. >
  168. </File>
  169. <File
  170. RelativePath="..\Source\Controls\Python\ElementInterface.h"
  171. >
  172. </File>
  173. <File
  174. RelativePath="..\Source\Controls\Python\SelectOptionProxy.cpp"
  175. >
  176. </File>
  177. <File
  178. RelativePath="..\Source\Controls\Python\SelectOptionProxy.h"
  179. >
  180. </File>
  181. </Filter>
  182. <Filter
  183. Name="Precompiled Header"
  184. >
  185. <File
  186. RelativePath="..\Source\Controls\Python\precompiled.cpp"
  187. >
  188. <FileConfiguration
  189. Name="Debug|Win32"
  190. >
  191. <Tool
  192. Name="VCCLCompilerTool"
  193. UsePrecompiledHeader="1"
  194. />
  195. </FileConfiguration>
  196. <FileConfiguration
  197. Name="Release|Win32"
  198. >
  199. <Tool
  200. Name="VCCLCompilerTool"
  201. UsePrecompiledHeader="1"
  202. />
  203. </FileConfiguration>
  204. </File>
  205. <File
  206. RelativePath="..\Source\Controls\Python\precompiled.h"
  207. >
  208. </File>
  209. </Filter>
  210. <Filter
  211. Name="DataSource"
  212. >
  213. <File
  214. RelativePath="..\Source\Controls\Python\DataFormatterWrapper.cpp"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\Source\Controls\Python\DataFormatterWrapper.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\Source\Controls\Python\DataSourceWrapper.cpp"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\Source\Controls\Python\DataSourceWrapper.h"
  227. >
  228. </File>
  229. </Filter>
  230. <File
  231. RelativePath="..\Source\Controls\Python\Module.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\Source\Controls\Python\Module.h"
  236. >
  237. </File>
  238. </Files>
  239. <Globals>
  240. </Globals>
  241. </VisualStudioProject>