Skip to content

Commit

Permalink
Fix serialization of resources?
Browse files Browse the repository at this point in the history
  • Loading branch information
rmc47 committed Apr 28, 2024
1 parent 2389f69 commit f3fc439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions UI/UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ApplicationIcon>logicon.ico</ApplicationIcon>
<OutputType>WinExe</OutputType>
<StartupObject>UI.Program</StartupObject>
<GenerateResourceUsePreserializedResources>false</GenerateResourceUsePreserializedResources>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions WsjtxImport/WsjtxImport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ApplicationIcon>importicon.ico</ApplicationIcon>
<OutputType>WinExe</OutputType>
<StartupObject>WsjtxImport.Program</StartupObject>
<GenerateResourceUsePreserializedResources>false</GenerateResourceUsePreserializedResources>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f3fc439

Please sign in to comment.