From 59b2401070fae8f0075b6876d3bde60498a3b56d Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sun, 23 Jun 2013 15:50:45 +0200 Subject: Add _stat module to VS project file -- this time with the GUI instead of manually. --- PCbuild/pythoncore.vcxproj | 4 ++-- PCbuild/pythoncore.vcxproj.filters | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 5768b36..4882045 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -501,6 +501,7 @@ + @@ -525,7 +526,6 @@ - @@ -679,4 +679,4 @@ - + \ No newline at end of file diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 736a9c8..d762f06 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -919,6 +919,9 @@ PC + + Modules + -- cgit v0.12