Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdbffd0

Browse files
committed
Filter namespaceobject's files properly in the pythoncore VS project.
1 parent 36193e7 commit bdbffd0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

PCbuild/pythoncore.vcxproj.filters

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,15 @@
402402
<ClInclude Include="..\Python\thread_nt.h">
403403
<Filter>Python</Filter>
404404
</ClInclude>
405-
<ClInclude Include="..\Include\namespaceobject.h" />
406405
<ClInclude Include="..\Python\condvar.h">
407406
<Filter>Python</Filter>
408407
</ClInclude>
409408
<ClInclude Include="..\Python\ceval_gil.h">
410409
<Filter>Python</Filter>
411410
</ClInclude>
411+
<ClInclude Include="..\Include\namespaceobject.h">
412+
<Filter>Include</Filter>
413+
</ClInclude>
412414
</ItemGroup>
413415
<ItemGroup>
414416
<ClCompile Include="..\Modules\_bisectmodule.c">
@@ -915,7 +917,9 @@
915917
<ClCompile Include="..\Modules\_winapi.c">
916918
<Filter>PC</Filter>
917919
</ClCompile>
918-
<ClCompile Include="..\Objects\namespaceobject.c" />
920+
<ClCompile Include="..\Objects\namespaceobject.c">
921+
<Filter>Objects</Filter>
922+
</ClCompile>
919923
</ItemGroup>
920924
<ItemGroup>
921925
<ResourceCompile Include="..\PC\python_nt.rc">

0 commit comments

Comments
 (0)