This repository has been archived by the owner on Apr 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Nancy.Serialization.JsonNet.sln
61 lines (61 loc) · 4.01 KB
/
Nancy.Serialization.JsonNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{163C656D-B5BA-4979-AA0D-830A36079092}"
ProjectSection(SolutionItems) = preProject
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1B1A132B-A5AF-4A16-9906-DAB0CC40366C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{96364ECA-D1E5-48D8-B4E7-BCC2F619BCA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nancy.Serialization.JsonNet", "src\Nancy.Serialization.JsonNet\Nancy.Serialization.JsonNet.csproj", "{8A8138A6-7E3D-41CC-A582-6664752F8D53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nancy.Serialization.JsonNet.Tests", "test\Nancy.Serialization.JsonNet.Tests\Nancy.Serialization.JsonNet.Tests.csproj", "{9EC1FBB1-F518-4949-96F0-2BC755F641B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nancy", "dependencies\Nancy\src\Nancy\Nancy.csproj", "{E5720540-A51A-4C78-8D82-E97636C77AA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nancy.Testing", "dependencies\Nancy\src\Nancy.Testing\Nancy.Testing.csproj", "{50719CEF-2E58-46FA-9718-48560225166D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nancy.Authentication.Forms", "dependencies\Nancy\src\Nancy.Authentication.Forms\Nancy.Authentication.Forms.csproj", "{9C22A464-DB8C-4BFB-9487-9880555C28C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A8138A6-7E3D-41CC-A582-6664752F8D53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A8138A6-7E3D-41CC-A582-6664752F8D53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A8138A6-7E3D-41CC-A582-6664752F8D53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A8138A6-7E3D-41CC-A582-6664752F8D53}.Release|Any CPU.Build.0 = Release|Any CPU
{9EC1FBB1-F518-4949-96F0-2BC755F641B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EC1FBB1-F518-4949-96F0-2BC755F641B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EC1FBB1-F518-4949-96F0-2BC755F641B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EC1FBB1-F518-4949-96F0-2BC755F641B7}.Release|Any CPU.Build.0 = Release|Any CPU
{E5720540-A51A-4C78-8D82-E97636C77AA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5720540-A51A-4C78-8D82-E97636C77AA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5720540-A51A-4C78-8D82-E97636C77AA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5720540-A51A-4C78-8D82-E97636C77AA1}.Release|Any CPU.Build.0 = Release|Any CPU
{50719CEF-2E58-46FA-9718-48560225166D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50719CEF-2E58-46FA-9718-48560225166D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50719CEF-2E58-46FA-9718-48560225166D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50719CEF-2E58-46FA-9718-48560225166D}.Release|Any CPU.Build.0 = Release|Any CPU
{9C22A464-DB8C-4BFB-9487-9880555C28C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C22A464-DB8C-4BFB-9487-9880555C28C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C22A464-DB8C-4BFB-9487-9880555C28C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C22A464-DB8C-4BFB-9487-9880555C28C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8A8138A6-7E3D-41CC-A582-6664752F8D53} = {1B1A132B-A5AF-4A16-9906-DAB0CC40366C}
{9EC1FBB1-F518-4949-96F0-2BC755F641B7} = {96364ECA-D1E5-48D8-B4E7-BCC2F619BCA6}
{E5720540-A51A-4C78-8D82-E97636C77AA1} = {1B1A132B-A5AF-4A16-9906-DAB0CC40366C}
{50719CEF-2E58-46FA-9718-48560225166D} = {1B1A132B-A5AF-4A16-9906-DAB0CC40366C}
{9C22A464-DB8C-4BFB-9487-9880555C28C3} = {1B1A132B-A5AF-4A16-9906-DAB0CC40366C}
EndGlobalSection
EndGlobal