libstudxml-vc9.vcproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libstudxml"
  6. ProjectGUID="{93C99089-F2BB-4D66-9166-78002EC65C51}"
  7. RootNamespace="libstudxml"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory=".."
  25. IntermediateDirectory="$(ConfigurationName)"
  26. ConfigurationType="2"
  27. CharacterSet="1"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. AdditionalOptions="/wd4355 /wd4800 /wd4290 /wd4251"
  47. Optimization="0"
  48. AdditionalIncludeDirectories=".."
  49. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LIBSTUDXML_DYNAMIC_LIB"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. CommandLine="if not exist ..\lib mkdir ..\lib"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. OutputFile="$(OutDir)\bin\studxml-d-1.0-vc9.dll"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  73. ImportLibrary="$(OutDir)\lib\studxml-d.lib"
  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|x64"
  100. OutputDirectory=".."
  101. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  102. ConfigurationType="2"
  103. CharacterSet="1"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. TargetEnvironment="3"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. AdditionalOptions="/wd4355 /wd4800 /wd4290 /wd4251"
  124. Optimization="0"
  125. AdditionalIncludeDirectories=".."
  126. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LIBSTUDXML_DYNAMIC_LIB"
  127. MinimalRebuild="true"
  128. BasicRuntimeChecks="3"
  129. RuntimeLibrary="3"
  130. UsePrecompiledHeader="0"
  131. WarningLevel="3"
  132. DebugInformationFormat="3"
  133. />
  134. <Tool
  135. Name="VCManagedResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCPreLinkEventTool"
  142. CommandLine="if not exist ..\lib64 mkdir ..\lib64"
  143. />
  144. <Tool
  145. Name="VCLinkerTool"
  146. OutputFile="$(OutDir)\bin64\studxml-d-1.0-vc9.dll"
  147. LinkIncremental="2"
  148. GenerateDebugInformation="true"
  149. SubSystem="2"
  150. ImportLibrary="$(OutDir)\lib64\studxml-d.lib"
  151. TargetMachine="17"
  152. />
  153. <Tool
  154. Name="VCALinkTool"
  155. />
  156. <Tool
  157. Name="VCManifestTool"
  158. />
  159. <Tool
  160. Name="VCXDCMakeTool"
  161. />
  162. <Tool
  163. Name="VCBscMakeTool"
  164. />
  165. <Tool
  166. Name="VCFxCopTool"
  167. />
  168. <Tool
  169. Name="VCAppVerifierTool"
  170. />
  171. <Tool
  172. Name="VCPostBuildEventTool"
  173. />
  174. </Configuration>
  175. <Configuration
  176. Name="Release|Win32"
  177. OutputDirectory=".."
  178. IntermediateDirectory="$(ConfigurationName)"
  179. ConfigurationType="2"
  180. CharacterSet="1"
  181. WholeProgramOptimization="1"
  182. >
  183. <Tool
  184. Name="VCPreBuildEventTool"
  185. />
  186. <Tool
  187. Name="VCCustomBuildTool"
  188. />
  189. <Tool
  190. Name="VCXMLDataGeneratorTool"
  191. />
  192. <Tool
  193. Name="VCWebServiceProxyGeneratorTool"
  194. />
  195. <Tool
  196. Name="VCMIDLTool"
  197. />
  198. <Tool
  199. Name="VCCLCompilerTool"
  200. AdditionalOptions="/wd4355 /wd4800 /wd4290 /wd4251"
  201. Optimization="2"
  202. EnableIntrinsicFunctions="true"
  203. AdditionalIncludeDirectories=".."
  204. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LIBSTUDXML_DYNAMIC_LIB"
  205. RuntimeLibrary="2"
  206. EnableFunctionLevelLinking="true"
  207. UsePrecompiledHeader="0"
  208. WarningLevel="3"
  209. DebugInformationFormat="3"
  210. />
  211. <Tool
  212. Name="VCManagedResourceCompilerTool"
  213. />
  214. <Tool
  215. Name="VCResourceCompilerTool"
  216. />
  217. <Tool
  218. Name="VCPreLinkEventTool"
  219. CommandLine="if not exist ..\lib mkdir ..\lib"
  220. />
  221. <Tool
  222. Name="VCLinkerTool"
  223. OutputFile="$(OutDir)\bin\studxml-1.0-vc9.dll"
  224. LinkIncremental="1"
  225. GenerateDebugInformation="true"
  226. SubSystem="2"
  227. OptimizeReferences="2"
  228. EnableCOMDATFolding="2"
  229. ImportLibrary="$(OutDir)\lib\studxml.lib"
  230. TargetMachine="1"
  231. />
  232. <Tool
  233. Name="VCALinkTool"
  234. />
  235. <Tool
  236. Name="VCManifestTool"
  237. />
  238. <Tool
  239. Name="VCXDCMakeTool"
  240. />
  241. <Tool
  242. Name="VCBscMakeTool"
  243. />
  244. <Tool
  245. Name="VCFxCopTool"
  246. />
  247. <Tool
  248. Name="VCAppVerifierTool"
  249. />
  250. <Tool
  251. Name="VCPostBuildEventTool"
  252. />
  253. </Configuration>
  254. <Configuration
  255. Name="Release|x64"
  256. OutputDirectory=".."
  257. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  258. ConfigurationType="2"
  259. CharacterSet="1"
  260. WholeProgramOptimization="1"
  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. TargetEnvironment="3"
  277. />
  278. <Tool
  279. Name="VCCLCompilerTool"
  280. AdditionalOptions="/wd4355 /wd4800 /wd4290 /wd4251"
  281. Optimization="2"
  282. EnableIntrinsicFunctions="true"
  283. AdditionalIncludeDirectories=".."
  284. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LIBSTUDXML_DYNAMIC_LIB"
  285. RuntimeLibrary="2"
  286. EnableFunctionLevelLinking="true"
  287. UsePrecompiledHeader="0"
  288. WarningLevel="3"
  289. DebugInformationFormat="3"
  290. />
  291. <Tool
  292. Name="VCManagedResourceCompilerTool"
  293. />
  294. <Tool
  295. Name="VCResourceCompilerTool"
  296. />
  297. <Tool
  298. Name="VCPreLinkEventTool"
  299. CommandLine="if not exist ..\lib64 mkdir ..\lib64"
  300. />
  301. <Tool
  302. Name="VCLinkerTool"
  303. OutputFile="$(OutDir)\bin64\studxml-1.0-vc9.dll"
  304. LinkIncremental="1"
  305. GenerateDebugInformation="true"
  306. SubSystem="2"
  307. OptimizeReferences="2"
  308. EnableCOMDATFolding="2"
  309. ImportLibrary="$(OutDir)\lib64\studxml.lib"
  310. TargetMachine="17"
  311. />
  312. <Tool
  313. Name="VCALinkTool"
  314. />
  315. <Tool
  316. Name="VCManifestTool"
  317. />
  318. <Tool
  319. Name="VCXDCMakeTool"
  320. />
  321. <Tool
  322. Name="VCBscMakeTool"
  323. />
  324. <Tool
  325. Name="VCFxCopTool"
  326. />
  327. <Tool
  328. Name="VCAppVerifierTool"
  329. />
  330. <Tool
  331. Name="VCPostBuildEventTool"
  332. />
  333. </Configuration>
  334. <Configuration
  335. Name="LibRelease|Win32"
  336. OutputDirectory="$(ConfigurationName)"
  337. IntermediateDirectory="$(ConfigurationName)"
  338. ConfigurationType="4"
  339. CharacterSet="1"
  340. WholeProgramOptimization="1"
  341. >
  342. <Tool
  343. Name="VCPreBuildEventTool"
  344. />
  345. <Tool
  346. Name="VCCustomBuildTool"
  347. />
  348. <Tool
  349. Name="VCXMLDataGeneratorTool"
  350. />
  351. <Tool
  352. Name="VCWebServiceProxyGeneratorTool"
  353. />
  354. <Tool
  355. Name="VCMIDLTool"
  356. />
  357. <Tool
  358. Name="VCCLCompilerTool"
  359. AdditionalOptions="/wd4355 /wd4800 /wd4290 /wd4251"
  360. Optimization="2"
  361. EnableIntrinsicFunctions="true"
  362. AdditionalIncludeDirectories=".."
  363. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LIBSTUDXML_STATIC_LIB"
  364. RuntimeLibrary="2"
  365. EnableFunctionLevelLinking="true"
  366. UsePrecompiledHeader="0"
  367. WarningLevel="3"
  368. DebugInformationFormat="3"
  369. />
  370. <Tool
  371. Name="VCManagedResourceCompilerTool"
  372. />
  373. <Tool
  374. Name="VCResourceCompilerTool"
  375. />
  376. <Tool
  377. Name="VCPreLinkEventTool"
  378. CommandLine="if not exist ..\lib mkdir ..\lib"
  379. />
  380. <Tool
  381. Name="VCLibrarianTool"
  382. />
  383. <Tool
  384. Name="VCALinkTool"
  385. />
  386. <Tool
  387. Name="VCXDCMakeTool"
  388. />
  389. <Tool
  390. Name="VCBscMakeTool"
  391. />
  392. <Tool
  393. Name="VCFxCopTool"
  394. />
  395. <Tool
  396. Name="VCPostBuildEventTool"
  397. />
  398. </Configuration>
  399. <Configuration
  400. Name="LibRelease|x64"
  401. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  402. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  403. ConfigurationType="2"
  404. CharacterSet="1"
  405. WholeProgramOptimization="1"
  406. >
  407. <Tool
  408. Name="VCPreBuildEventTool"
  409. />
  410. <Tool
  411. Name="VCCustomBuildTool"
  412. />
  413. <Tool
  414. Name="VCXMLDataGeneratorTool"
  415. />
  416. <Tool
  417. Name="VCWebServiceProxyGeneratorTool"
  418. />
  419. <Tool
  420. Name="VCMIDLTool"
  421. TargetEnvironment="3"
  422. />
  423. <Tool
  424. Name="VCCLCompilerTool"
  425. AdditionalOptions="/wd4355 /wd4800 /wd4290 /wd4251"
  426. Optimization="2"
  427. EnableIntrinsicFunctions="true"
  428. AdditionalIncludeDirectories=".."
  429. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LIBSTUDXML_DYNAMIC_LIB"
  430. RuntimeLibrary="2"
  431. EnableFunctionLevelLinking="true"
  432. UsePrecompiledHeader="0"
  433. WarningLevel="3"
  434. DebugInformationFormat="3"
  435. />
  436. <Tool
  437. Name="VCManagedResourceCompilerTool"
  438. />
  439. <Tool
  440. Name="VCResourceCompilerTool"
  441. />
  442. <Tool
  443. Name="VCPreLinkEventTool"
  444. CommandLine="if not exist ..\lib64 mkdir ..\lib64"
  445. />
  446. <Tool
  447. Name="VCLinkerTool"
  448. OutputFile="$(OutDir)\bin64\studxml-1.0-vc9.dll"
  449. LinkIncremental="1"
  450. GenerateDebugInformation="true"
  451. SubSystem="2"
  452. OptimizeReferences="2"
  453. EnableCOMDATFolding="2"
  454. ImportLibrary="$(OutDir)\lib64\studxml.lib"
  455. TargetMachine="17"
  456. />
  457. <Tool
  458. Name="VCALinkTool"
  459. />
  460. <Tool
  461. Name="VCManifestTool"
  462. />
  463. <Tool
  464. Name="VCXDCMakeTool"
  465. />
  466. <Tool
  467. Name="VCBscMakeTool"
  468. />
  469. <Tool
  470. Name="VCFxCopTool"
  471. />
  472. <Tool
  473. Name="VCAppVerifierTool"
  474. />
  475. <Tool
  476. Name="VCPostBuildEventTool"
  477. />
  478. </Configuration>
  479. </Configurations>
  480. <References>
  481. </References>
  482. <Files>
  483. <Filter
  484. Name="Source Files"
  485. Filter="c;cxx"
  486. UniqueIdentifier="{2FE3A731-FA99-4FE0-825D-3F4717553036}"
  487. >
  488. <File
  489. RelativePath=".\details\genx\char-props.c"
  490. >
  491. <FileConfiguration
  492. Name="Debug|Win32"
  493. >
  494. <Tool
  495. Name="VCCLCompilerTool"
  496. ObjectFile="$(IntDir)\details\genx\"
  497. />
  498. </FileConfiguration>
  499. <FileConfiguration
  500. Name="Debug|x64"
  501. >
  502. <Tool
  503. Name="VCCLCompilerTool"
  504. ObjectFile="$(IntDir)\details\genx\"
  505. />
  506. </FileConfiguration>
  507. <FileConfiguration
  508. Name="Release|Win32"
  509. >
  510. <Tool
  511. Name="VCCLCompilerTool"
  512. ObjectFile="$(IntDir)\details\genx\"
  513. />
  514. </FileConfiguration>
  515. <FileConfiguration
  516. Name="Release|x64"
  517. >
  518. <Tool
  519. Name="VCCLCompilerTool"
  520. ObjectFile="$(IntDir)\details\genx\"
  521. />
  522. </FileConfiguration>
  523. <FileConfiguration
  524. Name="LibRelease|Win32"
  525. >
  526. <Tool
  527. Name="VCCLCompilerTool"
  528. ObjectFile="$(IntDir)\details\genx\"
  529. />
  530. </FileConfiguration>
  531. <FileConfiguration
  532. Name="LibRelease|x64"
  533. >
  534. <Tool
  535. Name="VCCLCompilerTool"
  536. ObjectFile="$(IntDir)\details\genx\"
  537. />
  538. </FileConfiguration>
  539. </File>
  540. <File
  541. RelativePath=".\details\genx\genx.c"
  542. >
  543. <FileConfiguration
  544. Name="Debug|Win32"
  545. >
  546. <Tool
  547. Name="VCCLCompilerTool"
  548. ObjectFile="$(IntDir)\details\genx\"
  549. />
  550. </FileConfiguration>
  551. <FileConfiguration
  552. Name="Debug|x64"
  553. >
  554. <Tool
  555. Name="VCCLCompilerTool"
  556. ObjectFile="$(IntDir)\details\genx\"
  557. />
  558. </FileConfiguration>
  559. <FileConfiguration
  560. Name="Release|Win32"
  561. >
  562. <Tool
  563. Name="VCCLCompilerTool"
  564. ObjectFile="$(IntDir)\details\genx\"
  565. />
  566. </FileConfiguration>
  567. <FileConfiguration
  568. Name="Release|x64"
  569. >
  570. <Tool
  571. Name="VCCLCompilerTool"
  572. ObjectFile="$(IntDir)\details\genx\"
  573. />
  574. </FileConfiguration>
  575. <FileConfiguration
  576. Name="LibRelease|Win32"
  577. >
  578. <Tool
  579. Name="VCCLCompilerTool"
  580. ObjectFile="$(IntDir)\details\genx\"
  581. />
  582. </FileConfiguration>
  583. <FileConfiguration
  584. Name="LibRelease|x64"
  585. >
  586. <Tool
  587. Name="VCCLCompilerTool"
  588. ObjectFile="$(IntDir)\details\genx\"
  589. />
  590. </FileConfiguration>
  591. </File>
  592. <File
  593. RelativePath=".\parser.cxx"
  594. >
  595. </File>
  596. <File
  597. RelativePath=".\qname.cxx"
  598. >
  599. </File>
  600. <File
  601. RelativePath=".\serializer.cxx"
  602. >
  603. </File>
  604. <File
  605. RelativePath=".\value-traits.cxx"
  606. >
  607. </File>
  608. <File
  609. RelativePath=".\details\expat\xmlparse.c"
  610. >
  611. <FileConfiguration
  612. Name="Debug|Win32"
  613. >
  614. <Tool
  615. Name="VCCLCompilerTool"
  616. ObjectFile="$(IntDir)\details\expat\"
  617. />
  618. </FileConfiguration>
  619. <FileConfiguration
  620. Name="Debug|x64"
  621. >
  622. <Tool
  623. Name="VCCLCompilerTool"
  624. ObjectFile="$(IntDir)\details\expat\"
  625. />
  626. </FileConfiguration>
  627. <FileConfiguration
  628. Name="Release|Win32"
  629. >
  630. <Tool
  631. Name="VCCLCompilerTool"
  632. ObjectFile="$(IntDir)\details\expat\"
  633. />
  634. </FileConfiguration>
  635. <FileConfiguration
  636. Name="Release|x64"
  637. >
  638. <Tool
  639. Name="VCCLCompilerTool"
  640. ObjectFile="$(IntDir)\details\expat\"
  641. />
  642. </FileConfiguration>
  643. <FileConfiguration
  644. Name="LibRelease|Win32"
  645. >
  646. <Tool
  647. Name="VCCLCompilerTool"
  648. ObjectFile="$(IntDir)\details\expat\"
  649. />
  650. </FileConfiguration>
  651. <FileConfiguration
  652. Name="LibRelease|x64"
  653. >
  654. <Tool
  655. Name="VCCLCompilerTool"
  656. ObjectFile="$(IntDir)\details\expat\"
  657. />
  658. </FileConfiguration>
  659. </File>
  660. <File
  661. RelativePath=".\details\expat\xmlrole.c"
  662. >
  663. <FileConfiguration
  664. Name="Debug|Win32"
  665. >
  666. <Tool
  667. Name="VCCLCompilerTool"
  668. ObjectFile="$(IntDir)\details\expat\"
  669. />
  670. </FileConfiguration>
  671. <FileConfiguration
  672. Name="Debug|x64"
  673. >
  674. <Tool
  675. Name="VCCLCompilerTool"
  676. ObjectFile="$(IntDir)\details\expat\"
  677. />
  678. </FileConfiguration>
  679. <FileConfiguration
  680. Name="Release|Win32"
  681. >
  682. <Tool
  683. Name="VCCLCompilerTool"
  684. ObjectFile="$(IntDir)\details\expat\"
  685. />
  686. </FileConfiguration>
  687. <FileConfiguration
  688. Name="Release|x64"
  689. >
  690. <Tool
  691. Name="VCCLCompilerTool"
  692. ObjectFile="$(IntDir)\details\expat\"
  693. />
  694. </FileConfiguration>
  695. <FileConfiguration
  696. Name="LibRelease|Win32"
  697. >
  698. <Tool
  699. Name="VCCLCompilerTool"
  700. ObjectFile="$(IntDir)\details\expat\"
  701. />
  702. </FileConfiguration>
  703. <FileConfiguration
  704. Name="LibRelease|x64"
  705. >
  706. <Tool
  707. Name="VCCLCompilerTool"
  708. ObjectFile="$(IntDir)\details\expat\"
  709. />
  710. </FileConfiguration>
  711. </File>
  712. <File
  713. RelativePath=".\details\expat\xmltok.c"
  714. >
  715. <FileConfiguration
  716. Name="Debug|Win32"
  717. >
  718. <Tool
  719. Name="VCCLCompilerTool"
  720. ObjectFile="$(IntDir)\details\expat\"
  721. />
  722. </FileConfiguration>
  723. <FileConfiguration
  724. Name="Debug|x64"
  725. >
  726. <Tool
  727. Name="VCCLCompilerTool"
  728. ObjectFile="$(IntDir)\details\expat\"
  729. />
  730. </FileConfiguration>
  731. <FileConfiguration
  732. Name="Release|Win32"
  733. >
  734. <Tool
  735. Name="VCCLCompilerTool"
  736. ObjectFile="$(IntDir)\details\expat\"
  737. />
  738. </FileConfiguration>
  739. <FileConfiguration
  740. Name="Release|x64"
  741. >
  742. <Tool
  743. Name="VCCLCompilerTool"
  744. ObjectFile="$(IntDir)\details\expat\"
  745. />
  746. </FileConfiguration>
  747. <FileConfiguration
  748. Name="LibRelease|Win32"
  749. >
  750. <Tool
  751. Name="VCCLCompilerTool"
  752. ObjectFile="$(IntDir)\details\expat\"
  753. />
  754. </FileConfiguration>
  755. <FileConfiguration
  756. Name="LibRelease|x64"
  757. >
  758. <Tool
  759. Name="VCCLCompilerTool"
  760. ObjectFile="$(IntDir)\details\expat\"
  761. />
  762. </FileConfiguration>
  763. </File>
  764. </Filter>
  765. <Filter
  766. Name="Header Files"
  767. Filter="h;hxx;ixx;txx"
  768. UniqueIdentifier="{AD522A4F-C6D9-4F13-9DE6-1BAF4FEA1C88}"
  769. >
  770. <File
  771. RelativePath=".\details\config-vc.h"
  772. >
  773. </File>
  774. <File
  775. RelativePath=".\details\config.hxx"
  776. >
  777. </File>
  778. <File
  779. RelativePath=".\details\expat\expat.h"
  780. >
  781. </File>
  782. <File
  783. RelativePath=".\details\expat\expat_external.h"
  784. >
  785. </File>
  786. <File
  787. RelativePath=".\details\export.hxx"
  788. >
  789. </File>
  790. <File
  791. RelativePath=".\details\genx\genx.h"
  792. >
  793. </File>
  794. <File
  795. RelativePath=".\parser.ixx"
  796. >
  797. </File>
  798. <File
  799. RelativePath=".\parser.txx"
  800. >
  801. </File>
  802. <File
  803. RelativePath=".\details\post.hxx"
  804. >
  805. </File>
  806. <File
  807. RelativePath=".\details\pre.hxx"
  808. >
  809. </File>
  810. <File
  811. RelativePath=".\serializer.ixx"
  812. >
  813. </File>
  814. <File
  815. RelativePath=".\value-traits.txx"
  816. >
  817. </File>
  818. </Filter>
  819. </Files>
  820. <Globals>
  821. </Globals>
  822. </VisualStudioProject>