diff options
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 33fd07b..dc64bfa 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -975,6 +975,10 @@ > </File> <File + RelativePath="..\Modules\_bufferedio.c" + > + </File> + <File RelativePath="..\Modules\_codecsmodule.c" > </File> @@ -1003,6 +1007,14 @@ > </File> <File + RelativePath="..\Modules\_iobase.c" + > + </File> + <File + RelativePath="..\Modules\_iomodule.h" + > + </File> + <File RelativePath="..\Modules\_json.c" > </File> @@ -1035,6 +1047,10 @@ > </File> <File + RelativePath="..\Modules\_textio.c" + > + </File> + <File RelativePath="..\Modules\_weakref.c" > </File> @@ -1075,6 +1091,10 @@ > </File> <File + RelativePath="..\Modules\io.c" + > + </File> + <File RelativePath="..\Modules\main.c" > </File> |