From 6081abfae2a7903df03c25936ccb931e73ef6f91 Mon Sep 17 00:00:00 2001 From: Robert Chipperfield Date: Mon, 29 Apr 2024 20:56:42 +0100 Subject: [PATCH] Fix build from dotnet CLI --- UI/UI.csproj | 3 ++- WsjtxImport/WsjtxImport.csproj | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/UI/UI.csproj b/UI/UI.csproj index 0891224..1762a29 100644 --- a/UI/UI.csproj +++ b/UI/UI.csproj @@ -5,7 +5,7 @@ logicon.ico WinExe UI.Program - false + true @@ -15,6 +15,7 @@ + diff --git a/WsjtxImport/WsjtxImport.csproj b/WsjtxImport/WsjtxImport.csproj index 4725d64..4cdf8bf 100644 --- a/WsjtxImport/WsjtxImport.csproj +++ b/WsjtxImport/WsjtxImport.csproj @@ -5,7 +5,7 @@ importicon.ico WinExe WsjtxImport.Program - false + true @@ -14,6 +14,7 @@ +