libstudxml-vc9.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  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. </Configurations>
  335. <References>
  336. </References>
  337. <Files>
  338. <Filter
  339. Name="Source Files"
  340. Filter="c;cxx"
  341. UniqueIdentifier="{2FE3A731-FA99-4FE0-825D-3F4717553036}"
  342. >
  343. <File
  344. RelativePath=".\qname.cxx"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\parser.cxx"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\serializer.cxx"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\value-traits.cxx"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\details\expat\xmlparse.c"
  361. >
  362. <FileConfiguration
  363. Name="Debug|Win32"
  364. >
  365. <Tool
  366. Name="VCCLCompilerTool"
  367. ObjectFile="$(IntDir)\details\expat\"
  368. />
  369. </FileConfiguration>
  370. <FileConfiguration
  371. Name="Debug|x64"
  372. >
  373. <Tool
  374. Name="VCCLCompilerTool"
  375. ObjectFile="$(IntDir)\details\expat\"
  376. />
  377. </FileConfiguration>
  378. <FileConfiguration
  379. Name="Release|Win32"
  380. >
  381. <Tool
  382. Name="VCCLCompilerTool"
  383. ObjectFile="$(IntDir)\details\expat\"
  384. />
  385. </FileConfiguration>
  386. <FileConfiguration
  387. Name="Release|x64"
  388. >
  389. <Tool
  390. Name="VCCLCompilerTool"
  391. ObjectFile="$(IntDir)\details\expat\"
  392. />
  393. </FileConfiguration>
  394. </File>
  395. <File
  396. RelativePath=".\details\expat\xmlrole.c"
  397. >
  398. <FileConfiguration
  399. Name="Debug|Win32"
  400. >
  401. <Tool
  402. Name="VCCLCompilerTool"
  403. ObjectFile="$(IntDir)\details\expat\"
  404. />
  405. </FileConfiguration>
  406. <FileConfiguration
  407. Name="Debug|x64"
  408. >
  409. <Tool
  410. Name="VCCLCompilerTool"
  411. ObjectFile="$(IntDir)\details\expat\"
  412. />
  413. </FileConfiguration>
  414. <FileConfiguration
  415. Name="Release|Win32"
  416. >
  417. <Tool
  418. Name="VCCLCompilerTool"
  419. ObjectFile="$(IntDir)\details\expat\"
  420. />
  421. </FileConfiguration>
  422. <FileConfiguration
  423. Name="Release|x64"
  424. >
  425. <Tool
  426. Name="VCCLCompilerTool"
  427. ObjectFile="$(IntDir)\details\expat\"
  428. />
  429. </FileConfiguration>
  430. </File>
  431. <File
  432. RelativePath=".\details\expat\xmltok.c"
  433. >
  434. <FileConfiguration
  435. Name="Debug|Win32"
  436. >
  437. <Tool
  438. Name="VCCLCompilerTool"
  439. ObjectFile="$(IntDir)\details\expat\"
  440. />
  441. </FileConfiguration>
  442. <FileConfiguration
  443. Name="Debug|x64"
  444. >
  445. <Tool
  446. Name="VCCLCompilerTool"
  447. ObjectFile="$(IntDir)\details\expat\"
  448. />
  449. </FileConfiguration>
  450. <FileConfiguration
  451. Name="Release|Win32"
  452. >
  453. <Tool
  454. Name="VCCLCompilerTool"
  455. ObjectFile="$(IntDir)\details\expat\"
  456. />
  457. </FileConfiguration>
  458. <FileConfiguration
  459. Name="Release|x64"
  460. >
  461. <Tool
  462. Name="VCCLCompilerTool"
  463. ObjectFile="$(IntDir)\details\expat\"
  464. />
  465. </FileConfiguration>
  466. </File>
  467. <File
  468. RelativePath=".\details\genx\genx.c"
  469. >
  470. <FileConfiguration
  471. Name="Debug|Win32"
  472. >
  473. <Tool
  474. Name="VCCLCompilerTool"
  475. ObjectFile="$(IntDir)\details\genx\"
  476. />
  477. </FileConfiguration>
  478. <FileConfiguration
  479. Name="Debug|x64"
  480. >
  481. <Tool
  482. Name="VCCLCompilerTool"
  483. ObjectFile="$(IntDir)\details\genx\"
  484. />
  485. </FileConfiguration>
  486. <FileConfiguration
  487. Name="Release|Win32"
  488. >
  489. <Tool
  490. Name="VCCLCompilerTool"
  491. ObjectFile="$(IntDir)\details\genx\"
  492. />
  493. </FileConfiguration>
  494. <FileConfiguration
  495. Name="Release|x64"
  496. >
  497. <Tool
  498. Name="VCCLCompilerTool"
  499. ObjectFile="$(IntDir)\details\genx\"
  500. />
  501. </FileConfiguration>
  502. </File>
  503. <File
  504. RelativePath=".\details\genx\char-props.c"
  505. >
  506. <FileConfiguration
  507. Name="Debug|Win32"
  508. >
  509. <Tool
  510. Name="VCCLCompilerTool"
  511. ObjectFile="$(IntDir)\details\genx\"
  512. />
  513. </FileConfiguration>
  514. <FileConfiguration
  515. Name="Debug|x64"
  516. >
  517. <Tool
  518. Name="VCCLCompilerTool"
  519. ObjectFile="$(IntDir)\details\genx\"
  520. />
  521. </FileConfiguration>
  522. <FileConfiguration
  523. Name="Release|Win32"
  524. >
  525. <Tool
  526. Name="VCCLCompilerTool"
  527. ObjectFile="$(IntDir)\details\genx\"
  528. />
  529. </FileConfiguration>
  530. <FileConfiguration
  531. Name="Release|x64"
  532. >
  533. <Tool
  534. Name="VCCLCompilerTool"
  535. ObjectFile="$(IntDir)\details\genx\"
  536. />
  537. </FileConfiguration>
  538. </File>
  539. </Filter>
  540. <Filter
  541. Name="Header Files"
  542. Filter="h;hxx;ixx;txx"
  543. UniqueIdentifier="{AD522A4F-C6D9-4F13-9DE6-1BAF4FEA1C88}"
  544. >
  545. <File
  546. RelativePath=".\parser.ixx"
  547. >
  548. </File>
  549. <File
  550. RelativePath=".\details\post.hxx"
  551. >
  552. </File>
  553. <File
  554. RelativePath=".\details\export.hxx"
  555. >
  556. </File>
  557. <File
  558. RelativePath=".\details\pre.hxx"
  559. >
  560. </File>
  561. <File
  562. RelativePath=".\details\config.hxx"
  563. >
  564. </File>
  565. <File
  566. RelativePath=".\serializer.ixx"
  567. >
  568. </File>
  569. <File
  570. RelativePath=".\value-traits.txx"
  571. >
  572. </File>
  573. <File
  574. RelativePath=".\parser.txx"
  575. >
  576. </File>
  577. <File
  578. RelativePath=".\details\expat\expat.h"
  579. >
  580. </File>
  581. <File
  582. RelativePath=".\details\expat\expat_external.h"
  583. >
  584. </File>
  585. <File
  586. RelativePath=".\details\genx\genx.h"
  587. >
  588. </File>
  589. <File
  590. RelativePath=".\details\config-vc.h"
  591. >
  592. </File>
  593. </Filter>
  594. </Files>
  595. <Globals>
  596. </Globals>
  597. </VisualStudioProject>