-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathFSharp.Json.sln
More file actions
33 lines (33 loc) · 1.69 KB
/
Copy pathFSharp.Json.sln
File metadata and controls
33 lines (33 loc) · 1.69 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Json", "FSharp.Json\FSharp.Json.fsproj", "{8C80EE87-ECC6-4BD1-80F4-849FB4FF5B45}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Json.Tests", "FSharp.Json.Tests\FSharp.Json.Tests.fsproj", "{5D95196B-06AF-4158-9FF0-FAF132900A21}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{60940FD7-1705-49D4-976E-64AC5E15D731}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C80EE87-ECC6-4BD1-80F4-849FB4FF5B45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C80EE87-ECC6-4BD1-80F4-849FB4FF5B45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C80EE87-ECC6-4BD1-80F4-849FB4FF5B45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C80EE87-ECC6-4BD1-80F4-849FB4FF5B45}.Release|Any CPU.Build.0 = Release|Any CPU
{5D95196B-06AF-4158-9FF0-FAF132900A21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D95196B-06AF-4158-9FF0-FAF132900A21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D95196B-06AF-4158-9FF0-FAF132900A21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D95196B-06AF-4158-9FF0-FAF132900A21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal