Home | History | Annotate | Download | only in VS9.0
      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"
     63 			/>
     64 			<Tool
     65 				Name="VCLinkerTool"
     66 				AdditionalDependencies="getbuildinfo.o"
     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"
    138 			/>
    139 			<Tool
    140 				Name="VCLinkerTool"
    141 				AdditionalDependencies="getbuildinfo.o"
    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"
    216 			/>
    217 			<Tool
    218 				Name="VCLinkerTool"
    219 				AdditionalDependencies="getbuildinfo.o"
    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"
    294 			/>
    295 			<Tool
    296 				Name="VCLinkerTool"
    297 				AdditionalDependencies="getbuildinfo.o"
    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"
    368 			/>
    369 			<Tool
    370 				Name="VCLinkerTool"
    371 				AdditionalDependencies="getbuildinfo.o"
    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"
    443 			/>
    444 			<Tool
    445 				Name="VCLinkerTool"
    446 				AdditionalDependencies="getbuildinfo.o"
    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"
    518 			/>
    519 			<Tool
    520 				Name="VCLinkerTool"
    521 				AdditionalDependencies="getbuildinfo.o"
    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"
    593 			/>
    594 			<Tool
    595 				Name="VCLinkerTool"
    596 				AdditionalDependencies="getbuildinfo.o"
    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\asdl.h"
    639 				>
    640 			</File>
    641 			<File
    642 				RelativePath="..\..\Include\ast.h"
    643 				>
    644 			</File>
    645 			<File
    646 				RelativePath="..\..\Include\bitset.h"
    647 				>
    648 			</File>
    649 			<File
    650 				RelativePath="..\..\Include\boolobject.h"
    651 				>
    652 			</File>
    653 			<File
    654 				RelativePath="..\..\Include\bufferobject.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\cobject.h"
    683 				>
    684 			</File>
    685 			<File
    686 				RelativePath="..\..\Include\code.h"
    687 				>
    688 			</File>
    689 			<File
    690 				RelativePath="..\..\Include\codecs.h"
    691 				>
    692 			</File>
    693 			<File
    694 				RelativePath="..\..\Include\compile.h"
    695 				>
    696 			</File>
    697 			<File
    698 				RelativePath="..\..\Include\complexobject.h"
    699 				>
    700 			</File>
    701 			<File
    702 				RelativePath="..\..\Include\cStringIO.h"
    703 				>
    704 			</File>
    705 			<File
    706 				RelativePath="..\..\Include\datetime.h"
    707 				>
    708 			</File>
    709 			<File
    710 				RelativePath="..\..\Include\descrobject.h"
    711 				>
    712 			</File>
    713 			<File
    714 				RelativePath="..\..\Include\dictobject.h"
    715 				>
    716 			</File>
    717 			<File
    718 				RelativePath="..\..\Include\dtoa.h"
    719 				>
    720 			</File>
    721 			<File
    722 				RelativePath="..\..\Include\enumobject.h"
    723 				>
    724 			</File>
    725 			<File
    726 				RelativePath="..\..\Include\errcode.h"
    727 				>
    728 			</File>
    729 			<File
    730 				RelativePath="..\..\Include\eval.h"
    731 				>
    732 			</File>
    733 			<File
    734 				RelativePath="..\..\Include\fileobject.h"
    735 				>
    736 			</File>
    737 			<File
    738 				RelativePath="..\..\Include\floatobject.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\intobject.h"
    767 				>
    768 			</File>
    769 			<File
    770 				RelativePath="..\..\Include\intrcheck.h"
    771 				>
    772 			</File>
    773 			<File
    774 				RelativePath="..\..\Include\iterobject.h"
    775 				>
    776 			</File>
    777 			<File
    778 				RelativePath="..\..\Include\listobject.h"
    779 				>
    780 			</File>
    781 			<File
    782 				RelativePath="..\..\Include\longintrepr.h"
    783 				>
    784 			</File>
    785 			<File
    786 				RelativePath="..\..\Include\longobject.h"
    787 				>
    788 			</File>
    789 			<File
    790 				RelativePath="..\..\Include\marshal.h"
    791 				>
    792 			</File>
    793 			<File
    794 				RelativePath="..\..\Include\memoryobject.h"
    795 				>
    796 			</File>
    797 			<File
    798 				RelativePath="..\..\Include\metagrammar.h"
    799 				>
    800 			</File>
    801 			<File
    802 				RelativePath="..\..\Include\methodobject.h"
    803 				>
    804 			</File>
    805 			<File
    806 				RelativePath="..\..\Include\modsupport.h"
    807 				>
    808 			</File>
    809 			<File
    810 				RelativePath="..\..\Include\moduleobject.h"
    811 				>
    812 			</File>
    813 			<File
    814 				RelativePath="..\..\Include\node.h"
    815 				>
    816 			</File>
    817 			<File
    818 				RelativePath="..\..\Include\object.h"
    819 				>
    820 			</File>
    821 			<File
    822 				RelativePath="..\..\Include\objimpl.h"
    823 				>
    824 			</File>
    825 			<File
    826 				RelativePath="..\..\Include\opcode.h"
    827 				>
    828 			</File>
    829 			<File
    830 				RelativePath="..\..\Include\osdefs.h"
    831 				>
    832 			</File>
    833 			<File
    834 				RelativePath="..\..\Include\parsetok.h"
    835 				>
    836 			</File>
    837 			<File
    838 				RelativePath="..\..\Include\patchlevel.h"
    839 				>
    840 			</File>
    841 			<File
    842 				RelativePath="..\..\Include\pgen.h"
    843 				>
    844 			</File>
    845 			<File
    846 				RelativePath="..\..\Include\pgenheaders.h"
    847 				>
    848 			</File>
    849 			<File
    850 				RelativePath="..\..\Include\py_curses.h"
    851 				>
    852 			</File>
    853 			<File
    854 				RelativePath="..\..\Include\pyarena.h"
    855 				>
    856 			</File>
    857 			<File
    858 				RelativePath="..\..\Include\pycapsule.h"
    859 				>
    860 			</File>
    861 			<File
    862 				RelativePath="..\..\Include\pyctype.h"
    863 				>
    864 			</File>
    865 			<File
    866 				RelativePath="..\..\Include\pydebug.h"
    867 				>
    868 			</File>
    869 			<File
    870 				RelativePath="..\..\Include\pyerrors.h"
    871 				>
    872 			</File>
    873 			<File
    874 				RelativePath="..\..\Include\pyexpat.h"
    875 				>
    876 			</File>
    877 			<File
    878 				RelativePath="..\..\Include\pyfpe.h"
    879 				>
    880 			</File>
    881 			<File
    882 				RelativePath="..\..\Include\pygetopt.h"
    883 				>
    884 			</File>
    885 			<File
    886 				RelativePath="..\..\Include\pymactoolbox.h"
    887 				>
    888 			</File>
    889 			<File
    890 				RelativePath="..\..\Include\pymath.h"
    891 				>
    892 			</File>
    893 			<File
    894 				RelativePath="..\..\Include\pymem.h"
    895 				>
    896 			</File>
    897 			<File
    898 				RelativePath="..\..\Include\pyport.h"
    899 				>
    900 			</File>
    901 			<File
    902 				RelativePath="..\..\Include\pystate.h"
    903 				>
    904 			</File>
    905 			<File
    906 				RelativePath="..\..\Include\pystrcmp.h"
    907 				>
    908 			</File>
    909 			<File
    910 				RelativePath="..\..\Include\pystrtod.h"
    911 				>
    912 			</File>
    913 			<File
    914 				RelativePath="..\..\Include\Python-ast.h"
    915 				>
    916 			</File>
    917 			<File
    918 				RelativePath="..\..\Include\Python.h"
    919 				>
    920 			</File>
    921 			<File
    922 				RelativePath="..\..\Include\pythonrun.h"
    923 				>
    924 			</File>
    925 			<File
    926 				RelativePath="..\..\Include\pythread.h"
    927 				>
    928 			</File>
    929 			<File
    930 				RelativePath="..\..\Include\rangeobject.h"
    931 				>
    932 			</File>
    933 			<File
    934 				RelativePath="..\..\Include\setobject.h"
    935 				>
    936 			</File>
    937 			<File
    938 				RelativePath="..\..\Include\sliceobject.h"
    939 				>
    940 			</File>
    941 			<File
    942 				RelativePath="..\..\Include\stringobject.h"
    943 				>
    944 			</File>
    945 			<File
    946 				RelativePath="..\..\Include\structmember.h"
    947 				>
    948 			</File>
    949 			<File
    950 				RelativePath="..\..\Include\structseq.h"
    951 				>
    952 			</File>
    953 			<File
    954 				RelativePath="..\..\Include\symtable.h"
    955 				>
    956 			</File>
    957 			<File
    958 				RelativePath="..\..\Include\sysmodule.h"
    959 				>
    960 			</File>
    961 			<File
    962 				RelativePath="..\..\Include\timefuncs.h"
    963 				>
    964 			</File>
    965 			<File
    966 				RelativePath="..\..\Include\token.h"
    967 				>
    968 			</File>
    969 			<File
    970 				RelativePath="..\..\Include\traceback.h"
    971 				>
    972 			</File>
    973 			<File
    974 				RelativePath="..\..\Include\tupleobject.h"
    975 				>
    976 			</File>
    977 			<File
    978 				RelativePath="..\..\Include\ucnhash.h"
    979 				>
    980 			</File>
    981 			<File
    982 				RelativePath="..\..\Include\unicodeobject.h"
    983 				>
    984 			</File>
    985 			<File
    986 				RelativePath="..\..\Include\weakrefobject.h"
    987 				>
    988 			</File>
    989 		</Filter>
    990 		<Filter
    991 			Name="Modules"
    992 			>
    993 			<File
    994 				RelativePath="..\..\Modules\_bisectmodule.c"
    995 				>
    996 			</File>
    997 			<File
    998 				RelativePath="..\..\Modules\_codecsmodule.c"
    999 				>
   1000 			</File>
   1001 			<File
   1002 				RelativePath="..\..\Modules\_collectionsmodule.c"
   1003 				>
   1004 			</File>
   1005 			<File
   1006 				RelativePath="..\..\Modules\_csv.c"
   1007 				>
   1008 			</File>
   1009 			<File
   1010 				RelativePath="..\..\Modules\_functoolsmodule.c"
   1011 				>
   1012 			</File>
   1013 			<File
   1014 				RelativePath="..\..\Modules\_heapqmodule.c"
   1015 				>
   1016 			</File>
   1017 			<File
   1018 				RelativePath="..\..\Modules\_hotshot.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\_randommodule.c"
   1043 				>
   1044 			</File>
   1045 			<File
   1046 				RelativePath="..\..\Modules\_sre.c"
   1047 				>
   1048 			</File>
   1049 			<File
   1050 				RelativePath="..\..\Modules\_struct.c"
   1051 				>
   1052 			</File>
   1053 			<File
   1054 				RelativePath="..\..\Modules\_weakref.c"
   1055 				>
   1056 			</File>
   1057 			<File
   1058 				RelativePath="..\..\Modules\arraymodule.c"
   1059 				>
   1060 			</File>
   1061 			<File
   1062 				RelativePath="..\..\Modules\audioop.c"
   1063 				>
   1064 			</File>
   1065 			<File
   1066 				RelativePath="..\..\Modules\binascii.c"
   1067 				>
   1068 			</File>
   1069 			<File
   1070 				RelativePath="..\..\Modules\cmathmodule.c"
   1071 				>
   1072 			</File>
   1073 			<File
   1074 				RelativePath="..\..\Modules\cPickle.c"
   1075 				>
   1076 			</File>
   1077 			<File
   1078 				RelativePath="..\..\Modules\cStringIO.c"
   1079 				>
   1080 			</File>
   1081 			<File
   1082 				RelativePath="..\..\Modules\datetimemodule.c"
   1083 				>
   1084 			</File>
   1085 			<File
   1086 				RelativePath="..\..\Modules\errnomodule.c"
   1087 				>
   1088 			</File>
   1089 			<File
   1090 				RelativePath="..\..\Modules\future_builtins.c"
   1091 				>
   1092 			</File>
   1093 			<File
   1094 				RelativePath="..\..\Modules\gcmodule.c"
   1095 				>
   1096 			</File>
   1097 			<File
   1098 				RelativePath="..\..\Modules\imageop.c"
   1099 				>
   1100 			</File>
   1101 			<File
   1102 				RelativePath="..\..\Modules\itertoolsmodule.c"
   1103 				>
   1104 			</File>
   1105 			<File
   1106 				RelativePath="..\..\Modules\main.c"
   1107 				>
   1108 			</File>
   1109 			<File
   1110 				RelativePath="..\..\Modules\mathmodule.c"
   1111 				>
   1112 			</File>
   1113 			<File
   1114 				RelativePath="..\..\Modules\md5.c"
   1115 				>
   1116 			</File>
   1117 			<File
   1118 				RelativePath="..\..\Modules\md5.h"
   1119 				>
   1120 			</File>
   1121 			<File
   1122 				RelativePath="..\..\Modules\md5module.c"
   1123 				>
   1124 			</File>
   1125 			<File
   1126 				RelativePath="..\..\Modules\mmapmodule.c"
   1127 				>
   1128 			</File>
   1129 			<File
   1130 				RelativePath="..\..\Modules\operator.c"
   1131 				>
   1132 			</File>
   1133 			<File
   1134 				RelativePath="..\..\Modules\parsermodule.c"
   1135 				>
   1136 			</File>
   1137 			<File
   1138 				RelativePath="..\..\Modules\posixmodule.c"
   1139 				>
   1140 			</File>
   1141 			<File
   1142 				RelativePath="..\..\Modules\rotatingtree.c"
   1143 				>
   1144 			</File>
   1145 			<File
   1146 				RelativePath="..\..\Modules\rotatingtree.h"
   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\shamodule.c"
   1159 				>
   1160 			</File>
   1161 			<File
   1162 				RelativePath="..\..\Modules\signalmodule.c"
   1163 				>
   1164 			</File>
   1165 			<File
   1166 				RelativePath="..\..\Modules\stropmodule.c"
   1167 				>
   1168 			</File>
   1169 			<File
   1170 				RelativePath="..\..\Modules\symtablemodule.c"
   1171 				>
   1172 			</File>
   1173 			<File
   1174 				RelativePath="..\..\Modules\threadmodule.c"
   1175 				>
   1176 			</File>
   1177 			<File
   1178 				RelativePath="..\..\Modules\timemodule.c"
   1179 				>
   1180 			</File>
   1181 			<File
   1182 				RelativePath="..\..\Modules\xxsubtype.c"
   1183 				>
   1184 			</File>
   1185 			<File
   1186 				RelativePath="..\..\Modules\zipimport.c"
   1187 				>
   1188 			</File>
   1189 			<File
   1190 				RelativePath="..\..\Modules\zlibmodule.c"
   1191 				>
   1192 			</File>
   1193 			<Filter
   1194 				Name="zlib"
   1195 				>
   1196 				<File
   1197 					RelativePath="..\..\Modules\zlib\adler32.c"
   1198 					>
   1199 				</File>
   1200 				<File
   1201 					RelativePath="..\..\Modules\zlib\compress.c"
   1202 					>
   1203 				</File>
   1204 				<File
   1205 					RelativePath="..\..\Modules\zlib\crc32.c"
   1206 					>
   1207 				</File>
   1208 				<File
   1209 					RelativePath="..\..\Modules\zlib\crc32.h"
   1210 					>
   1211 				</File>
   1212 				<File
   1213 					RelativePath="..\..\Modules\zlib\deflate.c"
   1214 					>
   1215 				</File>
   1216 				<File
   1217 					RelativePath="..\..\Modules\zlib\deflate.h"
   1218 					>
   1219 				</File>
   1220 				<File
   1221 					RelativePath="..\..\Modules\zlib\gzclose.c"
   1222 					>
   1223 				</File>
   1224 				<File
   1225 					RelativePath="..\..\Modules\zlib\gzlib.c"
   1226 					>
   1227 				</File>
   1228 				<File
   1229 					RelativePath="..\..\Modules\zlib\gzread.c"
   1230 					>
   1231 				</File>
   1232 				<File
   1233 					RelativePath="..\..\Modules\zlib\gzwrite.c"
   1234 					>
   1235 				</File>
   1236 				<File
   1237 					RelativePath="..\..\Modules\zlib\infback.c"
   1238 					>
   1239 				</File>
   1240 				<File
   1241 					RelativePath="..\..\Modules\zlib\inffast.c"
   1242 					>
   1243 				</File>
   1244 				<File
   1245 					RelativePath="..\..\Modules\zlib\inffast.h"
   1246 					>
   1247 				</File>
   1248 				<File
   1249 					RelativePath="..\..\Modules\zlib\inffixed.h"
   1250 					>
   1251 				</File>
   1252 				<File
   1253 					RelativePath="..\..\Modules\zlib\inflate.c"
   1254 					>
   1255 				</File>
   1256 				<File
   1257 					RelativePath="..\..\Modules\zlib\inflate.h"
   1258 					>
   1259 				</File>
   1260 				<File
   1261 					RelativePath="..\..\Modules\zlib\inftrees.c"
   1262 					>
   1263 				</File>
   1264 				<File
   1265 					RelativePath="..\..\Modules\zlib\inftrees.h"
   1266 					>
   1267 				</File>
   1268 				<File
   1269 					RelativePath="..\..\Modules\zlib\trees.c"
   1270 					>
   1271 				</File>
   1272 				<File
   1273 					RelativePath="..\..\Modules\zlib\trees.h"
   1274 					>
   1275 				</File>
   1276 				<File
   1277 					RelativePath="..\..\Modules\zlib\uncompr.c"
   1278 					>
   1279 				</File>
   1280 				<File
   1281 					RelativePath="..\..\Modules\zlib\zconf.h"
   1282 					>
   1283 				</File>
   1284 				<File
   1285 					RelativePath="..\..\Modules\zlib\zconf.in.h"
   1286 					>
   1287 				</File>
   1288 				<File
   1289 					RelativePath="..\..\Modules\zlib\zlib.h"
   1290 					>
   1291 				</File>
   1292 				<File
   1293 					RelativePath="..\..\Modules\zlib\zutil.c"
   1294 					>
   1295 				</File>
   1296 				<File
   1297 					RelativePath="..\..\Modules\zlib\zutil.h"
   1298 					>
   1299 				</File>
   1300 			</Filter>
   1301 			<Filter
   1302 				Name="cjkcodecs"
   1303 				>
   1304 				<File
   1305 					RelativePath="..\..\Modules\cjkcodecs\_codecs_cn.c"
   1306 					>
   1307 				</File>
   1308 				<File
   1309 					RelativePath="..\..\Modules\cjkcodecs\_codecs_hk.c"
   1310 					>
   1311 				</File>
   1312 				<File
   1313 					RelativePath="..\..\Modules\cjkcodecs\_codecs_iso2022.c"
   1314 					>
   1315 				</File>
   1316 				<File
   1317 					RelativePath="..\..\Modules\cjkcodecs\_codecs_jp.c"
   1318 					>
   1319 				</File>
   1320 				<File
   1321 					RelativePath="..\..\Modules\cjkcodecs\_codecs_kr.c"
   1322 					>
   1323 				</File>
   1324 				<File
   1325 					RelativePath="..\..\Modules\cjkcodecs\_codecs_tw.c"
   1326 					>
   1327 				</File>
   1328 				<File
   1329 					RelativePath="..\..\Modules\cjkcodecs\alg_jisx0201.h"
   1330 					>
   1331 				</File>
   1332 				<File
   1333 					RelativePath="..\..\Modules\cjkcodecs\cjkcodecs.h"
   1334 					>
   1335 				</File>
   1336 				<File
   1337 					RelativePath="..\..\Modules\cjkcodecs\emu_jisx0213_2000.h"
   1338 					>
   1339 				</File>
   1340 				<File
   1341 					RelativePath="..\..\Modules\cjkcodecs\mappings_cn.h"
   1342 					>
   1343 				</File>
   1344 				<File
   1345 					RelativePath="..\..\Modules\cjkcodecs\mappings_hk.h"
   1346 					>
   1347 				</File>
   1348 				<File
   1349 					RelativePath="..\..\Modules\cjkcodecs\mappings_jisx0213_pair.h"
   1350 					>
   1351 				</File>
   1352 				<File
   1353 					RelativePath="..\..\Modules\cjkcodecs\mappings_jp.h"
   1354 					>
   1355 				</File>
   1356 				<File
   1357 					RelativePath="..\..\Modules\cjkcodecs\mappings_kr.h"
   1358 					>
   1359 				</File>
   1360 				<File
   1361 					RelativePath="..\..\Modules\cjkcodecs\mappings_tw.h"
   1362 					>
   1363 				</File>
   1364 				<File
   1365 					RelativePath="..\..\Modules\cjkcodecs\multibytecodec.c"
   1366 					>
   1367 				</File>
   1368 				<File
   1369 					RelativePath="..\..\Modules\cjkcodecs\multibytecodec.h"
   1370 					>
   1371 				</File>
   1372 			</Filter>
   1373 			<Filter
   1374 				Name="_io"
   1375 				>
   1376 				<File
   1377 					RelativePath="..\..\Modules\_io\_iomodule.c"
   1378 					>
   1379 				</File>
   1380 				<File
   1381 					RelativePath="..\..\Modules\_io\_iomodule.h"
   1382 					>
   1383 				</File>
   1384 				<File
   1385 					RelativePath="..\..\Modules\_io\bufferedio.c"
   1386 					>
   1387 				</File>
   1388 				<File
   1389 					RelativePath="..\..\Modules\_io\bytesio.c"
   1390 					>
   1391 				</File>
   1392 				<File
   1393 					RelativePath="..\..\Modules\_io\fileio.c"
   1394 					>
   1395 				</File>
   1396 				<File
   1397 					RelativePath="..\..\Modules\_io\iobase.c"
   1398 					>
   1399 				</File>
   1400 				<File
   1401 					RelativePath="..\..\Modules\_io\stringio.c"
   1402 					>
   1403 				</File>
   1404 				<File
   1405 					RelativePath="..\..\Modules\_io\textio.c"
   1406 					>
   1407 				</File>
   1408 			</Filter>
   1409 		</Filter>
   1410 		<Filter
   1411 			Name="Objects"
   1412 			>
   1413 			<File
   1414 				RelativePath="..\..\Objects\abstract.c"
   1415 				>
   1416 			</File>
   1417 			<File
   1418 				RelativePath="..\..\Objects\boolobject.c"
   1419 				>
   1420 			</File>
   1421 			<File
   1422 				RelativePath="..\..\Objects\bufferobject.c"
   1423 				>
   1424 			</File>
   1425 			<File
   1426 				RelativePath="..\..\Objects\bytes_methods.c"
   1427 				>
   1428 			</File>
   1429 			<File
   1430 				RelativePath="..\..\Objects\bytearrayobject.c"
   1431 				>
   1432 			</File>
   1433 			<File
   1434 				RelativePath="..\..\Objects\capsule.c"
   1435 				>
   1436 			</File>
   1437 			<File
   1438 				RelativePath="..\..\Objects\cellobject.c"
   1439 				>
   1440 			</File>
   1441 			<File
   1442 				RelativePath="..\..\Objects\classobject.c"
   1443 				>
   1444 			</File>
   1445 			<File
   1446 				RelativePath="..\..\Objects\cobject.c"
   1447 				>
   1448 			</File>
   1449 			<File
   1450 				RelativePath="..\..\Objects\codeobject.c"
   1451 				>
   1452 			</File>
   1453 			<File
   1454 				RelativePath="..\..\Objects\complexobject.c"
   1455 				>
   1456 			</File>
   1457 			<File
   1458 				RelativePath="..\..\Objects\stringlib\count.h"
   1459 				>
   1460 			</File>
   1461 			<File
   1462 				RelativePath="..\..\Objects\descrobject.c"
   1463 				>
   1464 			</File>
   1465 			<File
   1466 				RelativePath="..\..\Objects\dictobject.c"
   1467 				>
   1468 			</File>
   1469 			<File
   1470 				RelativePath="..\..\Objects\enumobject.c"
   1471 				>
   1472 			</File>
   1473 			<File
   1474 				RelativePath="..\..\Objects\exceptions.c"
   1475 				>
   1476 			</File>
   1477 			<File
   1478 				RelativePath="..\..\Objects\stringlib\fastsearch.h"
   1479 				>
   1480 			</File>
   1481 			<File
   1482 				RelativePath="..\..\Objects\fileobject.c"
   1483 				>
   1484 			</File>
   1485 			<File
   1486 				RelativePath="..\..\Objects\stringlib\find.h"
   1487 				>
   1488 			</File>
   1489 			<File
   1490 				RelativePath="..\..\Objects\floatobject.c"
   1491 				>
   1492 			</File>
   1493 			<File
   1494 				RelativePath="..\..\Objects\frameobject.c"
   1495 				>
   1496 			</File>
   1497 			<File
   1498 				RelativePath="..\..\Objects\funcobject.c"
   1499 				>
   1500 			</File>
   1501 			<File
   1502 				RelativePath="..\..\Objects\genobject.c"
   1503 				>
   1504 			</File>
   1505 			<File
   1506 				RelativePath="..\..\Objects\intobject.c"
   1507 				>
   1508 			</File>
   1509 			<File
   1510 				RelativePath="..\..\Objects\iterobject.c"
   1511 				>
   1512 			</File>
   1513 			<File
   1514 				RelativePath="..\..\Objects\listobject.c"
   1515 				>
   1516 			</File>
   1517 			<File
   1518 				RelativePath="..\..\Objects\longobject.c"
   1519 				>
   1520 			</File>
   1521 			<File
   1522 				RelativePath="..\..\Objects\memoryobject.c"
   1523 				>
   1524 			</File>
   1525 			<File
   1526 				RelativePath="..\..\Objects\methodobject.c"
   1527 				>
   1528 			</File>
   1529 			<File
   1530 				RelativePath="..\..\Objects\moduleobject.c"
   1531 				>
   1532 			</File>
   1533 			<File
   1534 				RelativePath="..\..\Objects\object.c"
   1535 				>
   1536 			</File>
   1537 			<File
   1538 				RelativePath="..\..\Objects\obmalloc.c"
   1539 				>
   1540 			</File>
   1541 			<File
   1542 				RelativePath="..\..\Objects\stringlib\partition.h"
   1543 				>
   1544 			</File>
   1545 			<File
   1546 				RelativePath="..\..\Objects\rangeobject.c"
   1547 				>
   1548 			</File>
   1549 			<File
   1550 				RelativePath="..\..\Objects\setobject.c"
   1551 				>
   1552 			</File>
   1553 			<File
   1554 				RelativePath="..\..\Objects\sliceobject.c"
   1555 				>
   1556 			</File>
   1557 			<File
   1558 				RelativePath="..\..\Objects\stringlib\split.h"
   1559 				>
   1560 			</File>
   1561 			<File
   1562 				RelativePath="..\..\Objects\stringobject.c"
   1563 				>
   1564 			</File>
   1565 			<File
   1566 				RelativePath="..\..\Objects\structseq.c"
   1567 				>
   1568 			</File>
   1569 			<File
   1570 				RelativePath="..\..\Objects\tupleobject.c"
   1571 				>
   1572 			</File>
   1573 			<File
   1574 				RelativePath="..\..\Objects\typeobject.c"
   1575 				>
   1576 			</File>
   1577 			<File
   1578 				RelativePath="..\..\Objects\unicodectype.c"
   1579 				>
   1580 			</File>
   1581 			<File
   1582 				RelativePath="..\..\Objects\unicodeobject.c"
   1583 				>
   1584 			</File>
   1585 			<File
   1586 				RelativePath="..\..\Objects\unicodetype_db.h"
   1587 				>
   1588 			</File>
   1589 			<File
   1590 				RelativePath="..\..\Objects\weakrefobject.c"
   1591 				>
   1592 			</File>
   1593 		</Filter>
   1594 		<Filter
   1595 			Name="Parser"
   1596 			>
   1597 			<File
   1598 				RelativePath="..\..\Parser\acceler.c"
   1599 				>
   1600 			</File>
   1601 			<File
   1602 				RelativePath="..\..\Parser\bitset.c"
   1603 				>
   1604 			</File>
   1605 			<File
   1606 				RelativePath="..\..\Parser\firstsets.c"
   1607 				>
   1608 			</File>
   1609 			<File
   1610 				RelativePath="..\..\Parser\grammar.c"
   1611 				>
   1612 			</File>
   1613 			<File
   1614 				RelativePath="..\..\Parser\grammar1.c"
   1615 				>
   1616 			</File>
   1617 			<File
   1618 				RelativePath="..\..\Parser\listnode.c"
   1619 				>
   1620 			</File>
   1621 			<File
   1622 				RelativePath="..\..\Parser\metagrammar.c"
   1623 				>
   1624 			</File>
   1625 			<File
   1626 				RelativePath="..\..\Parser\myreadline.c"
   1627 				>
   1628 			</File>
   1629 			<File
   1630 				RelativePath="..\..\Parser\node.c"
   1631 				>
   1632 			</File>
   1633 			<File
   1634 				RelativePath="..\..\Parser\parser.c"
   1635 				>
   1636 			</File>
   1637 			<File
   1638 				RelativePath="..\..\Parser\parser.h"
   1639 				>
   1640 			</File>
   1641 			<File
   1642 				RelativePath="..\..\Parser\parsetok.c"
   1643 				>
   1644 			</File>
   1645 			<File
   1646 				RelativePath="..\..\Parser\tokenizer.c"
   1647 				>
   1648 			</File>
   1649 			<File
   1650 				RelativePath="..\..\Parser\tokenizer.h"
   1651 				>
   1652 			</File>
   1653 		</Filter>
   1654 		<Filter
   1655 			Name="PC"
   1656 			>
   1657 			<File
   1658 				RelativePath="..\..\PC\_subprocess.c"
   1659 				>
   1660 			</File>
   1661 			<File
   1662 				RelativePath="..\..\PC\_winreg.c"
   1663 				>
   1664 			</File>
   1665 			<File
   1666 				RelativePath="..\..\PC\config.c"
   1667 				>
   1668 			</File>
   1669 			<File
   1670 				RelativePath="..\..\PC\dl_nt.c"
   1671 				>
   1672 			</File>
   1673 			<File
   1674 				RelativePath="..\..\PC\errmap.h"
   1675 				>
   1676 			</File>
   1677 			<File
   1678 				RelativePath="..\..\PC\getpathp.c"
   1679 				>
   1680 			</File>
   1681 			<File
   1682 				RelativePath="..\..\PC\import_nt.c"
   1683 				>
   1684 			</File>
   1685 			<File
   1686 				RelativePath="..\..\PC\msvcrtmodule.c"
   1687 				>
   1688 			</File>
   1689 			<File
   1690 				RelativePath="..\..\PC\pyconfig.h"
   1691 				>
   1692 			</File>
   1693 		</Filter>
   1694 		<Filter
   1695 			Name="Python"
   1696 			>
   1697 			<File
   1698 				RelativePath="..\..\Python\_warnings.c"
   1699 				>
   1700 			</File>
   1701 			<File
   1702 				RelativePath="..\..\Python\asdl.c"
   1703 				>
   1704 			</File>
   1705 			<File
   1706 				RelativePath="..\..\Python\ast.c"
   1707 				>
   1708 			</File>
   1709 			<File
   1710 				RelativePath="..\..\Python\bltinmodule.c"
   1711 				>
   1712 			</File>
   1713 			<File
   1714 				RelativePath="..\..\Python\ceval.c"
   1715 				>
   1716 			</File>
   1717 			<File
   1718 				RelativePath="..\..\Python\codecs.c"
   1719 				>
   1720 			</File>
   1721 			<File
   1722 				RelativePath="..\..\Python\compile.c"
   1723 				>
   1724 			</File>
   1725 			<File
   1726 				RelativePath="..\..\Python\dtoa.c"
   1727 				>
   1728 			</File>
   1729 			<File
   1730 				RelativePath="..\..\Python\dynload_win.c"
   1731 				>
   1732 			</File>
   1733 			<File
   1734 				RelativePath="..\..\Python\errors.c"
   1735 				>
   1736 			</File>
   1737 			<File
   1738 				RelativePath="..\..\Python\formatter_string.c"
   1739 				>
   1740 			</File>
   1741 			<File
   1742 				RelativePath="..\..\Python\formatter_unicode.c"
   1743 				>
   1744 			</File>
   1745 			<File
   1746 				RelativePath="..\..\Python\frozen.c"
   1747 				>
   1748 			</File>
   1749 			<File
   1750 				RelativePath="..\..\Python\future.c"
   1751 				>
   1752 			</File>
   1753 			<File
   1754 				RelativePath="..\..\Python\getargs.c"
   1755 				>
   1756 			</File>
   1757 			<File
   1758 				RelativePath="..\..\Python\getcompiler.c"
   1759 				>
   1760 			</File>
   1761 			<File
   1762 				RelativePath="..\..\Python\getcopyright.c"
   1763 				>
   1764 			</File>
   1765 			<File
   1766 				RelativePath="..\..\Python\getopt.c"
   1767 				>
   1768 			</File>
   1769 			<File
   1770 				RelativePath="..\..\Python\getplatform.c"
   1771 				>
   1772 			</File>
   1773 			<File
   1774 				RelativePath="..\..\Python\getversion.c"
   1775 				>
   1776 			</File>
   1777 			<File
   1778 				RelativePath="..\..\Python\graminit.c"
   1779 				>
   1780 			</File>
   1781 			<File
   1782 				RelativePath="..\..\Python\import.c"
   1783 				>
   1784 			</File>
   1785 			<File
   1786 				RelativePath="..\..\Python\importdl.c"
   1787 				>
   1788 			</File>
   1789 			<File
   1790 				RelativePath="..\..\Python\importdl.h"
   1791 				>
   1792 			</File>
   1793 			<File
   1794 				RelativePath="..\..\Python\marshal.c"
   1795 				>
   1796 			</File>
   1797 			<File
   1798 				RelativePath="..\..\Python\modsupport.c"
   1799 				>
   1800 			</File>
   1801 			<File
   1802 				RelativePath="..\..\Python\mysnprintf.c"
   1803 				>
   1804 			</File>
   1805 			<File
   1806 				RelativePath="..\..\Python\mystrtoul.c"
   1807 				>
   1808 			</File>
   1809 			<File
   1810 				RelativePath="..\..\Python\peephole.c"
   1811 				>
   1812 			</File>
   1813 			<File
   1814 				RelativePath="..\..\Python\pyarena.c"
   1815 				>
   1816 			</File>
   1817 			<File
   1818 				RelativePath="..\..\Python\pyctype.c"
   1819 				>
   1820 			</File>
   1821 			<File
   1822 				RelativePath="..\..\Python\pyfpe.c"
   1823 				>
   1824 			</File>
   1825 			<File
   1826 				RelativePath="..\..\Python\pymath.c"
   1827 				>
   1828 			</File>
   1829 			<File
   1830 				RelativePath="..\..\Python\pystate.c"
   1831 				>
   1832 			</File>
   1833 			<File
   1834 				RelativePath="..\..\Python\pystrcmp.c"
   1835 				>
   1836 			</File>
   1837 			<File
   1838 				RelativePath="..\..\Python\pystrtod.c"
   1839 				>
   1840 			</File>
   1841 			<File
   1842 				RelativePath="..\..\Python\Python-ast.c"
   1843 				>
   1844 			</File>
   1845 			<File
   1846 				RelativePath="..\..\Python\pythonrun.c"
   1847 				>
   1848 			</File>
   1849 			<File
   1850 				RelativePath="..\..\Python\random.c"
   1851 				>
   1852 			</File>
   1853 			<File
   1854 				RelativePath="..\..\Python\structmember.c"
   1855 				>
   1856 			</File>
   1857 			<File
   1858 				RelativePath="..\..\Python\symtable.c"
   1859 				>
   1860 			</File>
   1861 			<File
   1862 				RelativePath="..\..\Python\sysmodule.c"
   1863 				>
   1864 			</File>
   1865 			<File
   1866 				RelativePath="..\..\Python\thread.c"
   1867 				>
   1868 			</File>
   1869 			<File
   1870 				RelativePath="..\..\Python\thread_nt.h"
   1871 				>
   1872 			</File>
   1873 			<File
   1874 				RelativePath="..\..\Python\traceback.c"
   1875 				>
   1876 			</File>
   1877 		</Filter>
   1878 		<Filter
   1879 			Name="Resource Files"
   1880 			>
   1881 			<File
   1882 				RelativePath="..\..\PC\python_nt.rc"
   1883 				>
   1884 			</File>
   1885 		</Filter>
   1886 	</Files>
   1887 	<Globals>
   1888 	</Globals>
   1889 </VisualStudioProject>

   1891