-
Notifications
You must be signed in to change notification settings - Fork 2
/
PerfectFifth.sln
46 lines (46 loc) · 2.8 KB
/
PerfectFifth.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "PerfectFifth", "src\PerfectFifth\PerfectFifth.fsproj", "{DE8C3194-CEA1-44E2-9641-BA120A798B20}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "PerfectFifth-Examples", "src\PerfectFifth.Examples\PerfectFifth-Examples.fsproj", "{287FE911-DA58-4E2D-8398-72A98E7B55FA}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "PerfectFifth-Site", "src\PerfectFifth.Site\PerfectFifth-Site.fsproj", "{99B8FBF8-C027-43B0-B78F-4033FD83FDD7}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "PerfectFifth-Reference", "src\PerfectFifth.Reference\PerfectFifth-Reference.fsproj", "{284B120D-4BF8-4D71-BA33-AD23F0A2DC88}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "props", "props", "{ADF039A9-0B6E-4B74-823A-7C5132BF6122}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE8C3194-CEA1-44E2-9641-BA120A798B20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE8C3194-CEA1-44E2-9641-BA120A798B20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE8C3194-CEA1-44E2-9641-BA120A798B20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE8C3194-CEA1-44E2-9641-BA120A798B20}.Release|Any CPU.Build.0 = Release|Any CPU
{287FE911-DA58-4E2D-8398-72A98E7B55FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{287FE911-DA58-4E2D-8398-72A98E7B55FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{287FE911-DA58-4E2D-8398-72A98E7B55FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{287FE911-DA58-4E2D-8398-72A98E7B55FA}.Release|Any CPU.Build.0 = Release|Any CPU
{99B8FBF8-C027-43B0-B78F-4033FD83FDD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99B8FBF8-C027-43B0-B78F-4033FD83FDD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99B8FBF8-C027-43B0-B78F-4033FD83FDD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99B8FBF8-C027-43B0-B78F-4033FD83FDD7}.Release|Any CPU.Build.0 = Release|Any CPU
{284B120D-4BF8-4D71-BA33-AD23F0A2DC88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{284B120D-4BF8-4D71-BA33-AD23F0A2DC88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{284B120D-4BF8-4D71-BA33-AD23F0A2DC88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{284B120D-4BF8-4D71-BA33-AD23F0A2DC88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal