We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38b298 commit e6e5789Copy full SHA for e6e5789
busylight-client.csproj
@@ -6,9 +6,9 @@
6
<RootNamespace>busylight_client</RootNamespace>
7
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
8
<UseWindowsForms>true</UseWindowsForms>
9
- <PublishTrimmed>true</PublishTrimmed>
+ <PublishTrimmed>true</PublishTrimmed>
10
<PublishReadyToRun>true</PublishReadyToRun>
11
- <PublishSingleFile>true</PublishSingleFile>
+ <PublishSingleFile>true</PublishSingleFile>
12
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
13
</PropertyGroup>
14
@@ -43,7 +43,7 @@
43
<ItemGroup>
44
<None Update="appsettings.json">
45
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
46
- <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
+ <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
47
</None>
48
</ItemGroup>
49
0 commit comments