Skip to content

Commit

Permalink
Removed crashing when debugging (thanks VS)
Browse files Browse the repository at this point in the history
MelonSpeedruns committed Dec 14, 2021
1 parent 6150f85 commit cdafe2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BotwRando/BotwRando.csproj
Original file line number Diff line number Diff line change
@@ -3,14 +3,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<UseWindowsForms>True</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>icon.ico</ApplicationIcon>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<LangVersion>preview</LangVersion>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishReadyToRun>true</PublishReadyToRun>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>

0 comments on commit cdafe2d

Please sign in to comment.