Add submodules.

This commit is contained in:
2019-11-02 12:33:21 +00:00
parent f49a58d164
commit bd8a47d31f
7 changed files with 24 additions and 0 deletions

18
.gitmodules vendored Normal file
View File

@@ -0,0 +1,18 @@
[submodule "DiscImageChef.Decoders"]
path = DiscImageChef.Decoders
url = git@github.com:discimagechef/DiscImageChef.Decoders.git
[submodule "DiscImageChef.Dto"]
path = DiscImageChef.Dto
url = git@github.com:discimagechef/DiscImageChef.Dto.git
[submodule "DiscImageChef.CommonTypes"]
path = DiscImageChef.CommonTypes
url = git@github.com:discimagechef/DiscImageChef.CommonTypes.git
[submodule "DiscImageChef.Console"]
path = DiscImageChef.Console
url = git@github.com:discimagechef/DiscImageChef.Console.git
[submodule "DiscImageChef.Helpers"]
path = DiscImageChef.Helpers
url = git@github.com:discimagechef/DiscImageChef.Helpers.git
[submodule "CICMMetadata"]
path = CICMMetadata
url = git@github.com:claunia/CICMMetadata.git

1
CICMMetadata Submodule

Submodule CICMMetadata added at 5debf2c359

1
DiscImageChef.Console Submodule

Submodule DiscImageChef.Console added at 9ba23c5700

1
DiscImageChef.Dto Submodule

Submodule DiscImageChef.Dto added at 292c6bbea6

1
DiscImageChef.Helpers Submodule

Submodule DiscImageChef.Helpers added at d6f8938721