Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit f792904

Browse files
committed
update default publish parameters
1 parent ce7876e commit f792904

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

PS5 NOR Modifier/PS5 NOR Modifier.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
<UseWindowsForms>true</UseWindowsForms>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<ApplicationIcon>HardwareChip.ico</ApplicationIcon>
11-
<PlatformTarget>x86</PlatformTarget>
1211
<Title>PS5 NOR Modifier</Title>
13-
<Platforms>AnyCPU;x86</Platforms>
12+
<Platforms>AnyCPU-32bitPreferred</Platforms>
13+
<PublishSingleFile>true</PublishSingleFile>
14+
<SelfContained>false</SelfContained>
15+
<PublishRelease>true</PublishRelease>
1416
</PropertyGroup>
1517

1618
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

UART-CL By TheCod3r/UART-CL By TheCod3r.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<ApplicationIcon>Terminal.ico</ApplicationIcon>
1010
<SignAssembly>False</SignAssembly>
1111
<Title>UART-CL</Title>
12+
<Platforms>AnyCPU-32bitPreferred</Platforms>
13+
<PublishSingleFile>true</PublishSingleFile>
14+
<SelfContained>true</SelfContained>
15+
<PublishRelease>true</PublishRelease>
1216
</PropertyGroup>
1317

1418
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)