Skip to content

Commit cdafe2d

Browse files
Removed crashing when debugging (thanks VS)
1 parent 6150f85 commit cdafe2d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

BotwRando/BotwRando.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<Nullable>enable</Nullable>
6-
<UseWindowsForms>true</UseWindowsForms>
6+
<UseWindowsForms>True</UseWindowsForms>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<ApplicationIcon>icon.ico</ApplicationIcon>
99
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
1010
<LangVersion>preview</LangVersion>
1111
<PublishSingleFile>true</PublishSingleFile>
12-
<SelfContained>true</SelfContained>
13-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1412
<PublishReadyToRun>true</PublishReadyToRun>
1513
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
1614
</PropertyGroup>

0 commit comments

Comments
 (0)