diff options
Diffstat (limited to 'PC/VS8.0/pythoncore.vcproj')
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 108 |
1 files changed, 58 insertions, 50 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 402ac3e..96f0544 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -703,10 +703,6 @@ > </File> <File - RelativePath="..\..\Include\dtoa.h" - > - </File> - <File RelativePath="..\..\Include\dynamic_annotations.h" > </File> @@ -847,6 +843,10 @@ > </File> <File + RelativePath="..\..\Include\pycapsule.h" + > + </File> + <File RelativePath="..\..\Include\pyctype.h" > </File> @@ -879,7 +879,7 @@ > </File> <File - RelativePath="..\..\Include\pytime.h" + RelativePath="..\..\Include\pytime.h" > </File> <File @@ -903,6 +903,10 @@ > </File> <File + RelativePath="..\..\Include\dtoa.h" + > + </File> + <File RelativePath="..\..\Include\Python-ast.h" > </File> @@ -947,10 +951,6 @@ > </File> <File - RelativePath="..\..\Include\_time.h" - > - </File> - <File RelativePath="..\..\Include\timefuncs.h" > </File> @@ -998,38 +998,6 @@ RelativePath="..\..\Modules\_csv.c" > </File> - <Filter - Name="_io" - > - <File - RelativePath="..\..\Modules\_io\fileio.c" - > - </File> - <File - RelativePath="..\..\Modules\_io\bytesio.c" - > - </File> - <File - RelativePath="..\..\Modules\_io\stringio.c" - > - </File> - <File - RelativePath="..\..\Modules\_io\bufferedio.c" - > - </File> - <File - RelativePath="..\..\Modules\_io\iobase.c" - > - </File> - <File - RelativePath="..\..\Modules\_io\textio.c" - > - </File> - <File - RelativePath="..\..\Modules\_io\_iomodule.c" - > - </File> - </Filter> <File RelativePath="..\..\Modules\_functoolsmodule.c" > @@ -1075,6 +1043,14 @@ > </File> <File + RelativePath="..\..\Modules\_time.c" + > + </File> + <File + RelativePath="..\..\Modules\_time.h" + > + </File> + <File RelativePath="..\..\Modules\_weakref.c" > </File> @@ -1175,10 +1151,6 @@ > </File> <File - RelativePath="..\..\Modules\_time.c" - > - </File> - <File RelativePath="..\..\Modules\timemodule.c" > </File> @@ -1195,6 +1167,42 @@ > </File> <Filter + Name="_io" + > + <File + RelativePath="..\..\Modules\_io\fileio.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\bytesio.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\stringio.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\bufferedio.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\iobase.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\textio.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\_iomodule.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\_iomodule.h" + > + </File> + </Filter> + <Filter Name="zlib" > <File @@ -1671,10 +1679,6 @@ > </File> <File - RelativePath="..\..\Python\dtoa.c" - > - </File> - <File RelativePath="..\..\Python\dynload_win.c" > </File> @@ -1771,7 +1775,7 @@ > </File> <File - RelativePath="..\..\Python\pytime.c" + RelativePath="..\..\Python\pytime.c" > </File> <File @@ -1787,6 +1791,10 @@ > </File> <File + RelativePath="..\..\Python\dtoa.c" + > + </File> + <File RelativePath="..\..\Python\Python-ast.c" > </File> |