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 e8908b2 commit 0687f09Copy full SHA for 0687f09
src/tooling/IronPython.Sdk/Sdk/FileIncludes.props
@@ -1,13 +1,15 @@
1
<Project>
2
+ <!-- Not much of this works right now -->
3
<PropertyGroup>
- <StartupFile>main.py</StartupFile>
4
+ <StartupFile>Program.py</StartupFile>
5
<!--
6
<StartupFile Condition="Exists('main.py')">main.py</StartupFile>
7
<StartupFile Condition="Exists('main.py') and '$(StartupFile)' == ''">main.py</StartupFile>
8
-->
9
</PropertyGroup>
- <!-- This doesn't work right now -->
10
+ <!--
11
<ItemGroup>
12
<Compile Include="*.py" Exclude="obj\**;bin\**"/>
13
</ItemGroup>
14
+ -->
15
</Project>
0 commit comments