diff options
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 05cffd7..da53190 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -846,7 +846,10 @@ RelativePath="..\Include\pyarena.h" > </File> - <File RelativePath="..\Include\pycapsule.h"></File> + <File + RelativePath="..\Include\pycapsule.h" + > + </File> <File RelativePath="..\Include\pyctype.h" > @@ -1375,10 +1378,10 @@ RelativePath="..\Objects\bytesobject.c" > </File> - <File - RelativePath="..\Objects\capsule.c" - > - </File> + <File + RelativePath="..\Objects\capsule.c" + > + </File> <File RelativePath="..\Objects\cellobject.c" > |