XListCtrlSS.vcproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="XListCtrlSS"
  6. ProjectGUID="{B42B0756-5E6D-4368-9BB8-821EB1DCFD02}"
  7. Keyword="MFCProj"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug Unicode|Win32"
  20. OutputDirectory=".\Debug_Unicode"
  21. IntermediateDirectory=".\Debug_Unicode"
  22. ConfigurationType="4"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  24. UseOfMFC="1"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="1"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. PreprocessorDefinitions="_DEBUG;UNICODE;WIN32;_WINDOWS;XLISTCTRLLIB_STATIC"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. UsePrecompiledHeader="2"
  51. PrecompiledHeaderThrough="stdafx.h"
  52. PrecompiledHeaderFile=".\Debug_Unicode/XListCtrlSS.pch"
  53. AssemblerListingLocation=".\Debug_Unicode/"
  54. ObjectFile=".\Debug_Unicode/"
  55. ProgramDataBaseFileName=".\Debug_Unicode/"
  56. WarningLevel="4"
  57. SuppressStartupBanner="true"
  58. DebugInformationFormat="4"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="_DEBUG"
  66. Culture="1033"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLibrarianTool"
  73. OutputFile="Debug_Unicode\XListCtrlSSDU.lib"
  74. SuppressStartupBanner="true"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. SuppressStartupBanner="true"
  85. OutputFile=".\Debug_Unicode/XListCtrlSS.bsc"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. Description="Copying file..."
  93. CommandLine="mkdir ..\bin 2&gt; nul&#x0D;&#x0A;copy $(Outdir)\$(TargetName).lib ..\bin 1&gt; nul&#x0D;&#x0A;"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Release Unicode|Win32"
  98. OutputDirectory=".\Release_Unicode"
  99. IntermediateDirectory=".\Release_Unicode"
  100. ConfigurationType="4"
  101. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  102. UseOfMFC="1"
  103. ATLMinimizesCRunTimeLibraryUsage="false"
  104. CharacterSet="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. Optimization="2"
  124. InlineFunctionExpansion="1"
  125. PreprocessorDefinitions="NDEBUG;UNIOCODE;WIN32;_WINDOWS;XLISTCTRLLIB_STATIC"
  126. StringPooling="true"
  127. RuntimeLibrary="0"
  128. EnableFunctionLevelLinking="true"
  129. UsePrecompiledHeader="2"
  130. PrecompiledHeaderThrough="stdafx.h"
  131. PrecompiledHeaderFile=".\Release_Unicode/XListCtrlSS.pch"
  132. AssemblerListingLocation=".\Release_Unicode/"
  133. ObjectFile=".\Release_Unicode/"
  134. ProgramDataBaseFileName=".\Release_Unicode/"
  135. WarningLevel="4"
  136. SuppressStartupBanner="true"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. PreprocessorDefinitions="NDEBUG"
  144. Culture="1033"
  145. />
  146. <Tool
  147. Name="VCPreLinkEventTool"
  148. />
  149. <Tool
  150. Name="VCLibrarianTool"
  151. OutputFile="Release_Unicode\XListCtrlSSRU.lib"
  152. SuppressStartupBanner="true"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. SuppressStartupBanner="true"
  163. OutputFile=".\Release_Unicode/XListCtrlSS.bsc"
  164. />
  165. <Tool
  166. Name="VCFxCopTool"
  167. />
  168. <Tool
  169. Name="VCPostBuildEventTool"
  170. Description="Copying file..."
  171. CommandLine="mkdir ..\bin 2&gt; nul&#x0D;&#x0A;copy $(Outdir)\$(TargetName).lib ..\bin 1&gt; nul&#x0D;&#x0A;"
  172. />
  173. </Configuration>
  174. <Configuration
  175. Name="Release|Win32"
  176. OutputDirectory=".\Release"
  177. IntermediateDirectory=".\Release"
  178. ConfigurationType="4"
  179. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  180. UseOfMFC="1"
  181. ATLMinimizesCRunTimeLibraryUsage="false"
  182. CharacterSet="2"
  183. >
  184. <Tool
  185. Name="VCPreBuildEventTool"
  186. />
  187. <Tool
  188. Name="VCCustomBuildTool"
  189. />
  190. <Tool
  191. Name="VCXMLDataGeneratorTool"
  192. />
  193. <Tool
  194. Name="VCWebServiceProxyGeneratorTool"
  195. />
  196. <Tool
  197. Name="VCMIDLTool"
  198. />
  199. <Tool
  200. Name="VCCLCompilerTool"
  201. Optimization="2"
  202. InlineFunctionExpansion="1"
  203. PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XLISTCTRLLIB_STATIC"
  204. StringPooling="true"
  205. RuntimeLibrary="0"
  206. EnableFunctionLevelLinking="true"
  207. UsePrecompiledHeader="2"
  208. PrecompiledHeaderThrough="stdafx.h"
  209. PrecompiledHeaderFile=".\Release/XListCtrlSS.pch"
  210. AssemblerListingLocation=".\Release/"
  211. ObjectFile=".\Release/"
  212. ProgramDataBaseFileName=".\Release/"
  213. WarningLevel="4"
  214. SuppressStartupBanner="true"
  215. />
  216. <Tool
  217. Name="VCManagedResourceCompilerTool"
  218. />
  219. <Tool
  220. Name="VCResourceCompilerTool"
  221. PreprocessorDefinitions="NDEBUG"
  222. Culture="1033"
  223. />
  224. <Tool
  225. Name="VCPreLinkEventTool"
  226. />
  227. <Tool
  228. Name="VCLibrarianTool"
  229. OutputFile="Release\XListCtrlSSRA.lib"
  230. SuppressStartupBanner="true"
  231. />
  232. <Tool
  233. Name="VCALinkTool"
  234. />
  235. <Tool
  236. Name="VCXDCMakeTool"
  237. />
  238. <Tool
  239. Name="VCBscMakeTool"
  240. SuppressStartupBanner="true"
  241. OutputFile=".\Release/XListCtrlSS.bsc"
  242. />
  243. <Tool
  244. Name="VCFxCopTool"
  245. />
  246. <Tool
  247. Name="VCPostBuildEventTool"
  248. Description="Copying file..."
  249. CommandLine="mkdir ..\bin 2&gt; nul&#x0D;&#x0A;copy $(Outdir)\$(TargetName).lib ..\bin 1&gt; nul&#x0D;&#x0A;"
  250. />
  251. </Configuration>
  252. <Configuration
  253. Name="Debug|Win32"
  254. OutputDirectory=".\Debug"
  255. IntermediateDirectory=".\Debug"
  256. ConfigurationType="4"
  257. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  258. UseOfMFC="1"
  259. ATLMinimizesCRunTimeLibraryUsage="false"
  260. CharacterSet="2"
  261. >
  262. <Tool
  263. Name="VCPreBuildEventTool"
  264. />
  265. <Tool
  266. Name="VCCustomBuildTool"
  267. />
  268. <Tool
  269. Name="VCXMLDataGeneratorTool"
  270. />
  271. <Tool
  272. Name="VCWebServiceProxyGeneratorTool"
  273. />
  274. <Tool
  275. Name="VCMIDLTool"
  276. />
  277. <Tool
  278. Name="VCCLCompilerTool"
  279. Optimization="0"
  280. PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;XLISTCTRLLIB_STATIC"
  281. MinimalRebuild="true"
  282. BasicRuntimeChecks="3"
  283. RuntimeLibrary="1"
  284. UsePrecompiledHeader="2"
  285. PrecompiledHeaderThrough="stdafx.h"
  286. PrecompiledHeaderFile=".\Debug/XListCtrlSS.pch"
  287. AssemblerListingLocation=".\Debug/"
  288. ObjectFile=".\Debug/"
  289. ProgramDataBaseFileName=".\Debug/"
  290. WarningLevel="4"
  291. SuppressStartupBanner="true"
  292. DebugInformationFormat="4"
  293. />
  294. <Tool
  295. Name="VCManagedResourceCompilerTool"
  296. />
  297. <Tool
  298. Name="VCResourceCompilerTool"
  299. PreprocessorDefinitions="_DEBUG"
  300. Culture="1033"
  301. />
  302. <Tool
  303. Name="VCPreLinkEventTool"
  304. />
  305. <Tool
  306. Name="VCLibrarianTool"
  307. OutputFile="Debug\XListCtrlSSDA.lib"
  308. SuppressStartupBanner="true"
  309. />
  310. <Tool
  311. Name="VCALinkTool"
  312. />
  313. <Tool
  314. Name="VCXDCMakeTool"
  315. />
  316. <Tool
  317. Name="VCBscMakeTool"
  318. SuppressStartupBanner="true"
  319. OutputFile=".\Debug/XListCtrlSS.bsc"
  320. />
  321. <Tool
  322. Name="VCFxCopTool"
  323. />
  324. <Tool
  325. Name="VCPostBuildEventTool"
  326. Description="Copying file..."
  327. CommandLine="mkdir ..\bin 2&gt; nul&#x0D;&#x0A;copy $(Outdir)\$(TargetName).lib ..\bin 1&gt; nul&#x0D;&#x0A;"
  328. />
  329. </Configuration>
  330. </Configurations>
  331. <References>
  332. </References>
  333. <Files>
  334. <Filter
  335. Name="Source Files"
  336. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  337. >
  338. <File
  339. RelativePath="..\XListCtrl\AdvComboBox.cpp"
  340. >
  341. <FileConfiguration
  342. Name="Debug Unicode|Win32"
  343. >
  344. <Tool
  345. Name="VCCLCompilerTool"
  346. PreprocessorDefinitions=""
  347. />
  348. </FileConfiguration>
  349. <FileConfiguration
  350. Name="Release Unicode|Win32"
  351. >
  352. <Tool
  353. Name="VCCLCompilerTool"
  354. PreprocessorDefinitions=""
  355. />
  356. </FileConfiguration>
  357. <FileConfiguration
  358. Name="Release|Win32"
  359. >
  360. <Tool
  361. Name="VCCLCompilerTool"
  362. PreprocessorDefinitions=""
  363. />
  364. </FileConfiguration>
  365. <FileConfiguration
  366. Name="Debug|Win32"
  367. >
  368. <Tool
  369. Name="VCCLCompilerTool"
  370. PreprocessorDefinitions=""
  371. />
  372. </FileConfiguration>
  373. </File>
  374. <File
  375. RelativePath="..\XListCtrl\AdvComboEdit.cpp"
  376. >
  377. <FileConfiguration
  378. Name="Debug Unicode|Win32"
  379. >
  380. <Tool
  381. Name="VCCLCompilerTool"
  382. PreprocessorDefinitions=""
  383. />
  384. </FileConfiguration>
  385. <FileConfiguration
  386. Name="Release Unicode|Win32"
  387. >
  388. <Tool
  389. Name="VCCLCompilerTool"
  390. PreprocessorDefinitions=""
  391. />
  392. </FileConfiguration>
  393. <FileConfiguration
  394. Name="Release|Win32"
  395. >
  396. <Tool
  397. Name="VCCLCompilerTool"
  398. PreprocessorDefinitions=""
  399. />
  400. </FileConfiguration>
  401. <FileConfiguration
  402. Name="Debug|Win32"
  403. >
  404. <Tool
  405. Name="VCCLCompilerTool"
  406. PreprocessorDefinitions=""
  407. />
  408. </FileConfiguration>
  409. </File>
  410. <File
  411. RelativePath="..\XListCtrl\DropListBox.cpp"
  412. >
  413. <FileConfiguration
  414. Name="Debug Unicode|Win32"
  415. >
  416. <Tool
  417. Name="VCCLCompilerTool"
  418. PreprocessorDefinitions=""
  419. />
  420. </FileConfiguration>
  421. <FileConfiguration
  422. Name="Release Unicode|Win32"
  423. >
  424. <Tool
  425. Name="VCCLCompilerTool"
  426. PreprocessorDefinitions=""
  427. />
  428. </FileConfiguration>
  429. <FileConfiguration
  430. Name="Release|Win32"
  431. >
  432. <Tool
  433. Name="VCCLCompilerTool"
  434. PreprocessorDefinitions=""
  435. />
  436. </FileConfiguration>
  437. <FileConfiguration
  438. Name="Debug|Win32"
  439. >
  440. <Tool
  441. Name="VCCLCompilerTool"
  442. PreprocessorDefinitions=""
  443. />
  444. </FileConfiguration>
  445. </File>
  446. <File
  447. RelativePath="..\XListCtrl\DropScrollBar.cpp"
  448. >
  449. <FileConfiguration
  450. Name="Debug Unicode|Win32"
  451. >
  452. <Tool
  453. Name="VCCLCompilerTool"
  454. PreprocessorDefinitions=""
  455. />
  456. </FileConfiguration>
  457. <FileConfiguration
  458. Name="Release Unicode|Win32"
  459. >
  460. <Tool
  461. Name="VCCLCompilerTool"
  462. PreprocessorDefinitions=""
  463. />
  464. </FileConfiguration>
  465. <FileConfiguration
  466. Name="Release|Win32"
  467. >
  468. <Tool
  469. Name="VCCLCompilerTool"
  470. PreprocessorDefinitions=""
  471. />
  472. </FileConfiguration>
  473. <FileConfiguration
  474. Name="Debug|Win32"
  475. >
  476. <Tool
  477. Name="VCCLCompilerTool"
  478. PreprocessorDefinitions=""
  479. />
  480. </FileConfiguration>
  481. </File>
  482. <File
  483. RelativePath="..\XListCtrl\DropWnd.cpp"
  484. >
  485. <FileConfiguration
  486. Name="Debug Unicode|Win32"
  487. >
  488. <Tool
  489. Name="VCCLCompilerTool"
  490. PreprocessorDefinitions=""
  491. />
  492. </FileConfiguration>
  493. <FileConfiguration
  494. Name="Release Unicode|Win32"
  495. >
  496. <Tool
  497. Name="VCCLCompilerTool"
  498. PreprocessorDefinitions=""
  499. />
  500. </FileConfiguration>
  501. <FileConfiguration
  502. Name="Release|Win32"
  503. >
  504. <Tool
  505. Name="VCCLCompilerTool"
  506. PreprocessorDefinitions=""
  507. />
  508. </FileConfiguration>
  509. <FileConfiguration
  510. Name="Debug|Win32"
  511. >
  512. <Tool
  513. Name="VCCLCompilerTool"
  514. PreprocessorDefinitions=""
  515. />
  516. </FileConfiguration>
  517. </File>
  518. <File
  519. RelativePath="StdAfx.cpp"
  520. >
  521. <FileConfiguration
  522. Name="Debug Unicode|Win32"
  523. >
  524. <Tool
  525. Name="VCCLCompilerTool"
  526. PreprocessorDefinitions=""
  527. UsePrecompiledHeader="1"
  528. />
  529. </FileConfiguration>
  530. <FileConfiguration
  531. Name="Release Unicode|Win32"
  532. >
  533. <Tool
  534. Name="VCCLCompilerTool"
  535. PreprocessorDefinitions=""
  536. UsePrecompiledHeader="1"
  537. />
  538. </FileConfiguration>
  539. <FileConfiguration
  540. Name="Release|Win32"
  541. >
  542. <Tool
  543. Name="VCCLCompilerTool"
  544. PreprocessorDefinitions=""
  545. UsePrecompiledHeader="1"
  546. />
  547. </FileConfiguration>
  548. <FileConfiguration
  549. Name="Debug|Win32"
  550. >
  551. <Tool
  552. Name="VCCLCompilerTool"
  553. PreprocessorDefinitions=""
  554. UsePrecompiledHeader="1"
  555. />
  556. </FileConfiguration>
  557. </File>
  558. <File
  559. RelativePath="..\XListCtrl\VisualStylesXP.cpp"
  560. >
  561. <FileConfiguration
  562. Name="Debug Unicode|Win32"
  563. >
  564. <Tool
  565. Name="VCCLCompilerTool"
  566. PreprocessorDefinitions=""
  567. />
  568. </FileConfiguration>
  569. <FileConfiguration
  570. Name="Release Unicode|Win32"
  571. >
  572. <Tool
  573. Name="VCCLCompilerTool"
  574. PreprocessorDefinitions=""
  575. />
  576. </FileConfiguration>
  577. <FileConfiguration
  578. Name="Release|Win32"
  579. >
  580. <Tool
  581. Name="VCCLCompilerTool"
  582. PreprocessorDefinitions=""
  583. />
  584. </FileConfiguration>
  585. <FileConfiguration
  586. Name="Debug|Win32"
  587. >
  588. <Tool
  589. Name="VCCLCompilerTool"
  590. PreprocessorDefinitions=""
  591. />
  592. </FileConfiguration>
  593. </File>
  594. <File
  595. RelativePath="..\XListCtrl\XCombo.cpp"
  596. >
  597. <FileConfiguration
  598. Name="Debug Unicode|Win32"
  599. >
  600. <Tool
  601. Name="VCCLCompilerTool"
  602. PreprocessorDefinitions=""
  603. />
  604. </FileConfiguration>
  605. <FileConfiguration
  606. Name="Release Unicode|Win32"
  607. >
  608. <Tool
  609. Name="VCCLCompilerTool"
  610. PreprocessorDefinitions=""
  611. />
  612. </FileConfiguration>
  613. <FileConfiguration
  614. Name="Release|Win32"
  615. >
  616. <Tool
  617. Name="VCCLCompilerTool"
  618. PreprocessorDefinitions=""
  619. />
  620. </FileConfiguration>
  621. <FileConfiguration
  622. Name="Debug|Win32"
  623. >
  624. <Tool
  625. Name="VCCLCompilerTool"
  626. PreprocessorDefinitions=""
  627. />
  628. </FileConfiguration>
  629. </File>
  630. <File
  631. RelativePath="..\XListCtrl\XComboList.cpp"
  632. >
  633. <FileConfiguration
  634. Name="Debug Unicode|Win32"
  635. >
  636. <Tool
  637. Name="VCCLCompilerTool"
  638. PreprocessorDefinitions=""
  639. />
  640. </FileConfiguration>
  641. <FileConfiguration
  642. Name="Release Unicode|Win32"
  643. >
  644. <Tool
  645. Name="VCCLCompilerTool"
  646. PreprocessorDefinitions=""
  647. />
  648. </FileConfiguration>
  649. <FileConfiguration
  650. Name="Release|Win32"
  651. >
  652. <Tool
  653. Name="VCCLCompilerTool"
  654. PreprocessorDefinitions=""
  655. />
  656. </FileConfiguration>
  657. <FileConfiguration
  658. Name="Debug|Win32"
  659. >
  660. <Tool
  661. Name="VCCLCompilerTool"
  662. PreprocessorDefinitions=""
  663. />
  664. </FileConfiguration>
  665. </File>
  666. <File
  667. RelativePath="..\XListCtrl\XEdit.cpp"
  668. >
  669. <FileConfiguration
  670. Name="Debug Unicode|Win32"
  671. >
  672. <Tool
  673. Name="VCCLCompilerTool"
  674. PreprocessorDefinitions=""
  675. />
  676. </FileConfiguration>
  677. <FileConfiguration
  678. Name="Release Unicode|Win32"
  679. >
  680. <Tool
  681. Name="VCCLCompilerTool"
  682. PreprocessorDefinitions=""
  683. />
  684. </FileConfiguration>
  685. <FileConfiguration
  686. Name="Release|Win32"
  687. >
  688. <Tool
  689. Name="VCCLCompilerTool"
  690. PreprocessorDefinitions=""
  691. />
  692. </FileConfiguration>
  693. <FileConfiguration
  694. Name="Debug|Win32"
  695. >
  696. <Tool
  697. Name="VCCLCompilerTool"
  698. PreprocessorDefinitions=""
  699. />
  700. </FileConfiguration>
  701. </File>
  702. <File
  703. RelativePath="..\XListCtrl\XHeaderCtrl.cpp"
  704. >
  705. <FileConfiguration
  706. Name="Debug Unicode|Win32"
  707. >
  708. <Tool
  709. Name="VCCLCompilerTool"
  710. PreprocessorDefinitions=""
  711. />
  712. </FileConfiguration>
  713. <FileConfiguration
  714. Name="Release Unicode|Win32"
  715. >
  716. <Tool
  717. Name="VCCLCompilerTool"
  718. PreprocessorDefinitions=""
  719. />
  720. </FileConfiguration>
  721. <FileConfiguration
  722. Name="Release|Win32"
  723. >
  724. <Tool
  725. Name="VCCLCompilerTool"
  726. PreprocessorDefinitions=""
  727. />
  728. </FileConfiguration>
  729. <FileConfiguration
  730. Name="Debug|Win32"
  731. >
  732. <Tool
  733. Name="VCCLCompilerTool"
  734. PreprocessorDefinitions=""
  735. />
  736. </FileConfiguration>
  737. </File>
  738. <File
  739. RelativePath="..\XListCtrl\XListCtrl.cpp"
  740. >
  741. <FileConfiguration
  742. Name="Debug Unicode|Win32"
  743. >
  744. <Tool
  745. Name="VCCLCompilerTool"
  746. PreprocessorDefinitions=""
  747. />
  748. </FileConfiguration>
  749. <FileConfiguration
  750. Name="Release Unicode|Win32"
  751. >
  752. <Tool
  753. Name="VCCLCompilerTool"
  754. PreprocessorDefinitions=""
  755. />
  756. </FileConfiguration>
  757. <FileConfiguration
  758. Name="Release|Win32"
  759. >
  760. <Tool
  761. Name="VCCLCompilerTool"
  762. PreprocessorDefinitions=""
  763. />
  764. </FileConfiguration>
  765. <FileConfiguration
  766. Name="Debug|Win32"
  767. >
  768. <Tool
  769. Name="VCCLCompilerTool"
  770. PreprocessorDefinitions=""
  771. />
  772. </FileConfiguration>
  773. </File>
  774. </Filter>
  775. <Filter
  776. Name="Header Files"
  777. Filter="h;hpp;hxx;hm;inl"
  778. >
  779. <File
  780. RelativePath="..\XListCtrl\AdvComboBox.h"
  781. >
  782. </File>
  783. <File
  784. RelativePath="..\XListCtrl\AdvComboEdit.h"
  785. >
  786. </File>
  787. <File
  788. RelativePath="..\XListCtrl\DropListBox.h"
  789. >
  790. </File>
  791. <File
  792. RelativePath="..\XListCtrl\DropScrollBar.h"
  793. >
  794. </File>
  795. <File
  796. RelativePath="..\XListCtrl\DropWnd.h"
  797. >
  798. </File>
  799. <File
  800. RelativePath="..\XListCtrl\MemDC.h"
  801. >
  802. </File>
  803. <File
  804. RelativePath="..\XListCtrl\SortCStringArray.h"
  805. >
  806. </File>
  807. <File
  808. RelativePath="StdAfx.h"
  809. >
  810. </File>
  811. <File
  812. RelativePath="..\XListCtrl\VisualStylesXP.h"
  813. >
  814. </File>
  815. <File
  816. RelativePath="..\XListCtrl\XCombo.h"
  817. >
  818. </File>
  819. <File
  820. RelativePath="..\XListCtrl\XComboList.h"
  821. >
  822. </File>
  823. <File
  824. RelativePath="..\XListCtrl\XEdit.h"
  825. >
  826. </File>
  827. <File
  828. RelativePath="..\XListCtrl\XHeaderCtrl.h"
  829. >
  830. </File>
  831. <File
  832. RelativePath="..\XListCtrl\XListCtrl.h"
  833. >
  834. </File>
  835. <File
  836. RelativePath="..\XListCtrl\XTrace.h"
  837. >
  838. </File>
  839. </Filter>
  840. </Files>
  841. <Globals>
  842. </Globals>
  843. </VisualStudioProject>