forked from thoth-org/Thoth.Json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThoth.Json.sln
48 lines (48 loc) · 2.73 KB
/
Thoth.Json.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Thoth.Json", "src\Thoth.Json.fsproj", "{E4905A84-E416-47B4-8BFB-BB02446B74EE}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Thoth.Tests", "tests\Thoth.Tests.fsproj", "{1CBF1A67-CB89-441C-A617-36D95DC77AB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Debug|x64.ActiveCfg = Debug|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Debug|x64.Build.0 = Debug|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Debug|x86.ActiveCfg = Debug|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Debug|x86.Build.0 = Debug|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Release|Any CPU.Build.0 = Release|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Release|x64.ActiveCfg = Release|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Release|x64.Build.0 = Release|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Release|x86.ActiveCfg = Release|Any CPU
{E4905A84-E416-47B4-8BFB-BB02446B74EE}.Release|x86.Build.0 = Release|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Debug|x64.ActiveCfg = Debug|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Debug|x64.Build.0 = Debug|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Debug|x86.ActiveCfg = Debug|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Debug|x86.Build.0 = Debug|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Release|Any CPU.Build.0 = Release|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Release|x64.ActiveCfg = Release|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Release|x64.Build.0 = Release|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Release|x86.ActiveCfg = Release|Any CPU
{1CBF1A67-CB89-441C-A617-36D95DC77AB3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal