We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6150f85 commit cdafe2dCopy full SHA for cdafe2d
1 file changed
BotwRando/BotwRando.csproj
@@ -3,14 +3,12 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<Nullable>enable</Nullable>
6
- <UseWindowsForms>true</UseWindowsForms>
+ <UseWindowsForms>True</UseWindowsForms>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<ApplicationIcon>icon.ico</ApplicationIcon>
9
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
10
<LangVersion>preview</LangVersion>
11
<PublishSingleFile>true</PublishSingleFile>
12
- <SelfContained>true</SelfContained>
13
- <RuntimeIdentifier>win-x64</RuntimeIdentifier>
14
<PublishReadyToRun>true</PublishReadyToRun>
15
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
16
</PropertyGroup>
0 commit comments