-
Notifications
You must be signed in to change notification settings - Fork 1
/
thoth-json-codec.sln
34 lines (34 loc) · 1.96 KB
/
thoth-json-codec.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}") = "thoth-json-net-codec", "thoth-json-net-codec\thoth-json-net-codec.fsproj", "{723F332D-86B5-4853-AAB9-905E7B07C205}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "thoth-json-codec", "thoth-json-codec\thoth-json-codec.fsproj", "{4BFD6727-BAAD-44FD-B7FD-CE3B91120199}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "tests", "tests\tests.fsproj", "{057883BA-B226-4326-94F4-3918E245651B}"
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
{4BFD6727-BAAD-44FD-B7FD-CE3B91120199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BFD6727-BAAD-44FD-B7FD-CE3B91120199}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BFD6727-BAAD-44FD-B7FD-CE3B91120199}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BFD6727-BAAD-44FD-B7FD-CE3B91120199}.Release|Any CPU.Build.0 = Release|Any CPU
{057883BA-B226-4326-94F4-3918E245651B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{057883BA-B226-4326-94F4-3918E245651B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{057883BA-B226-4326-94F4-3918E245651B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{057883BA-B226-4326-94F4-3918E245651B}.Release|Any CPU.Build.0 = Release|Any CPU
{723F332D-86B5-4853-AAB9-905E7B07C205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{723F332D-86B5-4853-AAB9-905E7B07C205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{723F332D-86B5-4853-AAB9-905E7B07C205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{723F332D-86B5-4853-AAB9-905E7B07C205}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal