Skip to content

Commit 0687f09

Browse files
committed
Reword
1 parent e8908b2 commit 0687f09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<Project>
2+
<!-- Not much of this works right now -->
23
<PropertyGroup>
3-
<StartupFile>main.py</StartupFile>
4+
<StartupFile>Program.py</StartupFile>
45
<!--
56
<StartupFile Condition="Exists('main.py')">main.py</StartupFile>
67
<StartupFile Condition="Exists('main.py') and '$(StartupFile)' == ''">main.py</StartupFile>
78
-->
89
</PropertyGroup>
9-
<!-- This doesn't work right now -->
10+
<!--
1011
<ItemGroup>
1112
<Compile Include="*.py" Exclude="obj\**;bin\**"/>
1213
</ItemGroup>
14+
-->
1315
</Project>

0 commit comments

Comments
 (0)