We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccb983 commit 800dd19Copy full SHA for 800dd19
src/sdk/IronPython.Sdk/Sdk/Sdk.props
@@ -13,7 +13,7 @@
13
<RootNamespace>$(Name)</RootNamespace>
14
</PropertyGroup>
15
<ItemGroup>
16
- <Compile Include="*.py" Exclude="obj\**;bin\**"/>
+ <Compile Include="**\*.py" Exclude="obj\**;bin\**"/>
17
</ItemGroup>
18
19
<InterpreterReference Include="Global|IronPython|3.4" />
0 commit comments