changeset: 93525:31fd106bb68a user: Steve Dower date: Thu Nov 20 16:45:36 2014 -0800 files: PCbuild/pythoncore.vcxproj PCbuild/pythoncore.vcxproj.filters description: Issue #22869: Add pylifecycle.c/.h files to pythoncore project. diff -r a065ab1c67a8 -r 31fd106bb68a PCbuild/pythoncore.vcxproj --- a/PCbuild/pythoncore.vcxproj Fri Nov 21 01:20:57 2014 +0100 +++ b/PCbuild/pythoncore.vcxproj Thu Nov 20 16:45:36 2014 -0800 @@ -502,6 +502,7 @@ + @@ -734,6 +735,7 @@ + diff -r a065ab1c67a8 -r 31fd106bb68a PCbuild/pythoncore.vcxproj.filters --- a/PCbuild/pythoncore.vcxproj.filters Fri Nov 21 01:20:57 2014 +0100 +++ b/PCbuild/pythoncore.vcxproj.filters Thu Nov 20 16:45:36 2014 -0800 @@ -216,6 +216,9 @@ Include + + Include + Include @@ -890,6 +893,9 @@ Python + + Python + Python