forked from daiplusplus/AspNetDependencyInjection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspNetDependencyInjection.sln
72 lines (72 loc) · 4.51 KB
/
AspNetDependencyInjection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{8D3132E8-858A-49E2-96A7-1F74FCEE2EF2}"
ProjectSection(SolutionItems) = preProject
nuget\AspNetDependencyInjection.nuspec = nuget\AspNetDependencyInjection.nuspec
nuget\Build.cmd = nuget\Build.cmd
GETTING_STARTED.md = GETTING_STARTED.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetDependencyInjection", "AspNetDependencyInjection\AspNetDependencyInjection.csproj", "{7E9E872B-41BE-4B55-9519-D2FF3F92EB4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetDependencyInjection.Tests", "AspNetDependencyInjection.Tests\AspNetDependencyInjection.Tests.csproj", "{7FF0B492-DEF1-4005-A899-0E82910481C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetDependencyInjection.Mvc", "AspNetDependencyInjection.Mvc\AspNetDependencyInjection.Mvc.csproj", "{1B4BE5D4-F919-44E9-B570-151EEE5698DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetDependencyInjection.WebApi", "AspNetDependencyInjection.WebApi\AspNetDependencyInjection.WebApi.csproj", "{4989D982-F9EC-4BC1-8288-7F25190AB725}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetDependencyInjection.SignalR", "AspNetDependencyInjection.SignalR\AspNetDependencyInjection.SignalR.csproj", "{7CB50365-9558-4CD9-98D1-7E33BDAAE15B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetDependencyInjection.Wcf", "AspNetDependencyInjection.Wcf\AspNetDependencyInjection.Wcf.csproj", "{F1B12590-1707-4CB3-BA70-F6AE906E475D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AEC64CF1-0DAB-4F30-8506-EC9290A199D0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Common.props = Common.props
GETTING_STARTED.md = GETTING_STARTED.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E9E872B-41BE-4B55-9519-D2FF3F92EB4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E9E872B-41BE-4B55-9519-D2FF3F92EB4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E9E872B-41BE-4B55-9519-D2FF3F92EB4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E9E872B-41BE-4B55-9519-D2FF3F92EB4E}.Release|Any CPU.Build.0 = Release|Any CPU
{7FF0B492-DEF1-4005-A899-0E82910481C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FF0B492-DEF1-4005-A899-0E82910481C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FF0B492-DEF1-4005-A899-0E82910481C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FF0B492-DEF1-4005-A899-0E82910481C4}.Release|Any CPU.Build.0 = Release|Any CPU
{1B4BE5D4-F919-44E9-B570-151EEE5698DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B4BE5D4-F919-44E9-B570-151EEE5698DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B4BE5D4-F919-44E9-B570-151EEE5698DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B4BE5D4-F919-44E9-B570-151EEE5698DA}.Release|Any CPU.Build.0 = Release|Any CPU
{4989D982-F9EC-4BC1-8288-7F25190AB725}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4989D982-F9EC-4BC1-8288-7F25190AB725}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4989D982-F9EC-4BC1-8288-7F25190AB725}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4989D982-F9EC-4BC1-8288-7F25190AB725}.Release|Any CPU.Build.0 = Release|Any CPU
{7CB50365-9558-4CD9-98D1-7E33BDAAE15B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB50365-9558-4CD9-98D1-7E33BDAAE15B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB50365-9558-4CD9-98D1-7E33BDAAE15B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB50365-9558-4CD9-98D1-7E33BDAAE15B}.Release|Any CPU.Build.0 = Release|Any CPU
{F1B12590-1707-4CB3-BA70-F6AE906E475D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1B12590-1707-4CB3-BA70-F6AE906E475D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1B12590-1707-4CB3-BA70-F6AE906E475D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1B12590-1707-4CB3-BA70-F6AE906E475D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97C9B0E1-1AEE-40E1-B4B2-EFFDF47EED74}
EndGlobalSection
EndGlobal