-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspNetSamples.sln
92 lines (92 loc) · 5.99 KB
/
AspNetSamples.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EAF217B2-BA37-435F-868D-9F7FDF622B7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ABF3ED3B-2C34-45F9-B6CA-928776579856}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{D711EB05-A582-4E2A-B0EA-BE44CB9DCFB3}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
Build.ps1 = Build.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F11AD9C1-DD81-4D7E-BD72-F91207A6E525}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{B0C2BE5C-327C-4A75-86F3-7138B8ADD574}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Components.MsgPack", "src\Libraries\Components.MsgPack\Components.MsgPack.csproj", "{4756587C-8EA7-4506-8192-BF4DEB193964}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Components.Web.Http", "src\Libraries\Components.Web.Http\Components.Web.Http.csproj", "{7CB20550-E3E9-41DD-98B9-C97C8F8E0A23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Components.Metrics", "src\Libraries\Components.Metrics\Components.Metrics.csproj", "{0ED97249-1A25-4112-9A43-E542AFCAE455}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Components.Http", "src\Libraries\Components.Http\Components.Http.csproj", "{3D2CF802-D7BC-40BD-B80B-2EB255E1A297}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Components.Web.Server.Tests", "tests\Components.Web.Server.Tests\Components.Web.Server.Tests.csproj", "{47E77829-41BF-4367-98B5-C443C77D1190}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Components.Web.Extensions", "src\Libraries\Components.Web.Extensions\Components.Web.Extensions.csproj", "{C1518EDB-543B-4469-B0FF-70AFE00FFB55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Components.Web.Http.Tests", "tests\Components.Web.Http.Tests\Components.Web.Http.Tests.csproj", "{F55B89FC-9884-4EB3-ABF4-7A4023C6475C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4756587C-8EA7-4506-8192-BF4DEB193964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4756587C-8EA7-4506-8192-BF4DEB193964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4756587C-8EA7-4506-8192-BF4DEB193964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4756587C-8EA7-4506-8192-BF4DEB193964}.Release|Any CPU.Build.0 = Release|Any CPU
{7CB20550-E3E9-41DD-98B9-C97C8F8E0A23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB20550-E3E9-41DD-98B9-C97C8F8E0A23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB20550-E3E9-41DD-98B9-C97C8F8E0A23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB20550-E3E9-41DD-98B9-C97C8F8E0A23}.Release|Any CPU.Build.0 = Release|Any CPU
{0ED97249-1A25-4112-9A43-E542AFCAE455}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ED97249-1A25-4112-9A43-E542AFCAE455}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ED97249-1A25-4112-9A43-E542AFCAE455}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ED97249-1A25-4112-9A43-E542AFCAE455}.Release|Any CPU.Build.0 = Release|Any CPU
{3D2CF802-D7BC-40BD-B80B-2EB255E1A297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D2CF802-D7BC-40BD-B80B-2EB255E1A297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D2CF802-D7BC-40BD-B80B-2EB255E1A297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D2CF802-D7BC-40BD-B80B-2EB255E1A297}.Release|Any CPU.Build.0 = Release|Any CPU
{47E77829-41BF-4367-98B5-C443C77D1190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47E77829-41BF-4367-98B5-C443C77D1190}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47E77829-41BF-4367-98B5-C443C77D1190}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47E77829-41BF-4367-98B5-C443C77D1190}.Release|Any CPU.Build.0 = Release|Any CPU
{C1518EDB-543B-4469-B0FF-70AFE00FFB55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1518EDB-543B-4469-B0FF-70AFE00FFB55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1518EDB-543B-4469-B0FF-70AFE00FFB55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1518EDB-543B-4469-B0FF-70AFE00FFB55}.Release|Any CPU.Build.0 = Release|Any CPU
{F55B89FC-9884-4EB3-ABF4-7A4023C6475C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F55B89FC-9884-4EB3-ABF4-7A4023C6475C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F55B89FC-9884-4EB3-ABF4-7A4023C6475C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F55B89FC-9884-4EB3-ABF4-7A4023C6475C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B0C2BE5C-327C-4A75-86F3-7138B8ADD574} = {EAF217B2-BA37-435F-868D-9F7FDF622B7B}
{4756587C-8EA7-4506-8192-BF4DEB193964} = {B0C2BE5C-327C-4A75-86F3-7138B8ADD574}
{7CB20550-E3E9-41DD-98B9-C97C8F8E0A23} = {B0C2BE5C-327C-4A75-86F3-7138B8ADD574}
{0ED97249-1A25-4112-9A43-E542AFCAE455} = {B0C2BE5C-327C-4A75-86F3-7138B8ADD574}
{3D2CF802-D7BC-40BD-B80B-2EB255E1A297} = {B0C2BE5C-327C-4A75-86F3-7138B8ADD574}
{47E77829-41BF-4367-98B5-C443C77D1190} = {ABF3ED3B-2C34-45F9-B6CA-928776579856}
{C1518EDB-543B-4469-B0FF-70AFE00FFB55} = {B0C2BE5C-327C-4A75-86F3-7138B8ADD574}
{F55B89FC-9884-4EB3-ABF4-7A4023C6475C} = {ABF3ED3B-2C34-45F9-B6CA-928776579856}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FD3675D-4AA9-4FFA-94D3-1CA617269635}
EndGlobalSection
EndGlobal