diff options
Diffstat (limited to 'PCbuild8')
-rw-r--r-- | PCbuild8/pythoncore/pythoncore.vcproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/PCbuild8/pythoncore/pythoncore.vcproj b/PCbuild8/pythoncore/pythoncore.vcproj index f11f57e..7e36945 100644 --- a/PCbuild8/pythoncore/pythoncore.vcproj +++ b/PCbuild8/pythoncore/pythoncore.vcproj @@ -788,6 +788,10 @@ >
</File>
<File
+ RelativePath="..\..\Objects\bytes_methods.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Objects\bytesobject.c"
>
</File>
@@ -974,6 +978,14 @@ >
</File>
<File
+ RelativePath="..\..\Include\bytes_methods.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Include\bytesobject.h"
+ >
+ </File>
+ <File
RelativePath="..\..\Include\cellobject.h"
>
</File>
@@ -1490,6 +1502,10 @@ >
</File>
<File
+ RelativePath="..\..\Modules\md5module.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Modules\mmapmodule.c"
>
</File>
@@ -1514,6 +1530,10 @@ >
</File>
<File
+ RelativePath="..\..\Modules\sha1module.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Modules\sha256module.c"
>
</File>
|