Commit 43071949 authored by Zachary Ware's avatar Zachary Ware

Filter namespaceobject's files properly in the pythoncore VS project.

parent 5ff50d2f
...@@ -402,13 +402,15 @@ ...@@ -402,13 +402,15 @@
<ClInclude Include="..\Python\thread_nt.h"> <ClInclude Include="..\Python\thread_nt.h">
<Filter>Python</Filter> <Filter>Python</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\Include\namespaceobject.h" />
<ClInclude Include="..\Python\condvar.h"> <ClInclude Include="..\Python\condvar.h">
<Filter>Python</Filter> <Filter>Python</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\Python\ceval_gil.h"> <ClInclude Include="..\Python\ceval_gil.h">
<Filter>Python</Filter> <Filter>Python</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\Include\namespaceobject.h">
<Filter>Include</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\Modules\_bisectmodule.c"> <ClCompile Include="..\Modules\_bisectmodule.c">
...@@ -915,7 +917,9 @@ ...@@ -915,7 +917,9 @@
<ClCompile Include="..\Modules\_winapi.c"> <ClCompile Include="..\Modules\_winapi.c">
<Filter>PC</Filter> <Filter>PC</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\Objects\namespaceobject.c" /> <ClCompile Include="..\Objects\namespaceobject.c">
<Filter>Objects</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc"> <ResourceCompile Include="..\PC\python_nt.rc">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment