From c7d348725657feabb518024b486311943bb2e407 Mon Sep 17 00:00:00 2001 From: Miaoyww Date: Wed, 3 Apr 2024 18:21:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=BE=E6=8E=A5Amll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AppleMusic-Like-Lyrics | 1 + NonsPlayer.sln | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 160000 AppleMusic-Like-Lyrics diff --git a/AppleMusic-Like-Lyrics b/AppleMusic-Like-Lyrics new file mode 160000 index 0000000..fb37c1a --- /dev/null +++ b/AppleMusic-Like-Lyrics @@ -0,0 +1 @@ +Subproject commit fb37c1a88e35ed2b3c88ac1eb328a2fda883526e diff --git a/NonsPlayer.sln b/NonsPlayer.sln index 7c98d97..7e94c14 100644 --- a/NonsPlayer.sln +++ b/NonsPlayer.sln @@ -13,6 +13,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NonsPlayer.Launcher", "Nons EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LyricParser", "LyricParser\LyricParser\LyricParser.csproj", "{2CEBACD2-9266-43BC-8DF8-1F9ADD004449}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AMLL", "AppleMusic-Like-Lyrics\AMLL\AMLL.csproj", "{536C87A3-C17C-4DD1-A1A1-8E70CA8FC332}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AMLL.Core", "AppleMusic-Like-Lyrics\AMLL.Core\AMLL.Core.csproj", "{A250FDBC-AA33-47AB-A484-AE7404968195}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -113,6 +117,10 @@ Global {2CEBACD2-9266-43BC-8DF8-1F9ADD004449}.Release|x64.Build.0 = Release|Any CPU {2CEBACD2-9266-43BC-8DF8-1F9ADD004449}.Release|x86.ActiveCfg = Release|Any CPU {2CEBACD2-9266-43BC-8DF8-1F9ADD004449}.Release|x86.Build.0 = Release|Any CPU + {536C87A3-C17C-4DD1-A1A1-8E70CA8FC332}.Debug|x64.ActiveCfg = Debug|x64 + {536C87A3-C17C-4DD1-A1A1-8E70CA8FC332}.Debug|x64.Build.0 = Debug|x64 + {A250FDBC-AA33-47AB-A484-AE7404968195}.Debug|x64.ActiveCfg = Debug|x64 + {A250FDBC-AA33-47AB-A484-AE7404968195}.Debug|x64.Build.0 = Debug|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE