StylerBrowser_vc71.vcproj
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:19k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="StylerBrowser"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory=".Debug/vc71"
  17. IntermediateDirectory=".Debug/vc71"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. AdditionalOptions="/Zm200 /Zm200 "
  25. Optimization="0"
  26. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  27. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  28. BasicRuntimeChecks="3"
  29. RuntimeLibrary="3"
  30. TreatWChar_tAsBuiltInType="TRUE"
  31. UsePrecompiledHeader="3"
  32. PrecompiledHeaderThrough="stdafx.h"
  33. PrecompiledHeaderFile=".Debug/vc71/StylerBrowser.pch"
  34. AssemblerListingLocation=".Debug/vc71/"
  35. ObjectFile=".Debug/vc71/"
  36. ProgramDataBaseFileName=".Debug/vc71/"
  37. WarningLevel="3"
  38. SuppressStartupBanner="TRUE"
  39. DebugInformationFormat="4"
  40. CompileAs="0"/>
  41. <Tool
  42. Name="VCCustomBuildTool"/>
  43. <Tool
  44. Name="VCLinkerTool"
  45. OutputFile="../../../bin/vc71/StylerBrowserD.exe"
  46. LinkIncremental="2"
  47. SuppressStartupBanner="TRUE"
  48. AdditionalLibraryDirectories="....Lib,../../../lib/vc71"
  49. GenerateDebugInformation="TRUE"
  50. ProgramDatabaseFile=".Debug/vc71/StylerBrowserD.pdb"
  51. SubSystem="2"
  52. TargetMachine="1"/>
  53. <Tool
  54. Name="VCMIDLTool"
  55. PreprocessorDefinitions="_DEBUG"
  56. MkTypLibCompatible="TRUE"
  57. SuppressStartupBanner="TRUE"
  58. TargetEnvironment="1"
  59. TypeLibraryName=".Debug/vc71/StylerBrowser.tlb"
  60. HeaderFileName=""/>
  61. <Tool
  62. Name="VCPostBuildEventTool"/>
  63. <Tool
  64. Name="VCPreBuildEventTool"/>
  65. <Tool
  66. Name="VCPreLinkEventTool"/>
  67. <Tool
  68. Name="VCResourceCompilerTool"
  69. PreprocessorDefinitions="_DEBUG"
  70. Culture="1033"
  71. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  72. <Tool
  73. Name="VCWebServiceProxyGeneratorTool"/>
  74. <Tool
  75. Name="VCXMLDataGeneratorTool"/>
  76. <Tool
  77. Name="VCWebDeploymentTool"/>
  78. <Tool
  79. Name="VCManagedWrapperGeneratorTool"/>
  80. <Tool
  81. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  82. </Configuration>
  83. <Configuration
  84. Name="Unicode Release|Win32"
  85. OutputDirectory=".Unicode_Release/vc71"
  86. IntermediateDirectory=".Unicode_Release/vc71"
  87. ConfigurationType="1"
  88. UseOfMFC="2"
  89. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  90. CharacterSet="1">
  91. <Tool
  92. Name="VCCLCompilerTool"
  93. AdditionalOptions="/Zm200 "
  94. Optimization="2"
  95. InlineFunctionExpansion="1"
  96. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  97. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  98. StringPooling="TRUE"
  99. RuntimeLibrary="2"
  100. EnableFunctionLevelLinking="TRUE"
  101. TreatWChar_tAsBuiltInType="TRUE"
  102. UsePrecompiledHeader="3"
  103. PrecompiledHeaderThrough="stdafx.h"
  104. PrecompiledHeaderFile=".Unicode_Release/vc71/StylerBrowser.pch"
  105. AssemblerListingLocation=".Unicode_Release/vc71/"
  106. ObjectFile=".Unicode_Release/vc71/"
  107. ProgramDataBaseFileName=".Unicode_Release/vc71/"
  108. WarningLevel="4"
  109. SuppressStartupBanner="TRUE"
  110. CompileAs="0"/>
  111. <Tool
  112. Name="VCCustomBuildTool"/>
  113. <Tool
  114. Name="VCLinkerTool"
  115. OutputFile="../../../bin/vc71/StylerBrowserU.exe"
  116. LinkIncremental="1"
  117. SuppressStartupBanner="TRUE"
  118. AdditionalLibraryDirectories="....lib,../../../lib/vc71"
  119. ProgramDatabaseFile=".Unicode_Release/vc71/StylerBrowserU.pdb"
  120. SubSystem="2"
  121. EntryPointSymbol="wWinMainCRTStartup"
  122. TargetMachine="1"/>
  123. <Tool
  124. Name="VCMIDLTool"
  125. PreprocessorDefinitions="NDEBUG"
  126. MkTypLibCompatible="TRUE"
  127. SuppressStartupBanner="TRUE"
  128. TargetEnvironment="1"
  129. TypeLibraryName=".Unicode_Release/vc71/StylerBrowser.tlb"
  130. HeaderFileName=""/>
  131. <Tool
  132. Name="VCPostBuildEventTool"/>
  133. <Tool
  134. Name="VCPreBuildEventTool"/>
  135. <Tool
  136. Name="VCPreLinkEventTool"/>
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. PreprocessorDefinitions="NDEBUG"
  140. Culture="1033"
  141. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  142. <Tool
  143. Name="VCWebServiceProxyGeneratorTool"/>
  144. <Tool
  145. Name="VCXMLDataGeneratorTool"/>
  146. <Tool
  147. Name="VCWebDeploymentTool"/>
  148. <Tool
  149. Name="VCManagedWrapperGeneratorTool"/>
  150. <Tool
  151. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  152. </Configuration>
  153. <Configuration
  154. Name="Release|Win32"
  155. OutputDirectory=".Release/vc71"
  156. IntermediateDirectory=".Release/vc71"
  157. ConfigurationType="1"
  158. UseOfMFC="1"
  159. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  160. CharacterSet="2">
  161. <Tool
  162. Name="VCCLCompilerTool"
  163. AdditionalOptions="/Zm200 "
  164. Optimization="2"
  165. InlineFunctionExpansion="1"
  166. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  167. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  168. StringPooling="TRUE"
  169. RuntimeLibrary="0"
  170. EnableFunctionLevelLinking="TRUE"
  171. TreatWChar_tAsBuiltInType="TRUE"
  172. UsePrecompiledHeader="3"
  173. PrecompiledHeaderThrough="stdafx.h"
  174. PrecompiledHeaderFile=".Release/vc71/StylerBrowser.pch"
  175. AssemblerListingLocation=".Release/vc71/"
  176. ObjectFile=".Release/vc71/"
  177. ProgramDataBaseFileName=".Release/vc71/"
  178. WarningLevel="4"
  179. SuppressStartupBanner="TRUE"
  180. CompileAs="0"/>
  181. <Tool
  182. Name="VCCustomBuildTool"/>
  183. <Tool
  184. Name="VCLinkerTool"
  185. OutputFile="../../../bin/vc71/StylerBrowser.exe"
  186. LinkIncremental="1"
  187. SuppressStartupBanner="TRUE"
  188. AdditionalLibraryDirectories="....lib,../../../lib/vc71"
  189. ProgramDatabaseFile=".Release/vc71/StylerBrowser.pdb"
  190. SubSystem="2"
  191. TargetMachine="1"/>
  192. <Tool
  193. Name="VCMIDLTool"
  194. PreprocessorDefinitions="NDEBUG"
  195. MkTypLibCompatible="TRUE"
  196. SuppressStartupBanner="TRUE"
  197. TargetEnvironment="1"
  198. TypeLibraryName=".Release/vc71/StylerBrowser.tlb"
  199. HeaderFileName=""/>
  200. <Tool
  201. Name="VCPostBuildEventTool"/>
  202. <Tool
  203. Name="VCPreBuildEventTool"/>
  204. <Tool
  205. Name="VCPreLinkEventTool"/>
  206. <Tool
  207. Name="VCResourceCompilerTool"
  208. PreprocessorDefinitions="NDEBUG"
  209. Culture="1033"
  210. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  211. <Tool
  212. Name="VCWebServiceProxyGeneratorTool"/>
  213. <Tool
  214. Name="VCXMLDataGeneratorTool"/>
  215. <Tool
  216. Name="VCWebDeploymentTool"/>
  217. <Tool
  218. Name="VCManagedWrapperGeneratorTool"/>
  219. <Tool
  220. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  221. </Configuration>
  222. <Configuration
  223. Name="Unicode Debug|Win32"
  224. OutputDirectory=".Unicode_Debug/vc71"
  225. IntermediateDirectory=".Unicode_Debug/vc71"
  226. ConfigurationType="1"
  227. UseOfMFC="2"
  228. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  229. CharacterSet="1">
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. AdditionalOptions="/Zm200 /Zm200 "
  233. Optimization="0"
  234. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  235. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  236. BasicRuntimeChecks="3"
  237. RuntimeLibrary="3"
  238. TreatWChar_tAsBuiltInType="TRUE"
  239. UsePrecompiledHeader="3"
  240. PrecompiledHeaderThrough="stdafx.h"
  241. PrecompiledHeaderFile=".Unicode_Debug/vc71/StylerBrowser.pch"
  242. AssemblerListingLocation=".Unicode_Debug/vc71/"
  243. ObjectFile=".Unicode_Debug/vc71/"
  244. ProgramDataBaseFileName=".Unicode_Debug/vc71/"
  245. WarningLevel="3"
  246. SuppressStartupBanner="TRUE"
  247. DebugInformationFormat="4"
  248. CompileAs="0"/>
  249. <Tool
  250. Name="VCCustomBuildTool"/>
  251. <Tool
  252. Name="VCLinkerTool"
  253. OutputFile="../../../bin/vc71/StylerBrowserUD.exe"
  254. LinkIncremental="2"
  255. SuppressStartupBanner="TRUE"
  256. AdditionalLibraryDirectories="....Lib,../../../lib/vc71"
  257. GenerateDebugInformation="TRUE"
  258. ProgramDatabaseFile=".Unicode_Debug/vc71/StylerBrowserUD.pdb"
  259. SubSystem="2"
  260. EntryPointSymbol="wWinMainCRTStartup"
  261. TargetMachine="1"/>
  262. <Tool
  263. Name="VCMIDLTool"
  264. PreprocessorDefinitions="_DEBUG"
  265. MkTypLibCompatible="TRUE"
  266. SuppressStartupBanner="TRUE"
  267. TargetEnvironment="1"
  268. TypeLibraryName=".Unicode_Debug/vc71/StylerBrowser.tlb"
  269. HeaderFileName=""/>
  270. <Tool
  271. Name="VCPostBuildEventTool"/>
  272. <Tool
  273. Name="VCPreBuildEventTool"/>
  274. <Tool
  275. Name="VCPreLinkEventTool"/>
  276. <Tool
  277. Name="VCResourceCompilerTool"
  278. PreprocessorDefinitions="_DEBUG"
  279. Culture="1033"
  280. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  281. <Tool
  282. Name="VCWebServiceProxyGeneratorTool"/>
  283. <Tool
  284. Name="VCXMLDataGeneratorTool"/>
  285. <Tool
  286. Name="VCWebDeploymentTool"/>
  287. <Tool
  288. Name="VCManagedWrapperGeneratorTool"/>
  289. <Tool
  290. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  291. </Configuration>
  292. </Configurations>
  293. <References>
  294. </References>
  295. <Files>
  296. <Filter
  297. Name="Source Files"
  298. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  299. <File
  300. RelativePath="ChildFrm.cpp">
  301. </File>
  302. <File
  303. RelativePath="ComboBoxSearch.cpp">
  304. </File>
  305. <File
  306. RelativePath="ControlFavorites.cpp">
  307. </File>
  308. <File
  309. RelativePath="CustSite.CPP">
  310. <FileConfiguration
  311. Name="Debug|Win32">
  312. <Tool
  313. Name="VCCLCompilerTool"/>
  314. </FileConfiguration>
  315. <FileConfiguration
  316. Name="Unicode Release|Win32">
  317. <Tool
  318. Name="VCCLCompilerTool"/>
  319. </FileConfiguration>
  320. <FileConfiguration
  321. Name="Release|Win32">
  322. <Tool
  323. Name="VCCLCompilerTool"/>
  324. </FileConfiguration>
  325. <FileConfiguration
  326. Name="Unicode Debug|Win32">
  327. <Tool
  328. Name="VCCLCompilerTool"/>
  329. </FileConfiguration>
  330. </File>
  331. <File
  332. RelativePath="CWebBrowser2.cpp">
  333. </File>
  334. <File
  335. RelativePath="ExplorerBar.cpp">
  336. </File>
  337. <File
  338. RelativePath="FilterContent.cpp">
  339. </File>
  340. <File
  341. RelativePath="FilterDialog.cpp">
  342. </File>
  343. <File
  344. RelativePath="HistoryTree.cpp">
  345. </File>
  346. <File
  347. RelativePath="HisTreeCtrl.cpp">
  348. </File>
  349. <File
  350. RelativePath="IndicatorStatusBar.cpp">
  351. </File>
  352. <File
  353. RelativePath="InetTools.cpp">
  354. </File>
  355. <File
  356. RelativePath="LinkProperties.cpp">
  357. </File>
  358. <File
  359. RelativePath="MainFrm.cpp">
  360. </File>
  361. <File
  362. RelativePath="MouseManager.cpp">
  363. </File>
  364. <File
  365. RelativePath="NotepadCtrl.cpp">
  366. </File>
  367. <File
  368. RelativePath="OptionsDialog.cpp">
  369. </File>
  370. <File
  371. RelativePath="OptionsList.cpp">
  372. </File>
  373. <File
  374. RelativePath="OptionsPage.cpp">
  375. </File>
  376. <File
  377. RelativePath="PageGeneral.cpp">
  378. </File>
  379. <File
  380. RelativePath="PageKeyboard.cpp">
  381. </File>
  382. <File
  383. RelativePath="PageMouse.cpp">
  384. </File>
  385. <File
  386. RelativePath="pagesearch.cpp">
  387. </File>
  388. <File
  389. RelativePath="PopupFilter.cpp">
  390. </File>
  391. <File
  392. RelativePath="SourceCtrl.cpp">
  393. </File>
  394. <File
  395. RelativePath="StdAfx.cpp">
  396. <FileConfiguration
  397. Name="Debug|Win32">
  398. <Tool
  399. Name="VCCLCompilerTool"
  400. UsePrecompiledHeader="1"/>
  401. </FileConfiguration>
  402. <FileConfiguration
  403. Name="Unicode Release|Win32">
  404. <Tool
  405. Name="VCCLCompilerTool"
  406. UsePrecompiledHeader="1"/>
  407. </FileConfiguration>
  408. <FileConfiguration
  409. Name="Release|Win32">
  410. <Tool
  411. Name="VCCLCompilerTool"
  412. UsePrecompiledHeader="1"/>
  413. </FileConfiguration>
  414. <FileConfiguration
  415. Name="Unicode Debug|Win32">
  416. <Tool
  417. Name="VCCLCompilerTool"
  418. UsePrecompiledHeader="1"/>
  419. </FileConfiguration>
  420. </File>
  421. <File
  422. RelativePath="Styler.cpp">
  423. </File>
  424. <File
  425. RelativePath="Styler.rc">
  426. </File>
  427. <File
  428. RelativePath="StylerDoc.cpp">
  429. </File>
  430. <File
  431. RelativePath="StylerView.cpp">
  432. </File>
  433. </Filter>
  434. <Filter
  435. Name="Header Files"
  436. Filter="h;hpp;hxx;hm;inl">
  437. <File
  438. RelativePath="ChildFrm.h">
  439. </File>
  440. <File
  441. RelativePath="ComboBoxSearch.h">
  442. </File>
  443. <File
  444. RelativePath="ControlFavorites.h">
  445. </File>
  446. <File
  447. RelativePath="CWebBrowser2.h">
  448. </File>
  449. <File
  450. RelativePath="ExplorerBar.h">
  451. </File>
  452. <File
  453. RelativePath="FilterContent.h">
  454. </File>
  455. <File
  456. RelativePath="FilterDialog.h">
  457. </File>
  458. <File
  459. RelativePath="HistoryTree.h">
  460. </File>
  461. <File
  462. RelativePath="HisTreeCtrl.h">
  463. </File>
  464. <File
  465. RelativePath="IndicatorStatusBar.h">
  466. </File>
  467. <File
  468. RelativePath="InetTools.h">
  469. </File>
  470. <File
  471. RelativePath="LinkProperties.h">
  472. </File>
  473. <File
  474. RelativePath="MainFrm.h">
  475. </File>
  476. <File
  477. RelativePath="MouseManager.h">
  478. </File>
  479. <File
  480. RelativePath="NotepadCtrl.h">
  481. </File>
  482. <File
  483. RelativePath="OptionsDialog.h">
  484. </File>
  485. <File
  486. RelativePath="OptionsList.h">
  487. </File>
  488. <File
  489. RelativePath="OptionsPage.h">
  490. </File>
  491. <File
  492. RelativePath="PageGeneral.h">
  493. </File>
  494. <File
  495. RelativePath="PageKeyboard.h">
  496. </File>
  497. <File
  498. RelativePath="pagemouse.h">
  499. </File>
  500. <File
  501. RelativePath="pagesearch.h">
  502. </File>
  503. <File
  504. RelativePath="PopupFilter.h">
  505. </File>
  506. <File
  507. RelativePath="Resource.h">
  508. </File>
  509. <File
  510. RelativePath="SourceCtrl.h">
  511. </File>
  512. <File
  513. RelativePath="StdAfx.h">
  514. </File>
  515. <File
  516. RelativePath="Styler.h">
  517. </File>
  518. <File
  519. RelativePath="StylerDoc.h">
  520. </File>
  521. <File
  522. RelativePath="StylerView.h">
  523. </File>
  524. </Filter>
  525. <Filter
  526. Name="Resource Files"
  527. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  528. <File
  529. RelativePath="resStyler.ico">
  530. </File>
  531. <File
  532. RelativePath="resStyler.rc2">
  533. </File>
  534. <File
  535. RelativePath="resTabs.bmp">
  536. </File>
  537. <File
  538. RelativePath="resToolbarStandard_a.bmp">
  539. </File>
  540. </Filter>
  541. <Filter
  542. Name="Config"
  543. Filter="">
  544. <File
  545. RelativePath="ConfigEncoding.ini">
  546. <FileConfiguration
  547. Name="Debug|Win32">
  548. <Tool
  549. Name="VCCustomBuildTool"
  550. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  551. "
  552. Outputs="$(TargetDir)ConfigEncoding.ini"/>
  553. </FileConfiguration>
  554. <FileConfiguration
  555. Name="Unicode Release|Win32">
  556. <Tool
  557. Name="VCCustomBuildTool"
  558. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  559. "
  560. Outputs="$(TargetDir)ConfigEncoding.ini"/>
  561. </FileConfiguration>
  562. <FileConfiguration
  563. Name="Release|Win32">
  564. <Tool
  565. Name="VCCustomBuildTool"
  566. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  567. "
  568. Outputs="$(TargetDir)ConfigEncoding.ini"/>
  569. </FileConfiguration>
  570. <FileConfiguration
  571. Name="Unicode Debug|Win32">
  572. <Tool
  573. Name="VCCustomBuildTool"
  574. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  575. "
  576. Outputs="$(TargetDir)ConfigEncoding.ini"/>
  577. </FileConfiguration>
  578. </File>
  579. <File
  580. RelativePath="ConfigQuickSearch.ini">
  581. <FileConfiguration
  582. Name="Debug|Win32">
  583. <Tool
  584. Name="VCCustomBuildTool"
  585. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  586. "
  587. Outputs="$(TargetDir)ConfigQuickSearch.ini"/>
  588. </FileConfiguration>
  589. <FileConfiguration
  590. Name="Unicode Release|Win32">
  591. <Tool
  592. Name="VCCustomBuildTool"
  593. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  594. "
  595. Outputs="$(TargetDir)ConfigQuickSearch.ini"/>
  596. </FileConfiguration>
  597. <FileConfiguration
  598. Name="Release|Win32">
  599. <Tool
  600. Name="VCCustomBuildTool"
  601. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  602. "
  603. Outputs="$(TargetDir)ConfigQuickSearch.ini"/>
  604. </FileConfiguration>
  605. <FileConfiguration
  606. Name="Unicode Debug|Win32">
  607. <Tool
  608. Name="VCCustomBuildTool"
  609. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  610. "
  611. Outputs="$(TargetDir)ConfigQuickSearch.ini"/>
  612. </FileConfiguration>
  613. </File>
  614. <File
  615. RelativePath="ConfigSearch.htm">
  616. <FileConfiguration
  617. Name="Debug|Win32">
  618. <Tool
  619. Name="VCCustomBuildTool"
  620. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  621. "
  622. Outputs="$(TargetDir)ConfigSearch.htm"/>
  623. </FileConfiguration>
  624. <FileConfiguration
  625. Name="Unicode Release|Win32">
  626. <Tool
  627. Name="VCCustomBuildTool"
  628. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  629. "
  630. Outputs="$(TargetDir)ConfigSearch.htm"/>
  631. </FileConfiguration>
  632. <FileConfiguration
  633. Name="Release|Win32">
  634. <Tool
  635. Name="VCCustomBuildTool"
  636. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  637. "
  638. Outputs="$(TargetDir)ConfigSearch.htm"/>
  639. </FileConfiguration>
  640. <FileConfiguration
  641. Name="Unicode Debug|Win32">
  642. <Tool
  643. Name="VCCustomBuildTool"
  644. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  645. "
  646. Outputs="$(TargetDir)ConfigSearch.htm"/>
  647. </FileConfiguration>
  648. </File>
  649. <File
  650. RelativePath="ConfigTables.css">
  651. <FileConfiguration
  652. Name="Debug|Win32">
  653. <Tool
  654. Name="VCCustomBuildTool"
  655. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  656. "
  657. Outputs="$(TargetDir)ConfigTables.css"/>
  658. </FileConfiguration>
  659. <FileConfiguration
  660. Name="Unicode Release|Win32">
  661. <Tool
  662. Name="VCCustomBuildTool"
  663. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  664. "
  665. Outputs="$(TargetDir)ConfigTables.css"/>
  666. </FileConfiguration>
  667. <FileConfiguration
  668. Name="Release|Win32">
  669. <Tool
  670. Name="VCCustomBuildTool"
  671. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  672. "
  673. Outputs="$(TargetDir)ConfigTables.css"/>
  674. </FileConfiguration>
  675. <FileConfiguration
  676. Name="Unicode Debug|Win32">
  677. <Tool
  678. Name="VCCustomBuildTool"
  679. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  680. "
  681. Outputs="$(TargetDir)ConfigTables.css"/>
  682. </FileConfiguration>
  683. </File>
  684. <File
  685. RelativePath="Configurlfilter.ini">
  686. <FileConfiguration
  687. Name="Debug|Win32">
  688. <Tool
  689. Name="VCCustomBuildTool"
  690. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  691. "
  692. Outputs="$(TargetDir)Configurlfilter.ini"/>
  693. </FileConfiguration>
  694. <FileConfiguration
  695. Name="Unicode Release|Win32">
  696. <Tool
  697. Name="VCCustomBuildTool"
  698. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  699. "
  700. Outputs="$(TargetDir)Configurlfilter.ini"/>
  701. </FileConfiguration>
  702. <FileConfiguration
  703. Name="Release|Win32">
  704. <Tool
  705. Name="VCCustomBuildTool"
  706. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  707. "
  708. Outputs="$(TargetDir)Configurlfilter.ini"/>
  709. </FileConfiguration>
  710. <FileConfiguration
  711. Name="Unicode Debug|Win32">
  712. <Tool
  713. Name="VCCustomBuildTool"
  714. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Config&quot;
  715. "
  716. Outputs="$(TargetDir)Configurlfilter.ini"/>
  717. </FileConfiguration>
  718. </File>
  719. </Filter>
  720. </Files>
  721. <Globals>
  722. </Globals>
  723. </VisualStudioProject>