-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
68 lines (68 loc) · 1.78 KB
/
.gitmodules
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
[submodule "Abstractions"]
path = Abstractions
url = ../abstractions.git
branch = master
[submodule "Container"]
path = Container
url = ../container.git
branch = master
[submodule "SpecificationTests"]
path = SpecificationTests
url = ../specification-tests.git
branch = master
[submodule "ServiceLocation"]
path = ServiceLocation
url = ../service-location.git
branch = master
[submodule "Configuration"]
path = Configuration
url = ../configuration.git
branch = master
[submodule "Interception"]
path = Interception
url = ../interception.git
branch = master
[submodule "InterceptionConfiguration"]
path = InterceptionConfiguration
url = ../interception-configuration.git
branch = master
[submodule "RegistrationByConvention"]
path = RegistrationByConvention
url = ../registration-by-convention.git
branch = master
[submodule "MVC"]
path = MVC
url = ../aspnet-mvc.git
branch = master
[submodule "WebAPI"]
path = WebAPI
url = ../aspnet-webapi.git
branch = master
[submodule "Microsoft.DependencyInjection"]
path = Microsoft.DependencyInjection
url = ../microsoft-dependency-injection.git
branch = master
[submodule "Log4net"]
path = Log4net
url = https://github.com/unitycontainer/log4net.git
branch = master
[submodule "NLog"]
path = NLog
url = https://github.com/unitycontainer/NLog.git
branch = master
[submodule "Microsoft.Logging"]
path = Microsoft.Logging
url = https://github.com/unitycontainer/microsoft-logging.git
branch = master
[submodule "Examples"]
path = Examples
url = https://github.com/unitycontainer/examples.git
branch = master
[submodule "Microsoft.Options"]
path = Microsoft.Options
url = https://github.com/unitycontainer/microsoft-options.git
branch = master
[submodule "WCF"]
path = WCF
url = https://github.com/unitycontainer/wcf.git
branch = master