From 659178e47dd2b091ad0ac3947f36c4e486191a24 Mon Sep 17 00:00:00 2001 From: nbollis Date: Fri, 16 Aug 2024 13:35:28 -0500 Subject: [PATCH] enabled windows targeting to gui and guifunctions --- MetaMorpheus/GUI/GUI.csproj | 4 +++- MetaMorpheus/GuiFunctions/GuiFunctions.csproj | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/MetaMorpheus/GUI/GUI.csproj b/MetaMorpheus/GUI/GUI.csproj index 29027f365..f28ae0922 100644 --- a/MetaMorpheus/GUI/GUI.csproj +++ b/MetaMorpheus/GUI/GUI.csproj @@ -16,6 +16,7 @@ full true Icons\MMnice.ico + true @@ -25,8 +26,9 @@ x64 + - + diff --git a/MetaMorpheus/GuiFunctions/GuiFunctions.csproj b/MetaMorpheus/GuiFunctions/GuiFunctions.csproj index 27f6145ae..a45054b18 100644 --- a/MetaMorpheus/GuiFunctions/GuiFunctions.csproj +++ b/MetaMorpheus/GuiFunctions/GuiFunctions.csproj @@ -6,6 +6,7 @@ full true true + true