Skip to content

Commit 800dd19

Browse files
committed
Modify includes wildcard to allow subdirectories
1 parent cccb983 commit 800dd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/IronPython.Sdk/Sdk/Sdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<RootNamespace>$(Name)</RootNamespace>
1414
</PropertyGroup>
1515
<ItemGroup>
16-
<Compile Include="*.py" Exclude="obj\**;bin\**"/>
16+
<Compile Include="**\*.py" Exclude="obj\**;bin\**"/>
1717
</ItemGroup>
1818
<ItemGroup>
1919
<InterpreterReference Include="Global|IronPython|3.4" />

0 commit comments

Comments
 (0)