-
Notifications
You must be signed in to change notification settings - Fork 11
/
clef-tool.sln
61 lines (61 loc) · 3.14 KB
/
clef-tool.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{61556DAE-6B5F-472B-AA8F-6E36E6B1376D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1F622339-3A47-4350-8291-AD6834E025E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Datalust.ClefTool", "src\Datalust.ClefTool\Datalust.ClefTool.csproj", "{9898F355-E8FA-4D8E-8850-443010C9E8A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Datalust.ClefTool.Tests", "test\Datalust.ClefTool.Tests\Datalust.ClefTool.Tests.csproj", "{8603CDF1-1B8D-4762-B5CB-7BD5DA40C16A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{0DA54CF5-F0A9-4A0B-B5F3-B3CB0902EAAE}"
ProjectSection(SolutionItems) = preProject
data\example.clef = data\example.clef
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sln", "sln", "{8644E54F-A00F-4E52-80AD-47647123D265}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
LICENSE = LICENSE
README.md = README.md
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9898F355-E8FA-4D8E-8850-443010C9E8A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9898F355-E8FA-4D8E-8850-443010C9E8A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9898F355-E8FA-4D8E-8850-443010C9E8A5}.Debug|x64.ActiveCfg = Debug|Any CPU
{9898F355-E8FA-4D8E-8850-443010C9E8A5}.Debug|x64.Build.0 = Debug|Any CPU
{9898F355-E8FA-4D8E-8850-443010C9E8A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9898F355-E8FA-4D8E-8850-443010C9E8A5}.Release|Any CPU.Build.0 = Release|Any CPU
{9898F355-E8FA-4D8E-8850-443010C9E8A5}.Release|x64.ActiveCfg = Release|Any CPU
{9898F355-E8FA-4D8E-8850-443010C9E8A5}.Release|x64.Build.0 = Release|Any CPU
{8603CDF1-1B8D-4762-B5CB-7BD5DA40C16A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8603CDF1-1B8D-4762-B5CB-7BD5DA40C16A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8603CDF1-1B8D-4762-B5CB-7BD5DA40C16A}.Debug|x64.ActiveCfg = Debug|Any CPU
{8603CDF1-1B8D-4762-B5CB-7BD5DA40C16A}.Debug|x64.Build.0 = Debug|Any CPU
{8603CDF1-1B8D-4762-B5CB-7BD5DA40C16A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8603CDF1-1B8D-4762-B5CB-7BD5DA40C16A}.Release|Any CPU.Build.0 = Release|Any CPU
{8603CDF1-1B8D-4762-B5CB-7BD5DA40C16A}.Release|x64.ActiveCfg = Release|Any CPU
{8603CDF1-1B8D-4762-B5CB-7BD5DA40C16A}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9898F355-E8FA-4D8E-8850-443010C9E8A5} = {61556DAE-6B5F-472B-AA8F-6E36E6B1376D}
{8603CDF1-1B8D-4762-B5CB-7BD5DA40C16A} = {1F622339-3A47-4350-8291-AD6834E025E1}
EndGlobalSection
EndGlobal