Properly filter some recent additions in the Windows build files. · pythoncapi/cpython@f06247d · GitHub
Skip to content

Commit f06247d

Browse files
committed
Properly filter some recent additions in the Windows build files.
1 parent e2ed78e commit f06247d

3 files changed

Lines changed: 44 additions & 2 deletions

File tree

Lines changed: 13 additions & 0 deletions

PCbuild/_sha3.vcxproj.filters

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Source Files">
5+
<UniqueIdentifier>{f1f1fd19-4f85-4a56-be41-af14f0bc2a9c}</UniqueIdentifier>
6+
</Filter>
7+
</ItemGroup>
8+
<ItemGroup>
9+
<ClCompile Include="..\Modules\_sha3\sha3module.c">
10+
<Filter>Source Files</Filter>
11+
</ClCompile>
12+
</ItemGroup>
13+
</Project>

PCbuild/pythoncore.vcxproj.filters

Lines changed: 18 additions & 2 deletions

0 commit comments

Comments
 (0)