summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2013-12-11 23:12:34 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2013-12-11 23:12:34 (GMT)
commitbdbffd03421cb971aa144c491a3369253e0c283a (patch)
tree323ed3c18ddd7e27b7366311972b815c219f5dea /PCbuild
parent36193e73b8d17a967f1521ce12f12271187feecb (diff)
downloadcpython-bdbffd03421cb971aa144c491a3369253e0c283a.zip
cpython-bdbffd03421cb971aa144c491a3369253e0c283a.tar.gz
cpython-bdbffd03421cb971aa144c491a3369253e0c283a.tar.bz2
Filter namespaceobject's files properly in the pythoncore VS project.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcxproj.filters8
1 files changed, 6 insertions, 2 deletions
diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters
index 09b4bb4..5647feb 100644
--- a/PCbuild/pythoncore.vcxproj.filters
+++ b/PCbuild/pythoncore.vcxproj.filters
@@ -402,13 +402,15 @@
<ClInclude Include="..\Python\thread_nt.h">
<Filter>Python</Filter>
</ClInclude>
- <ClInclude Include="..\Include\namespaceobject.h" />
<ClInclude Include="..\Python\condvar.h">
<Filter>Python</Filter>
</ClInclude>
<ClInclude Include="..\Python\ceval_gil.h">
<Filter>Python</Filter>
</ClInclude>
+ <ClInclude Include="..\Include\namespaceobject.h">
+ <Filter>Include</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\Modules\_bisectmodule.c">
@@ -915,7 +917,9 @@
<ClCompile Include="..\Modules\_winapi.c">
<Filter>PC</Filter>
</ClCompile>
- <ClCompile Include="..\Objects\namespaceobject.c" />
+ <ClCompile Include="..\Objects\namespaceobject.c">
+ <Filter>Objects</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc">