-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
GenshinLyreMidiPlayer.sln
30 lines (30 loc) · 1.67 KB
/
GenshinLyreMidiPlayer.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenshinLyreMidiPlayer.WPF", "GenshinLyreMidiPlayer.WPF\GenshinLyreMidiPlayer.WPF.csproj", "{32F5B26F-65DB-46EE-8CEA-E432EA9F8806}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenshinLyreMidiPlayer.Data", "GenshinLyreMidiPlayer.Data\GenshinLyreMidiPlayer.Data.csproj", "{F1395E61-6B43-4502-9214-221CF1A88588}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32F5B26F-65DB-46EE-8CEA-E432EA9F8806}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32F5B26F-65DB-46EE-8CEA-E432EA9F8806}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32F5B26F-65DB-46EE-8CEA-E432EA9F8806}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32F5B26F-65DB-46EE-8CEA-E432EA9F8806}.Release|Any CPU.Build.0 = Release|Any CPU
{F1395E61-6B43-4502-9214-221CF1A88588}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1395E61-6B43-4502-9214-221CF1A88588}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1395E61-6B43-4502-9214-221CF1A88588}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1395E61-6B43-4502-9214-221CF1A88588}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {936560D8-D7C7-4C9B-9911-5BA6A9D09279}
EndGlobalSection
EndGlobal