From bf927ad13d569bb79cb12fd1d8cca73c5d02b393 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Tue, 20 Feb 2024 00:32:06 +0800 Subject: [PATCH] Add more configs for the android project to fix the "error MSB4121: The project configuration for project "osu.Framework.Microphone.Android" was not specified in the solution file for the solution configuration "Release|Any CPU". [/home/runner/work/osu-framework-microphone/osu-framework-microphone/osu-framework-microphone.Desktop.slnf]" issue. --- osu-framework-microphone.sln | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/osu-framework-microphone.sln b/osu-framework-microphone.sln index cff630e..be13e1c 100644 --- a/osu-framework-microphone.sln +++ b/osu-framework-microphone.sln @@ -104,7 +104,17 @@ Global {431614F4-D662-4CBD-B6C2-3E0D79CA968B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU {431614F4-D662-4CBD-B6C2-3E0D79CA968B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {4D112E30-462B-4264-B44D-53B61ABB185E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4D112E30-462B-4264-B44D-53B61ABB185E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Debug|iPhone.Build.0 = Debug|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Release|Any CPU.Build.0 = Release|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Release|iPhone.ActiveCfg = Release|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Release|iPhone.Build.0 = Release|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {4D112E30-462B-4264-B44D-53B61ABB185E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE