-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLyricsTools.sln
40 lines (40 loc) · 2.09 KB
/
LyricsTools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LyricsTools", "LyricsTools.csproj", "{197706BF-03F8-40A4-A27C-F1204EDF0315}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LyricsToolsTests", "..\LyricsToolsTests\LyricsToolsTests.csproj", "{638E9800-2479-43D4-BB21-FC618D46AFAE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D080E8AB-B398-47C1-832B-3BB66A6E9C14}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestJson", "..\TestJson\TestJson.csproj", "{F197E108-FBDB-4FB9-BF7D-0E618B5810C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{197706BF-03F8-40A4-A27C-F1204EDF0315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{197706BF-03F8-40A4-A27C-F1204EDF0315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{197706BF-03F8-40A4-A27C-F1204EDF0315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{197706BF-03F8-40A4-A27C-F1204EDF0315}.Release|Any CPU.Build.0 = Release|Any CPU
{638E9800-2479-43D4-BB21-FC618D46AFAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{638E9800-2479-43D4-BB21-FC618D46AFAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{638E9800-2479-43D4-BB21-FC618D46AFAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F197E108-FBDB-4FB9-BF7D-0E618B5810C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F197E108-FBDB-4FB9-BF7D-0E618B5810C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F197E108-FBDB-4FB9-BF7D-0E618B5810C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF2D9EA8-FDAF-4E8B-B74A-AE496532EAFF}
EndGlobalSection
EndGlobal