forked from gregsdennis/Manatee.Json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Manatee.Json.sln
74 lines (74 loc) · 4.26 KB
/
Manatee.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8C148909-BDAD-45A5-9BFA-63DBD47290B9}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
Local.testsettings = Local.testsettings
README.md = README.md
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Manatee.Json.Tests", "Manatee.Json.Tests\Manatee.Json.Tests.csproj", "{E74B7538-5E17-43C7-925B-33784945312E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6E84846A-D11A-4B3F-9588-C815FB0A22C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Manatee.Json", "Manatee.Json\Manatee.Json.csproj", "{7548217B-8C18-4CA5-A248-59889EF93CF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Manatee.Json.Tests.Console", "Manatee.Json.Tests.Console\Manatee.Json.Tests.Console.csproj", "{861C40FB-5D2E-4051-A1F0-D9B9C5D74794}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Manatee.Json.Tests.FrameworkConsole", "Manatee.Json.Tests.FrameworkConsole\Manatee.Json.Tests.FrameworkConsole.csproj", "{C9738A5D-C68C-4838-AF1F-C00C46CDD403}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Manatee.Study", "Manatee.Study\Manatee.Study.csproj", "{4E8D8CA6-A811-4F04-9492-2CB4C83306A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Reference", "Reference", "{2EABC48C-8556-4A6D-B0CA-B2D5A46C7239}"
ProjectSection(SolutionItems) = preProject
schema04.json = schema04.json
schema06.json = schema06.json
schema07.json = schema07.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E74B7538-5E17-43C7-925B-33784945312E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E74B7538-5E17-43C7-925B-33784945312E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E74B7538-5E17-43C7-925B-33784945312E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E74B7538-5E17-43C7-925B-33784945312E}.Release|Any CPU.Build.0 = Release|Any CPU
{7548217B-8C18-4CA5-A248-59889EF93CF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7548217B-8C18-4CA5-A248-59889EF93CF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7548217B-8C18-4CA5-A248-59889EF93CF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7548217B-8C18-4CA5-A248-59889EF93CF5}.Release|Any CPU.Build.0 = Release|Any CPU
{861C40FB-5D2E-4051-A1F0-D9B9C5D74794}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{861C40FB-5D2E-4051-A1F0-D9B9C5D74794}.Debug|Any CPU.Build.0 = Debug|Any CPU
{861C40FB-5D2E-4051-A1F0-D9B9C5D74794}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9738A5D-C68C-4838-AF1F-C00C46CDD403}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9738A5D-C68C-4838-AF1F-C00C46CDD403}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9738A5D-C68C-4838-AF1F-C00C46CDD403}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9738A5D-C68C-4838-AF1F-C00C46CDD403}.Release|Any CPU.Build.0 = Release|Any CPU
{4E8D8CA6-A811-4F04-9492-2CB4C83306A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E8D8CA6-A811-4F04-9492-2CB4C83306A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E8D8CA6-A811-4F04-9492-2CB4C83306A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E8D8CA6-A811-4F04-9492-2CB4C83306A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E74B7538-5E17-43C7-925B-33784945312E} = {6E84846A-D11A-4B3F-9588-C815FB0A22C5}
{861C40FB-5D2E-4051-A1F0-D9B9C5D74794} = {6E84846A-D11A-4B3F-9588-C815FB0A22C5}
{C9738A5D-C68C-4838-AF1F-C00C46CDD403} = {6E84846A-D11A-4B3F-9588-C815FB0A22C5}
{4E8D8CA6-A811-4F04-9492-2CB4C83306A9} = {6E84846A-D11A-4B3F-9588-C815FB0A22C5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A28ED14-DF83-45F6-BA43-47423E29D5D9}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Json.vsmdi
EndGlobalSection
EndGlobal