-
Notifications
You must be signed in to change notification settings - Fork 0
/
thoth-json-ce.sln
34 lines (34 loc) · 1.94 KB
/
thoth-json-ce.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "tests", "tests\tests.fsproj", "{D22B60F1-E9D3-48F5-AA17-F0FEFA0A9771}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "thoth-json-ce", "thoth-json-ce\thoth-json-ce.fsproj", "{7FC81B91-D862-4E08-B596-B986B2269172}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "thoth-json-net-ce", "thoth-json-net-ce\thoth-json-net-ce.fsproj", "{7D1C32E6-41FC-4358-8B51-0B1E0FC28B97}"
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
{D22B60F1-E9D3-48F5-AA17-F0FEFA0A9771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D22B60F1-E9D3-48F5-AA17-F0FEFA0A9771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D22B60F1-E9D3-48F5-AA17-F0FEFA0A9771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D22B60F1-E9D3-48F5-AA17-F0FEFA0A9771}.Release|Any CPU.Build.0 = Release|Any CPU
{7FC81B91-D862-4E08-B596-B986B2269172}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FC81B91-D862-4E08-B596-B986B2269172}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FC81B91-D862-4E08-B596-B986B2269172}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FC81B91-D862-4E08-B596-B986B2269172}.Release|Any CPU.Build.0 = Release|Any CPU
{7D1C32E6-41FC-4358-8B51-0B1E0FC28B97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D1C32E6-41FC-4358-8B51-0B1E0FC28B97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D1C32E6-41FC-4358-8B51-0B1E0FC28B97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D1C32E6-41FC-4358-8B51-0B1E0FC28B97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal