-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
81 lines (80 loc) · 2.06 KB
/
.gitmodules
File metadata and controls
81 lines (80 loc) · 2.06 KB
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
[submodule "framework/commandline"]
path = framework/commandline
url = ../RJCP.DLL.CommandLine.git
branch = master
ignore = untracked
[submodule "framework/crashreporter"]
path = framework/crashreporter
url = ../RJCP.DLL.CrashReporter.git
branch = master
ignore = untracked
[submodule "framework/datastructures"]
path = framework/datastructures
url = ../RJCP.DLL.Datastructures.git
branch = master
ignore = untracked
[submodule "framework/environment"]
path = framework/environment
url = ../RJCP.DLL.Environment.git
branch = master
ignore = untracked
[submodule "framework/nunitextensions"]
path = framework/nunitextensions
url = ../RJCP.DLL.CodeQuality.git
branch = master
ignore = untracked
[submodule "framework/textutils"]
path = framework/textutils
url = ../RJCP.DLL.Text.git
branch = master
ignore = untracked
[submodule "framework/trace"]
path = framework/trace
url = ../RJCP.DLL.Trace.git
branch = master
ignore = untracked
[submodule "framework/volumedevinfo"]
path = framework/volumedevinfo
url = ../RJCP.DLL.VolumeDeviceInfo.git
branch = master
ignore = untracked
[submodule "framework/xml"]
path = framework/xml
url = ../RJCP.DLL.Xml.git
branch = master
ignore = untracked
[submodule "framework/cpuid"]
path = framework/cpuid
url = ../RJCP.DLL.CpuId.git
branch = master
ignore = untracked
[submodule "framework/bufferio"]
path = framework/bufferio
url = ../RJCP.DLL.BufferIO.git
branch = master
ignore = untracked
[submodule "framework/serialportstream"]
path = framework/serialportstream
url = ../RJCP.DLL.SerialPortStream.git
branch = master
ignore = untracked
[submodule "framework/path"]
path = framework/path
url = ../RJCP.DLL.Path.git
branch = master
ignore = untracked
[submodule "framework/log"]
path = framework/log
url = ../RJCP.DLL.Log.git
branch = master
ignore = untracked
[submodule "framework/thread"]
path = framework/thread
url = ../RJCP.DLL.Thread.git
branch = master
ignore = untracked
[submodule "framework/devicemgr"]
path = framework/devicemgr
url = ../RJCP.DLL.DeviceMgr.git
branch = master
ignore = untracked