RocketControls.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="RocketControls"
  6. ProjectGUID="{1AAC0B29-AEC9-4E3F-9EDF-B56F8949C41B}"
  7. RootNamespace="controls"
  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,RocketControls_EXPORTS"
  45. UsePrecompiledHeader="0"
  46. />
  47. <Tool
  48. Name="VCManagedResourceCompilerTool"
  49. />
  50. <Tool
  51. Name="VCResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCPreLinkEventTool"
  55. />
  56. <Tool
  57. Name="VCLinkerTool"
  58. AdditionalDependencies="RocketCore_d.lib"
  59. OutputFile="..\bin\$(ProjectName)_d.dll"
  60. AdditionalLibraryDirectories="..\bin"
  61. RandomizedBaseAddress="1"
  62. DataExecutionPrevention="0"
  63. />
  64. <Tool
  65. Name="VCALinkTool"
  66. />
  67. <Tool
  68. Name="VCManifestTool"
  69. />
  70. <Tool
  71. Name="VCXDCMakeTool"
  72. />
  73. <Tool
  74. Name="VCBscMakeTool"
  75. />
  76. <Tool
  77. Name="VCFxCopTool"
  78. />
  79. <Tool
  80. Name="VCAppVerifierTool"
  81. />
  82. <Tool
  83. Name="VCPostBuildEventTool"
  84. />
  85. </Configuration>
  86. <Configuration
  87. Name="Release|Win32"
  88. OutputDirectory="$(IntDir)"
  89. ConfigurationType="2"
  90. InheritedPropertySheets=".\vsprops\BuildConfigurationDLLRelease.vsprops"
  91. CharacterSet="1"
  92. WholeProgramOptimization="1"
  93. >
  94. <Tool
  95. Name="VCPreBuildEventTool"
  96. />
  97. <Tool
  98. Name="VCCustomBuildTool"
  99. />
  100. <Tool
  101. Name="VCXMLDataGeneratorTool"
  102. />
  103. <Tool
  104. Name="VCWebServiceProxyGeneratorTool"
  105. />
  106. <Tool
  107. Name="VCMIDLTool"
  108. />
  109. <Tool
  110. Name="VCCLCompilerTool"
  111. AdditionalIncludeDirectories="..\Include"
  112. PreprocessorDefinitions="_WIN32,NDEBUG,RocketControls_EXPORTS"
  113. UsePrecompiledHeader="0"
  114. />
  115. <Tool
  116. Name="VCManagedResourceCompilerTool"
  117. />
  118. <Tool
  119. Name="VCResourceCompilerTool"
  120. />
  121. <Tool
  122. Name="VCPreLinkEventTool"
  123. />
  124. <Tool
  125. Name="VCLinkerTool"
  126. AdditionalDependencies="RocketCore.lib"
  127. OutputFile="..\bin\$(ProjectName).dll"
  128. AdditionalLibraryDirectories="..\bin"
  129. RandomizedBaseAddress="1"
  130. DataExecutionPrevention="0"
  131. />
  132. <Tool
  133. Name="VCALinkTool"
  134. />
  135. <Tool
  136. Name="VCManifestTool"
  137. />
  138. <Tool
  139. Name="VCXDCMakeTool"
  140. />
  141. <Tool
  142. Name="VCBscMakeTool"
  143. />
  144. <Tool
  145. Name="VCFxCopTool"
  146. />
  147. <Tool
  148. Name="VCAppVerifierTool"
  149. />
  150. <Tool
  151. Name="VCPostBuildEventTool"
  152. />
  153. </Configuration>
  154. </Configurations>
  155. <References>
  156. </References>
  157. <Files>
  158. <Filter
  159. Name="Plugin"
  160. >
  161. <File
  162. RelativePath="..\Source\Controls\Controls.cpp"
  163. >
  164. </File>
  165. <File
  166. RelativePath="..\Include\Rocket\Controls\Controls.h"
  167. >
  168. </File>
  169. <File
  170. RelativePath="..\Include\Rocket\Controls\Header.h"
  171. >
  172. </File>
  173. </Filter>
  174. <Filter
  175. Name="Forms"
  176. >
  177. <File
  178. RelativePath="..\Source\Controls\ElementForm.cpp"
  179. >
  180. </File>
  181. <File
  182. RelativePath="..\Include\Rocket\Controls\ElementForm.h"
  183. >
  184. </File>
  185. <File
  186. RelativePath="..\Source\Controls\ElementFormControl.cpp"
  187. >
  188. </File>
  189. <File
  190. RelativePath="..\Include\Rocket\Controls\ElementFormControl.h"
  191. >
  192. </File>
  193. <Filter
  194. Name="Controls"
  195. >
  196. <File
  197. RelativePath="..\Source\Controls\ElementFormControlDataSelect.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\Include\Rocket\Controls\ElementFormControlDataSelect.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\Source\Controls\ElementFormControlInput.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\Include\Rocket\Controls\ElementFormControlInput.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\Source\Controls\ElementFormControlSelect.cpp"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\Include\Rocket\Controls\ElementFormControlSelect.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath="..\Source\Controls\ElementFormControlTextArea.cpp"
  222. >
  223. </File>
  224. <File
  225. RelativePath="..\Include\Rocket\Controls\ElementFormControlTextArea.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\Source\Controls\SelectOption.cpp"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\Include\Rocket\Controls\SelectOption.h"
  234. >
  235. </File>
  236. <Filter
  237. Name="Widgets"
  238. >
  239. <File
  240. RelativePath="..\Source\Controls\ElementTextSelection.cpp"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\Source\Controls\ElementTextSelection.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\Source\Controls\WidgetDropDown.cpp"
  249. >
  250. </File>
  251. <File
  252. RelativePath="..\Source\Controls\WidgetDropDown.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath="..\Source\Controls\WidgetSlider.cpp"
  257. >
  258. </File>
  259. <File
  260. RelativePath="..\Source\Controls\WidgetSlider.h"
  261. >
  262. </File>
  263. <File
  264. RelativePath="..\Source\Controls\WidgetSliderInput.cpp"
  265. >
  266. </File>
  267. <File
  268. RelativePath="..\Source\Controls\WidgetSliderInput.h"
  269. >
  270. </File>
  271. <File
  272. RelativePath="..\Source\Controls\WidgetTextInput.cpp"
  273. >
  274. </File>
  275. <File
  276. RelativePath="..\Source\Controls\WidgetTextInput.h"
  277. >
  278. </File>
  279. <File
  280. RelativePath="..\Source\Controls\WidgetTextInputMultiLine.cpp"
  281. >
  282. </File>
  283. <File
  284. RelativePath="..\Source\Controls\WidgetTextInputMultiLine.h"
  285. >
  286. </File>
  287. <File
  288. RelativePath="..\Source\Controls\WidgetTextInputSingleLine.cpp"
  289. >
  290. </File>
  291. <File
  292. RelativePath="..\Source\Controls\WidgetTextInputSingleLine.h"
  293. >
  294. </File>
  295. <File
  296. RelativePath="..\Source\Controls\WidgetTextInputSingleLinePassword.cpp"
  297. >
  298. </File>
  299. <File
  300. RelativePath="..\Source\Controls\WidgetTextInputSingleLinePassword.h"
  301. >
  302. </File>
  303. </Filter>
  304. <Filter
  305. Name="Input Types"
  306. >
  307. <File
  308. RelativePath="..\Source\Controls\InputType.cpp"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\Source\Controls\InputType.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\Source\Controls\InputTypeButton.cpp"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\Source\Controls\InputTypeButton.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\Source\Controls\InputTypeCheckbox.cpp"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\Source\Controls\InputTypeCheckbox.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\Source\Controls\InputTypeRadio.cpp"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\Source\Controls\InputTypeRadio.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\Source\Controls\InputTypeRange.cpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\Source\Controls\InputTypeRange.h"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\Source\Controls\InputTypeSubmit.cpp"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\Source\Controls\InputTypeSubmit.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\Source\Controls\InputTypeText.cpp"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\Source\Controls\InputTypeText.h"
  361. >
  362. </File>
  363. </Filter>
  364. </Filter>
  365. <Filter
  366. Name="Parsers"
  367. >
  368. <File
  369. RelativePath="..\Source\Controls\XMLNodeHandlerTextArea.cpp"
  370. >
  371. </File>
  372. <File
  373. RelativePath="..\Source\Controls\XMLNodeHandlerTextArea.h"
  374. >
  375. </File>
  376. </Filter>
  377. <Filter
  378. Name="Clipboard"
  379. >
  380. <File
  381. RelativePath="..\Source\Controls\Clipboard.cpp"
  382. >
  383. </File>
  384. <File
  385. RelativePath="..\Include\Rocket\Controls\Clipboard.h"
  386. >
  387. </File>
  388. </Filter>
  389. </Filter>
  390. <Filter
  391. Name="Tab Set"
  392. >
  393. <File
  394. RelativePath="..\Source\Controls\ElementTabSet.cpp"
  395. >
  396. </File>
  397. <File
  398. RelativePath="..\Include\Rocket\Controls\ElementTabSet.h"
  399. >
  400. </File>
  401. <Filter
  402. Name="Parser"
  403. >
  404. <File
  405. RelativePath="..\Source\Controls\XMLNodeHandlerTabSet.cpp"
  406. >
  407. </File>
  408. <File
  409. RelativePath="..\Source\Controls\XMLNodeHandlerTabSet.h"
  410. >
  411. </File>
  412. </Filter>
  413. </Filter>
  414. <Filter
  415. Name="Data Grid"
  416. >
  417. <File
  418. RelativePath="..\Source\Controls\ElementDataGrid.cpp"
  419. >
  420. </File>
  421. <File
  422. RelativePath="..\Include\Rocket\Controls\ElementDataGrid.h"
  423. >
  424. </File>
  425. <File
  426. RelativePath="..\Source\Controls\ElementDataGridCell.cpp"
  427. >
  428. </File>
  429. <File
  430. RelativePath="..\Include\Rocket\Controls\ElementDataGridCell.h"
  431. >
  432. </File>
  433. <File
  434. RelativePath="..\Source\Controls\ElementDataGridExpandButton.cpp"
  435. >
  436. </File>
  437. <File
  438. RelativePath="..\Include\Rocket\Controls\ElementDataGridExpandButton.h"
  439. >
  440. </File>
  441. <File
  442. RelativePath="..\Source\Controls\ElementDataGridRow.cpp"
  443. >
  444. </File>
  445. <File
  446. RelativePath="..\Include\Rocket\Controls\ElementDataGridRow.h"
  447. >
  448. </File>
  449. <Filter
  450. Name="Parser"
  451. >
  452. <File
  453. RelativePath="..\Source\Controls\XMLNodeHandlerDataGrid.cpp"
  454. >
  455. </File>
  456. <File
  457. RelativePath="..\Source\Controls\XMLNodeHandlerDataGrid.h"
  458. >
  459. </File>
  460. </Filter>
  461. <Filter
  462. Name="Data Source"
  463. >
  464. <File
  465. RelativePath="..\Source\Controls\DataFormatter.cpp"
  466. >
  467. </File>
  468. <File
  469. RelativePath="..\Include\Rocket\Controls\DataFormatter.h"
  470. >
  471. </File>
  472. <File
  473. RelativePath="..\Source\Controls\DataQuery.cpp"
  474. >
  475. </File>
  476. <File
  477. RelativePath="..\Include\Rocket\Controls\DataQuery.h"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\Source\Controls\DataSource.cpp"
  482. >
  483. </File>
  484. <File
  485. RelativePath="..\Include\Rocket\Controls\DataSource.h"
  486. >
  487. </File>
  488. <File
  489. RelativePath="..\Source\Controls\DataSourceListener.cpp"
  490. >
  491. </File>
  492. <File
  493. RelativePath="..\Include\Rocket\Controls\DataSourceListener.h"
  494. >
  495. </File>
  496. </Filter>
  497. </Filter>
  498. <File
  499. RelativePath="..\Include\Rocket\Controls.h"
  500. >
  501. </File>
  502. </Files>
  503. <Globals>
  504. </Globals>
  505. </VisualStudioProject>