From 8314690a26501b3693f9a1f18c85f240a6c973bb Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Thu, 20 Nov 2014 16:45:36 -0800 Subject: Issue #22869: Add pylifecycle.c/.h files to pythoncore project. --- PCbuild/pythoncore.vcxproj | 2 ++ PCbuild/pythoncore.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 1ad16fb..3cce88e 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -502,6 +502,7 @@ IF %ERRORLEVEL% NEQ 0 ( + @@ -734,6 +735,7 @@ IF %ERRORLEVEL% NEQ 0 ( + diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 8c65247..174140a 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -216,6 +216,9 @@ Include + + Include + Include @@ -890,6 +893,9 @@ Python + + Python + Python -- cgit v0.12