-
Notifications
You must be signed in to change notification settings - Fork 1
/
Lyriser.sln
42 lines (42 loc) · 2.16 KB
/
Lyriser.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
31
32
33
34
35
36
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lyriser", "Lyriser\Lyriser.csproj", "{DB7F1247-8C9C-40F2-BC13-C906523DC6CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lyriser.Tests", "Lyriser.Tests\Lyriser.Tests.csproj", "{518CFA17-57CA-4CBE-A5A4-F39ED18ACAF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lyriser.Core", "Lyriser.Core\Lyriser.Core.csproj", "{36E86CF8-14D1-4373-AEF3-471FF84B557C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ソリューション項目", "ソリューション項目", "{CCC9F36C-13DC-4F17-A233-89730BA44840}"
ProjectSection(SolutionItems) = preProject
NOTICE.md = NOTICE.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB7F1247-8C9C-40F2-BC13-C906523DC6CB}.Debug|x64.ActiveCfg = Debug|x64
{DB7F1247-8C9C-40F2-BC13-C906523DC6CB}.Debug|x64.Build.0 = Debug|x64
{DB7F1247-8C9C-40F2-BC13-C906523DC6CB}.Release|x64.ActiveCfg = Release|x64
{DB7F1247-8C9C-40F2-BC13-C906523DC6CB}.Release|x64.Build.0 = Release|x64
{518CFA17-57CA-4CBE-A5A4-F39ED18ACAF9}.Debug|x64.ActiveCfg = Debug|x64
{518CFA17-57CA-4CBE-A5A4-F39ED18ACAF9}.Debug|x64.Build.0 = Debug|x64
{518CFA17-57CA-4CBE-A5A4-F39ED18ACAF9}.Release|x64.ActiveCfg = Release|x64
{518CFA17-57CA-4CBE-A5A4-F39ED18ACAF9}.Release|x64.Build.0 = Release|x64
{36E86CF8-14D1-4373-AEF3-471FF84B557C}.Debug|x64.ActiveCfg = Debug|x64
{36E86CF8-14D1-4373-AEF3-471FF84B557C}.Debug|x64.Build.0 = Debug|x64
{36E86CF8-14D1-4373-AEF3-471FF84B557C}.Release|x64.ActiveCfg = Release|x64
{36E86CF8-14D1-4373-AEF3-471FF84B557C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA009238-1CDE-40E9-83F9-E82FB6C75A5E}
EndGlobalSection
EndGlobal