You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1929 lines
38 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="pythoncore"
  6. ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
  7. RootNamespace="pythoncore"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Release|Win32"
  23. ConfigurationType="2"
  24. InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
  25. UseOfMFC="0"
  26. ATLMinimizesCRunTimeLibraryUsage="false"
  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. AdditionalOptions="/Zm200 "
  46. AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
  47. PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
  48. RuntimeLibrary="2"
  49. />
  50. <Tool
  51. Name="VCManagedResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. PreprocessorDefinitions="NDEBUG"
  56. Culture="1033"
  57. AdditionalIncludeDirectories="..\Include"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. Description="Generate build information..."
  62. CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release &quot;$(IntDir)\&quot;"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. AdditionalDependencies="&quot;$(IntDir)getbuildinfo.o&quot;"
  67. OutputFile="$(OutDir)\$(PyDllName).dll"
  68. IgnoreDefaultLibraryNames="libc"
  69. ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
  70. BaseAddress="0x1e000000"
  71. ImportLibrary="$(OutDir)$(PyDllName).lib"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|x64"
  97. ConfigurationType="2"
  98. InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops"
  99. UseOfMFC="0"
  100. ATLMinimizesCRunTimeLibraryUsage="false"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. TargetEnvironment="3"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. AdditionalOptions="/Zm200 "
  121. AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
  122. PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
  123. RuntimeLibrary="2"
  124. />
  125. <Tool
  126. Name="VCManagedResourceCompilerTool"
  127. />
  128. <Tool
  129. Name="VCResourceCompilerTool"
  130. PreprocessorDefinitions="NDEBUG"
  131. Culture="1033"
  132. AdditionalIncludeDirectories="..\Include"
  133. />
  134. <Tool
  135. Name="VCPreLinkEventTool"
  136. Description="Generate build information..."
  137. CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release &quot;$(IntDir)\&quot;"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. AdditionalDependencies="&quot;$(IntDir)getbuildinfo.o&quot;"
  142. OutputFile="$(OutDir)\$(PyDllName).dll"
  143. IgnoreDefaultLibraryNames="libc"
  144. ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
  145. BaseAddress="0x1e000000"
  146. ImportLibrary="$(OutDir)$(PyDllName).lib"
  147. />
  148. <Tool
  149. Name="VCALinkTool"
  150. />
  151. <Tool
  152. Name="VCManifestTool"
  153. />
  154. <Tool
  155. Name="VCXDCMakeTool"
  156. />
  157. <Tool
  158. Name="VCBscMakeTool"
  159. />
  160. <Tool
  161. Name="VCFxCopTool"
  162. />
  163. <Tool
  164. Name="VCAppVerifierTool"
  165. />
  166. <Tool
  167. Name="VCPostBuildEventTool"
  168. />
  169. </Configuration>
  170. <Configuration
  171. Name="Debug|Win32"
  172. ConfigurationType="2"
  173. InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
  174. UseOfMFC="0"
  175. ATLMinimizesCRunTimeLibraryUsage="false"
  176. CharacterSet="0"
  177. >
  178. <Tool
  179. Name="VCPreBuildEventTool"
  180. />
  181. <Tool
  182. Name="VCCustomBuildTool"
  183. />
  184. <Tool
  185. Name="VCXMLDataGeneratorTool"
  186. />
  187. <Tool
  188. Name="VCWebServiceProxyGeneratorTool"
  189. />
  190. <Tool
  191. Name="VCMIDLTool"
  192. />
  193. <Tool
  194. Name="VCCLCompilerTool"
  195. AdditionalOptions="/Zm200 "
  196. Optimization="0"
  197. InlineFunctionExpansion="0"
  198. EnableIntrinsicFunctions="false"
  199. AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
  200. PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
  201. RuntimeLibrary="3"
  202. />
  203. <Tool
  204. Name="VCManagedResourceCompilerTool"
  205. />
  206. <Tool
  207. Name="VCResourceCompilerTool"
  208. PreprocessorDefinitions="_DEBUG"
  209. Culture="1033"
  210. AdditionalIncludeDirectories="..\Include"
  211. />
  212. <Tool
  213. Name="VCPreLinkEventTool"
  214. Description="Generate build information..."
  215. CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Debug &quot;$(IntDir)\&quot;"
  216. />
  217. <Tool
  218. Name="VCLinkerTool"
  219. AdditionalDependencies="&quot;$(IntDir)getbuildinfo.o&quot;"
  220. OutputFile="$(OutDir)\$(PyDllName)_d.dll"
  221. IgnoreDefaultLibraryNames="libc"
  222. ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
  223. BaseAddress="0x1e000000"
  224. ImportLibrary="$(OutDir)$(PyDllName)_d.lib"
  225. />
  226. <Tool
  227. Name="VCALinkTool"
  228. />
  229. <Tool
  230. Name="VCManifestTool"
  231. />
  232. <Tool
  233. Name="VCXDCMakeTool"
  234. />
  235. <Tool
  236. Name="VCBscMakeTool"
  237. />
  238. <Tool
  239. Name="VCFxCopTool"
  240. />
  241. <Tool
  242. Name="VCAppVerifierTool"
  243. />
  244. <Tool
  245. Name="VCPostBuildEventTool"
  246. />
  247. </Configuration>
  248. <Configuration
  249. Name="Debug|x64"
  250. ConfigurationType="2"
  251. InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\debug.vsprops"
  252. UseOfMFC="0"
  253. ATLMinimizesCRunTimeLibraryUsage="false"
  254. >
  255. <Tool
  256. Name="VCPreBuildEventTool"
  257. />
  258. <Tool
  259. Name="VCCustomBuildTool"
  260. />
  261. <Tool
  262. Name="VCXMLDataGeneratorTool"
  263. />
  264. <Tool
  265. Name="VCWebServiceProxyGeneratorTool"
  266. />
  267. <Tool
  268. Name="VCMIDLTool"
  269. TargetEnvironment="3"
  270. />
  271. <Tool
  272. Name="VCCLCompilerTool"
  273. AdditionalOptions="/Zm200 "
  274. Optimization="0"
  275. InlineFunctionExpansion="0"
  276. EnableIntrinsicFunctions="false"
  277. AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
  278. PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
  279. RuntimeLibrary="3"
  280. />
  281. <Tool
  282. Name="VCManagedResourceCompilerTool"
  283. />
  284. <Tool
  285. Name="VCResourceCompilerTool"
  286. PreprocessorDefinitions="_DEBUG"
  287. Culture="1033"
  288. AdditionalIncludeDirectories="..\Include"
  289. />
  290. <Tool
  291. Name="VCPreLinkEventTool"
  292. Description="Generate build information..."
  293. CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Debug &quot;$(IntDir)\&quot;"
  294. />
  295. <Tool
  296. Name="VCLinkerTool"
  297. AdditionalDependencies="&quot;$(IntDir)getbuildinfo.o&quot;"
  298. OutputFile="$(OutDir)\$(PyDllName)_d.dll"
  299. IgnoreDefaultLibraryNames="libc"
  300. ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
  301. BaseAddress="0x1e000000"
  302. ImportLibrary="$(OutDir)$(PyDllName)_d.lib"
  303. />
  304. <Tool
  305. Name="VCALinkTool"
  306. />
  307. <Tool
  308. Name="VCManifestTool"
  309. />
  310. <Tool
  311. Name="VCXDCMakeTool"
  312. />
  313. <Tool
  314. Name="VCBscMakeTool"
  315. />
  316. <Tool
  317. Name="VCFxCopTool"
  318. />
  319. <Tool
  320. Name="VCAppVerifierTool"
  321. />
  322. <Tool
  323. Name="VCPostBuildEventTool"
  324. />
  325. </Configuration>
  326. <Configuration
  327. Name="PGInstrument|Win32"
  328. ConfigurationType="2"
  329. InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops;.\pginstrument.vsprops"
  330. UseOfMFC="0"
  331. ATLMinimizesCRunTimeLibraryUsage="false"
  332. >
  333. <Tool
  334. Name="VCPreBuildEventTool"
  335. />
  336. <Tool
  337. Name="VCCustomBuildTool"
  338. />
  339. <Tool
  340. Name="VCXMLDataGeneratorTool"
  341. />
  342. <Tool
  343. Name="VCWebServiceProxyGeneratorTool"
  344. />
  345. <Tool
  346. Name="VCMIDLTool"
  347. />
  348. <Tool
  349. Name="VCCLCompilerTool"
  350. AdditionalOptions="/Zm200 "
  351. AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
  352. PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
  353. RuntimeLibrary="2"
  354. />
  355. <Tool
  356. Name="VCManagedResourceCompilerTool"
  357. />
  358. <Tool
  359. Name="VCResourceCompilerTool"
  360. PreprocessorDefinitions="NDEBUG"
  361. Culture="1033"
  362. AdditionalIncludeDirectories="..\Include"
  363. />
  364. <Tool
  365. Name="VCPreLinkEventTool"
  366. Description="Generate build information..."
  367. CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release &quot;$(IntDir)\&quot;"
  368. />
  369. <Tool
  370. Name="VCLinkerTool"
  371. AdditionalDependencies="&quot;$(IntDir)getbuildinfo.o&quot;"
  372. OutputFile="$(OutDir)\$(PyDllName).dll"
  373. IgnoreDefaultLibraryNames="libc"
  374. ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
  375. BaseAddress="0x1e000000"
  376. ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
  377. />
  378. <Tool
  379. Name="VCALinkTool"
  380. />
  381. <Tool
  382. Name="VCManifestTool"
  383. />
  384. <Tool
  385. Name="VCXDCMakeTool"
  386. />
  387. <Tool
  388. Name="VCBscMakeTool"
  389. />
  390. <Tool
  391. Name="VCFxCopTool"
  392. />
  393. <Tool
  394. Name="VCAppVerifierTool"
  395. />
  396. <Tool
  397. Name="VCPostBuildEventTool"
  398. />
  399. </Configuration>
  400. <Configuration
  401. Name="PGInstrument|x64"
  402. ConfigurationType="2"
  403. InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops;.\pginstrument.vsprops"
  404. UseOfMFC="0"
  405. ATLMinimizesCRunTimeLibraryUsage="false"
  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="/Zm200 "
  426. AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
  427. PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
  428. RuntimeLibrary="2"
  429. />
  430. <Tool
  431. Name="VCManagedResourceCompilerTool"
  432. />
  433. <Tool
  434. Name="VCResourceCompilerTool"
  435. PreprocessorDefinitions="NDEBUG"
  436. Culture="1033"
  437. AdditionalIncludeDirectories="..\Include"
  438. />
  439. <Tool
  440. Name="VCPreLinkEventTool"
  441. Description="Generate build information..."
  442. CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release &quot;$(IntDir)\&quot;"
  443. />
  444. <Tool
  445. Name="VCLinkerTool"
  446. AdditionalDependencies="&quot;$(IntDir)getbuildinfo.o&quot;"
  447. OutputFile="$(OutDir)\$(PyDllName).dll"
  448. IgnoreDefaultLibraryNames="libc"
  449. ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
  450. BaseAddress="0x1e000000"
  451. ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
  452. TargetMachine="17"
  453. />
  454. <Tool
  455. Name="VCALinkTool"
  456. />
  457. <Tool
  458. Name="VCManifestTool"
  459. />
  460. <Tool
  461. Name="VCXDCMakeTool"
  462. />
  463. <Tool
  464. Name="VCBscMakeTool"
  465. />
  466. <Tool
  467. Name="VCFxCopTool"
  468. />
  469. <Tool
  470. Name="VCAppVerifierTool"
  471. />
  472. <Tool
  473. Name="VCPostBuildEventTool"
  474. />
  475. </Configuration>
  476. <Configuration
  477. Name="PGUpdate|Win32"
  478. ConfigurationType="2"
  479. InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops;.\pgupdate.vsprops"
  480. UseOfMFC="0"
  481. ATLMinimizesCRunTimeLibraryUsage="false"
  482. >
  483. <Tool
  484. Name="VCPreBuildEventTool"
  485. />
  486. <Tool
  487. Name="VCCustomBuildTool"
  488. />
  489. <Tool
  490. Name="VCXMLDataGeneratorTool"
  491. />
  492. <Tool
  493. Name="VCWebServiceProxyGeneratorTool"
  494. />
  495. <Tool
  496. Name="VCMIDLTool"
  497. />
  498. <Tool
  499. Name="VCCLCompilerTool"
  500. AdditionalOptions="/Zm200 "
  501. AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
  502. PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
  503. RuntimeLibrary="2"
  504. />
  505. <Tool
  506. Name="VCManagedResourceCompilerTool"
  507. />
  508. <Tool
  509. Name="VCResourceCompilerTool"
  510. PreprocessorDefinitions="NDEBUG"
  511. Culture="1033"
  512. AdditionalIncludeDirectories="..\Include"
  513. />
  514. <Tool
  515. Name="VCPreLinkEventTool"
  516. Description="Generate build information..."
  517. CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release &quot;$(IntDir)\&quot;"
  518. />
  519. <Tool
  520. Name="VCLinkerTool"
  521. AdditionalDependencies="&quot;$(IntDir)getbuildinfo.o&quot;"
  522. OutputFile="$(OutDir)\$(PyDllName).dll"
  523. IgnoreDefaultLibraryNames="libc"
  524. ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
  525. BaseAddress="0x1e000000"
  526. ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
  527. />
  528. <Tool
  529. Name="VCALinkTool"
  530. />
  531. <Tool
  532. Name="VCManifestTool"
  533. />
  534. <Tool
  535. Name="VCXDCMakeTool"
  536. />
  537. <Tool
  538. Name="VCBscMakeTool"
  539. />
  540. <Tool
  541. Name="VCFxCopTool"
  542. />
  543. <Tool
  544. Name="VCAppVerifierTool"
  545. />
  546. <Tool
  547. Name="VCPostBuildEventTool"
  548. />
  549. </Configuration>
  550. <Configuration
  551. Name="PGUpdate|x64"
  552. ConfigurationType="2"
  553. InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops;.\pgupdate.vsprops"
  554. UseOfMFC="0"
  555. ATLMinimizesCRunTimeLibraryUsage="false"
  556. >
  557. <Tool
  558. Name="VCPreBuildEventTool"
  559. />
  560. <Tool
  561. Name="VCCustomBuildTool"
  562. />
  563. <Tool
  564. Name="VCXMLDataGeneratorTool"
  565. />
  566. <Tool
  567. Name="VCWebServiceProxyGeneratorTool"
  568. />
  569. <Tool
  570. Name="VCMIDLTool"
  571. TargetEnvironment="3"
  572. />
  573. <Tool
  574. Name="VCCLCompilerTool"
  575. AdditionalOptions="/Zm200 "
  576. AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
  577. PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
  578. RuntimeLibrary="2"
  579. />
  580. <Tool
  581. Name="VCManagedResourceCompilerTool"
  582. />
  583. <Tool
  584. Name="VCResourceCompilerTool"
  585. PreprocessorDefinitions="NDEBUG"
  586. Culture="1033"
  587. AdditionalIncludeDirectories="..\Include"
  588. />
  589. <Tool
  590. Name="VCPreLinkEventTool"
  591. Description="Generate build information..."
  592. CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release &quot;$(IntDir)\&quot;"
  593. />
  594. <Tool
  595. Name="VCLinkerTool"
  596. AdditionalDependencies="&quot;$(IntDir)getbuildinfo.o&quot;"
  597. OutputFile="$(OutDir)\$(PyDllName).dll"
  598. IgnoreDefaultLibraryNames="libc"
  599. ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
  600. BaseAddress="0x1e000000"
  601. ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
  602. TargetMachine="17"
  603. />
  604. <Tool
  605. Name="VCALinkTool"
  606. />
  607. <Tool
  608. Name="VCManifestTool"
  609. />
  610. <Tool
  611. Name="VCXDCMakeTool"
  612. />
  613. <Tool
  614. Name="VCBscMakeTool"
  615. />
  616. <Tool
  617. Name="VCFxCopTool"
  618. />
  619. <Tool
  620. Name="VCAppVerifierTool"
  621. />
  622. <Tool
  623. Name="VCPostBuildEventTool"
  624. />
  625. </Configuration>
  626. </Configurations>
  627. <References>
  628. </References>
  629. <Files>
  630. <Filter
  631. Name="Include"
  632. >
  633. <File
  634. RelativePath="..\Include\abstract.h"
  635. >
  636. </File>
  637. <File
  638. RelativePath="..\Include\accu.h"
  639. >
  640. </File>
  641. <File
  642. RelativePath="..\Include\asdl.h"
  643. >
  644. </File>
  645. <File
  646. RelativePath="..\Include\ast.h"
  647. >
  648. </File>
  649. <File
  650. RelativePath="..\Include\bitset.h"
  651. >
  652. </File>
  653. <File
  654. RelativePath="..\Include\boolobject.h"
  655. >
  656. </File>
  657. <File
  658. RelativePath="..\Include\bytes_methods.h"
  659. >
  660. </File>
  661. <File
  662. RelativePath="..\Include\bytearrayobject.h"
  663. >
  664. </File>
  665. <File
  666. RelativePath="..\Include\bytesobject.h"
  667. >
  668. </File>
  669. <File
  670. RelativePath="..\Include\cellobject.h"
  671. >
  672. </File>
  673. <File
  674. RelativePath="..\Include\ceval.h"
  675. >
  676. </File>
  677. <File
  678. RelativePath="..\Include\classobject.h"
  679. >
  680. </File>
  681. <File
  682. RelativePath="..\Include\code.h"
  683. >
  684. </File>
  685. <File
  686. RelativePath="..\Include\codecs.h"
  687. >
  688. </File>
  689. <File
  690. RelativePath="..\Include\compile.h"
  691. >
  692. </File>
  693. <File
  694. RelativePath="..\Include\complexobject.h"
  695. >
  696. </File>
  697. <File
  698. RelativePath="..\Include\datetime.h"
  699. >
  700. </File>
  701. <File
  702. RelativePath="..\Include\descrobject.h"
  703. >
  704. </File>
  705. <File
  706. RelativePath="..\Include\dictobject.h"
  707. >
  708. </File>
  709. <File
  710. RelativePath="..\Include\dynamic_annotations.h"
  711. >
  712. </File>
  713. <File
  714. RelativePath="..\Include\enumobject.h"
  715. >
  716. </File>
  717. <File
  718. RelativePath="..\Include\errcode.h"
  719. >
  720. </File>
  721. <File
  722. RelativePath="..\Include\eval.h"
  723. >
  724. </File>
  725. <File
  726. RelativePath="..\Include\fileobject.h"
  727. >
  728. </File>
  729. <File
  730. RelativePath="..\Include\fileutils.h"
  731. >
  732. </File>
  733. <File
  734. RelativePath="..\Include\floatobject.h"
  735. >
  736. </File>
  737. <File
  738. RelativePath="..\Include\formatter_unicode.h"
  739. >
  740. </File>
  741. <File
  742. RelativePath="..\Include\frameobject.h"
  743. >
  744. </File>
  745. <File
  746. RelativePath="..\Include\funcobject.h"
  747. >
  748. </File>
  749. <File
  750. RelativePath="..\Include\genobject.h"
  751. >
  752. </File>
  753. <File
  754. RelativePath="..\Include\graminit.h"
  755. >
  756. </File>
  757. <File
  758. RelativePath="..\Include\grammar.h"
  759. >
  760. </File>
  761. <File
  762. RelativePath="..\Include\import.h"
  763. >
  764. </File>
  765. <File
  766. RelativePath="..\Include\intrcheck.h"
  767. >
  768. </File>
  769. <File
  770. RelativePath="..\Include\iterobject.h"
  771. >
  772. </File>
  773. <File
  774. RelativePath="..\Include\listobject.h"
  775. >
  776. </File>
  777. <File
  778. RelativePath="..\Include\longintrepr.h"
  779. >
  780. </File>
  781. <File
  782. RelativePath="..\Include\longobject.h"
  783. >
  784. </File>
  785. <File
  786. RelativePath="..\Include\marshal.h"
  787. >
  788. </File>
  789. <File
  790. RelativePath="..\Include\memoryobject.h"
  791. >
  792. </File>
  793. <File
  794. RelativePath="..\Include\metagrammar.h"
  795. >
  796. </File>
  797. <File
  798. RelativePath="..\Include\methodobject.h"
  799. >
  800. </File>
  801. <File
  802. RelativePath="..\Include\modsupport.h"
  803. >
  804. </File>
  805. <File
  806. RelativePath="..\Include\moduleobject.h"
  807. >
  808. </File>
  809. <File
  810. RelativePath="..\Include\node.h"
  811. >
  812. </File>
  813. <File
  814. RelativePath="..\Include\object.h"
  815. >
  816. </File>
  817. <File
  818. RelativePath="..\Include\objimpl.h"
  819. >
  820. </File>
  821. <File
  822. RelativePath="..\Include\opcode.h"
  823. >
  824. </File>
  825. <File
  826. RelativePath="..\Include\osdefs.h"
  827. >
  828. </File>
  829. <File
  830. RelativePath="..\Include\parsetok.h"
  831. >
  832. </File>
  833. <File
  834. RelativePath="..\Include\patchlevel.h"
  835. >
  836. </File>
  837. <File
  838. RelativePath="..\Include\pgen.h"
  839. >
  840. </File>
  841. <File
  842. RelativePath="..\Include\pgenheaders.h"
  843. >
  844. </File>
  845. <File
  846. RelativePath="..\Include\py_curses.h"
  847. >
  848. </File>
  849. <File
  850. RelativePath="..\Include\pyarena.h"
  851. >
  852. </File>
  853. <File
  854. RelativePath="..\Include\pycapsule.h"
  855. >
  856. </File>
  857. <File
  858. RelativePath="..\Include\pyctype.h"
  859. >
  860. </File>
  861. <File
  862. RelativePath="..\Include\pydebug.h"
  863. >
  864. </File>
  865. <File
  866. RelativePath="..\Include\pyerrors.h"
  867. >
  868. </File>
  869. <File
  870. RelativePath="..\Include\pyexpat.h"
  871. >
  872. </File>
  873. <File
  874. RelativePath="..\Include\pyfpe.h"
  875. >
  876. </File>
  877. <File
  878. RelativePath="..\Include\pygetopt.h"
  879. >
  880. </File>
  881. <File
  882. RelativePath="..\Include\pymactoolbox.h"
  883. >
  884. </File>
  885. <File
  886. RelativePath="..\Include\pymath.h"
  887. >
  888. </File>
  889. <File
  890. RelativePath="..\Include\pytime.h"
  891. >
  892. </File>
  893. <File
  894. RelativePath="..\Include\pymacro.h"
  895. >
  896. </File>
  897. <File
  898. RelativePath="..\Include\pymem.h"
  899. >
  900. </File>
  901. <File
  902. RelativePath="..\Include\pyport.h"
  903. >
  904. </File>
  905. <File
  906. RelativePath="..\Include\pystate.h"
  907. >
  908. </File>
  909. <File
  910. RelativePath="..\Include\pystrcmp.h"
  911. >
  912. </File>
  913. <File
  914. RelativePath="..\Include\pystrtod.h"
  915. >
  916. </File>
  917. <File
  918. RelativePath="..\Include\dtoa.h"
  919. >
  920. </File>
  921. <File
  922. RelativePath="..\Include\Python-ast.h"
  923. >
  924. </File>
  925. <File
  926. RelativePath="..\Include\Python.h"
  927. >
  928. </File>
  929. <File
  930. RelativePath="..\Include\pythonrun.h"
  931. >
  932. </File>
  933. <File
  934. RelativePath="..\Include\pythread.h"
  935. >
  936. </File>
  937. <File
  938. RelativePath="..\Include\rangeobject.h"
  939. >
  940. </File>
  941. <File
  942. RelativePath="..\Include\setobject.h"
  943. >
  944. </File>
  945. <File
  946. RelativePath="..\Include\sliceobject.h"
  947. >
  948. </File>
  949. <File
  950. RelativePath="..\Include\structmember.h"
  951. >
  952. </File>
  953. <File
  954. RelativePath="..\Include\structseq.h"
  955. >
  956. </File>
  957. <File
  958. RelativePath="..\Include\symtable.h"
  959. >
  960. </File>
  961. <File
  962. RelativePath="..\Include\sysmodule.h"
  963. >
  964. </File>
  965. <File
  966. RelativePath="..\Include\timefuncs.h"
  967. >
  968. </File>
  969. <File
  970. RelativePath="..\Include\token.h"
  971. >
  972. </File>
  973. <File
  974. RelativePath="..\Include\traceback.h"
  975. >
  976. </File>
  977. <File
  978. RelativePath="..\Include\tupleobject.h"
  979. >
  980. </File>
  981. <File
  982. RelativePath="..\Include\ucnhash.h"
  983. >
  984. </File>
  985. <File
  986. RelativePath="..\Include\unicodeobject.h"
  987. >
  988. </File>
  989. <File
  990. RelativePath="..\Include\weakrefobject.h"
  991. >
  992. </File>
  993. </Filter>
  994. <Filter
  995. Name="Modules"
  996. >
  997. <File
  998. RelativePath="..\Modules\_bisectmodule.c"
  999. >
  1000. </File>
  1001. <File
  1002. RelativePath="..\Modules\_codecsmodule.c"
  1003. >
  1004. </File>
  1005. <File
  1006. RelativePath="..\Modules\_collectionsmodule.c"
  1007. >
  1008. </File>
  1009. <File
  1010. RelativePath="..\Modules\_csv.c"
  1011. >
  1012. </File>
  1013. <File
  1014. RelativePath="..\Modules\_functoolsmodule.c"
  1015. >
  1016. </File>
  1017. <File
  1018. RelativePath="..\Modules\_heapqmodule.c"
  1019. >
  1020. </File>
  1021. <File
  1022. RelativePath="..\Modules\_json.c"
  1023. >
  1024. </File>
  1025. <File
  1026. RelativePath="..\Modules\_localemodule.c"
  1027. >
  1028. </File>
  1029. <File
  1030. RelativePath="..\Modules\_lsprof.c"
  1031. >
  1032. </File>
  1033. <File
  1034. RelativePath="..\Modules\_math.c"
  1035. >
  1036. </File>
  1037. <File
  1038. RelativePath="..\Modules\_math.h"
  1039. >
  1040. </File>
  1041. <File
  1042. RelativePath="..\Modules\_pickle.c"
  1043. >
  1044. </File>
  1045. <File
  1046. RelativePath="..\Modules\_randommodule.c"
  1047. >
  1048. </File>
  1049. <File
  1050. RelativePath="..\Modules\_sre.c"
  1051. >
  1052. </File>
  1053. <File
  1054. RelativePath="..\Modules\_struct.c"
  1055. >
  1056. </File>
  1057. <File
  1058. RelativePath="..\Modules\_time.c"
  1059. >
  1060. </File>
  1061. <File
  1062. RelativePath="..\Modules\_time.h"
  1063. >
  1064. </File>
  1065. <File
  1066. RelativePath="..\Modules\_weakref.c"
  1067. >
  1068. </File>
  1069. <File
  1070. RelativePath="..\Modules\arraymodule.c"
  1071. >
  1072. </File>
  1073. <File
  1074. RelativePath="..\Modules\atexitmodule.c"
  1075. >
  1076. </File>
  1077. <File
  1078. RelativePath="..\Modules\audioop.c"
  1079. >
  1080. </File>
  1081. <File
  1082. RelativePath="..\Modules\binascii.c"
  1083. >
  1084. </File>
  1085. <File
  1086. RelativePath="..\Modules\cmathmodule.c"
  1087. >
  1088. </File>
  1089. <File
  1090. RelativePath="..\Modules\_datetimemodule.c"
  1091. >
  1092. </File>
  1093. <File
  1094. RelativePath="..\Modules\errnomodule.c"
  1095. >
  1096. </File>
  1097. <File
  1098. RelativePath="..\Modules\faulthandler.c"
  1099. >
  1100. </File>
  1101. <File
  1102. RelativePath="..\Modules\gcmodule.c"
  1103. >
  1104. </File>
  1105. <File
  1106. RelativePath="..\Modules\itertoolsmodule.c"
  1107. >
  1108. </File>
  1109. <File
  1110. RelativePath="..\Modules\main.c"
  1111. >
  1112. </File>
  1113. <File
  1114. RelativePath="..\Modules\mathmodule.c"
  1115. >
  1116. </File>
  1117. <File
  1118. RelativePath="..\Modules\md5module.c"
  1119. >
  1120. </File>
  1121. <File
  1122. RelativePath="..\Modules\mmapmodule.c"
  1123. >
  1124. </File>
  1125. <File
  1126. RelativePath="..\Modules\operator.c"
  1127. >
  1128. </File>
  1129. <File
  1130. RelativePath="..\Modules\parsermodule.c"
  1131. >
  1132. </File>
  1133. <File
  1134. RelativePath="..\Modules\posixmodule.c"
  1135. >
  1136. </File>
  1137. <File
  1138. RelativePath="..\Modules\rotatingtree.c"
  1139. >
  1140. </File>
  1141. <File
  1142. RelativePath="..\Modules\rotatingtree.h"
  1143. >
  1144. </File>
  1145. <File
  1146. RelativePath="..\Modules\sha1module.c"
  1147. >
  1148. </File>
  1149. <File
  1150. RelativePath="..\Modules\sha256module.c"
  1151. >
  1152. </File>
  1153. <File
  1154. RelativePath="..\Modules\sha512module.c"
  1155. >
  1156. </File>
  1157. <File
  1158. RelativePath="..\Modules\signalmodule.c"
  1159. >
  1160. </File>
  1161. <File
  1162. RelativePath="..\Modules\symtablemodule.c"
  1163. >
  1164. </File>
  1165. <File
  1166. RelativePath="..\Modules\_threadmodule.c"
  1167. >
  1168. </File>
  1169. <File
  1170. RelativePath="..\Modules\timemodule.c"
  1171. >
  1172. </File>
  1173. <File
  1174. RelativePath="..\Modules\xxsubtype.c"
  1175. >
  1176. </File>
  1177. <File
  1178. RelativePath="..\Modules\zipimport.c"
  1179. >
  1180. </File>
  1181. <File
  1182. RelativePath="..\Modules\zlibmodule.c"
  1183. >
  1184. </File>
  1185. <Filter
  1186. Name="_io"
  1187. >
  1188. <File
  1189. RelativePath="..\Modules\_io\fileio.c"
  1190. >
  1191. </File>
  1192. <File
  1193. RelativePath="..\Modules\_io\bytesio.c"
  1194. >
  1195. </File>
  1196. <File
  1197. RelativePath="..\Modules\_io\stringio.c"
  1198. >
  1199. </File>
  1200. <File
  1201. RelativePath="..\Modules\_io\bufferedio.c"
  1202. >
  1203. </File>
  1204. <File
  1205. RelativePath="..\Modules\_io\iobase.c"
  1206. >
  1207. </File>
  1208. <File
  1209. RelativePath="..\Modules\_io\textio.c"
  1210. >
  1211. </File>
  1212. <File
  1213. RelativePath="..\Modules\_io\_iomodule.c"
  1214. >
  1215. </File>
  1216. <File
  1217. RelativePath="..\Modules\_io\_iomodule.h"
  1218. >
  1219. </File>
  1220. </Filter>
  1221. <Filter
  1222. Name="zlib"
  1223. >
  1224. <File
  1225. RelativePath="..\Modules\zlib\adler32.c"
  1226. >
  1227. </File>
  1228. <File
  1229. RelativePath="..\Modules\zlib\compress.c"
  1230. >
  1231. </File>
  1232. <File
  1233. RelativePath="..\Modules\zlib\crc32.c"
  1234. >
  1235. </File>
  1236. <File
  1237. RelativePath="..\Modules\zlib\crc32.h"
  1238. >
  1239. </File>
  1240. <File
  1241. RelativePath="..\Modules\zlib\deflate.c"
  1242. >
  1243. </File>
  1244. <File
  1245. RelativePath="..\Modules\zlib\deflate.h"
  1246. >
  1247. </File>
  1248. <File
  1249. RelativePath="..\Modules\zlib\gzio.c"
  1250. >
  1251. <FileConfiguration
  1252. Name="Release|Win32"
  1253. >
  1254. <Tool
  1255. Name="VCCLCompilerTool"
  1256. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
  1257. />
  1258. </FileConfiguration>
  1259. <FileConfiguration
  1260. Name="Release|Win64"
  1261. >
  1262. <Tool
  1263. Name="VCCLCompilerTool"
  1264. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
  1265. />
  1266. </FileConfiguration>
  1267. <FileConfiguration
  1268. Name="Debug|Win32"
  1269. >
  1270. <Tool
  1271. Name="VCCLCompilerTool"
  1272. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
  1273. />
  1274. </FileConfiguration>
  1275. <FileConfiguration
  1276. Name="Debug|Win64"
  1277. >
  1278. <Tool
  1279. Name="VCCLCompilerTool"
  1280. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
  1281. />
  1282. </FileConfiguration>
  1283. <FileConfiguration
  1284. Name="PGInstrument|Win32"
  1285. >
  1286. <Tool
  1287. Name="VCCLCompilerTool"
  1288. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
  1289. />
  1290. </FileConfiguration>
  1291. <FileConfiguration
  1292. Name="PGInstrument|Win64"
  1293. >
  1294. <Tool
  1295. Name="VCCLCompilerTool"
  1296. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
  1297. />
  1298. </FileConfiguration>
  1299. <FileConfiguration
  1300. Name="PGUpdate|Win32"
  1301. >
  1302. <Tool
  1303. Name="VCCLCompilerTool"
  1304. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
  1305. />
  1306. </FileConfiguration>
  1307. <FileConfiguration
  1308. Name="PGUpdate|Win64"
  1309. >
  1310. <Tool
  1311. Name="VCCLCompilerTool"
  1312. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
  1313. />
  1314. </FileConfiguration>
  1315. </File>
  1316. <File
  1317. RelativePath="..\Modules\zlib\infback.c"
  1318. >
  1319. </File>
  1320. <File
  1321. RelativePath="..\Modules\zlib\inffast.c"
  1322. >
  1323. </File>
  1324. <File
  1325. RelativePath="..\Modules\zlib\inffast.h"
  1326. >
  1327. </File>
  1328. <File
  1329. RelativePath="..\Modules\zlib\inffixed.h"
  1330. >
  1331. </File>
  1332. <File
  1333. RelativePath="..\Modules\zlib\inflate.c"
  1334. >
  1335. </File>
  1336. <File
  1337. RelativePath="..\Modules\zlib\inflate.h"
  1338. >
  1339. </File>
  1340. <File
  1341. RelativePath="..\Modules\zlib\inftrees.c"
  1342. >
  1343. </File>
  1344. <File
  1345. RelativePath="..\Modules\zlib\inftrees.h"
  1346. >
  1347. </File>
  1348. <File
  1349. RelativePath="..\Modules\zlib\trees.c"
  1350. >
  1351. </File>
  1352. <File
  1353. RelativePath="..\Modules\zlib\trees.h"
  1354. >
  1355. </File>
  1356. <File
  1357. RelativePath="..\Modules\zlib\uncompr.c"
  1358. >
  1359. </File>
  1360. <File
  1361. RelativePath="..\Modules\zlib\zconf.h"
  1362. >
  1363. </File>
  1364. <File
  1365. RelativePath="..\Modules\zlib\zconf.in.h"
  1366. >
  1367. </File>
  1368. <File
  1369. RelativePath="..\Modules\zlib\zlib.h"
  1370. >
  1371. </File>
  1372. <File
  1373. RelativePath="..\Modules\zlib\zutil.c"
  1374. >
  1375. </File>
  1376. <File
  1377. RelativePath="..\Modules\zlib\zutil.h"
  1378. >
  1379. </File>
  1380. </Filter>
  1381. <Filter
  1382. Name="cjkcodecs"
  1383. >
  1384. <File
  1385. RelativePath="..\Modules\cjkcodecs\_codecs_cn.c"
  1386. >
  1387. </File>
  1388. <File
  1389. RelativePath="..\Modules\cjkcodecs\_codecs_hk.c"
  1390. >
  1391. </File>
  1392. <File
  1393. RelativePath="..\Modules\cjkcodecs\_codecs_iso2022.c"
  1394. >
  1395. </File>
  1396. <File
  1397. RelativePath="..\Modules\cjkcodecs\_codecs_jp.c"
  1398. >
  1399. </File>
  1400. <File
  1401. RelativePath="..\Modules\cjkcodecs\_codecs_kr.c"
  1402. >
  1403. </File>
  1404. <File
  1405. RelativePath="..\Modules\cjkcodecs\_codecs_tw.c"
  1406. >
  1407. </File>
  1408. <File
  1409. RelativePath="..\Modules\cjkcodecs\alg_jisx0201.h"
  1410. >
  1411. </File>
  1412. <File
  1413. RelativePath="..\Modules\cjkcodecs\cjkcodecs.h"
  1414. >
  1415. </File>
  1416. <File
  1417. RelativePath="..\Modules\cjkcodecs\emu_jisx0213_2000.h"
  1418. >
  1419. </File>
  1420. <File
  1421. RelativePath="..\Modules\cjkcodecs\mappings_cn.h"
  1422. >
  1423. </File>
  1424. <File
  1425. RelativePath="..\Modules\cjkcodecs\mappings_hk.h"
  1426. >
  1427. </File>
  1428. <File
  1429. RelativePath="..\Modules\cjkcodecs\mappings_jisx0213_pair.h"
  1430. >
  1431. </File>
  1432. <File
  1433. RelativePath="..\Modules\cjkcodecs\mappings_jp.h"
  1434. >
  1435. </File>
  1436. <File
  1437. RelativePath="..\Modules\cjkcodecs\mappings_kr.h"
  1438. >
  1439. </File>
  1440. <File
  1441. RelativePath="..\Modules\cjkcodecs\mappings_tw.h"
  1442. >
  1443. </File>
  1444. <File
  1445. RelativePath="..\Modules\cjkcodecs\multibytecodec.c"
  1446. >
  1447. </File>
  1448. <File
  1449. RelativePath="..\Modules\cjkcodecs\multibytecodec.h"
  1450. >
  1451. </File>
  1452. </Filter>
  1453. </Filter>
  1454. <Filter
  1455. Name="Objects"
  1456. >
  1457. <File
  1458. RelativePath="..\Objects\abstract.c"
  1459. >
  1460. </File>
  1461. <File
  1462. RelativePath="..\Objects\accu.c"
  1463. >
  1464. </File>
  1465. <File
  1466. RelativePath="..\Objects\boolobject.c"
  1467. >
  1468. </File>
  1469. <File
  1470. RelativePath="..\Objects\bytes_methods.c"
  1471. >
  1472. </File>
  1473. <File
  1474. RelativePath="..\Objects\bytearrayobject.c"
  1475. >
  1476. </File>
  1477. <File
  1478. RelativePath="..\Objects\bytesobject.c"
  1479. >
  1480. </File>
  1481. <File
  1482. RelativePath="..\Objects\capsule.c"
  1483. >
  1484. </File>
  1485. <File
  1486. RelativePath="..\Objects\cellobject.c"
  1487. >
  1488. </File>
  1489. <File
  1490. RelativePath="..\Objects\classobject.c"
  1491. >
  1492. </File>
  1493. <File
  1494. RelativePath="..\Objects\codeobject.c"
  1495. >
  1496. </File>
  1497. <File
  1498. RelativePath="..\Objects\complexobject.c"
  1499. >
  1500. </File>
  1501. <File
  1502. RelativePath="..\Objects\stringlib\count.h"
  1503. >
  1504. </File>
  1505. <File
  1506. RelativePath="..\Objects\descrobject.c"
  1507. >
  1508. </File>
  1509. <File
  1510. RelativePath="..\Objects\dictobject.c"
  1511. >
  1512. </File>
  1513. <File
  1514. RelativePath="..\Objects\enumobject.c"
  1515. >
  1516. </File>
  1517. <File
  1518. RelativePath="..\Objects\exceptions.c"
  1519. >
  1520. </File>
  1521. <File
  1522. RelativePath="..\Objects\stringlib\fastsearch.h"
  1523. >
  1524. </File>
  1525. <File
  1526. RelativePath="..\Objects\fileobject.c"
  1527. >
  1528. </File>
  1529. <File
  1530. RelativePath="..\Objects\stringlib\find.h"
  1531. >
  1532. </File>
  1533. <File
  1534. RelativePath="..\Objects\floatobject.c"
  1535. >
  1536. </File>
  1537. <File
  1538. RelativePath="..\Objects\frameobject.c"
  1539. >
  1540. </File>
  1541. <File
  1542. RelativePath="..\Objects\funcobject.c"
  1543. >
  1544. </File>
  1545. <File
  1546. RelativePath="..\Objects\genobject.c"
  1547. >
  1548. </File>
  1549. <File
  1550. RelativePath="..\Objects\iterobject.c"
  1551. >
  1552. </File>
  1553. <File
  1554. RelativePath="..\Objects\listobject.c"
  1555. >
  1556. </File>
  1557. <File
  1558. RelativePath="..\Objects\longobject.c"
  1559. >
  1560. </File>
  1561. <File
  1562. RelativePath="..\Objects\memoryobject.c"
  1563. >
  1564. </File>
  1565. <File
  1566. RelativePath="..\Objects\methodobject.c"
  1567. >
  1568. </File>
  1569. <File
  1570. RelativePath="..\Objects\moduleobject.c"
  1571. >
  1572. </File>
  1573. <File
  1574. RelativePath="..\Objects\object.c"
  1575. >
  1576. </File>
  1577. <File
  1578. RelativePath="..\Objects\obmalloc.c"
  1579. >
  1580. </File>
  1581. <File
  1582. RelativePath="..\Objects\stringlib\partition.h"
  1583. >
  1584. </File>
  1585. <File
  1586. RelativePath="..\Objects\rangeobject.c"
  1587. >
  1588. </File>
  1589. <File
  1590. RelativePath="..\Objects\setobject.c"
  1591. >
  1592. </File>
  1593. <File
  1594. RelativePath="..\Objects\sliceobject.c"
  1595. >
  1596. </File>
  1597. <File
  1598. RelativePath="..\Objects\stringlib\split.h"
  1599. >
  1600. </File>
  1601. <File
  1602. RelativePath="..\Objects\structseq.c"
  1603. >
  1604. </File>
  1605. <File
  1606. RelativePath="..\Objects\tupleobject.c"
  1607. >
  1608. </File>
  1609. <File
  1610. RelativePath="..\Objects\typeobject.c"
  1611. >
  1612. </File>
  1613. <File
  1614. RelativePath="..\Objects\unicodectype.c"
  1615. >
  1616. </File>
  1617. <File
  1618. RelativePath="..\Objects\unicodeobject.c"
  1619. >
  1620. </File>
  1621. <File
  1622. RelativePath="..\Objects\unicodetype_db.h"
  1623. >
  1624. </File>
  1625. <File
  1626. RelativePath="..\Objects\weakrefobject.c"
  1627. >
  1628. </File>
  1629. </Filter>
  1630. <Filter
  1631. Name="Parser"
  1632. >
  1633. <File
  1634. RelativePath="..\Parser\acceler.c"
  1635. >
  1636. </File>
  1637. <File
  1638. RelativePath="..\Parser\bitset.c"
  1639. >
  1640. </File>
  1641. <File
  1642. RelativePath="..\Parser\firstsets.c"
  1643. >
  1644. </File>
  1645. <File
  1646. RelativePath="..\Parser\grammar.c"
  1647. >
  1648. </File>
  1649. <File
  1650. RelativePath="..\Parser\grammar1.c"
  1651. >
  1652. </File>
  1653. <File
  1654. RelativePath="..\Parser\listnode.c"
  1655. >
  1656. </File>
  1657. <File
  1658. RelativePath="..\Parser\metagrammar.c"
  1659. >
  1660. </File>
  1661. <File
  1662. RelativePath="..\Parser\myreadline.c"
  1663. >
  1664. </File>
  1665. <File
  1666. RelativePath="..\Parser\node.c"
  1667. >
  1668. </File>
  1669. <File
  1670. RelativePath="..\Parser\parser.c"
  1671. >
  1672. </File>
  1673. <File
  1674. RelativePath="..\Parser\parser.h"
  1675. >
  1676. </File>
  1677. <File
  1678. RelativePath="..\Parser\parsetok.c"
  1679. >
  1680. </File>
  1681. <File
  1682. RelativePath="..\Parser\tokenizer.c"
  1683. >
  1684. </File>
  1685. <File
  1686. RelativePath="..\Parser\tokenizer.h"
  1687. >
  1688. </File>
  1689. </Filter>
  1690. <Filter
  1691. Name="PC"
  1692. >
  1693. <File
  1694. RelativePath="..\PC\_subprocess.c"
  1695. >
  1696. </File>
  1697. <File
  1698. RelativePath="..\PC\winreg.c"
  1699. >
  1700. </File>
  1701. <File
  1702. RelativePath="..\PC\config.c"
  1703. >
  1704. </File>
  1705. <File
  1706. RelativePath="..\PC\dl_nt.c"
  1707. >
  1708. </File>
  1709. <File
  1710. RelativePath="..\PC\errmap.h"
  1711. >
  1712. </File>
  1713. <File
  1714. RelativePath="..\PC\getpathp.c"
  1715. >
  1716. </File>
  1717. <File
  1718. RelativePath="..\PC\import_nt.c"
  1719. >
  1720. </File>
  1721. <File
  1722. RelativePath="..\PC\msvcrtmodule.c"
  1723. >
  1724. </File>
  1725. <File
  1726. RelativePath="..\PC\pyconfig.h"
  1727. >
  1728. </File>
  1729. </Filter>
  1730. <Filter
  1731. Name="Python"
  1732. >
  1733. <File
  1734. RelativePath="..\Python\_warnings.c"
  1735. >
  1736. </File>
  1737. <File
  1738. RelativePath="..\Python\asdl.c"
  1739. >
  1740. </File>
  1741. <File
  1742. RelativePath="..\Python\ast.c"
  1743. >
  1744. </File>
  1745. <File
  1746. RelativePath="..\Python\bltinmodule.c"
  1747. >
  1748. </File>
  1749. <File
  1750. RelativePath="..\Python\ceval.c"
  1751. >
  1752. </File>
  1753. <File
  1754. RelativePath="..\Python\codecs.c"
  1755. >
  1756. </File>
  1757. <File
  1758. RelativePath="..\Python\compile.c"
  1759. >
  1760. </File>
  1761. <File
  1762. RelativePath="..\Python\dynamic_annotations.c"
  1763. >
  1764. </File>
  1765. <File
  1766. RelativePath="..\Python\dynload_win.c"
  1767. >
  1768. </File>
  1769. <File
  1770. RelativePath="..\Python\errors.c"
  1771. >
  1772. </File>
  1773. <File
  1774. RelativePath="..\Python\fileutils.c"
  1775. >
  1776. </File>
  1777. <File
  1778. RelativePath="..\Python\formatter_unicode.c"
  1779. >
  1780. </File>
  1781. <File
  1782. RelativePath="..\Python\frozen.c"
  1783. >
  1784. </File>
  1785. <File
  1786. RelativePath="..\Python\future.c"
  1787. >
  1788. </File>
  1789. <File
  1790. RelativePath="..\Python\getargs.c"
  1791. >
  1792. </File>
  1793. <File
  1794. RelativePath="..\Python\getcompiler.c"
  1795. >
  1796. </File>
  1797. <File
  1798. RelativePath="..\Python\getcopyright.c"
  1799. >
  1800. </File>
  1801. <File
  1802. RelativePath="..\Python\getopt.c"
  1803. >
  1804. </File>
  1805. <File
  1806. RelativePath="..\Python\getplatform.c"
  1807. >
  1808. </File>
  1809. <File
  1810. RelativePath="..\Python\getversion.c"
  1811. >
  1812. </File>
  1813. <File
  1814. RelativePath="..\Python\graminit.c"
  1815. >
  1816. </File>
  1817. <File
  1818. RelativePath="..\Python\import.c"
  1819. >
  1820. </File>
  1821. <File
  1822. RelativePath="..\Python\importdl.c"
  1823. >
  1824. </File>
  1825. <File
  1826. RelativePath="..\Python\importdl.h"
  1827. >
  1828. </File>
  1829. <File
  1830. RelativePath="..\Python\marshal.c"
  1831. >
  1832. </File>
  1833. <File
  1834. RelativePath="..\Python\modsupport.c"
  1835. >
  1836. </File>
  1837. <File
  1838. RelativePath="..\Python\mysnprintf.c"
  1839. >
  1840. </File>
  1841. <File
  1842. RelativePath="..\Python\mystrtoul.c"
  1843. >
  1844. </File>
  1845. <File
  1846. RelativePath="..\Python\peephole.c"
  1847. >
  1848. </File>
  1849. <File
  1850. RelativePath="..\Python\pyarena.c"
  1851. >
  1852. </File>
  1853. <File
  1854. RelativePath="..\Python\pyctype.c"
  1855. >
  1856. </File>
  1857. <File
  1858. RelativePath="..\Python\pyfpe.c"
  1859. >
  1860. </File>
  1861. <File
  1862. RelativePath="..\Python\pymath.c"
  1863. >
  1864. </File>
  1865. <File
  1866. RelativePath="..\Python\pytime.c"
  1867. >
  1868. </File>
  1869. <File
  1870. RelativePath="..\Python\pystate.c"
  1871. >
  1872. </File>
  1873. <File
  1874. RelativePath="..\Python\pystrcmp.c"
  1875. >
  1876. </File>
  1877. <File
  1878. RelativePath="..\Python\pystrtod.c"
  1879. >
  1880. </File>
  1881. <File
  1882. RelativePath="..\Python\dtoa.c"
  1883. >
  1884. </File>
  1885. <File
  1886. RelativePath="..\Python\Python-ast.c"
  1887. >
  1888. </File>
  1889. <File
  1890. RelativePath="..\Python\pythonrun.c"
  1891. >
  1892. </File>
  1893. <File
  1894. RelativePath="..\Python\structmember.c"
  1895. >
  1896. </File>
  1897. <File
  1898. RelativePath="..\Python\symtable.c"
  1899. >
  1900. </File>
  1901. <File
  1902. RelativePath="..\Python\sysmodule.c"
  1903. >
  1904. </File>
  1905. <File
  1906. RelativePath="..\Python\thread.c"
  1907. >
  1908. </File>
  1909. <File
  1910. RelativePath="..\Python\thread_nt.h"
  1911. >
  1912. </File>
  1913. <File
  1914. RelativePath="..\Python\traceback.c"
  1915. >
  1916. </File>
  1917. </Filter>
  1918. <Filter
  1919. Name="Resource Files"
  1920. >
  1921. <File
  1922. RelativePath="..\PC\python_nt.rc"
  1923. >
  1924. </File>
  1925. </Filter>
  1926. </Files>
  1927. <Globals>
  1928. </Globals>
  1929. </VisualStudioProject>