iconvtest.vcproj 16 KB

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