This repository was archived by the owner on Apr 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNancy.Serialization.ServiceStack.sln
48 lines (48 loc) · 2.84 KB
/
Nancy.Serialization.ServiceStack.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.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{1E69691A-BACB-4525-9FD2-51666BE90307}"
ProjectSection(SolutionItems) = preProject
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A3F155BF-B816-470E-9C44-0CC8B40355AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Serialization.ServiceStack", "src\Nancy.Serialization.ServiceStack\Nancy.Serialization.ServiceStack.csproj", "{FD7096A0-E81D-4A62-B0C6-5049F2E42898}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nancy", "dependencies\Nancy\src\Nancy\Nancy.csproj", "{330F03B3-C939-49F6-A8C9-21572A4A1ABE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
MonoDebug|Any CPU = MonoDebug|Any CPU
MonoRelease|Any CPU = MonoRelease|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD7096A0-E81D-4A62-B0C6-5049F2E42898}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD7096A0-E81D-4A62-B0C6-5049F2E42898}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD7096A0-E81D-4A62-B0C6-5049F2E42898}.MonoDebug|Any CPU.ActiveCfg = Debug|Any CPU
{FD7096A0-E81D-4A62-B0C6-5049F2E42898}.MonoDebug|Any CPU.Build.0 = Debug|Any CPU
{FD7096A0-E81D-4A62-B0C6-5049F2E42898}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU
{FD7096A0-E81D-4A62-B0C6-5049F2E42898}.MonoRelease|Any CPU.Build.0 = Release|Any CPU
{FD7096A0-E81D-4A62-B0C6-5049F2E42898}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD7096A0-E81D-4A62-B0C6-5049F2E42898}.Release|Any CPU.Build.0 = Release|Any CPU
{330F03B3-C939-49F6-A8C9-21572A4A1ABE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{330F03B3-C939-49F6-A8C9-21572A4A1ABE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{330F03B3-C939-49F6-A8C9-21572A4A1ABE}.MonoDebug|Any CPU.ActiveCfg = Debug|Any CPU
{330F03B3-C939-49F6-A8C9-21572A4A1ABE}.MonoDebug|Any CPU.Build.0 = Debug|Any CPU
{330F03B3-C939-49F6-A8C9-21572A4A1ABE}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU
{330F03B3-C939-49F6-A8C9-21572A4A1ABE}.MonoRelease|Any CPU.Build.0 = Release|Any CPU
{330F03B3-C939-49F6-A8C9-21572A4A1ABE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{330F03B3-C939-49F6-A8C9-21572A4A1ABE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD7096A0-E81D-4A62-B0C6-5049F2E42898} = {A3F155BF-B816-470E-9C44-0CC8B40355AD}
{330F03B3-C939-49F6-A8C9-21572A4A1ABE} = {A3F155BF-B816-470E-9C44-0CC8B40355AD}
EndGlobalSection
EndGlobal