-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathAutofac.SignalR.sln
54 lines (54 loc) · 2.7 KB
/
Autofac.SignalR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autofac.Integration.SignalR", "src\Autofac.Integration.SignalR\Autofac.Integration.SignalR.csproj", "{CCC12CB7-6753-4772-9B04-83A0B2554991}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autofac.Integration.SignalR.Test", "test\Autofac.Integration.SignalR.Test\Autofac.Integration.SignalR.Test.csproj", "{C2B5131B-97A1-44D1-9378-0BF3CA3E9513}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6801E546-41B1-4F4B-93C8-CFD09D300811}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3542D6EC-8CC0-481E-AB86-3E63CC76CC0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{B36A9004-2CA5-4B32-8190-E1E0849917F5}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build\Analyzers.ruleset = build\Analyzers.ruleset
build\Autofac.Build.psd1 = build\Autofac.Build.psd1
build\Autofac.Build.psm1 = build\Autofac.Build.psm1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{D01DE0AC-D0D7-42BA-987E-2FEB95A3CAE3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCC12CB7-6753-4772-9B04-83A0B2554991}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCC12CB7-6753-4772-9B04-83A0B2554991}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCC12CB7-6753-4772-9B04-83A0B2554991}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCC12CB7-6753-4772-9B04-83A0B2554991}.Release|Any CPU.Build.0 = Release|Any CPU
{C2B5131B-97A1-44D1-9378-0BF3CA3E9513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2B5131B-97A1-44D1-9378-0BF3CA3E9513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2B5131B-97A1-44D1-9378-0BF3CA3E9513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2B5131B-97A1-44D1-9378-0BF3CA3E9513}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CCC12CB7-6753-4772-9B04-83A0B2554991} = {6801E546-41B1-4F4B-93C8-CFD09D300811}
{C2B5131B-97A1-44D1-9378-0BF3CA3E9513} = {3542D6EC-8CC0-481E-AB86-3E63CC76CC0F}
EndGlobalSection
EndGlobal